Re: Re : Build number and current date

2007-11-19 Thread Julian Wood
What does your scm tag look like? It needs an svn config at the moment, or else you need to configure it to use a sequential number (or something else) if you don't use svn. Or if you use cvs or something else, you could contribute the code. The project is housed at the codehaus now: http:

Re: Re : Build number and current date

2007-11-19 Thread tec-goblin
Same problem here. Configured scm but we get the same error: Cannot get the revision information from the scm repository : Can't load the scm provider. The scm url cannot be null. If we remove the plugin from the pom, everything works ok. Time to look at it, isn'it? ;-) oups ! I tried to ad

Re: Re : Re : Re : Re : Build number and current date

2007-04-27 Thread Wayne Fay
2007, 19h47mn 19s Objet : Re: Re : Re : Re : Build number and current date You *are* using Subversion for your source code management/repository, correct? Make sure the "svn" binary is installed on your machine and in your path -- typing "svn --version" should give a result. The

Re : Re : Re : Re : Build number and current date

2007-04-27 Thread spouynt
rs List Envoyé le : Jeudi, 26 Avril 2007, 19h47mn 19s Objet : Re: Re : Re : Re : Build number and current date You *are* using Subversion for your source code management/repository, correct? Make sure the "svn" binary is installed on your machine and in your path -- typing "svn -

Re : Re : Re : Build number and current date

2007-04-27 Thread spouynt
OTECTED]> À : [EMAIL PROTECTED] Envoyé le : Jeudi, 26 Avril 2007, 18h25mn 03s Objet : RE: [m2eclipse-user] Re : Re : Build number and current date DIV { MARGIN:0px;}You use a combination of username@ and in your settings.xml you have and user/password combo Phill From

Re: Re : Re : Re : Build number and current date

2007-04-26 Thread Wayne Fay
7 2:11 PM To: Maven Users List; [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: [m2eclipse-user] Re : Re : Build number and current date can you be more specific please ? and about the username and password ? how will I do ? is it really necessary ? thanks Nawfel - Message d'

Re : Re : Re : Build number and current date

2007-04-26 Thread spouynt
3s Objet : RE: [m2eclipse-user] Re : Re : Build number and current date DIV { MARGIN:0px;} You use a combination of username@ and in your settings.xml you have and user/password combo Phill From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: April 26, 2007 2:11 PM To: Maven

Re : Re : Build number and current date

2007-04-26 Thread spouynt
t: Thursday, April 26, 2007 11:39 AM To: Maven Users List Subject: Re : Build number and current date oups ! I tried to add this to the pom : . org.codehaus.mojo maven-buildnumber-plugin 0.9.4

RE: Re : Build number and current date

2007-04-26 Thread Trevor Spackman
11:39 AM To: Maven Users List Subject: Re : Build number and current date oups ! I tried to add this to the pom : . org.codehaus.mojo maven-buildnumber-plugin 0.9.4 validate

Re : Build number and current date

2007-04-26 Thread spouynt
Maven Users List Cc : [EMAIL PROTECTED] Envoyé le : Mercredi, 25 Avril 2007, 21h38mn 50s Objet : Re: Build number and current date You might look into the buildnumber plugin: http://commons.ucalgary.ca/projects/maven-buildnumber-plugin/index.html Patrick On 4/25/07, [EMAIL PROTECTED] <[EMAIL PRO

Re: Build number and current date

2007-04-25 Thread Patrick Schneider
You might look into the buildnumber plugin: http://commons.ucalgary.ca/projects/maven-buildnumber-plugin/index.html Patrick On 4/25/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: hello, how can I get the current date (formatted in english) and/or build number ?? i.e : something like a pro

Re: Build number and current date

2007-04-25 Thread Tomasz Pik
On 4/25/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: hello, how can I get the current date (formatted in english) and/or build number ?? i.e : something like a property or a filter or a $mvn.something check ${project.artifact.version} Regards, Tomek --