You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4cxx-user@logging.apache.org by Anoop George Philip <an...@gmail.com> on 2005/12/05 13:25:01 UTC

Ant build Error

Hi!
Currently i am trying to build log4cxx 0.9.8 using Ant 1.6.5 but i am getting 
the following error

C:\TEST\apache-ant-1.6.5\bin>ant
Buildfile: build.xml
       [cc] 0 total files to be compiled.

os-detect:

win-init:

mac-init:

unix-init:

init:

build-apr:
       [cc] 0 total files to be compiled.

get-apr-src:

untar-apr-src:
       [cc] 0 total files to be compiled.

os-detect:

win-init:

unix-init:

init:

configure-check:

unix-configure:

win-configure:

configure:

build:

BUILD FAILED

C:\TEST\bin\build.xml:483: The followin
g error occurred while executing this line:
D:\DICOM\apache-ant-1.5.3-1-bin\apache-ant-1.6.5\bin\apr-build.xml:168: The <cc>
 type doesn't support the nested "project" element. 

Total time: 1 second


I need your help.

Thanks in advance



Re: Ant build Error

Posted by Curt Arnold <ca...@apache.org>.
On Dec 5, 2005, at 6:25 AM, Anoop George Philip wrote:

>
> Hi!
> Currently i am trying to build log4cxx 0.9.8 using Ant 1.6.5 but i  
> am getting
> the following error
>
>
> I need your help.
>
> Thanks in advance
>
>

You must use the CVS HEAD of cpptasks.  The last release does not  
include support for project file generation which was added in  
conjunction with log4cxx development.