Bug 121653 - Use Ant build file to provide classpath for Eclipse project's Java Build Path
Summary: Use Ant build file to provide classpath for Eclipse project's Java Build Path
Status: NEW
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.2   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: JDT-Core-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-12-20 19:09 EST by gus CLA
Modified: 2017-11-13 12:59 EST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description gus CLA 2005-12-20 19:09:55 EST
Currently it is possible to add source trees, projects and libraries to the Java Build Path for a java project. I want to use elements from a ant build file to perform the internal build for a java project. So the Java Build Path would be built based on a javac ant task or classpath elements within an ant build file.