bloritsch 2003/06/25 08:28:27 Modified: cscontainer AvalonContainer.build GETTING-STARTED.txt csframework AvalonFramework.build GETTING-STARTED.txt Log: update the build scripts so that NANT_HOME is no longer needed Revision Changes Path 1.2 +1 -2 avalon-sandbox/cscontainer/AvalonContainer.build Index: AvalonContainer.build =================================================================== RCS file: /home/cvs/avalon-sandbox/cscontainer/AvalonContainer.build,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- AvalonContainer.build 25 Jun 2003 13:43:22 -0000 1.1 +++ AvalonContainer.build 25 Jun 2003 15:28:27 -0000 1.2 @@ -20,14 +20,13 @@ </target> <target name="build-test" depends="build"> - <sysinfo/> <csc target="library" output="${library.name}-test.dll" debug="${build.debug}"> <references> <includes name="*.dll"/> <includes name="bin/*.dll"/> - <includes name="${sys.env.NANT_HOME}/bin/nunit.framework.dll"/> + <includes name="${nant.location}/nunit.framework.dll"/> </references> <sources basedir="src/test"> <includes name="**.cs"/> 1.2 +0 -2 avalon-sandbox/cscontainer/GETTING-STARTED.txt Index: GETTING-STARTED.txt =================================================================== RCS file: /home/cvs/avalon-sandbox/cscontainer/GETTING-STARTED.txt,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- GETTING-STARTED.txt 25 Jun 2003 13:43:22 -0000 1.1 +++ GETTING-STARTED.txt 25 Jun 2003 15:28:27 -0000 1.2 @@ -18,6 +18,4 @@ to build the Avalon project. -This build script expects you to define the environment -variable %NANT_HOME% so that it can find the NUnit dll. 1.5 +1 -2 avalon-sandbox/csframework/AvalonFramework.build Index: AvalonFramework.build =================================================================== RCS file: /home/cvs/avalon-sandbox/csframework/AvalonFramework.build,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- AvalonFramework.build 25 Jun 2003 12:15:23 -0000 1.4 +++ AvalonFramework.build 25 Jun 2003 15:28:27 -0000 1.5 @@ -20,14 +20,13 @@ </target> <target name="build-test" depends="build"> - <sysinfo/> <csc target="library" output="${library.name}-test.dll" debug="${build.debug}"> <references> <includes name="*.dll"/> <includes name="bin/*.dll"/> - <includes name="${sys.env.NANT_HOME}/bin/nunit.framework.dll"/> + <includes name="${nant.location}/nunit.framework.dll"/> </references> <sources basedir="src/test"> <includes name="Configuration/*.cs"/> 1.3 +0 -4 avalon-sandbox/csframework/GETTING-STARTED.txt Index: GETTING-STARTED.txt =================================================================== RCS file: /home/cvs/avalon-sandbox/csframework/GETTING-STARTED.txt,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- GETTING-STARTED.txt 25 Jun 2003 12:15:23 -0000 1.2 +++ GETTING-STARTED.txt 25 Jun 2003 15:28:27 -0000 1.3 @@ -17,7 +17,3 @@ > nant to build the Avalon project. - -This build script expects you to define the environment -variable %NANT_HOME% so that it can find the NUnit dll. -
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]