Bug 68980 - should be possible to generate class file outside project tree
Summary: should be possible to generate class file outside project tree
Status: RESOLVED WORKSFORME
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.0   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: 3.0.1   Edit
Assignee: JDT-Core-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-06-30 06:15 EDT by Brice Beard CLA
Modified: 2004-06-30 07:29 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 Brice Beard CLA 2004-06-30 06:15:36 EDT
under project -> properties -> source
output folder can be change but only to a directory under the project tree

this is a problem with project living on networked disk or SCM,
because it means creating classes on a network disk,
building locally would allow x10 speedup

modifying the .classpath manually doesnt work either
Comment 1 Philipe Mulet CLA 2004-06-30 07:29:16 EDT
Eclipse allows you to mount any arbitrary folder in project subtree as linked 
to an external one (see folder creation wizard, under 'advanced' you can 
select the location in file system). This way the output folder can point at 
any location.