Posted By:
Anonymous
Posted On:
Monday, October 15, 2001 04:09 AM
Hi everybody, A working target with nested path (see below) works in Ant version 1.4 ('standalone'), but when using the ant version integrated as module into Forte for Java 3.0 then I get an error. The target is as follows: . . . The error in Forte 3.0 CE is at the third line of the target and tells me: build.xml [68] Could not create task of type: path. Common solutions are to use taskdef to declare your task, or, if this is an optional task, to put the optional.jar in the lib d
More>>
Hi everybody,
A working target with nested path (see below) works in Ant version 1.4 ('standalone'), but
when using the ant version integrated as module into Forte for Java 3.0 then I get an
error.
The target is as follows:
.
.
.
The error in Forte 3.0 CE is at the third line of the target and tells me:
build.xml [68] Could not create task of type: path. Common solutions are
to use taskdef to declare your task, or, if this is an optional task, to
put the optional.jar in the lib directory of your ant installation
(ANT_HOME).
Why is that. Before that target I define path (on the same nested level
as target, inside project tag) and everything is ok. Nested in the
target path doesn't work. Why? Which version is integrated in Forte for
Java 3.0 (could not find out how to configure a commandline option, in
this case -version to get that information).
Apparently there must be used a less recent version than the one I have
standalone installed.
Any help much appreciated.
Regards,
Thomas
<<Less