remote repository access problem

2005-05-20 Thread vijayakumar.lakshmanan
Hi All, I am using below mentioned property to get the dependency from the remote machine maven.repo.remote.enabled=true maven.repo.remote=http://10.145.92.29:8081/maven maven.repo.list=wyndhamrepo maven.repo.wyndhamrepo=ftp://10.145.92.29

Ways to configure remote repository

2005-05-20 Thread vijayakumar.lakshmanan
Hi All, How to configure remote repository In maven property files ? Clue appreciated ! Thanks and Regards, Vijayakumar L Confidentiality Notice The information contained in this electronic message and any attachments to this message are intended for the exclusive use of

Problem in using jar:deploy and downloading using central repository

2005-05-20 Thread vijayakumar.lakshmanan
Hi All, I am running with some problem Pl help me !! 1) Problem: We used the following in the build.properties file to download third party dependencies from a central repository (The central repository was setup in a Web server in a Linux machine). The download did not succeed.

Case study needed

2005-05-19 Thread vijayakumar.lakshmanan
Hi All, I am looking for a case study which is maven specific any references appreciated Rgds Vijay Confidentiality Notice The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may

Maven commenting standard

2005-05-12 Thread vijayakumar.lakshmanan
Hi, Maven as such has any commenting guidelines ?? Thanks and Regards, Vijayakumar L Confidentiality Notice The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain

RE: Professional Java Tools for Extreme Programming

2005-05-12 Thread vijayakumar.lakshmanan
Vincent, Is it possible for you to share the source code Available in the book Rgds Vijay -Original Message- From: Vincent Massol [mailto:[EMAIL PROTECTED] Sent: Thursday, May 12, 2005 5:48 PM To: 'Maven Users List' Subject: RE: Professional Java Tools for Extreme Programming Hi

[Maven Users] then followed by subject

2005-05-10 Thread vijayakumar.lakshmanan
Maven moderator, It's better to carry a subject information as [Maven Users] then followed by subject Where as I had subscribed to anthill pro group , always email come with below mentioned convention [Anthill-pro] clearcase label It will help us segregate the mails automatically

RE: [Maven Users] then followed by subject

2005-05-10 Thread vijayakumar.lakshmanan
Simon, At times some members in this group are sending mails By using CC address option instead of To address option So defining a rules becoming very complex Rgds Vijay -Original Message- From: Simon Matic Langford [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 10, 2005 5:05 PM To:

RE: Newbie question

2005-05-05 Thread vijayakumar.lakshmanan
I think if u give below mentioned property in u r Build.properties then it will work maven.proxy.host = maven.proxy.port = maven.proxy.username = maven.proxy.password = -Original Message- From: Lance Semmens [mailto:[EMAIL PROTECTED] Sent: Thursday, May 05, 2005 12:35 PM To: 'Maven

Maven - IF Tag problem

2005-05-05 Thread vijayakumar.lakshmanan
Hi All Problem Statement: The condition in the IF tag does not validate correctly, when any variable retrieved from the property file is being used in the condition. We tried to retrieve a variable from the property file build.properties and assign it to another variable so that it can

RE: Maven - IF Tag problem

2005-05-05 Thread vijayakumar.lakshmanan
Thanks man it's working. -Original Message- From: Vincent Siveton [mailto:[EMAIL PROTECTED] Sent: Thursday, May 05, 2005 5:58 PM To: 'Maven Users List' Subject: RE: Maven - IF Tag problem Hi, For me its not an issue. Let s try to define the variable a as a String: j:set var=a${c}/j:set

RE: Maven - IF Tag problem

2005-05-05 Thread vijayakumar.lakshmanan
Thank you very much -Original Message- From: Thomas Van de Velde [mailto:[EMAIL PROTECTED] Sent: Thursday, May 05, 2005 6:42 PM To: Maven Users List Subject: Re: Maven - IF Tag problem == != equals() ;-) On 5/5/05, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Thanks man it's

RE: Maven - IF Tag problem

2005-05-05 Thread vijayakumar.lakshmanan
Thank you very much -Original Message- From: David Jackman [mailto:[EMAIL PROTECTED] Sent: Thursday, May 05, 2005 6:41 PM To: Maven Users List Subject: RE: Maven - IF Tag problem I think this is another place where the docs (or the examples in the docs) don't quite match reality. I've

Maven + Eclipse

2005-05-02 Thread vijayakumar.lakshmanan
Hi All, Anyboy have document for how to configure maven into eclipse idea's appreciated ! Rgds Vijay Confidentiality Notice The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may

need to pass CVS label information as version of the artifact

2005-04-27 Thread vijayakumar.lakshmanan
Hi All, I have written a maven build script which will take the source code from the CVS and build the artifacts with the versions defined in the project.xml. But i want to eliminate to pass artifact version manually from project.xml, instead it should be picked up from the CVS labelling

I have checkout problem with CVS

2005-04-27 Thread vijayakumar.lakshmanan
Hi All, I have below problem in my current development , I need some clue to solve The below mentioned problem ? Any idea is appreciated ! Rgds Vijay Confidentiality Notice The information contained in this electronic message and any attachments to this

RE: M2: Multiple repositories for dependencies

2005-04-27 Thread vijayakumar.lakshmanan
It's possible u can achieve through dependency idproperty/id jarproperty.jar/jar /dependency Property.jar is the custom jar U can copy it under below location manually C:\Documents and Settings\lvijaya\.maven\repository\property\jars\property.jar Hope u got what I am

RE: M2: Multiple repositories for dependencies

2005-04-27 Thread vijayakumar.lakshmanan
In this approach , check it whether it accepts Artifact versions within that I thing it has some problem -Original Message- From: Peter van de Hoef [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 27, 2005 5:27 PM To: Maven Users List Subject: Re: M2: Multiple repositories for

I have some problem in artifact creation...

2005-04-25 Thread vijayakumar.lakshmanan
Hi All, I have some problem in artifact creation Please find below the problem statement: Under the src directory I have 'n' no of java files in its respective sub-directories. For any artifact creation, Maven compiles all the java files inside the src directory

use of className tag

2005-04-25 Thread vijayakumar.lakshmanan
Hi All, In below mentioned descriptors what's the exact use of className tag I don't understand the theory ? sourceModifications sourceModification classNameFakeClass/className excludes exclude**/EJS*.java/exclude exclude**/_*.java/exclude /excludes

RE: use of className tag

2005-04-25 Thread vijayakumar.lakshmanan
Thank you very much. -Original Message- From: Kenney Westerhof [mailto:[EMAIL PROTECTED] Sent: Monday, April 25, 2005 3:26 PM To: Maven Users List Subject: Re: use of className tag On Mon, 25 Apr 2005 [EMAIL PROTECTED] wrote: The className tag denotes a classname that maven will try