Which plug-in are you installing?
It would appear that that plug-in is rolling out its own JARed version of
Ant (1.5.2) and changing the Ant Home to point to it.
Doubly strange if it does not depend on Ant???
Darins
http://runnerwhocodes.blogspot.com
"Marcio DeBarros" <marcio.debarros@xxxxxxxxx> wrote in message
news:g65597$jph$1@xxxxxxxxxxxxxxxxxxxx
Hi,
I have a 3.2.2 based plug-in that after installed, the value set for the
Ant home under Window->Preferences->Ant->Run time->Classpath->Ant Home
Entries(Default) is changed, causing Ant build to be broken.
After the installation is done the value previously set to the location of
the org.apache_ant_1.7.0 plug-in (eclipse\plugins) is changed to
(..configuration\org.eclipse.osgi\bundles\578\1\.cp\) which happens to be
an older version of Ant (1.5.2).
Note that plug-in that is being installed, does not depent on ant itself,
it only requires the org.eclipse.osgi plug-in.
Any ideas on how to prevent this from happening ?
Thanks,
-MD