eclipse 3.1.x
jboss 3.2.2
jboss-ide 1.3.0
Appologies...I am a bit green on many of these tools. But was hoping someone might
help.
I have been working through the tutorial for jboss-ide 1.3.0. (Well written with only
a few questions, thanks)
xdoclet is generating the files but not filling in the values for **/*Servlet java.
ComputeServlet.java contains the @web commets as below, I believe what is suppose to
happen is the xdoclet reads the Sevlet file and creates the web.xml using the values
from the comment. I have double checked the Tutorial and the IDE config values. Am I
suppose add the javaDoc Tags somewhere? or does xdoclet recognize these @web tags.
-----file ComputeServlet.java --------------
/**
* @web.servlet name="Compute"
* display-name="Computation
Servlet"
* description="Servlet that
compute Fibonacci suite"
*
* @web.servlet-mapping url-pattern="/Compute"
*
* @web.ejb-ref name="ejb/Fibo"
* type="Session"
*
home="tutorial.interfaces.FiboHome"
*
remote="tutorial.interfaces.Fibo"
* description="Reference to the
Fibo EJB"
*
* @jboss.ejb-ref-jndi ref-name="ejb/Fibo"
* jndi-name="ejb/Fibo"
*/
------------------------------------------------------------
FILE xdoclet-build.xml
I tried to run this from the command line using the command line ANT
>ant -f xdoclet-build.xml -property .xdoclet N4003CA
But the environment errors were killing me. Also tried adding an but Build did not
like that.
------------------------------------------------------
<?xml version="1.0" encoding="UTF-8"?>
---------------------------------------------------------
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3846045#3846045
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3846045
-------------------------------------------------------
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
_______________________________________________
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development