Ant Classpath inheritance
Brought to you by:
roscoerush
From: Colin Sampaleanu [colinml1@exis.com]
- I am using XDoclet (current versionf rom CVS which
doesn't need
javadoc, but rather user internal xjavadoc replacement),
whose task
definition gets loaded in the build file via a taskdef
element. The
regular ant support in Eclipse can handle this fine,
building all the
way. When using the Antview plugin, the build fails,
saying it can't
find the xdoclet classes.
Logged In: NO
I am also having the same problem with some of the optional
tasks I am running. It just doesn't use the classpath settings
of the Eclipse's default Ant runner.
Logged In: YES
user_id=398209
AntView plugin release 2.2.5 corrects this by using the
Eclipse Ant Core to execute Ant targets