Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 353841

Summary: deploy rui application
Product: z_Archived Reporter: Tony Chen <chenzhh>
Component: EDTAssignee: Yun Feng Ma <mayunf>
Status: CLOSED FIXED QA Contact:
Severity: enhancement    
Priority: P3 CC: jspadea
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Windows XP   
Whiteboard:
Attachments:
Description Flags
Updates to UI components none

Description Tony Chen CLA 2011-08-04 01:49:19 EDT
add the function to deploy a rui application.
Comment 1 Yun Feng CLA 2011-08-04 04:40:10 EDT
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.
Comment 2 Justin Spadea CLA 2011-08-04 10:47:03 EDT
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.
Comment 3 Yun Feng Ma CLA 2011-09-01 04:40:28 EDT
Resolved.
Comment 4 Lisa Lasher CLA 2011-11-04 11:43:20 EDT
Closing this work item