RE: Error in deploy:deploy-file

2006-02-25 Thread raghu guru
Thanks for your mail, As i said in my post i already logged in as that ftp user and tried making those directories, and i was able to do that without any error i dont' is this something know issue with maven2 or something else i need to include in my command line deploy:deploy-file

How to add release-info

2006-03-12 Thread raghu guru
Hi All I'm using maven2.0.2 when i deploy my artifacts i want to create an xml file called release-info.xml so when these artifacts deployed into server, and when i need to know the deployed version of my artifact i can directly access this xml to see. These xml contains the buildnumber,date,and s

Overriding basedir

2009-05-26 Thread raghu guru
Hi All I want to use pom.xml which is different than my src/main/java. lets say i have dir structure for sources has C:\src\main\java and i have my pom.xml at C:\my-mvn\pom.xml and yes i did use mvn -f C:\my-mvn\pom.xml it was reading this file. but its taking base dir has C:\my-mvn\pom.xml i tr

Automatic Way to Identify When Error Happens

2009-05-28 Thread raghu guru
Hi All, Is there any plugin available to catch error when maven was executed at command line For eg. i want to run command line "mvn -e clean install" at top level of my project, it will take about 2 hrs in our project to compile, so i don't want to wait for that, instead i just wanted to be noti

Re: Automatic Way to Identify When Error Happens

2009-05-28 Thread raghu guru
Yeah we already have BuildForge tool, This is something i'm trying to find out, or is there any plugin which allows me at the time of some compile failure to some special tasks like flag / touch some file?? On Thu, May 28, 2009 at 2:24 PM, Wayne Fay wrote: > > For eg. i want to run command line

How to identify the Jdk version ???

2009-09-17 Thread raghu guru
Hi All, I use Maven 2.2.1 and it runs on JDK 1.5 and above, but my source code is not 1.5 compatible yet, so i configured my compiler plugin as shown below. Everything works fine. but when i look into MANIFEST.MF of my jar file it shows Build-Jdk: 1.5.0_13. So how do i confirm that my code were co

Re: How to identify the Jdk version ???

2009-09-17 Thread raghu guru
d > some 1.5 methods (eg String.isEmpty()) > > animal-sniffer is one tool to do this check for you > > Sent from my [rhymes with tryPod] ;-) > > > On 17 Sep 2009, at 22:32, raghu guru wrote: > > Hi All, >> >> I use Maven 2.2.1 and it runs on JDK 1.5 and above

Re: How to identify the Jdk version ???

2009-09-17 Thread raghu guru
your pom snippet on this small screen > > your classes were compiled with java 1.4 > > your jar was packaged up by a java 1.5 jre > > Sent from my [rhymes with tryPod] ;-) > > On 17 Sep 2009, at 22:50, raghu guru wrote: > > thanks for replying >> >&g

Re: How to identify the Jdk version ???

2009-09-18 Thread raghu guru
sion from java.net > > if you can wait a short while org.codehaus.mojo:animal-sniffer-maven-plugin > and you can use that (short time is a week or two) > > Sent from my [rhymes with tryPod] ;-) > > On 17 Sep 2009, at 23:06, raghu guru wrote: > > Thanks Again, >> >> Is there

settings.xml, localRepository Problem

2009-09-18 Thread raghu guru
Hi all, I use Maven 2.2.1 and trying to change my localRepository in settings.xml. so i changed it something like ${user.home}/.m2/Repor then its giving me error. I don't get any error when i take localRepository totally out off settings.xml. Error happends even if tried to mention the same defaul

UCM Clearcase + Changes on Site

2009-09-22 Thread raghu guru
Hi All, Is anyone successfully configured UCM clearcase using SCM plugin and created a source codes changes report from maven?? I couldn't configure nothing working for me, can you please any one point me to any available examples please!!! Thanks Jan