As in you want to generate "foo-ejb-jar.xml" instead of
"ejb-jar.xml"? You can do this by including the desintationFile attribute
in the ant subtask... eg:
<deploymentdescriptor destdir="${build.dir}/ejb/META-INF"
destinationFile="foo-ejb-jar.xml"/>
this is undocumented, and doesn't exist for the JBoss descriptors,
although can be easily added. I'll update the doco for the above, and if
its also required for the JBoss stuff I'll put that in...
cheers
dim
On Mon, 1 Oct 2001, Jason Dillon wrote:
> can I set the prefix which to prepend to generated deployment descriptor
> files? This would make it alot easier to use the ant ejbjar task to build
> jars from xdoclet generated stuff.
>
> if this exists already can someone explain to me how it is done. if not,
> could it be added to the next release.
>
> if this a duplicate request please forgive me.
>
> --jason
>
>
> _______________________________________________
> Xdoclet-user mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/xdoclet-user
>
_______________________________________________
Xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user