BUILD FAILED Warning: Could not find file maven-jfreechart-p

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
rcompton
Posts: 1
Joined: Tue Jul 24, 2012 7:39 pm
antibot: No, of course not.

BUILD FAILED Warning: Could not find file maven-jfreechart-p

Post by rcompton » Tue Jul 24, 2012 7:43 pm

Trying to get started with JFreeChart. Here's what I do:

$ pwd
/home/rcompton/Downloads/jfreechart-1.0.14/ant

$ ant
...
maven-bundle:
[copy] Copying 1 file to /home/rfcompton/Downloads/jfreechart-1.0.14/distribution

BUILD FAILED
/home/rfcompton/Downloads/jfreechart-1.0.14/ant/build.xml:307: Warning: Could not find file /home/rfcompton/Downloads/jfreechart-1.0.14/maven-jfreechart-project.xml to copy.

Total time: 49 seconds

What's going on?

matinh
Posts: 483
Joined: Fri Aug 11, 2006 10:08 am
Location: Austria

Re: BUILD FAILED Warning: Could not find file maven-jfreecha

Post by matinh » Wed Jul 25, 2012 8:06 am

Try running the build from JFreeChart's toplevel directory:

Code: Select all

$ pwd
/home/martin/svndir/jfreechart
$ ant -f ant/build.xml
hth,
- martin

Locked