Re: Using VC6 on XP to build log4cxx from latest trunk

2014-09-02 Thread Thorsten Schöning
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

-- 
Thorsten Schöning   E-Mail:thorsten.schoen...@am-soft.de
AM-SoFT IT-Systeme  http://www.AM-SoFT.de/

Telefon...05151-  9468- 55
Fax...05151-  9468- 88
Mobil..0178-8 9468- 04

AM-SoFT GmbH IT-Systeme, Brandenburger Str. 7c, 31789 Hameln
AG Hannover HRB 207 694 - Geschäftsführer: Andreas Muchow



Re: Using VC6 on XP to build log4cxx from latest trunk

2014-09-02 Thread ToddA
Thorsten Schöning  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?