Hello.
I can make this task conditional adding if="conditional_test".
How can I make a nested element like <entitybmp> conditional? 
Thanks

build.xml:
...
<target name="ejbdoclet" depends="init">
        <ejbdoclet
            destdir="${basedir}"
            ejbspec="2.0"
            force="true"
            verbose="false">
            <fileset dir="${basedir}">
                <include name="${example.ejb.dir}\*Bean.java"/>
            </fileset>
            <entitycmp></entitycmp>
            <entitybmp></entitybmp>
        </ejbdoclet>
</target>
...


-------------------------------------------------------
This SF.net email is sponsored by: 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