You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by "nicolas.frank@laposte.net" <ni...@laposte.net> on 2003/04/09 12:09:20 UTC

=?iso-8859-1?Q?Re:AW:_AW:_help_for_xdoclet_-_more_info_:_thank's, _it_works_!!!-->_resume_what_to_do?=

Thank you so much (I have spend 2 days on this..), the
xdoclet-web-module was the last missing part !

I still does not understand the '+' syntax so if anyone can
explain it to me... (but it works...)

- So a little resume for futur other xdoclet plugin users :

the xdoclet site does not seem to be up to date:

You must add in your project.xml:

<dependency>
<id>xdoclet+jmx-module</id>
<version>1.2b2</version>
</dependency>
<dependency>
<id>xdoclet+ejb-module</id>
<version>1.2b2</version>
</dependency>
<dependency>
<id>xdoclet+xjavadoc</id>
<version>1.2b2</version>
</dependency>
<dependency>
<id>xdoclet</id>
<version>1.2b2</version>
</dependency>
<dependency>
<id>xdoclet+web-module</id>
<version>1.2b2</version>
</dependency>

<!-- this is because I use jboss - put the module you are
using -->
<dependency>
<id>xdoclet+jboss-module</id>
<version>1.2b2</version>
</dependency>




Hi Nicolas,



Accédez au courrier électronique de La Poste : www.laposte.net ; 
3615 LAPOSTENET (0,34€/mn) ; tél : 08 92 68 13 50 (0,34€/mn)"




---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re:AW:_AW:_help_for_xdoclet_-_more_info_:_thank's, _it_works_!!!-->_resume_what_to_do

Posted by Konstantin Priblouda <kp...@yahoo.com>.
--- "nicolas.frank@laposte.net"
<ni...@laposte.net> wrote:
> Thank you so much (I have spend 2 days on this..),
> the
> xdoclet-web-module was the last missing part !
> 
> I still does not understand the '+' syntax so if
> anyone can
> explain it to me... (but it works...)
> 
> - So a little resume for futur other xdoclet plugin
> users :
> 
> the xdoclet site does not seem to be up to date:

Well, blame is partially on me :)

AFAIK lates acceptable syntax for grouped dependencies
is like this:
---%<-------------
   <dependency>
      <id>fuzzy:fuzzy-base</id>
      <version>0.1-alpha</version>
      <properties>
        <war.bundle.jar>true</war.bundle.jar>
      </properties>
    </dependency>
--%<---------------
one with + will be deprecated. 

Remenber, when in doubt always look into maven source 
- it's only reliable and complete documentation :)

regards,


=====
Konstantin Priblouda ( ko5tik )    Freelance Software developer
< http://www.pribluda.de > < play java games -> http://www.yook.de >
< render charts online -> http://www.pribluda.de/povray/ >

__________________________________________________
Do you Yahoo!?
Yahoo! Tax Center - File online, calculators, forms, and more
http://tax.yahoo.com

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org