The classpath path element looks for jars in the toplevel dist 
directory.  Problem is the dist directory does not exist yet and it 
causes ant to fail because the directory cannot be found.  Until the 
dist directory is complete I would suggest changing the classpath path 
element to something like this.

  <path id="classpath">
     <fileset dir="${site2.home}/lib">
         <include name="**/jdom-*.jar"/>
     </fileset>
     <fileset dir="${turbine.home}/lib">
         <include name="**/*.jar"/>
     </fileset>
  </path>

You would be required to check out jakarta-turbine and jakarta-site2 in 
order to build however.

- Dan


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

Reply via email to