The top level build script allClean allBuild fail because there is a syntax
error in one of the project files.
Attached a patch to fix it.

Roger

Index: content-server/project.xml
===================================================================
RCS file: /home/cvspublic/jakarta-jetspeed-2/content-server/project.xml,v
retrieving revision 1.1
diff -u -r1.1 project.xml
--- content-server/project.xml  24 Dec 2003 18:01:55 -0000      1.1
+++ content-server/project.xml  26 Dec 2003 00:31:56 -0000
@@ -110,7 +110,7 @@
         <war.bundle.jar>false</war.bundle.jar>
       </properties> 
     </dependency>
-  <dependencies/>
+  </dependencies>
 
   <build>
     <nagEmailAddress>[EMAIL PROTECTED]</nagEmailAddress>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to