Jason, thanks for the latest TDK !

The build balked for me under NT using build.bat, using Ant everything went
ok.
Are you sending me a message here ;>}

The build.bat file refers to a non-existant directory:
set CLASSPATH=%CLASSPATH%;.\share\tdk-lib\xerces-1.3.0.jar
should be:
set CLASSPATH=%CLASSPATH%;.\share\lib\xerces-1.3.0.jar

After fixing that, I got:

e:\jakarta\tdk-1.1a14\tdk>build
Buildfile: build.xml
BUILD FAILED
Target `234' does not exist in this project.
Total time: 1 second

I then got it to work by editing the build.bat to look like the
newapp.bat from tdk13. I attached the file.

Thanks,
Randy

Jason van Zyl wrote:

> Hi,
>
> For testers there is a first cut at the 1.1a14. There are still
> quite a few changes to make yet but I thought I would get it out
> for the testers. Just wanted to make sure the basics work.
>
> http://www.apache.org/~jvanzyl/tdk
>
> --
> 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]

build.bat

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to