jakarta-turbine-tdk/build/build.xml is the file I am refering to.
- Dan
Jason van Zyl wrote:
> 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]
>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]