Just done a clean Ant build on a fresh checkout of the source and needed to make the following modification to the build file of the NXAudit module:

Index: build.xml
===================================================================
--- build.xml   (revision 9331)
+++ build.xml   (working copy)
@@ -25,8 +25,11 @@
         <include name="nxaudit-api.jar"/>
       </fileset>
       <fileset dir="../NXRuntime/dist">
-         <include name="org.nuxeo.runtime_1.0.0.jar"/>
+         <include name="NXRuntime.jar"/>
       </fileset>
+    <fileset dir="../NXCommon/dist">
+         <include name="nuxeo-common.jar"/>
+       </fileset>
  </path>

       <path id="client.classpath">

regards,

Sean

--
Dr. Sean Radford MBBS MSc
[EMAIL PROTECTED]
http://www.tacola.com
Distributed Identity & Access Management
Tel: +44 (0) 8700 671 490
Mob: +44 (0) 7802 24 24 86

_______________________________________________
ECM mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm

Reply via email to