Re: Retrieving subversion revision number

2007-08-14 Thread DCVer
> -dirk > > -- > Anyway kids, have fun, play nicely, be good. And remember - if it ain't > broke, hit it again. > > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL P

Re: Retrieving subversion revision number

2007-08-14 Thread Dirk Olmes
> The problem has changed a bit. I would like to get the revision number of > the working copy checked out from the svn repository (don't have to be the > actual rev number - may be "out of date"). So.. I think this number can be > received from .svn/entries file. Does the maven buildnumber plugin

Re: Retrieving subversion revision number

2007-08-14 Thread DCVer
put this number e.g. in some >> property >> file. How could this be done? >> > > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message i

Re: Retrieving subversion revision number

2007-08-07 Thread Nick Stolwijk
My SCM section of my pom file (slightly modified for security reasons) scm:svn:https://:/svnroot//trunk scm:svn:https://:/svnroot//trunk The only other trouble I had with the buildnumber plugin (as I mentioned before) that it needs the SVN executable. As far as I know i

Re: Retrieving subversion revision number

2007-08-07 Thread DCVer
Jörg >>> >>> ----- >>> To unsubscribe, e-mail: [EMAIL PROTECTED] >>> For additional commands, e-mail: [EMAIL PROTECTED] >>> >>> >>> >>> >> >> &

RE: Retrieving subversion revision number

2007-08-07 Thread Jörg Schaible
DCVer wrote on Tuesday, August 07, 2007 9:36 AM: > Hmm, now I see that the revision number is null.. Looks like maven is > ignoring the scm tag.. ?!?! Cannot make any sense out of your comment. What is here your "revision number", how do you gather it and how is it related to the SCM tag at all

Re: Retrieving subversion revision number

2007-08-07 Thread Nick Stolwijk
I've configured the buildnumber plugin as follows: org.codehaus.mojo maven-buildnumber-plugin 0.9.5 validate create

RE: Retrieving subversion revision number

2007-08-07 Thread DCVer
t, you will always have the proper svn > revision for a release within this property. > > - Jörg > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED]

RE: Retrieving subversion revision number

2007-08-07 Thread Jörg Schaible
DCVer wrote on Tuesday, August 07, 2007 8:57 AM: > Thanks for all replies, but when I use this plugin I receive > the version of > my my project (e.g. 1.0-SNAPSHOT), but I would like to get somehow the > revision number of the svn version (e.g. 768). If someone commits some > changes and the revis

Re: Retrieving subversion revision number

2007-08-06 Thread DCVer
e.g. in some >> property >> file. How could this be done? >> > > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://ww

Re: Retrieving subversion revision number

2007-08-06 Thread Lee Meador
You can do it by generating a file with Ant as well. I generate a java source file with a constant in it in the generate-source phase. You could generate a .properties file. This is in the POM under maven-antrun-plugin gensrc generate-sources

Re: Retrieving subversion revision number

2007-08-06 Thread Nick Stolwijk
Have a look at the buildnumber plugin, which does exactly that.[1] Hth, Nick Stolwijk [1] http://commons.ucalgary.ca/projects/maven-buildnumber-plugin/index.html DCVer wrote: Hi all, I would like to get the revision number of my project on svn repository using maven2 (or some other tool) and

Re: Retrieving subversion revision number

2007-08-06 Thread ben short
property > file. How could this be done? > -- > View this message in context: > http://www.nabble.com/Retrieving-subversion-revision-number-tf4225135s177.html#a12019324 > Sent from the Maven - Users mailing list archive at Nabble.com. > > > -

Retrieving subversion revision number

2007-08-06 Thread DCVer
Hi all, I would like to get the revision number of my project on svn repository using maven2 (or some other tool) and put this number e.g. in some property file. How could this be done? -- View this message in context: http://www.nabble.com/Retrieving-subversion-revision-number-tf4225135s177