Community
Participate
Working Groups
Build Identifier: (EDT) SDK 0.7.0.v201109212102 When the generation setting is incorrect. There is no error message in the problem view. Reproducible: Always Steps to Reproduce: 1.Create a web client application with services 2.Create a service in package server and create a RUI handler in package client to call this service 3.Change the generation setting for package client to java(Default is javascript). Change the generation setting for package server to JavaScript(default is Java). 4.Trigger the build/generate by clean the project 5.The project was NOT built nor generated and there is no error message shown
This works as designed. The default packages (client, server) are created to make things easier for user, so are the default compiler settings. User can always change the setting to make fit better (or not working). We did not prevent user from changing the settings. The behavior you inspected is exactly what should the generator operate based on your setting. JavaGenerator will ignore RUIHandlers, and JavaScriptGenerator should ignore services.
worked as design