I've been using xdoclet 1.2 beta 1 for several months now. Every few weeks, we find a feature of the latest version we want to use and try upgrading. However, so far we've not been able to build because beta 3 never produces any output files. I feel like an idiot -- It must be something we're doing wrong, but our build file works perfectly under beta 1.

Anyone else experienced this? Any wisdom to share?

Also, out of curiosity: is there a better source of xdoclet debug information than what's spit out by ant -debug?

thanks,

-nash

FWIW, my build file looks like this:
...
<ejbdoclet
        destdir="build/generate"
        ejbspec="${ejb.version}"
        mergeDir="${merge.dir}"
        force="${xdoclet.force}"
        verbose="true"
        >

        <fileset dir="${src.entity.dir}">
                <include name="**/*Bean.java"/>
        </fileset>
        <fileset dir="${src.session.dir}">
                <include name="**/*Browser.java"/>
        </fileset>

<packageSubstitution packages="session,entity" substituteWith="interfaces"/>

<remoteinterface/>
...
</ejbdoclet>
...



*********************************************************************** This message is intended only for the use of the intended recipient and may contain information that is PRIVILEGED and/or CONFIDENTIAL. If you are not the intended recipient, you are hereby notified that any use, dissemination, disclosure or copying of this communication is strictly prohibited. If you have received this communication in error, please destroy all copies of this message and its attachments and notify us immediately. ***********************************************************************



-------------------------------------------------------
This SF.net email is sponsored by: Tablet PC. Does your code think in ink? You could win a Tablet PC. Get a free Tablet PC hat just for playing. What are you waiting for? http://ads.sourceforge.net/cgi-bin/redirect.pl?micr5043en
_______________________________________________
xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to