On Thu, 5 Dec 2002 18:20, you wrote:
> Rodney Schneider wrote:
> >Hi Martin,
> >
> >Are you planning on releasing the TDK as well? The fixes to make it
> >work are very minor, as mentioned in one of my previous posts:
> >http://archives.apache.org/eyebrowse/ReadMsg?listName=turbine-dev@ja
> >karta.apache.org&msgNo=12288
> >
> >If I knew how to build the TDK, I would fix it myself :)
>
> ant test ;-)
>
> i don't think it'S good to release a final tdk as it always causes
> problems .. i would prefere to have an example file structure + some
> docs
Hi Martin,
I agree that, in the future, we should scrap the TDK. However, there
are many people out there already using TDK 2.2 beta versions and
release candidate versions, so I think it would be best to release a
final version of TDK 2.2. I think we should scrap the TDK after the
2.2 release.
I am happy to build a final working TDK 2.2, however, I just tried "ant
test" and got the following error:
-----------
prepare:
BUILD FAILED
/home/rodney/jakarta/jakarta-turbine-tdk/build.xml:236:
/home/rodney/jakarta/jakarta-turbine-tdk/src/tdk/task not found.
-----------
Here's what the "prepare" target looks like in build.xml:
-----------
<target name="prepare">
<copy todir="${tdk.build.dir}/src">
<fileset dir="${tdk.src}/task"/>
</copy>
</target>
-----------
However, the jakarta-turbine-tdk repository doesn't contain a "task"
directory.
Could you send me the build.properties file you are using to build the
TDK?
Thanks,
-- Rodney
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>