Hi,
I have imported MAM25.war into NWDS SP13 and made some changes, including to the project name.
I set up the NWDS so that when I export the project into a .war and flag the "Run the mobile application" option, it runs and my modifications work. However, if I unflag the option to generate a .war file, update it into WebConsole, remove all applications from my mobile device and assign this new created application into my mobile device, it downloads and installs the application but it won't work. It seems the classes aren't found. Unzipping the .war file I saw that the .class files aren't on their folders but are in the <application_name>.jar file under WEB-INF/lib.
First I thought it was a problem with the changes I made, so I tried with the standard files: I imported mam_eclipse.war into eclipse and exported the .war file without changing anything, and the problem still happens: the application won't have any .class file when running and the classes won't be found when running it.
So I have two questions:
-Is there any configuration to make NWDS export the .class files into their folder and not into a lib and what impact may it have in my project?
-Is there any configuration that might be missing in my project so that MAM will find the right files or the export of the mam_eclipse.war should work without any additional work?
Thanks,
Daniel