[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Replacing ant version

There is a feature request for specifying the Ant installation:

http://bugs.eclipse.org/bugs/show_bug.cgi?id=21809

Does the following doc help?
http://download.eclipse.org/downloads/documentation/2.0/html/plugins/org.eclipse.platform.doc.user/tasks/tasks-86.htm

We have run Ant 1.5 in Eclipse successfully and I've seen posts on the
newsgroup about other people that did. If you could come up with
reproducible steps (and maybe a small buildfile that reproduces the
problem) we can try to track it down.

Rodrigo


Andree Wormuth wrote:
> 
> Yes,
> use Eclipse 2.0. ;-)
> 
> But I have the same problem with the recently released version of Ant 1.5.
> 
> I don't remember the Exception I got when trying to build my project exactly
> but I think Eclipse didn't find the JAXP or SAX it needed.
> 
> Therefore I tried to edit the plugin.xml files in
> plugins/org.apache.ant_1.4.1 and plugins/org.apache.xerces_4.0.3 manually
> after replacing xerxesImpl.jar and xmlParserAPIs.jar, which obviously have
> been renamed in Ant 1.5.
> But this didn't help, I could not get it going.
> 
> Can the user replace the ant version manually or is it necessary to update
> Eclipse every time a new Ant version is released?
> 
> CU, Andree, myview technologies, www.myview.de
> 
> "Matthias Nieder" <m_nieder@xxxxxx> schrieb im Newsbeitrag
> news:ajahe6$l9s$1@xxxxxxxxxxxxxxxx
> > Hi,
> > I tried to replace the ant version 1.3 in eclipse version 1.0 with ant
> > 1.4.1.
> > I have updated the library section of the plugin.xml with all neccessary
> > jar files, but when running ant I get a ClassNotFoundException of a class
> > which is in the crimson.jar file which comes with ant 1.4.1.
> >
> > Any Ideas ?
> >
> > Thanks,
> > Matthias Nieder
> >
> >