Bug 27783 - Build output folder should not always be in the project subdirectories
Summary: Build output folder should not always be in the project subdirectories
Status: RESOLVED WORKSFORME
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 2.1   Edit
Hardware: PC Windows NT
: P3 normal (vote)
Target Milestone: 2.1 M4   Edit
Assignee: Philipe Mulet CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-12-05 13:00 EST by Ludovic Claude CLA
Modified: 2002-12-09 11:03 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ludovic Claude CLA 2002-12-05 13:00:37 EST
Please add support for output folders that are in a different directory (or 
drive) than the project working directory. Building a project on a network 
drive or Clearcase takes too much time, especially as the Scrubbing operation 
is slow.
Comment 1 Philipe Mulet CLA 2002-12-06 05:28:47 EST
Linked resources allow you to achieve this in latest integration build.
Once a UI allows you to define these, you could basically mount an external 
location (external to this project) and have it be monitored by Eclipse. Then 
you can use it as your output folder, as you would do it already, and have 
actual classfiles generated to whatever location you need.

Also note, that once latest enhancements are surfaced in UI, you will also be 
able to associate each source folder with an individual output folder, and you 
can also add some exclusion filters to avoid building portions of a source tree.

Last, we will allow source folders to be nested in each other (as long as outer 
excludes the inner one).

This should provide you with good flexibility. UI isn't ready yet, but it 
should be available by milestone 4.
Comment 2 Philipe Mulet CLA 2002-12-08 15:11:37 EST
Is it ok to close?
Comment 3 Ludovic Claude CLA 2002-12-08 15:45:22 EST
Ok to close. So i have to wait for M4 then...
Comment 4 Philipe Mulet CLA 2002-12-09 11:03:03 EST
There are ways to manually touch the .project or .classpath files to enable 
these features, but by M4 an official UI will be available.

Closing