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

> 
> Guten Tag ToddA,
> am Dienstag, 2. September 2014 um 06:13 schrieben Sie:
> 
> > 8. The steps at http://ant-contrib.sourceforge.net/ say to, "See the cc
> > tasks for installation instructions for cpptasks." When I go to the link 
for
> > 'cc' (http://ant-contrib.sourceforge.net/cpptasks/index.html) it says,
> > "Place cpptasks.jar into Ant's classpath by placing in Ant's lib 
> > directory..."
> 
> > But now I'm stuck because there is no cpptasks.jar in cpptasks-
1.0b5.zip.
> 
> Use maven, it's easy to install as well and will download cpptasks
> form a maven repository as Jar, else you might download it manually
> form whatever source you like. But I would prefer using maven, that's
> what I did as well.
> 
> http://mvnrepository.com/artifact/ant-contrib/cpptasks/1.0b5
> 
> Mit freundlichen Grüßen,
> 
> Thorsten Schöning
> 


Hi again Thorsten,

I appreciate your patience as I work through all these dependencies.

I downloaded and extracted the latest stable version of Maven:

     C:\Documents and Settings\taa>mvn --version
     Apache Maven 3.2.3 (33f8c3e1027c3ddde99d3cdebad2656a31e8fdf4; 2014-08-
11T13:58:10-07:00)
     Maven home: C:\Documents and Settings\taa\Desktop\project92\apache-
maven-3.2.3
     Java version: 1.8.0_20, vendor: Oracle Corporation
     Java home: C:\Program Files\Java\jdk1.8.0_20\jre
     Default locale: en_US, platform encoding: Cp1252
     OS name: "windows xp", version: "5.1", arch: "x86", family: "dos"

I'm now attempting to follow your advice to use Maven and perform the steps 
here: http://logging.apache.org/log4cxx/building/maven.html (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.)

Following the steps under "Building and testing log4cxx on a Microsoft 
Windows with APR and APR-Util built from source," Maven is complaining there 
is no POM file. Full log is here: http://pastebin.com/3b76Dmby

I tried doing 'mvn clean' but it gave the same "missing POM" error.

So a new dependency has surfaced: Where do I get the necessary POM file?

Reply via email to