In order to get each ejb to be in it's own separate directory,
I have set the package and interfacepackage in the build.xml inside the
<cmp20> tag:
            <cmp20 destination="${build.gen-src.dir}"
                    package="${name}.{0}.ejb"
                    interfacepackage="${name}.{0}.interfaces"
                    .....
            >


and within the entity-cmp-20.vm  the ${plugin.interfacePackage}  returns
com.product.{0}.ejb
The {0} in the pattern for the package name does not seem to be processed
but the correct directory is created (com.product.myTable.ejb)

Any ideas or workarounds ??



Regards
Foad Momtazi
SuperEzy Team
+61-2-9964 3342




-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to