We are using ejb 2.0
, want to upgrade the code to ejb 3.1
.
In my current code, lot of .java
files are being automatically generated using xdoclet
and ejbdoclet
; I see reference to these xdoclet
and ejbdoclets
in my build.xml
file. When I remove these xdoclet
and ejbdoclet
code from build.xml
, the application does not compile any longer (using eclipse
/ ant
).
How do I make changes to xdoctlet
templates or get rid of these xdoclet
and ejbdoclet
references?
What are the xdoclet
/ ejbdoclet
templates look like? I don't want it to auto generate it at compile time.