On 2/9/02 4:29 PM, "Peter Donald" <[EMAIL PROTECTED]> wrote:
> On Sun, 10 Feb 2002 17:29, Jason van Zyl wrote:
>> This is what I currently have in the turbine3 build.xml file:
>>
>> <!-- Create a classpath from the deps.list file using
>> the ${lib.repo} as the base directory -->
>>
>> <path
>> id="classpath"
>> dir="${lib.repo}"
>> pathlist="deps.list"
>> />
>
> Looks good but I don't think we want to be adding more features like this to
> a core object. Perhaps it would be better to rework it as a
>
> <load-path srcFile="deps.list"/>
That's cool with me, what code do you suggest I snip to make this small
task?
Steve also mentioned the <loadfile> task but I can't figure out how it works
yet.
All I really want right now is to be able set the classpath from a source
outside the buildfile so I'll take the shortest route for now :-)
--
jvz.
Jason van Zyl
http://tambora.zenplex.org
http://jakarta.apache.org/turbine
http://jakarta.apache.org/velocity
http://jakarta.apache.org/alexandria
http://jakarta.apache.org/commons
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>