You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by webtekie <we...@gmail.com> on 2005/06/08 23:27:24 UTC

bulding Workbench with ANT

Hi guys,

I am trying to build example application (Workbench). When I try to execute 
build.xml, I get error:

/home/jboss-4.0.2/server/default/deploy/Workbench/build.xml:32: srcdir 
"/home/jboss-4.0.2/server/default/deploy/Workbench/${src.dir}" does not 
exist!

and line 32 is:

<target name="compile" depends="init"
description="Compile all classes in the tutorial.">
<javac srcdir="${src.dir}" destdir="${classes.dir}" debug="on"
target="1.1" source="1.3"> <================================ line 32
<classpath refid="compile.classpath"/>
</javac>
</target>

I guess it says here to use JDK 1.3? I have 1.4 and tried to substitute both 
target and source with 1.4, still same problem. 
Any suggestions?

And, can anyone recommend a good ANT tutorial, I've looked at few but they 
are kind of a boring read.

thanks,
Alex