[m2] Non working reports - canGenerateReport()

2006-04-23 Thread hermod.opstvedt
Hi Currently the following reports are not working, due to not implementing the new canGenerateReport() method. org.apache.maven.plugin.taglist.TagListReport org.apache.maven.plugin.jxr.JxrReport org.apache.maven.changes.ChangesMojo org.apache.maven.jira.JiraMojo org.apache.maven.changelog.Chang

Re: How to specify a Set of Multiple dependent JARs in M2 ?

2006-04-23 Thread Henry S. Isidro
On Monday 24 April 2006 2:28 pm, Sharma, Jaikumar wrote: > Dear Maven users, > > Is there a way in M2 to specify a set of dependent JARs which resides in > local filesystem and required by the project during compilation ? > Individually, JARs can be specified using > construct. > > Thanks! > > R

How to specify a Set of Multiple dependent JARs in M2 ?

2006-04-23 Thread Sharma, Jaikumar
Dear Maven users, Is there a way in M2 to specify a set of dependent JARs which resides in local filesystem and required by the project during compilation ? Individually, JARs can be specified using construct. Thanks! Regards, Jaikumar - - - - - - - DISCLAIMER- - - - - - - - Unless indicat

Re: upgrading maven (2.0 -> 2.0.x)

2006-04-23 Thread Henry S. Isidro
On Monday 24 April 2006 1:51 pm, [EMAIL PROTECTED] wrote: > Hi, > > >-Original Message- > >From: ext Henry S. Isidro [mailto:[EMAIL PROTECTED] > > > >Usually you just upgrade. One thing to remember though is your > >M2_HOME setting. > > Thanks for the confirmation. I asked because I vaguely

RE: upgrading maven (2.0 -> 2.0.x)

2006-04-23 Thread andreas.ebbert-karroum
Hi, >-Original Message- >From: ext Henry S. Isidro [mailto:[EMAIL PROTECTED] >Usually you just upgrade. One thing to remember though is your >M2_HOME setting. Thanks for the confirmation. I asked because I vaguely remember some mails on this list "I foolishly upgraded to 2.0.3 and n

Re: upgrading maven (2.0 -> 2.0.x)

2006-04-23 Thread Henry S. Isidro
On Monday 24 April 2006 4:31 am, [EMAIL PROTECTED] wrote: > Hi, > > I couldn't find anything on the website and also not in the mailing list > archives. Can I just upgrade to the latest maven release, or do I have to > pay special attention to something? > > Thanks, > Andreas Ebbert-Karroum > Sof

Re: excluding classes from distribution

2006-04-23 Thread Wayne Fay
The scope "provided" can be used for this situation. I would restructure my project as the following: parent directory +pom.xml /stubs module ++pom.xml ++src/main/java /distribute module ++pom.xml {includes on stubs with provided} ++src/main/java This is probably the easiest way to achieve what

Re: [m2] Maven newbie and JBoss development

2006-04-23 Thread Serge Emmanuel Pagop
Take a look of Cargo in Codehaus On 4/23/06, Aymeric Alibert <[EMAIL PROTECTED]> wrote: > > I am new to Maven 2 and trying to figure out the best way to boost > development productivity with Maven2/JBoss. > Using Ant and Tomcat, I would use exploded WARs and let Tomcat reload > the JSPs (when ant

excluding classes from distribution

2006-04-23 Thread Brandon Goodin
Hey all, I have a situation where i use several java/class stubs for compilation. I want these source files to be compiled and used during compilation. But, i do not want them distributed in the jar artifact. How do i go about having source files that are not distributed with the jar artifact but

upgrading maven (2.0 -> 2.0.x)

2006-04-23 Thread andreas.ebbert-karroum
Hi, I couldn't find anything on the website and also not in the mailing list archives. Can I just upgrade to the latest maven release, or do I have to pay special attention to something? Thanks, Andreas Ebbert-Karroum Software Design Engineer - Nokia Networks Services / Middleware phone

RE: site:deploy works once

2006-04-23 Thread Andreas Guther
I am not sure what I was thinking while writing this email. I searched Jira for a bug entry on that and could not find one. I must have mixed that up with something else. I am sorry for the mis-information regarding a bug entry. I tried to re-produce the behavior because I know I had the same p

Re: [m2] Anyone using Luntbuild?

2006-04-23 Thread Rolf Strijdhorst
Hi I haven't myself but a college of mine has something on his blog about maven2 and luntbuild. Don't be scared it is a dutch domain but the content is english www.gridshore.nl/blog Rolf On 4/23/06, Wayne Fay <[EMAIL PROTECTED]> wrote: > > Wondering if anyone is using Luntbuild CI server [1] wit

[m2] Maven newbie and JBoss development

2006-04-23 Thread Aymeric Alibert
I am new to Maven 2 and trying to figure out the best way to boost development productivity with Maven2/JBoss. Using Ant and Tomcat, I would use exploded WARs and let Tomcat reload the JSPs (when ant copy jsp file changes to the tomcat webapps directory) or reload the application when a class is mo

Re: Problem in Deploy an EAR to remote server

2006-04-23 Thread Wayne Fay
It looks like you're missing an "upload" step or something. On OC4J, there are 2 commands you need to execute to deploy an EAR remotely: the first actually copies the EAR file into the remote app server; the second tells the remote app server to please deploy that EAR file. From the error message

Problem in Deploy an EAR to remote server

2006-04-23 Thread RobJac
I need to deploy an EAR from my Local PC to a remote JBoss server. I tried using the distributionManagement tag as shown below 10.231.81.122 lunar21 scp://10.231.81.122/opt/jboss403SP1/server/default/deploy

Re: Maven beginner: A few problems

2006-04-23 Thread Alexandre Poitras
Ok thank Vincent, this what I am going to do. On 4/23/06, Vincent Massol <[EMAIL PROTECTED]> wrote: > Hi Alexandre, > > > -Original Message- > > From: Alexandre Poitras [mailto:[EMAIL PROTECTED] > > Sent: dimanche 23 avril 2006 06:42 > > To: Maven Users List > > Subject: Re: Maven beginner

RE: Maven beginner: A few problems

2006-04-23 Thread Vincent Massol
Hi Alexandre, > -Original Message- > From: Alexandre Poitras [mailto:[EMAIL PROTECTED] > Sent: dimanche 23 avril 2006 06:42 > To: Maven Users List > Subject: Re: Maven beginner: A few problems > > Wow what a great documentation. I honestly don't think I need to > continue the tutorial I w