Re: Maven Variable to take the system date?

2007-12-31 Thread amit kumar
Oh, can I cope up with this?Any workaround? On 12/31/07, Dan Tran [EMAIL PROTECTED] wrote: ':' is not allowed in windows filename. -D On Dec 30, 2007 11:22 PM, amit kumar [EMAIL PROTECTED] wrote: Hi, Thanks. I am using Windows XP and this is the build tag for my pom.xml. *build*

Re: Maven Variable to take the system date?

2007-12-31 Thread Jerome Lacoste
On Dec 31, 2007 9:26 AM, amit kumar [EMAIL PROTECTED] wrote: Oh, can I cope up with this?Any workaround? change your format: format{0,date,-MM-dd HH:mm:ss}/format to something that suits your OS. Jerome - To

Re: Maven Variable to take the system date?

2007-12-31 Thread amit kumar
Thanks, its working now. On Dec 31, 2007 7:36 PM, Jerome Lacoste [EMAIL PROTECTED] wrote: On Dec 31, 2007 9:26 AM, amit kumar [EMAIL PROTECTED] wrote: Oh, can I cope up with this?Any workaround? change your format: format{0,date,-MM-dd HH:mm:ss}/format to something that suits

Re: Maven Variable to take the system date?

2007-12-30 Thread Wayne Fay
I assume this file name is invalid in your operating system: D:\smslib\target\SMSLib-0.0.2-r2007-12-28 16:12:45.jar (Note the space and : characters.) Wayne On 12/28/07, amit kumar [EMAIL PROTECTED] wrote: After using the buildnumber-maven-plugin I am seeing the an error while the Maven is

Re: Maven Variable to take the system date?

2007-12-30 Thread amit kumar
Hi, Thanks. I am using Windows XP and this is the build tag for my pom.xml. *build* *finalName${project.artifactId}-${project.version }-r${buildNumber}/finalName pluginManagement plugins plugin groupIdorg.apache.maven.plugins/groupId

Re: Maven Variable to take the system date?

2007-12-30 Thread Dan Tran
':' is not allowed in windows filename. -D On Dec 30, 2007 11:22 PM, amit kumar [EMAIL PROTECTED] wrote: Hi, Thanks. I am using Windows XP and this is the build tag for my pom.xml. *build* *finalName${project.artifactId}-${project.version }-r${buildNumber}/finalName pluginManagement

Re: Maven Variable to take the system date?

2007-12-28 Thread amit kumar
After using the buildnumber-maven-plugin I am seeing the an error while the Maven is assembling the jar. I had put the error trace below. _ \smslibmvn package -e Error stacktraces are turned on. NFO] Scanning for projects... NFO]

Maven Variable to take the system date?

2007-12-27 Thread amit kumar
-- Forwarded message -- From: amit kumar [EMAIL PROTECTED] Date: Dec 27, 2007 6:00 PM Subject: Maven Variable to take the system date? To: [EMAIL PROTECTED] Hi all, I am wondering if their is any Maven variable that can be used to obtain date of the system, I want to use

Re: Maven Variable to take the system date?

2007-12-27 Thread Insitu
Hello, You could use http://commons.ucalgary.ca/projects/maven-buildnumber-plugin/introduction.html HTH -- Arnaud Bailly, PhD OQube - Software Engineering http://www.oqube.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For

Re: Maven Variable to take the system date?

2007-12-27 Thread amit kumar
Hello, Thanks for the help. Actually my SCM is CVS, and the mojo tells the only supported SCM is subversion. More over the reason behind the creating the folder name with date was the fastest way to recognize the version of builds( for testing team to pickup). Does there exist any such variable

Re: Maven Variable to take the system date?

2007-12-27 Thread Insitu
Hello, You can use this plugin without references to any SCM whatsoever: http://commons.ucalgary.ca/projects/maven-buildnumber-plugin/howto.html Regards, -- Arnaud Bailly, PhD OQube - Software Engineering http://www.oqube.com

Re: Maven Variable to take the system date?

2007-12-27 Thread amit kumar
Hi I am not able to locate the plug in on Maven2 repository? Is it only a Maven 1 plugin? On 12/27/07, Insitu [EMAIL PROTECTED] wrote: Hello, You can use this plugin without references to any SCM whatsoever: http://commons.ucalgary.ca/projects/maven-buildnumber-plugin/howto.html Regards,

Re: Maven Variable to take the system date?

2007-12-27 Thread Insitu
Hello, The plugin is located, as expected, on the central repository. (eg. http://repo1.maven.org/maven2/org/codehaus/mojo/buildnumber-maven-plugin/) What is your problem ? Regards -- Arnaud Bailly, PhD OQube - Software Engineering http://www.oqube.com

Re: Maven Variable to take the system date?

2007-12-27 Thread amit kumar
Hi, Apologize for anything annoying. But the thing is the link you had given in previous mail contained plugin groupIdorg.codehaus.mojo/groupId artifactIdmaven-buildnumber-plugin/artifactId version0.9.6/version executions in the usage part, but the actual version is