[JBoss-user] [Beginners Corner] - Re: XDoclet Error

2006-04-28 Thread anuj_patel
ey rsood. I hope you downloaded the xdoclet1.2.3 package from xdoclet's official site. When you get this package then, right click on your project, click on properties. Go to java build path. Here in the Libraries tab click on Add Library Button. Select User Library Option here and click on

[JBoss-user] [Beginners Corner] - Re: XDoclet Error

2006-04-19 Thread skumarsamy
Hi, Download j2se 5.0 and get it installed with the run time. Startup your Eclipse IDE. After that right click on to your project and choose properties, in the tree choose the Java Compiler and in the right pane Enable project specific settings, then select the JDK Compliance to 5.0, select Us

[JBoss-user] [Beginners Corner] - Re: XDoclet Error

2006-02-13 Thread rsood72
hey anuj how did you fix this error View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3923402#3923402 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3923402 --- This SF.n

[JBoss-user] [Beginners Corner] - Re: XDoclet Error

2005-12-09 Thread sgparry
OK, I have a way round this one but it's not easy. Basically there is one jar compiled with 1.5 instead of 1.4 that I have found so far. It does not use any 1.5 features itself, although it allows javadoc generation for 1.5 source code! It can therefore be readily recompiled for 1.4. Here are b

[JBoss-user] [Beginners Corner] - Re: XDoclet Error

2005-12-07 Thread sgparry
I am having same problem. Have not checked, but according to this post, JDK 1.5 is required: http://www.jboss.com/?module=bb&op=viewtopic&t=72336 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3911306#3911306 Reply to the post : http://www.jboss.com/index.htm

[JBoss-user] [Beginners Corner] - Re: XDoclet Error

2005-12-07 Thread anuj_patel
hey littledochy and bviveiros i had the same problem Try downloading xdoclet 1.2.3 from the xdoclet's official site (dun remember the url)...now in tht there would be a lib folder which would contain jars for xdoclet. Add those jars in your build path and you would be on ur way :) all the best n

[JBoss-user] [Beginners Corner] - Re: XDoclet Error

2005-12-06 Thread littledochy
Nothing yet. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3911034#3911034 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3911034 --- This SF.net email is sponsored b

[JBoss-user] [Beginners Corner] - Re: XDoclet Error

2005-12-04 Thread bviveiros
Hey littledochy, did you ever resolve this? I'm having the same problem. Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3910559#3910559 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3910559 --

[JBoss-user] [Beginners Corner] - Re: XDoclet Error

2005-11-21 Thread Scharlau
Whenever you see the 'major.minor version' error it means that you have incompatible JVMs. Chances are that you've not set up your project to use JDK 1.5, and XDoclet is set to use 1.4, or something of that sort. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=

[JBoss-user] [Beginners Corner] - Re: XDoclet Error

2005-11-18 Thread littledochy
More Details When I opened up the xdoclet-build.xml file, this is the line that came up with a problem. The caption said, "Task could not be defined within the Ant Editor context." View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3907999#3907999 Reply to t