Re: XDoclet in Maven

2004-11-18 Thread Jose Gonzalez Gomez
Eric, Any news regarding this? I have taken a look at the web, but I still cannot find the 1.2.2 version of the plugin. Best regards Jose Eric Pugh wrote: I am in the process of updating the XDoclet repository at http://xdoclet.sf.net/repository. I have everything bug the newest

Re: XDoclet in Maven

2004-11-18 Thread Pascal Thivent
Jose, as you can see at http://xdoclet.sourceforge.net/repository/xdoclet/plugins/, the plugin is still not available in xdoclet repository. I guess Eric still has some write access problems. So you can't use for now the plugin:download goal (see a previous mail for the exact command). Anyway,

RE: XDoclet in Maven

2004-11-18 Thread Ryan Sonnek
- From: Poppe, Troy [mailto:[EMAIL PROTECTED] Sent: Thursday, November 18, 2004 10:23 AM To: 'Maven Users List'; 'Pascal Thivent' Subject: RE: XDoclet in Maven What's the point of a global repository of plugins and libraries if every project has their own repository? So now, I, as a developer

Re: XDoclet in Maven

2004-11-18 Thread Jose Gonzalez Gomez
: Thursday, November 18, 2004 10:54 AM To: Maven Users List Subject: Re: XDoclet in Maven Jose, as you can see at http://xdoclet.sourceforge.net/repository/xdoclet/plugins/, the plugin is still not available in xdoclet repository. I guess Eric still has some write access problems. So you can't use

Re: XDoclet in Maven

2004-11-18 Thread Pascal Thivent
: Re: XDoclet in Maven Jose, as you can see at http://xdoclet.sourceforge.net/repository/xdoclet/plugins/, the plugin is still not available in xdoclet repository. I guess Eric still has some write access problems. So you can't use for now the plugin:download goal (see a previous mail

RE: XDoclet in Maven

2004-11-18 Thread Eric Pugh
To: 'Maven Users List'; 'Pascal Thivent' Subject: RE: XDoclet in Maven What's the point of a global repository of plugins and libraries if every project has their own repository? So now, I, as a developer/project maintainer, have to make sure that all my developers have the right list

RE: XDoclet in Maven

2004-11-17 Thread Eric Pugh
The snapshot error is worrisome.. double check that the version of xdoclet used by the plugin in MAVEN_HOME\cache\maven-xdoclet-plugin\project.xml isn't marked as SNAPSHOT. If it is, where did you get this plugin, from the download at xdoclet.sf.net? Eric

Re: XDoclet in Maven

2004-11-16 Thread Pascal Thivent
Hi, have you tried the *Maven Plug-in* entry on xdoclet website ? http://xdoclet.sourceforge.net/xdoclet/maven-plugin.html. On this page, we can read : Maven is an increasingly popular build tool, and XDoclet maintains its own Maven plug-in. This plug-in is located in the same folder as the

Re: XDoclet in Maven - almost good

2004-11-16 Thread Pascal Thivent
The plugin doesn't seem to be installed. Refer to previous mail to install it. On Mon, 15 Nov 2004 19:35:17 -0800 (PST), Janos Mucsi [EMAIL PROTECTED] wrote: I cleaned out the cache so everything was downloaded very well, I am still getting the following error: This has nothing to do with the

Re: XDoclet in Maven

2004-11-16 Thread Corey Scott
Aparently that is something that was fixed with Maven 1.1 and should not be effecting the plugin's behaviour. -Corey On Tue, 16 Nov 2004 15:47:04 -0800 (PST), Janos Mucsi [EMAIL PROTECTED] wrote: Hi I commented out my dependencies, ran Maven, then I put back the XDoclet dependencies, ran

Re: [OT] Re: XDoclet in Maven

2004-11-15 Thread Corey Scott
install it locally myself :-( Arnaud -Message d'origine- De : Eric Pugh [mailto:[EMAIL PROTECTED] Envoyé : dimanche 14 novembre 2004 17:22 À : Pascal Thivent; [EMAIL PROTECTED]; Maven Users List Objet : RE: [OT] Re: XDoclet in Maven I'm glad you like the new all in one

Re: [OT] Re: XDoclet in Maven

2004-11-15 Thread Arnaud HERITIER
-Message d'origine- De : Eric Pugh [mailto:[EMAIL PROTECTED] Envoyé : dimanche 14 novembre 2004 17:22 À : Pascal Thivent; [EMAIL PROTECTED]; Maven Users List Objet : RE: [OT] Re: XDoclet in Maven I'm glad you like the new all in one aspect in 1.2.2 ;-). Note though, I only

RE: XDoclet in Maven

2004-11-15 Thread Eric Pugh
I am in the process of updating the XDoclet repository at http://xdoclet.sf.net/repository. I have everything bug the newest plugin uploaded, I ran into an issue with permissions on the filesystem that is stopping me. Hopefully everything will be online in the next day or so. Eric

Re: XDoclet in Maven

2004-11-15 Thread Arnaud HERITIER
Thanks Eric. It will help us a lot. Arnaud On Mon, 15 Nov 2004 23:37:05 -, Eric Pugh [EMAIL PROTECTED] wrote: I am in the process of updating the XDoclet repository at http://xdoclet.sf.net/repository. I have everything bug the newest plugin uploaded, I ran into an issue with

RE: [OT] Re: XDoclet in Maven

2004-11-14 Thread Eric Pugh
, if people find there are some specific ones they would like added, hollar on the xdoclet-dev list. Eric -Original Message- From: Pascal Thivent [mailto:[EMAIL PROTECTED] Sent: Saturday, November 13, 2004 10:19 PM To: [EMAIL PROTECTED]; Maven Users List Subject: Re: [OT] Re: XDoclet in Maven

RE: [OT] Re: XDoclet in Maven

2004-11-14 Thread Arnaud HERITIER
Objet : RE: [OT] Re: XDoclet in Maven I'm glad you like the new all in one aspect in 1.2.2 ;-). Note though, I only added the most common dependencies. I thought about adding all of them, but was worried it would make anyone using the plugin have to download a massive number of dependencies

RE: XDoclet in Maven

2004-11-13 Thread Eric Pugh
: Re: XDoclet in Maven Hi, in deed, you made a lot of progress since the first mail. Lets try to tackle all pending issues. I'm not using the EjbDocletTask directly but use rather the maven xdoclet goal. So I have this in my maven.xml : preGoal name=java:compile echoGenerates

[OT] Re: XDoclet in Maven

2004-11-13 Thread Pascal Thivent
of xdoclet? 1.2.2 was released, and had many improvements and cleanups applied to the Maven plugin. -Original Message- From: Pascal Thivent [mailto:[EMAIL PROTECTED] Sent: Saturday, November 13, 2004 6:32 AM To: Maven Users List Subject: Re: XDoclet in Maven Hi, in deed

Re: [OT] Re: XDoclet in Maven

2004-11-13 Thread Pascal Thivent
: Saturday, November 13, 2004 6:32 AM To: Maven Users List Subject: Re: XDoclet in Maven Hi, in deed, you made a lot of progress since the first mail. Lets try to tackle all pending issues. I'm not using the EjbDocletTask directly but use rather the maven xdoclet goal

Re: XDoclet in Maven

2004-11-12 Thread Pascal Thivent
Hi, in deed, you made a lot of progress since the first mail. Lets try to tackle all pending issues. I'm not using the EjbDocletTask directly but use rather the maven xdoclet goal. So I have this in my maven.xml : preGoal name=java:compile echoGenerates EJB classes and descriptor