Commit 5305ef9

unknown <mkhan@.arcresources.ca>
2009-07-23 22:09:05
got the test target to run
1 parent e5e95ff
build/project.build
@@ -6,7 +6,7 @@
 	<property name="product.dir" value="${base.dir}\product" />
 	
 	<property name="build.dir" value="${base.dir}\build" />
-	<property name="thirdparty.dir" value="${base.dir}\thirdparty" />
+	<property name="thirdparty.dir" value="${base.dir}\third.party" />
 
 	<property name="build.tools.dir" value="${thirdparty.dir}\tools" />
 	<property name="build.lib.dir" value="${build.dir}\lib" />
build/project.test.build
@@ -22,9 +22,6 @@
 				<include name="\**\*.dll" />
 			</fileset>
 		</copy>
-		<property name="target" value="${log4net.config}" />
-		<call target="expand.template.file" />
-		<copy file="${log4net.config}" tofile="${build.compile.dir}\log4net.config.xml" />
 	</target>
 
 	<target name="run.test" depends="test.compile">
.gitignore
@@ -2,3 +2,5 @@ bin
 obj
 *.resharper.user
 *.suo
+local.properties.xml
+build/compile
.gitignore.swp
Binary file
build.bat
@@ -1,4 +1,4 @@
 @echo off
 cls
-thirdparty\tools\nant\nant.exe -nologo -buildfile:build\project.build %*
+third.party\tools\nant\nant.exe -nologo -buildfile:build\project.build %*
 @echo %time%