cziegeler 02/01/30 03:32:37 Modified: tools build-i.xml build-s.xml build-t.xml Log: Fixing build files Revision Changes Path 1.2 +3 -3 xml-cocoon2/tools/build-i.xml Index: build-i.xml =================================================================== RCS file: /home/cvs/xml-cocoon2/tools/build-i.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- build-i.xml 30 Jan 2002 09:29:22 -0000 1.1 +++ build-i.xml 30 Jan 2002 11:32:37 -0000 1.2 @@ -1,4 +1,4 @@ -<project default="interactive" basedir="." name="Test build"> +<project default="interactive" basedir="../" name="Test build"> <!-- =================================================================== --> <!-- Interactive build --> @@ -26,7 +26,7 @@ <echo message=" "/> <echo message=" "/> <taskdef name="user-input" classname="UserInputTask" - classpath="./anttasks"/> + classpath="./tools/anttasks"/> <property name="input.selection" value="compile"/> <user-input name="input.selection">Please select a target </user-input> @@ -34,7 +34,7 @@ <!-- to be used if targets are in the same file <antcall target="${input.selection}"/>--> - <ant target="${input.selection}" antfile="../build.xml"/> + <ant target="${input.selection}" antfile="./build.xml"/> </target> 1.2 +3 -3 xml-cocoon2/tools/build-s.xml Index: build-s.xml =================================================================== RCS file: /home/cvs/xml-cocoon2/tools/build-s.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- build-s.xml 30 Jan 2002 09:29:22 -0000 1.1 +++ build-s.xml 30 Jan 2002 11:32:37 -0000 1.2 @@ -1,4 +1,4 @@ -<project default="scratchpad" basedir="." name="Scratchpad build"> +<project default="scratchpad" basedir="../" name="Scratchpad build"> <!-- =================================================================== --> <!-- Interactive scratchpad builds --> @@ -27,12 +27,12 @@ <echo message=" --------------"/> <echo message=" "/> <taskdef name="user-input" classname="UserInputTask" - classpath="./anttasks"/> + classpath="./tools/anttasks"/> <property name="input.selection" value=""/> <user-input name="input.selection">Please select a target </user-input> - <ant antfile="../src/scratchpad/${input.selection}/build.xml"/> + <ant antfile="./src/scratchpad/${input.selection}/build.xml"/> </target> 1.2 +1 -1 xml-cocoon2/tools/build-t.xml Index: build-t.xml =================================================================== RCS file: /home/cvs/xml-cocoon2/tools/build-t.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- build-t.xml 30 Jan 2002 09:29:22 -0000 1.1 +++ build-t.xml 30 Jan 2002 11:32:37 -0000 1.2 @@ -1,7 +1,7 @@ <!-- build-t.xml ... these are trial build targets which are currently undergoing testing. When ready they can be moved into the main build.xml --> -<project default="patchqueue" basedir="." name="Trial builds"> +<project default="patchqueue" basedir="../" name="Trial builds"> <!-- =================================================================== --> <!-- Initialization target -->
---------------------------------------------------------------------- In case of troubles, e-mail: [EMAIL PROTECTED] To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]