|
Hello,
I am a fresh user in xDoclet.
I tried to generated some Struts ActionForm. But it
always in the same directory of EJB.
The following are in my build.xml.
<strutsform destdir="${project.gen-src.dir}"
mergeDir="${project.resources}/struts">
<packageSubstitution packages="my.lib" substituteWith="form"/> </strutsform> But the package of XXXActionForm.java will be
generated as "my.lib.ejb"
How can define the package as "my.lib.form"
??
Bets regards,
Eric ==========================
If you know what you are doing, it is not called RESEARCH! ========================== |
- RE: [Xdoclet-user] <strutsform> problem Eric Chow
- RE: [Xdoclet-user] <strutsform> problem Richard Mixon
