RE: j2ee sdk in repositories?

2005-08-27 Thread Vincent Massol
Hi Rick, You might be interested in http://mavenbook.xwiki.com/xwiki/bin/view/Main/J2eeDependencies Thanks -Vincent -Original Message- From: Rick Mann [mailto:[EMAIL PROTECTED] Sent: vendredi 26 août 2005 01:43 To: Maven Users List Subject: Re: j2ee sdk in repositories? On Aug

RE: [m1] problem with plug-in auto-download

2005-08-27 Thread Vincent Massol
-Original Message- From: berndq [mailto:[EMAIL PROTECTED] Sent: vendredi 26 août 2005 10:13 To: Maven Users List Subject: Re: [m1] problem with plug-in auto-download Brett Porter wrote: That hasn't made it to the errata yet, maybe you could submit it? done Thanks a lot

[ANN] Maven EJB Plugin 1.7 released

2005-08-27 Thread Vincent Massol
We are pleased to announce the Maven EJB Plugin 1.7 release! http://maven.apache.org/reference/plugins/ejb/ EJB Plugin for Maven Changes in this version include: Fixed bugs: o Make the ejb creation work even if there are not sources. o Fixed default property values in the web site

Re: maven 1 or 2 with J2EE/Hibernate/Jboss project ?

2005-08-27 Thread Adam Hardy
HOFLACK Alexandre on 25/08/05 08:49, wrote: Q1 : I initiate a Hibernate/jboss project. So, newbie with maven, i understand utility of maven. Could you explain me how to work with maven and hibernate, best practise to develop on eclipse ? Could you give me a link on a good example whicj i

Re: [m2] Nightly Build

2005-08-27 Thread Mark Hobson
These builds are pretty handy, but they only consist of m2 core - what about the plugins? It appears you still need to bootstrap m2 to obtain the latest versions of these in your local repo. Mark On 19/08/05, Kevin McNamee [EMAIL PROTECTED] wrote: OK. Just what I need. Thanks. Could you add

[m2] Installing plugins

2005-08-27 Thread Mark Hobson
I've got a custom m2 plugin which I install successfully using the normal m2 install, but when I go to use the plugin I get the error below. If I copy the 'maven-tomcat-plugin-LATEST.version.txt' file to an identical parallel 'maven-tomcat-plugin-RELEASE.version.txt' file then everything works as

Re: [m2] Nightly Build

2005-08-27 Thread Trygve Laugstøl
On Sat, Aug 27, 2005 at 06:04:41PM +0100, Mark Hobson wrote: These builds are pretty handy, but they only consist of m2 core - what about the plugins? It appears you still need to bootstrap m2 to obtain the latest versions of these in your local repo. That is true. We figured that most people

Re: [m2] Nightly Build

2005-08-27 Thread Mark Hobson
On 27/08/05, Trygve Laugstøl [EMAIL PROTECTED] wrote: That is true. We figured that most people that would like to try the latest Maven from the Subversion repository would do a normal checkout and built it themselfs. If there's a general demand for the same process for the plugin we might

Re: [m2] Nightly Build

2005-08-27 Thread Trygve Laugstøl
On Sat, Aug 27, 2005 at 06:24:51PM +0100, Mark Hobson wrote: On 27/08/05, Trygve Laugstøl [EMAIL PROTECTED] wrote: That is true. We figured that most people that would like to try the latest Maven from the Subversion repository would do a normal checkout and built it themselfs. If

[m2] CLI equivalent of @requiresDependencyResolution

2005-08-27 Thread Mark Hobson
I was wondering if there's any command-line equivalent of the @requiresDependencyResolution MOJO annotation? i.e. something like m2 -d compile to resolve all compile-scoped dependencies. This would be handy for downloading a project's dependencies when importing into eclipse. I understand

Re: [m2] CLI equivalent of @requiresDependencyResolution

2005-08-27 Thread Trygve Laugstøl
On Sat, Aug 27, 2005 at 06:33:50PM +0100, Mark Hobson wrote: I was wondering if there's any command-line equivalent of the @requiresDependencyResolution MOJO annotation? i.e. something like m2 -d compile to resolve all compile-scoped dependencies. This would be handy for downloading a

Re: [m2] CLI equivalent of @requiresDependencyResolution

2005-08-27 Thread Mark Hobson
Cool, it's here for future reference: http://jira.codehaus.org/browse/MNG-799 Mark On 27/08/05, Trygve Laugstøl [EMAIL PROTECTED] wrote: On Sat, Aug 27, 2005 at 06:33:50PM +0100, Mark Hobson wrote: I was wondering if there's any command-line equivalent of the @requiresDependencyResolution

RE: [m1] bootstrap build error

2005-08-27 Thread Jeff Jensen
I have just removed all files and started from scratch. The same problems exist. Do any of the committers use bootstrap? This problem has existed for at least 3 weeks (I have been sporadically trying it). I recognize something could be wrong in my environment, but I have successfully been

RE: [m1] bootstrap build error

2005-08-27 Thread Allison, Bob
I wonder if this could be related to the 503 (service unavailable) errors I have been getting from ibiblio periodically while trying to bootstrap Maven2... -Original Message- From: Jeff Jensen [mailto:[EMAIL PROTECTED] Sent: Saturday, August 27, 2005 15:51 To: 'Maven Users List'

RE: [m1] bootstrap build error

2005-08-27 Thread Jeff Jensen
Are you having compile errors too, or something different like unable to download dependencies, or other? I'm getting compile errors on can’t find classes (even though they exist!). -Original Message- From: Allison, Bob [mailto:[EMAIL PROTECTED] Sent: Saturday, August 27, 2005 4:54 PM

maven 2.0: scripting languages supported in xdoc files?

2005-08-27 Thread joes
Hello I am currently using maven 2.0. I like to use for my project doumentation (site, xdoc) some scripting language. Is there a way to realiste that? I have read on the homepage that maven 2.0 supports beanshell or marmelade for scripting. Unfortunately I did not found any example for using

Re: [m2] Installing plugins

2005-08-27 Thread Brett Porter
You can use --check-plugin-latest (I thought this was the default...) - Brett On 8/28/05, Mark Hobson [EMAIL PROTECTED] wrote: I've got a custom m2 plugin which I install successfully using the normal m2 install, but when I go to use the plugin I get the error below. If I copy the

Re: [m1] bootstrap build error

2005-08-27 Thread Brett Porter
Fixed. The recent changes to the EJB plugin worked for 1.0 and 1.1 at runtime, but only for 1.0 at build time. - Brett On 8/28/05, Jeff Jensen [EMAIL PROTECTED] wrote: Are you having compile errors too, or something different like unable to download dependencies, or other? I'm getting compile

RE: [m1] bootstrap build error

2005-08-27 Thread Jeff Jensen
Success! Thank you Brett. -Original Message- From: Brett Porter [mailto:[EMAIL PROTECTED] Sent: Saturday, August 27, 2005 11:03 PM To: Maven Users List Subject: Re: [m1] bootstrap build error Fixed. The recent changes to the EJB plugin worked for 1.0 and 1.1 at runtime, but only for