Re: [Xdoclet-user] webdoclet problem with annotation

2006-11-01 Thread Markus Innerebner
After updating that jar the error message disappear. Thank you very much for that advise. Markus - Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technol

Re: [Xdoclet-user] webdoclet problem with annotation

2006-10-31 Thread Glaucio Scheibel
You have to update the xjavadoc.jar in the lib directory. Just download at this link: http://sourceforge.net/project/showfiles.php?group_id=31602 Glaucio Markus Innerebner wrote: > Hello, > > I switched the jdk from 1.4 to 5.0 and in my code I added the Java > Annotation (i.e. deprecated). > Af

Re: [Xdoclet-user] webdoclet problem with annotation

2006-10-31 Thread Matt Raible
You need a new version of xjavadoc.jar. http://www.google.com/search?q=xjavadoc+1.5 You could use the one from AppFuse. http://fisheye4.cenqua.com/browse/~raw,r=1274/appfuse/trunk/lib/xdoclet-1.3-SNAPSHOT/xjavadoc-1.1.jar Matt On 10/31/06, Markus Innerebner <[EMAIL PROTECTED]> wrote: > Hello,

[Xdoclet-user] webdoclet problem with annotation

2006-10-31 Thread Markus Innerebner
Hello, I switched the jdk from 1.4 to 5.0 and in my code I added the Java Annotation (i.e. deprecated). After that modification I am not able to launch my webdoclet ant task anymore. That problem was related to the java 1.5 annotations. So I am asking you, what do I need to change to let the webdo

Re: [Xdoclet-user] WebDoclet Problem...

2006-08-02 Thread Usman Riaz
Monkeyden wrote: > Do you have a file, in the directory to be processed, with a leading > dot in the name? > > qualifiedName can't start with a dot! *.resellerChecker.jav > * Thanks for the reply. I have found the problem. Yeah the file was there, but the actual problem was that I was using

Re: [Xdoclet-user] WebDoclet Problem...

2006-08-01 Thread Monkeyden
Do you have a file, in the directory to be processed, with a leading dot in the name?    qualifiedName can't start with a dot! .resellerChecker.jav  On 8/1/06, Usman Riaz <[EMAIL PROTECTED]> wrote: Gwyn Evans wrote:>Can't be sure, but one typical error is not having all the classes>needed by the s

Re: [Xdoclet-user] WebDoclet Problem...

2006-08-01 Thread Usman Riaz
Gwyn Evans wrote: >Can't be sure, but one typical error is not having all the classes >needed by the servlet (and whatever it extends) in the XDoclet >classpath. > >/Gwyn > > Thanks for the reply Gwyn, appreciated! I just noticed that if in place an incorrect filename (a non existent java file)

Re: [Xdoclet-user] WebDoclet Problem...

2006-08-01 Thread Gwyn Evans
Can't be sure, but one typical error is not having all the classes needed by the servlet (and whatever it extends) in the XDoclet classpath. /Gwyn On 01/08/06, Usman Riaz <[EMAIL PROTECTED]> wrote: > Hi*! >I am trying to use Webdoclet for my webapplication to generate > 'web.xml' and 'sun

[Xdoclet-user] WebDoclet Problem...

2006-08-01 Thread Usman Riaz
Hi*! I am trying to use Webdoclet for my webapplication to generate 'web.xml' and 'sun-web.xml'. Here is how the task for Webdoclet looks like in my build.xml file for the project... And the customerChecker.java (a servelet) file contains XDocle

[Xdoclet-user] WebDoclet problem

2002-09-26 Thread Paulius Danielius
Hello xdoclet users, I just started playing around with xdoclet 1.1.2 and I'm facing problems with WebDoclet task. For some reason it refuses to run and i'm getting such an exception: P:\Project\Testina2>ant -v doclet-web Apache Ant version 1.5 compiled on July 9 2002 Buildfile: build.xml Detect