Re: xdoclet plugin : Jboss

2003-07-13 Thread Andy Jefferson
On Sun, 2003-07-13 at 21:30, Andy Jefferson wrote:

> I've tried using all of the above (except the commons-jelly ones, and
> the xdoclet-jdo, xdoclet-apache - since I'm not using any of those), and
> I still get no success.

It appears that I lied :-) ... turns out that I was missing the
xdoclet-web-module and without that it doesn't bother giving an error or
anything. Include it and it works fine !


-- 
Andy

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: xdoclet plugin : Jboss

2003-07-13 Thread Andy Jefferson
On Sun, 2003-07-13 at 16:30, [EMAIL PROTECTED] wrote:
> Make sure you include the xjavadoc dependency.  I
> have:
>commons-jelly-tags-log
>20030211.142821

>commons-jelly-tags-interaction
>SNAPSHOT

>xdoclet
>1.2b4
>  
>xdoclet-xdoclet-module
>1.2b4

>xjavadoc
>1.0

>xdoclet-jdo-module
>1.2b4

>xdoclet-ejb-module
>1.2b4

>xdoclet-web-module
>1.2b4

>xdoclet-jboss-module
>1.2b4

>xdoclet-apache-module
>1.2b4

>xdoclet-jmx-module
>1.2b4


Hi,

I've tried using all of the above (except the commons-jelly ones, and
the xdoclet-jdo, xdoclet-apache - since I'm not using any of those), and
I still get no success.

If I comment out just the xdoclet-jboss-module, it runs through xdoclet
fine (for the ejb tags). If I uncomment it, I get


java:compile:
[mkdir] Created dir: /home/andy/work/WebShop/target/xdoclet
xdoclet:ejbdoclet:

[javac] Since fork is true, ignoring compiler setting.
[javac] Compiling 80 source files to
/home/andy/work/WebShop/target/classes
[javac] Since fork is true, ignoring compiler setting.


and it ignores the work its supposed to do in ejbdoclet (!).


-- 
Andy

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: xdoclet plugin : Jboss

2003-07-13 Thread [EMAIL PROTECTED]
Make sure you include the xjavadoc dependency.  I
have:



 
 commons-jelly

commons-jelly-tags-log
 20030211.142821

http://jakarta.apache.org/commons/jelly/libs/log/
  

   
commons-jelly
commons-jelly
   
commons-jelly-tags-interaction
SNAPSHOT

  

  xdoclet
  xdoclet
  1.2b4



  xdoclet
 
xdoclet-xdoclet-module
  1.2b4


  
xjavadoc
xjavadoc
1.0



  xdoclet
  xdoclet-jdo-module
  1.2b4



  xdoclet
  xdoclet-ejb-module
  1.2b4



xdoclet
xdoclet-web-module
1.2b4



xdoclet
xdoclet-jboss-module
1.2b4



  xdoclet
 
xdoclet-apache-module
  1.2b4




xdoclet
xdoclet-jmx-module
1.2b4





Thanks.

--- Andy Jefferson <[EMAIL PROTECTED]> wrote:
> I've been using the xdoclet plugin and have put the
> following into the
> maven directories
> 
> repository/xdoclet/jars/
> xdoclet-1.2b4.jar
> xdoclet-ejb-module-1.2b4.jar
> xdoclet-jboss-module-1.2b4.jar
> xdoclet-jmx-module-1.2b4.jar
> xdoclet-xdoclet-module-1.2b4.jar
> xdoclet-xjavadoc-1.0.jar
> plugins/
> maven-xdoclet-plugin-1.2b4.jar
> maven-xdoclet-plugin-1.2b4/...
> 
> I have defined a preGoal "xdoclet:ejbdoclet" in
> maven.xml
> 
> 
> If I run this with just the following dependencies
> 
> xdoclet
> 1.2b4
> 
> 
> xdoclet+ejb-module
> 1.2b4
> 
> 
> j2ee
> 1.3.1
> 
> 
> the ejbdoclet task runs fine, creating the
> ejb-jar.xml and required
> interfaces.
> 
> 
> However if I add the necessary dependencies (from
> xdoclet website
> description) to run the JBoss part
> 
> 
> xdoclet+jboss-module
> 1.2b4
> 
> 
> xdoclet+jmx-module
> 1.2b4
> 
> 
> maven just skips past the preGoal doing nothing (not
> even the
> ejb-jar.xml/interfaces part).
> 
> 
> Anyone used xdoclet to generate JBoss descriptors
> with the Maven plugin?
> 
> 
> TIA
> -- 
> Andy
> 
>
-
> To unsubscribe, e-mail:
> [EMAIL PROTECTED]
> For additional commands, e-mail:
> [EMAIL PROTECTED]
> 


__
Do you Yahoo!?
SBC Yahoo! DSL - Now only $29.95 per month!
http://sbc.yahoo.com

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]