Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » Eclipse Keplar and Ant 1.8.2(Need to use a specific version of Ant (1.8.2))
Eclipse Keplar and Ant 1.8.2 [message #1222589] Fri, 20 December 2013 21:03 Go to next message
Laura McCord is currently offline Laura McCordFriend
Messages: 5
Registered: December 2013
Junior Member
Hi,

I have Eclipse Keplar installed and I have a project that require Apache Ant 1.8.2 installed. Is it possible to use this version?

When I create an Ant configuration, I added the Ant Home entry to point to my specific version of ant. However, each time I run the build. I get the following error:


BUILD FAILED
1) org.apache.ant:ant:jar:Apache Ant(TM) version 1.8.2 compiled on December 20 2010

Try downloading the file manually from the project website.

Then, install it using the command:
mvn install:install-file -DgroupId=org.apache.ant -DartifactId=ant -Dversion=Apache Ant(TM) version 1.8.2 compiled on December 20 2010 -Dpackaging=jar -Dfile=/path/to/file

Alternatively, if you host your own repository you can deploy the file there:
mvn deploy:deploy-file -DgroupId=org.apache.ant -DartifactId=ant -Dversion=Apache Ant(TM) version 1.8.2 compiled on December 20 2010 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]


I ran the install command above from the terminal inside my project but it still isn't working.

Any suggestions?

Thanks

[Updated on: Fri, 20 December 2013 21:11]

Report message to a moderator

Re: Eclipse Keplar and Ant 1.8.2 [message #1225978 is a reply to message #1222589] Tue, 31 December 2013 10:10 Go to previous message
shankha banerjee is currently offline shankha banerjeeFriend
Messages: 40
Registered: February 2013
Member
I am using 1.9.0 and face no issues. Is it feasible to upgrade ?
Previous Topic:Adding Voting Button in mail
Next Topic:is there Environment variables for 'Builders' when debug/Release build?
Goto Forum:
  


Current Time: Wed Apr 24 20:55:53 GMT 2024

Powered by FUDForum. Page generated in 0.02825 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top