I thought this was working earlier but I was very, very wrong.

I'm still trying to get wscompile to run as an ant-wrapped task, and I
need the classpath of the running task accessible from within the
wrapped build.xml

In ant, this would be done like:

        <path id="compile.classpath">

            {inserting various pathelements here....}
        </path>


        <taskdef name="wscompile" 
classname="com.sun.xml.rpc.tools.ant.Wscompile">

                <classpath refid="compile.classpath" />

        </taskdef>


where compile.classpath contains various jars for jax-rpc and my classes.

Is there a classpath id passed to invoked wrapped ant builds that
mirrors the dependency list?

Would this somehow be easier if I made a Java mojo instead?
--

Never wear anything that panics the cat. -- P. J. O'Rourke

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to