RE: MAVEN 2.0 and SCM-SVN

2007-03-10 Thread Phill Moran
code is usually used to do a checkout in order to create a *temporary* working copy in order to build a release from an SCM tag. It's not at all clear what you are using it for, that you would find it helpful to have it checking out under src. Max. _ From: Phill Moran [mailto

RE: MAVEN 2.0 and SCM-SVN

2007-03-10 Thread Phill Moran
inal Message- From: Dan Tran [mailto:[EMAIL PROTECTED] Sent: March 10, 2007 12:45 PM To: Maven Users List Subject: Re: MAVEN 2.0 and SCM-SVN why do you need to do scm:checkout at validate phase? is n't source checkedout by scm:bootstrap already validated? take it out and try a

RE: MAVEN 2.0 and SCM-SVN

2007-03-10 Thread Phill Moran
response. But they seem not blocking issues I think you are trying to use maven scm in a odd way :-) What is your use case? why do you want to scm:update after scm:checkout?: -D On 3/10/07, Phill Moran <[EMAIL PROTECTED]> wrote: > > I removed the following section from the POM

RE: MAVEN 2.0 and SCM-SVN

2007-03-11 Thread Phill Moran
then: 1. use svn to check out the source tree 2. use eplipse:add-maven-repo adn eclipse:eclipse to setup your eclipse workspace and projects 3. Use jboss-maven-plugin or maven cargo to deploy -D On 3/10/07, Phill Moran <[EMAIL PROTECTED]> wrote: > > I think you are right. H

RE: MAVEN 2.0 and SCM-SVN

2007-03-11 Thread Phill Moran
btw, you have not explained about your usecase why you want to use scm:checkout rather than direct svn checkout. With this, I would like to perfer you back to maven docs. http://maven.apache.org/articles.html -D On 3/11/07, Phill Moran <[EMAIL PROTECTED]> wrote: > > Okay I'l

RE: MAVEN 2.0 and SCM-SVN

2007-03-11 Thread Phill Moran
server, checkout Continuum, Cruisecontrol, hudson, etc. -D On 3/11/07, Phill Moran <[EMAIL PROTECTED]> wrote: > > I was planning on using the subversion hooks to trigger maven to > checkout > (refresh) its copy of src before building. I realize I can do this in > a shell scr

Maven/eclipse project import problem

2007-03-19 Thread Phill Moran
Ladies and Gentlemen Something is awry in my eclipse import and I am sure I have dome something dumb since I can find no one else with the same issue. Here is the order of events I take please let me know where I drove off the cliff created a clean temp directory Copied working POM into it exe

what's up with maven/nabble

2007-03-19 Thread Phill Moran
Get only timeouts. Any reason someone can share Phill Moran

RE: what's up with maven/nabble

2007-03-19 Thread Phill Moran
with maven/nabble works for me. If you continue to have problems, you probably need to contact nabble, or check with your own system administrators - the service is completely hosted by Nabble. On 20/03/07, Phill Moran <[EMAIL PROTECTED]> wrote: > Get only timeouts. Any reason someone can s

RE: Maven/eclipse project import problem

2007-03-20 Thread Phill Moran
Thanks for the reply. It is using the j2ee jre. In fact I removed to others from Eclipse (not from system) Still puzzled -Original Message- From: Thorsten Heit [mailto:[EMAIL PROTECTED] Sent: March 20, 2007 8:05 AM To: Maven Users List Subject: Re: Maven/eclipse project import probl

RE: Newby Questions...

2007-03-22 Thread Phill Moran
I think you are looking for maven 1)release and 2)profiles. The first requires the release plug-in and the second will require a profile for each language/jar -Original Message- From: Giuseppe Greco [mailto:[EMAIL PROTECTED] Sent: March 22, 2007 7:33 AM To: users@maven.apache.org Subject:

RE: Newby Questions...

2007-03-23 Thread Phill Moran
Here is the link to add main class to jar http://maven.apache.org/plugins/maven-jar-plugin/examples/executable-jar.html -Original Message- From: Wayne Fay [mailto:[EMAIL PROTECTED] Sent: March 23, 2007 12:25 PM To: Maven Users List Subject: Re: Newby Questions... I took a look at you

RE: where to put log4j.properties

2007-03-23 Thread Phill Moran
src/main/resources or src/main/java/resources? Is there a standard placement for this. -Original Message- From: Eric Redmond [mailto:[EMAIL PROTECTED] Sent: March 23, 2007 11:48 AM To: Maven Users List Subject: Re: where to put log4j.properties src/main/resources On 3/23/07, Adam Hard

RE: where to put log4j.properties

2007-03-23 Thread Phill Moran
ndard placement" for this. Wayne On 3/23/07, Phill Moran <[EMAIL PROTECTED]> wrote: > src/main/resources or src/main/java/resources? Is there a standard > placement for this. > > -Original Message- > From: Eric Redmond [mailto:[EMAIL PROTECTED] > Sent: March 2

RE: How is CruiseControl compare to Continuum?

2007-03-26 Thread Phill Moran
Have you considered Luntbuild? -Original Message- From: shinsato [mailto:[EMAIL PROTECTED] Sent: March 26, 2007 9:40 PM To: users@maven.apache.org Subject: Re: How is CruiseControl compare to Continuum? CruiseControl works pretty well with Maven2, we picked it instead of Continuum last

RE: [DEBUG] Skipping disabled repository

2007-03-28 Thread Phill Moran
I can help you with part. I would like to say I am not a newbie but that would be lying. Here is how to install jars with a generated POM and checksums (MD5). This assumes you have MD5 available http://maven.apache.org/general.html#importing-jars mvn install:install-file -Dfile= -DgroupId=

RE: [DEBUG] Skipping disabled repository

2007-03-28 Thread Phill Moran
sitory" or "why is my module not being found in my repo". > > Thanks again for the terrific help. > > Phill Moran wrote: > >> I can help you with part. I would like to say I am not a newbie but >> that would be lying. Here is how to install jars

RE: [DEBUG] Skipping disabled repository

2007-03-29 Thread Phill Moran
EMAIL PROTECTED] Sent: March 29, 2007 9:27 AM To: Maven Users List Subject: Re: [DEBUG] Skipping disabled repository Phill Moran wrote: > My next thought would be to look at your setting.xml and ensure you > have the right config/access. Also can you post the actual message > reported

RE: Cleaning up the m2 repo?

2007-04-09 Thread Phill Moran
You have tried mvn -clean right? -Original Message- From: Baz [mailto:[EMAIL PROTECTED] Sent: April 9, 2007 12:14 PM To: Maven Users List Subject: Cleaning up the m2 repo? All, Is there a way to code the m2 goal so that it can clean specific parts of the m2 repo? For example, delete m2

RE: release:perform vs. scm:bootstrap

2007-04-09 Thread Phill Moran
Newbie to newbie here >From my understanding bootstrap does an initial checkout from SCM otherwise and update is issued. The release perform actual creates a release of your application and version change in your SCM. although I am not positive about the version change piece but it does mark for

RE: Maven users in the industry

2007-04-11 Thread Phill Moran
Accenture uses it for build projects -Original Message- From: Graham Leggett [mailto:[EMAIL PROTECTED] Sent: April 11, 2007 7:06 AM To: Maven Users List Cc: users@maven.apache.org Subject: Re: Maven users in the industry On Wed, April 11, 2007 10:00 am, Gilles Scokart wrote: > Next wee

RE: Maven Site Published Time Stamp

2007-04-11 Thread Phill Moran
Yes you can add the HH:mm to the end of the format to get the time the site was generated -Original Message- From: Wendy Smoak [mailto:[EMAIL PROTECTED] Sent: April 11, 2007 9:39 AM To: Maven Users List Subject: Re: Maven Site Published Time Stamp On 4/11/07, Hodanics, Charles J. <[EMA

RE: [site-plugin] remote clean deploy area?

2007-04-12 Thread Phill Moran
I thought mvn clean did that -Original Message- From: Wim Deblauwe [mailto:[EMAIL PROTECTED] Sent: April 12, 2007 10:57 AM To: Maven Users List Subject: [site-plugin] remote clean deploy area? Hi, is there a way to clean the deployment area with the site plugin. I have some older file

RE: Maven : Automate the import of generated eclipse project to the eclipse ?

2007-04-16 Thread Phill Moran
You could execute the eclipse:eclipse using external tools but I think (not sure) you would have to do this in your current workspace to have it refresh -Original Message- From: Marouane Amraoui [mailto:[EMAIL PROTECTED] Sent: April 16, 2007 3:03 PM To: Maven Users List Subject: Maven : A

RE: [m2] exec-maven-plugin fails because path containing spaces

2007-04-16 Thread Phill Moran
Surround them in quotes or use the dos short for. For instance "program files" == "progra~1" -Original Message- From: news [mailto:[EMAIL PROTECTED] On Behalf Of Adrian Herscu Sent: April 16, 2007 3:07 PM To: users@maven.apache.org Subject: [m2] exec-maven-plugin fails because path contai

RE: Maven builds and eclipse

2007-04-18 Thread Phill Moran
Are they dependencies of included jars? Can you check the POMs of the jars you included -Original Message- From: Kris Massey [mailto:[EMAIL PROTECTED] Sent: April 18, 2007 5:09 AM To: users@maven.apache.org Subject: Maven builds and eclipse Hi all, Im having some problems getting eclips

RE: [m2eclipse-user] Re : Re :Re : Re : Re : Step by Step guide

2007-04-27 Thread Phill Moran
find symbol > symbol : class AClassDTO > location: package com.some.dto > > because I have an existing project that uses Ant for builds and > compiles and I have to "mavenize" it > > > > Thanks for helping > Nawfel BERAICH > > - Message d'

RE: Maven2 Book...when

2006-01-08 Thread Phill Moran
I think there is one due in April. Pro Apache Maven (Pro) (Paperback) by Milind Parikh is the book. Check it on Amazon -Original Message- From: Robert Taylor [mailto:[EMAIL PROTECTED] Sent: January 8, 2006 9:39 AM To: Maven Users List Subject: Maven2 Book...when Greetings, just wonderin

RE: Maven2 Book...when

2006-01-08 Thread Phill Moran
couldn't tell, but assume 1. On 1/8/06, Carlos Sanchez <[EMAIL PROTECTED]> wrote: > > The statement in amazon about that book is absolutely wrong, "the > first and only book on Pro Apache Maven", when it's not the first, > neither the only one. > > On 1

RE: Worst documentation in the whole apache projects

2006-01-19 Thread Phill Moran
This is an interesting thread one that strikes at the heart of open source in the marketplace. A product paid for or not needs to be complete, functional and correct. To stop short is just that. The documentation like QA testing is required to consider the job complete. I am a long time coder and m