Bug 59643 - ant mvn-install doesn't seem to work
Summary: ant mvn-install doesn't seem to work
Status: RESOLVED FIXED
Alias: None
Product: POI
Classification: Unclassified
Component: POI Overall (show other bugs)
Version: unspecified
Hardware: PC Linux
: P2 normal (vote)
Target Milestone: ---
Assignee: POI Developers List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-05-30 18:43 UTC by virtuald
Modified: 2016-05-31 09:14 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description virtuald 2016-05-30 18:43:36 UTC
First problem was that I couldn't get it to recognize the maven ant tasks... looks like the ant distributed with fedora doesn't work for some reason. Using ant 1.9.2 bundled with eclipse seems to have done the trick though.

When I run `ant mvn-install`, I get errors like this:

[mvn:install] An error has occurred while processing the Maven artifact tasks.
[mvn:install]  Diagnosis:
[mvn:install] 
[mvn:install] Error installing artifact 'org.apache.poi:poi:jar': Error installing artifact:/path/to/file.. 

My patch at https://github.com/virtuald/poi/commit/e313a289cc3d3ea2a36229c05347209406512104 fixes this, would like a sanity check that I'm not doing something wrong before I push it into SVN.
Comment 1 Nick Burch 2016-05-31 09:14:27 UTC
Looks like we forgot to update that task when we tweaked the maven pom stuff to make releases easier. Patch fixes things for me, thanks! Applied in r1746257.