Thanx Kostantin, i replaced 2.0.5-SNAPSHOT with 2.0.5 and everything worked
fine

regards
marco

On 1/6/07, Konstantin Priblouda <[EMAIL PROTECTED]> wrote:


--- Marco Mistroni <[EMAIL PROTECTED]> wrote:

> hi all,
>  i suddenly started to receive a disaster exception
> while generating
> hibernate mappings using xdoclet2
> maven2 plugin...
>
> i have used following configuration
>
> <plugin>
>     <groupId>xdoclet</groupId>
>     <artifactId>maven2-xdoclet2-plugin</artifactId>
>     <version>2.0.5-SNAPSHOT</version>
>     <executions>
>         <execution>
>         <id>xdoclet</id>
>         <phase>process-classes</phase>
>         <goals>
>             <goal>xdoclet</goal>
>         </goals>
>         </execution>
>     </executions>
>     <dependencies>
>         <dependency>
>         <groupId>xdoclet-plugins</groupId>
>
> <artifactId>xdoclet-plugin-hibernate</artifactId>
>         <version>1.0.4-SNAPSHOT</version>
>         </dependency>
>     </dependencies>
>     <configuration>
>         <configs>
>         <config>
>             <components>
>             <component>
>                 <classname>
>
org.xdoclet.plugin.hibernate.HibernateMappingPlugin</classname>
>                  <params>
>                     <version>3.0</version>
>
> <destdir>${project.build.outputDirectory}</destdir>
>                              </params>
>             </component>
>             </components>
>
>
>         </config>
>         </configs>
>     </configuration>
> </plugin>
>
> i had it at work as of friday.... now i receive
> followign exception

...  yet another maven repo mistery.

>
> could anyone help please?

I would recomment to stop use of snapshot version of
maven plugin, as there is released 2.0.5 ( as well as
xdoclet / generama etc. )

( so only snapshots remaining are plugins zhemselves )



regards.

----[ Konstantin Pribluda http://www.pribluda.de ]----------------
Still using XDoclet 1.x?  XDoclet 2 is released and of production quality.
check it out: http://xdoclet.codehaus.org

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around
http://mail.yahoo.com

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share
your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
xdoclet-plugins-interest mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xdoclet-plugins-interest

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
xdoclet-plugins-interest mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xdoclet-plugins-interest

Reply via email to