RE: help regarding MAVEN

2007-08-28 Thread Murugan, Vellaichamy
download the jar and install it manually using mvn install command. Best Regard's Murugan -Original Message- From: Samavedula, Ravi (GE Healthcare, consultant) [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 29, 2007 10:11 AM To: users@maven.apache.org Subject: help regarding MAVEN H

RE: How to increase the memory usage for mvn?

2007-08-07 Thread Murugan, Vellaichamy
You can set it there also. No problem. And include in this line. %MAVEN_JAVA_EXE% %ANT_OPTS% %MAVEN_OPTS% Best Regard's Murugan -Original Message- From: Baz [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 08, 2007 9:35 AM To: Maven Users List Subject: Re: How to increase the m

How to get the Module Name in parent pom

2007-06-24 Thread Murugan, Vellaichamy
Hi All, I want to know whether there is any way I get the module Name in the parent pom. Like this for example ${project.module.Name} The modules are declared in the parent pom. Regard's Murugan ** This message con

RE: com/oracle/ojdbc14 where are Oracle driver jars?

2007-05-31 Thread Murugan, Vellaichamy
Hi, I think we can download the jar from this url and install it manually in your repository. http://www.oracle.com/technology/software/tech/java/sqlj_jdbc/index.html Regard's Murugan -Original Message- From: SiSi'mon [mailto:[EMAIL PROTECTED] Sent: Friday, June 01, 2007

RE: Build error with weblogic-maven-plugin

2007-05-21 Thread Murugan, Vellaichamy
Hi, I have used this version 2.9.0-20061221.203929-8 of weblogic-maven-plugin it is working perfectly. Regard's Murugan -Original Message- From: Ole-Martin Mørk [mailto:[EMAIL PROTECTED] Sent: Monday, May 21, 2007 2:37 PM To: Maven Users List Subject: Re: Build error with web

RE: axistools-maven-plugin

2007-05-18 Thread Murugan, Vellaichamy
Hi, U have to change the URL to the following file:///C:/somefolder/src/main/swdl/somewsdl.wsdl Hope this helps, Regard's Murugan -Original Message- From: Vidya Mahavadi [mailto:[EMAIL PROTECTED] Sent: Friday, May 18, 2007 4:11 PM To:

User Defined Property in pom

2007-05-16 Thread Murugan, Vellaichamy
I want to specify a user defined property in some properties file, like FolderName=C:\test I want to access this property in pom file, may be like this ${FolderName} Is it possible, any thought's is appreciated. Regard'

RE: Error with Weblogic deploy plug in for 9.2

2007-05-15 Thread Murugan, Vellaichamy
Are you behind proxy? I have used the same plugin it is downloading perfectly. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 15, 2007 10:22 PM To: users@maven.apache.org Subject: Error with Weblogic deploy plug in for 9.2 Hello, I want to use we

RE: Passing in maven_opts at run time?

2007-05-06 Thread Murugan, Vellaichamy
We can add it in the mvn.bat file. -Original Message- From: Jared Blitzstein [mailto:[EMAIL PROTECTED] Sent: Friday, May 04, 2007 7:54 PM To: Maven Users List Subject: Passing in maven_opts at run time? Is there a way to pass in maven_opts at run time? I have the environment variable s

Maven 1.0.2

2007-01-11 Thread Murugan
Hi All... I want MAven 1.0.2 version. I visit the maven site but the require version page is outdated ,so where i download. Thx in advance With regards Murugan -- View this message in context: http://www.nabble.com/Maven-1.0.2-tf2958062s177.html#a8275174 Sent from the Maven - Users

how to generate torquee object

2007-01-10 Thread Murugan
Hi how to create a torquee object.I alredady tryied this command >mvn war, but still i am get error. Is any other way to generate a torquee object..I am using M2. With regards murugan -- View this message in context: http://www.nabble.com/how-to-generate-torquee-object-tf2956910s

torquee Object Build Error

2007-01-09 Thread Murugan
Hi All Whe i am creating torquee object like this > mvn war . It will throw an build error.so what can i do now. Thanks in advance regards Murugan -- View this message in context: http://www.nabble.com/torquee-Object-Build-Error-tf2944816s177.html#a8234773 Sent from

Re: how to use Maven in Scarab

2007-01-08 Thread Murugan
to cretae a torquee object .How i cretae a torquee object. I am alredy tried this command >mvn war It will throw an build error. can i creatae torquee object in maven m2. Thx in advance With regards Murugan > Wayne Fay wrote: > > > > I replied to your other

Re: how to use Maven in Scarab

2007-01-08 Thread Murugan
hi Thx Wayne. When i am create torque obje >mvn war it throw a buid error. plz reply me With regards Murugan Wayne Fay wrote: > > I replied to your other thread. The "maven java:compile" stuff is from > Maven1 and it sounds like you're running Maven2. >

how to use Maven in Scarab

2007-01-08 Thread Murugan
plz reply. I am awaing for yr reply. Murugan -- View this message in context: http://www.nabble.com/how-to-use-Maven-in-Scarab-tf2938175s177.html#a8214625 Sent from the Maven - Users mailing list archive at Nabble.com. - To u

Re: unable to build

2007-01-07 Thread Murugan
his 'org.apache.maven.plugins:maven-java-plugin' missing. so what to do. cani i download plugin manually or How?plz reply. I am awaing for yr reply. With regards Murugan Wayne Fay wrote: > > I'll repeat Patrick's request since you didn't respond to it... Did > you try using

Re: unable to build

2007-01-05 Thread Murugan
- app `-- AppTest.java 3. then i try mvn compile i get error.so what i do now plz reply as soon as possible Patrick Schneider-4 wrote: > > Murugan, > > Are there any special settings in your settings.xml file? > (~/.m2/settings.xml) > > A 403 response for that a

Re: unable to build

2007-01-05 Thread Murugan
Hi kovalen, Thx for yr reply.Stil i get same error. I am new to Maven. can u explain how to build a maven project. kovalen pechaycaren wrote: > > Try version *1.5* for plexus-compiler-manager. > > see: http://repo1.maven.org/maven2/plexus/plexus-compiler-manager/ > > Kovale

unable to build

2007-01-05 Thread Murugan
Hi i created a maven project,but when i am trying compile the project the build failure erroe will be occured. >mvn compile [INFO] Scanning for projects... [INFO] [INFO] Building my-app [INFO]task-segment: [compile