Bug 22409 - Selectively exclude source files to not be compiled
Summary: Selectively exclude source files to not be compiled
Status: RESOLVED DUPLICATE of bug 22039
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.1 M4   Edit
Assignee: Philipe Mulet CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-08-13 22:52 EDT by Vijay Aravamudhan CLA
Modified: 2002-10-28 08:57 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 Vijay Aravamudhan CLA 2002-08-13 22:52:11 EDT
hi,
I am working on a couple of open source projects in which the ant build scripts 
are configured to compile certain classes only if their dependency (like the 
java.awt.Robot class) is also present in the current VM. I would really 
appreciate it if we could do the same within Eclipse. Currently, this project 
gives a compilation error - saying that the import is not found (if I point it 
to use JDK 1.2.2).
Thanks
Vijay
Comment 1 Vijay Aravamudhan CLA 2002-08-16 22:16:37 EDT
Is it possible to use the existing targets in an existing build.xml file to do
the automatic compilation? That would effectively remove this issue.
Comment 2 Philipe Mulet CLA 2002-08-19 05:54:07 EDT
No, this isn't currently possible. Note that the Ant script only gives you 
batch builds, not incremental ones.

Comment 3 Philipe Mulet CLA 2002-10-02 09:47:04 EDT

*** This bug has been marked as a duplicate of 22039 ***