Thorsten Schöning <tschoening <at> am-soft.de> writes:

> 
> Guten Tag ToddA,
> am Mittwoch, 3. September 2014 um 07:43 schrieben Sie:
> 
> > (I hope it's not
> > a problem that I'm using the latest version of Maven, 3.x, and not 2.x 
as
> > listed in this URL.)
> 
> No:
> 
> > C:\Users\tschoening>mvn --version
> > Apache Maven 3.1.1 (0728685237757ffbf44136acec0402957f723d9a; 2013-09-17 
17:22:2
> > 2+0200)
> 
> > So a new dependency has surfaced: Where do I get the necessary POM file?
> 
> pom.xml is the file and needed and should be contained in your
> checkout, depending on what you checked out exactly you might just be
> in the wrong path. You need to execute maven directly from the
> directory containing pom.xml, should be trunk.
> 
> Mit freundlichen Grüßen,
> 
> Thorsten Schöning
> 


Hi Thorsten,

I had used TortoiseSVN Repository Browser to download trunk and didn't 
realize it would be incomplete. I did an 'svn checkout' on my Linux box to 
get a brand new copy of trunk as of Sep 5, 2014. Now 'mvn package' gets a 
lot further, but now it gives a build failure with the following message:

-----

[ERROR] Failed to execute goal org.apache.maven.plugins:maven-antrun-
plugin:1.7:run (compile) on project apache-log4cxx: An Ant BuildException 
has occured: The following error occurred while executing this line:

[ERROR] C:\Documents and Settings\taa\Desktop\project92\apache-log4cxx-from-
svn.140905\src\ant\common.xml:102: Execute failed: java.io.IOException: 
Cannot run program "where": CreateProcess error=2, The system cannot find 
the file specified

[ERROR] around Ant part ...<ant target="build"/>... @ 4:24 in C:\Documents 
and Settings\taa\Desktop\project92\apache-log4cxx-from-
svn.140905\target\antrun\build-main.xml

-----

Where do I get the program 'where'?

Reply via email to