Why can't I run in non-debug mode?
I recently copied a JSC project into another project using the "Save Project As" option when right clicking on the project name.
The new project appeared to copy fine and I was able to bild and run the project normally.
Somewhere along the line, I did something that changed something to where I can no longer run the project in 'non-debug' mode by using either the 'Run Main Project Ctrl+F5' under the 'Run' menu or by clicking the Right Green 'Run" triangle on the main menu.
The project builds successfully, but never runs in the browser.
I have tried stopping the server and everything else I can think of, but nothing works.
I can select 'Debug Main Project F5' from the 'Run' menu and it will build and start in the browser.
Other projects, including the source for this one, run fine in 'nion-debug' mode, but not this one.
How can I fix this?
I have run into instances where I get a message that says the build.xml file was altered externallt and was rebuilt. Is there any way to force a remake of the build.xml file using "Standard" defaults?
Thanks

