Bug 14929 - External Locations for Output Files
Summary: External Locations for Output Files
Status: RESOLVED WONTFIX
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 2.0   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: 2.0 M6   Edit
Assignee: Philipe Mulet CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-04-30 11:37 EDT by Dick Adams CLA
Modified: 2002-05-01 05:50 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dick Adams CLA 2002-04-30 11:37:27 EDT
Would like a way to automatically copy .class files to a location OUTSIDE the 
Eclipse directory tree, each time the files are compiled.  For example, I want 
my .class files to go to a WebLogic server directory (IN ADDITION to my Eclipse 
project directory) so I can quickly run my servlet under control of the server.
Comment 1 Philipe Mulet CLA 2002-05-01 05:50:04 EDT
You can register a listener to resource changes, and react to changed class 
files. You likely want to be listening for POST_AUTO_BUILD events.

Closing, please reopen if you find a defect in JDT/Core when doing so.