Community
Participate
Working Groups
Build Identifier: 20110908 nightly build No generation or message before deployment if project haven't been generated Reproducible: Always Steps to Reproduce: 1. Create a Web Client with services project 2. Add a service with simple functions and save the file. It will be generated to folder "GeneratedJava" 3. Delete the java files in folder "GeneratedJava" 4. Deploy the project to Web Project 5. Project will not be generated before deployment, and no error message alert.
This is working as designed. It would be the equivalent of running a Java class before invoking a compilation. A No Class Def Found exception is thrown at runtime by Java, and our running application should indicate that definitions cannot be found. I think a more realistic scenario would be to turn auto-build off instead of deleting the generated content.
I think we should close this as won't fix, and the real solution would be covered by Bug 362459 - Run JavaScriptGen only at deployment, which would generate code during deployment so that there is no chance of missing code.
Marked as won't fix
Closed the bug