Dan Brown wrote:
>
> jakarta-turbine-tdk/build/build.xml is the file I am refering to.
Ah. It works just fine. The TDK was never meant to be built by
the users and that's the way it hss evolved. This will change
when Gump is more usable for individual developers i.e. there
will be a descriptor for the TDK that TDK developers can pull
down and Gump will assemble the TDK from source.
Right now you need many projects checked out in parallel, and
that's just the way the TDK is built right now.
> - 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]
--
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]