Hi,

>trouble with ejbdoclet though. It seems to need commons-logging.jar
>on the classpath. Ok, (even though it doesn't come with the
>distribution - why is this?). 

It looks like this is in the source archive, but no in the 
distribution, so I think this was just forgotten.

>Any help at all would be really helpful.

I just include it in my build.xml as follows:

        <!-- Look for all the jars that might be needed -->
        <path id="xdoclet.path.ref">
                <fileset dir="${xdoclet.base.dir}">
                        <include name="*.jar"/>
                </fileset>
                <fileset dir="d:\jboss">
                        <include name="commons-logging.jar"/>
                </fileset>
        </path>

        <target name="init">
            <taskdef name="ejbdoclet"
                    classname="xdoclet.modules.ejb.EjbDocletTask"
                    classpathref="xdoclet.path.ref"/>
        </target>

Hope that helps.

  Heiko

-- 
Bancotec GmbH      EMail: [EMAIL PROTECTED]
Calwer Str. 33     Telefon: +49 711 222 992 900
D-70173 Stuttgart  Telefax: +49 711 222 992 999
Ein Unternehmen der Cellent AG http://www.cellent.de/


-------------------------------------------------------
This sf.net email is sponsored by:
With Great Power, Comes Great Responsibility 
Learn to use your power at OSDN's High Performance Computing Channel
http://hpc.devchannel.org/
_______________________________________________
Xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to