You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ant.apache.org by Bill Brooks <wb...@lug.ee.calpoly.edu> on 2000/10/21 21:16:39 UTC

optional tasks in Ant 1.2rc1

Hi,

Where is optional.jar for Ant 1.2rc1? I download rc1 and built it from
source, but when I attempt to use the <style> task in a build file, here's
what I get:

/home/wbrooks/box/work/mas/project/docs/build.xml:16:
java.lang.ClassNotFoundException:
org.apache.tools.ant.taskdefs.optional.XalanLiaison
java.lang.ClassNotFoundException:
org.apache.tools.ant.taskdefs.optional.XalanLiaison

...when I built from source, wasn't the optional.jar file, which I assume
contains org.apache.tools.ant.taskdefs.optional.XalanLiaison, supposed to
be built? 

Thanks in advance for any assistance you can offer. 

Bill