Just trying to build NANT. I'm new to this so please bear with me. I downloaded both .84 and .85 and neither will build for me. It was my understanding that before I can use NANT I have to build it then install it. Is this correct?
Below is the screen dump: C:\nant>bin\nant NAnt 0.85 (Build 0.85.1759.0; net-1.0.win32; nightly; 25/10/2004) Copyright (C) 2001-2004 Gerry Shaw http://nant.sourceforge.net Buildfile: file:///C:/nant/NAnt.build Target(s) specified: test [echo] Using 'net-1.1' framework on 'win32' platform. [property] C:\nant\NAnt.build(7,6): Attribute 'overwrite' for <property ... /> is deprecated. Use a "property::exists('...')" unless condition instead. init: debug: set-runtime-configuration: [ifnot] C:\nant\NAnt.build(431,10): Attribute 'propertyexists' for <ifnot .. . /> is deprecated. Use <if test="${property::exists('propertyname')}"> instead . [ifnot] C:\nant\NAnt.build(432,14): Attribute 'propertyexists' for <ifnot .. . /> is deprecated. Use <if test="${property::exists('propertyname')}"> instead . [ifnot] C:\nant\NAnt.build(435,14): Attribute 'targetexists' for <ifnot ... /> is deprecated. Use <if test="${target::exists('targetname')}"> instead. set-net-1.1-runtime-configuration: set-runtime-configuration-flags: [ifnot] C:\nant\NAnt.build(440,10): Attribute 'propertyexists' for <ifnot .. . /> is deprecated. Use <if test="${property::exists('propertyname')}"> instead . [ifnot] C:\nant\NAnt.build(449,10): Attribute 'targetexists' for <ifnot ... /> is deprecated. Use <if test="${target::exists('targetname')}"> instead. set-net-1.1-runtime-configuration: set-runtime-configuration-flags: build: [echo] Build Directory is C:\nant/build/net-1.1.win32/nant-0.84-debug C:\nant\NAnt.build(59,14): Element <includes... /> for <fileset... /> is depreca ted. Use <include> element instead. C:\nant\NAnt.build(68,14): Element <includes... /> for <fileset... /> is depreca ted. Use <include> element instead. [nant] C:\nant\src\NAnt.Core\NAnt.Core.build build BUILD FAILED - 0 non-fatal error(s), 8 warning(s) C:\nant\src\NAnt.Core\NAnt.Core.build: Error loading buildfile. Could not find a part of the path "C:\nant\src\NAnt.Core\NAnt.Core.build". Total time: 0.2 seconds. C:\nant> ------------------------------------------------------- This SF.Net email is sponsored by: Sybase ASE Linux Express Edition - download now for FREE LinuxWorld Reader's Choice Award Winner for best database on Linux. http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click _______________________________________________ Nant-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/nant-users
