Community
Participate
Working Groups
add the function to deploy a rui application.
Created attachment 200888 [details] Updates to UI components Some classes in IDE UI components are used in Deployment component. This patch contains the updates to IDE UI components.
I have a question about EclipseUtilities.getJavaSourceFolderName(). In EDT the user can pick any directory they want for generation. This directory selection can be specified at the project, source folder, package, or file level, and you can have several source folders within a project containing generated artifacts. To figure out which directory was used for a particular generator on a particular file, you should use ProjectSettingsUtility.getGenerationDirectory(), passing in the property ID used by the generator you're interested in (e.g. EDTCompilerIDEPlugin.PROPERTY_JAVAGEN_DIR). My question is, how is this utility method being used? I found no references to it.
Resolved.
Closing this work item