Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [platform-ant-dev] Ant 1.4.1 integration has been released

>I take it I cann't just 'drop' the 1.4.1 version of ant.jar into the
>org.eclipse.ant.core directory of my current eclipse?

It might or might not work. Depends on how you use it and where the 
changes to Ant were made. For example, the Ant UI Wizard and console made 
could be broken with a new version of Ant. PDE core could be broken as 
well since it generates build.xml scripts and some tags might change 
between versions.

>One of the scary things about the ANT integration is it picks up your
>projects buildpath settings, which on the surface is a good thing.
>Unfortunatly when you try and compile outside eclipse it's easy to forget
>this, and have the whole ant script fail.  Would be cool if we could tell
>the ANT integration NOT to pick up the project build path.

Opened a request (http://bugs.eclipse.org/bugs/show_bug.cgi?id=6262) on this one.

Thanks,
Rodrigo


Back to the top