Greetings all,
I'm hitting the same error Kaj hit in March with WOProject:
<http://www.objectstyle.org/woproject/lists/woproject-dev/2003/03/0003.html
>
However, Ulrich's suggestion doesn't work for me. Here's my incredibly
bare-bones build.xml file:
<?xml version="1.0"?>
<project default="init">
<path id="classpath">
<fileset dir="/Users/wolf/woproject-1.0b2/">
<include name="lib/*.jar"/>
</fileset>
</path>
<taskdef
name="woapplication"
classname="org.objectstyle.woproject.ant.WOApplication">
<classpath refid="classpath"/>
</taskdef>
<target name="init">
<tstamp/>
</target>
</project>
Result:
>wolf% ant
>Buildfile: build.xml
>
>BUILD FAILED
>file:/Users/wolf/woprojectSpike/build.xml:11: taskdef class
>org.objectstyle.woproject.ant.WOApplication cannot be found
>
>Total time: 2 seconds
Some more environmental data:
Mac OS X 10.2.6, Java 1.4.1, WebObjects 5.2.1.
w
p
c
w
.......................................................
Jonathan 'Wolf' Rentzsch http://rentzsch.com
Red Shed Software http://redshed.net (847) 584-7465
PGP: b2af 1a09 f881 ebde c9d6 c4d2 c04f a3c0 3ec5 d5f2
"better" necessarily means "different"
This archive was generated by hypermail 2.0.0 : Tue May 20 2003 - 16:10:30 EDT