Bug 24722 - Custom ant tasks still require too much work
Summary: Custom ant tasks still require too much work
Status: RESOLVED WONTFIX
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Ant (show other bugs)
Version: 2.0   Edit
Hardware: PC other
: P3 enhancement (vote)
Target Milestone: 2.1 M4   Edit
Assignee: Platform-Ant-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords: core, ui
Depends on:
Blocks:
 
Reported: 2002-10-11 17:16 EDT by Darin Swanson CLA
Modified: 2002-12-04 12:09 EST (History)
0 users

See Also:


Attachments
sample build file (698 bytes, text/plain)
2002-10-11 17:17 EDT, Darin Swanson CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Darin Swanson CLA 2002-10-11 17:16:47 EDT
After defining a custom ant task (xdoclet) via the preference pages, I still 
have to add path information for the task.

Such as:
<path id="xdoclet.classpath">
	<pathelement location="c:\1001\org.apache.ant.1.5\ant.jar"/>
	<pathelement location="c:\darinsstuff\lib\xdoclet.jar"/>
	<pathelement location="c:\darinsstuff\samples\lib\log4j.jar"/>
</path>

Investigate if we can make this unnecessary.
Comment 1 Darin Swanson CLA 2002-10-11 17:17:27 EDT
Created attachment 2174 [details]
sample build file
Comment 2 Darin Swanson CLA 2002-12-04 12:09:17 EST
After learning and thinking more I think this is wrong...any build file created 
in Eclipse should be usable outside of eclipse.

This is a bad idea.
Closing