When I use Ant on eclipse, I open build.xml and right click a task name
on the Outline View, then run the task.
Whenever I want to run a task I should open build.xml.
Is there any plugin which always lists the Ant tasks of a specific
build.xml, and runs a task by just double click?
Thanks,
KwonNam.
Ashish Joy - 18 Oct 2005 19:34 GMT
You can always have the outline of ant open. That way you can always
run it by double clicking it.
Window -> Show View -> Ant
Add the build.xml file here and run whichever target you want
Ashish Joy - 18 Oct 2005 19:34 GMT
You can always have the outline of ant open. That way you can always
run it by double clicking it.
Window -> Show View -> Ant
Add the build.xml file here and run whichever target you want
Ashish Joy