Dan Brown wrote:
>
> 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.
Which build.xml file are you refering to? There are several build.xml
files in the TDK.
>
> <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]
--
jvz.
Jason van Zyl
[EMAIL PROTECTED]
http://jakarta.apache.org/velocity
http://jakarta.apache.org/turbine
http://jakarta.apache.org/commons
http://tambora.zenplex.org
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]