As commiter of XD2 I would recommend to use 1.0.4-SNAPSHOT
( http://dist.codehaus.org/ )
Examples are contained in unit tests
( http://www.sourceforge,net/projects/xdoclet-plugins/ )
-
Posted via Jive Forums
http://forums.opensymp
Hi,
Found out that this part
@jsp.tag name="testsubclasstag"
* display-name="TestSubclassTag"
* body-content="JSP"
* description="Tag is testing xdoclet"
..of course has to be written in the subclass and not the superclass.
Asgaut
---
Hi,
I am trying to use XDoclet 2 to generate TLD files from my java source files. I
downloaded xdoclet-plugins-1.0.3 and tried out the example "sample-web" which
worked fine. Only problem is that the sample application doesn't demonstrate
how to use inheritance with XDoclet 2.
Here is what I t