Bug 22409

Summary: Selectively exclude source files to not be compiled
Product: [Eclipse Project] JDT Reporter: Vijay Aravamudhan <avijayr>
Component: CoreAssignee: Philipe Mulet <philippe_mulet>
Status: RESOLVED DUPLICATE QA Contact:
Severity: enhancement    
Priority: P3    
Version: 2.0   
Target Milestone: 2.1 M4   
Hardware: All   
OS: All   
Whiteboard:

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 ***