On Thursday, July 18, 2002, at 08:03  AM, conrad wrote:

> I've just checked out xdocled from cvs, build it and:
> 1) which jar's do I have to make available for ant (I'm using JBoss as 
> an app server)

in my build.xml file in the <path> element that I use for xDoclet I just 
add the tag:
     <fileset dir="${xdoclet.home}/lib"
            includes="**/*.jar" />
Rather than try to figure out which jars I really need :-)

> 2) I could'n find @jboss-net tag in docs. Is already it available ?

Not yet, but I am beginning a project using jBoss as a app server and 
planning on making heavy use of jboss-net for communication with the 
client portion of the project. and at some point I am sure I will get 
very sick of generating the web-service.xml file by hand and will likely 
end up learning enough about the internal workings of xDoclet to create 
a jboss-net module.

> 3) I there any examlpe how to build web services with xdoclet for 
> jboss-net?

as of today, build your app as you normally would then code the 
web-service.xml by hand :-(
or you could start on a jboss-net module (anyone?).

-jason



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to