Re: Re : Build number and current date

2007-11-19 Thread tec-goblin
-Build-number-and-current-date-tf3653099s177.html#a13834427 Sent from the Maven - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Re : Build number and current date

2007-11-19 Thread Julian Wood
] An error has occurred while checking scm status. Embedded error: Can't load the scm provider. The scm url cannot be null. -- View this message in context: http://www.nabble.com/Re-%3A-Build- number-and-current-date-tf3653099s177.html#a13834427 Sent from the Maven - Users mailing list archive

Re : Re : Re : Build number and current date

2007-04-27 Thread spouynt
De : Phill Moran [EMAIL PROTECTED] À : [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@servername/URL:port and in your settings.xml you

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

2007-04-27 Thread spouynt
@maven.apache.org 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 --version should give

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

2007-04-27 Thread Wayne Fay
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. Then type mvn ... from that same command

Re : Build number and current date

2007-04-26 Thread spouynt
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 PROTECTED] wrote: hello, how can I get the current date (formatted in english

RE: Re : Build number and current date

2007-04-26 Thread Trevor Spackman
PROTECTED] Sent: 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 : build . plugins !-- The Maven Build Number plugin for how to use it look in http://commons.ucalgary.ca/projects/maven

Re : Re : Build number and current date

2007-04-26 Thread spouynt
: RE: Re : Build number and current date Looks like you need to tell the pom where the scm is... I have something like this in my pom. project ... scm connectionscm:svn:http://example.com/artifactId/trunk/connection scm ... /project Trevor Spackman -Original Message- From

Re : Re : Re : Build number and current date

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

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

2007-04-26 Thread Wayne Fay
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'origine De : Trevor Spackman [EMAIL PROTECTED] À

Build number and current date

2007-04-25 Thread spouynt
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 Thanks Nawfel ___ Découvrez une nouvelle façon d'obtenir des

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

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