Bug 14929

Summary: External Locations for Output Files
Product: [Eclipse Project] JDT Reporter: Dick Adams <dadams07>
Component: CoreAssignee: Philipe Mulet <philippe_mulet>
Status: RESOLVED WONTFIX QA Contact:
Severity: enhancement    
Priority: P3    
Version: 2.0   
Target Milestone: 2.0 M6   
Hardware: All   
OS: All   
Whiteboard:

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.