Re: XDoclet 2: Generating TLD's with inheritance

2006-12-07 Thread Konstantin Pribluda
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

Re: XDoclet 2: Generating TLD's with inheritance

2006-12-07 Thread Asgaut Mjølne
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 ---

XDoclet 2: Generating TLD's with inheritance

2006-12-07 Thread Asgaut Mjølne
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