Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 353841 - deploy rui application
Summary: deploy rui application
Status: CLOSED FIXED
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: EDT (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows XP
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Yun Feng Ma CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-08-04 01:49 EDT by Tony Chen CLA
Modified: 2017-02-23 14:17 EST (History)
1 user (show)

See Also:


Attachments
Updates to UI components (4.93 KB, text/plain)
2011-08-04 04:40 EDT, Yun Feng CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
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