Maven 2.0.4, Initail setup Problem

2006-06-29 Thread NATARAJAN Sasi Kumar
Hi Users How can I do the setup Maven2.0.4 in my PC I am getting the following error, how can I solve this problem and Please help Thanks in Advance Sasikumar E:\maven-2.0.4mvn install -e + Error stacktraces are turned on. [INFO] Scanning for projects... [INFO]

RE: Maven 2.0.4, Initail setup Problem

2006-06-29 Thread NATARAJAN Sasi Kumar
Megere maven book [2]. If you are behind a proxy you also want to read the proxy setup guide [3]. Hope this helps -Tim [1] http://maven.apache.org/guides/getting-started/index.html [2] http://library.mergere.com/ [3] http://maven.apache.org/guides/mini/guide-proxies.html NATARAJAN Sasi Kumar

RE: [m2] goals for plugins

2005-08-09 Thread NATARAJAN Sasi Kumar
It may 'M2 -g' Sasi -Original Message- From: Mueffke, Friedger [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 09, 2005 3:46 PM To: users@maven.apache.org Subject: [m2] goals for plugins Hi, Is there a way to find out about valid goals of a plugin/all plugins available? I am

RE: Re-send: ear question

2005-07-27 Thread NATARAJAN Sasi Kumar
Hai (maven 1.0.2) Can you do following settings(build.properties) maven.ear.final.name = petstore// ear file name maven.ear.src= ${maven.build.dir}/checkouts/Record // jar or class file location maven.ear.manifest = ${maven.ear.src}/META-INF/MANIFEST.MF / manifest file

RE: help needed

2005-07-25 Thread NATARAJAN Sasi Kumar
Hai vijay Maven(1.0.2) Can you use following tag in plugin.jelly taskdef name=ftp classname=org.apache.tools.ant.taskdefs.optional.net.FTP / ant:ftp .. Cheers Sasikumar -Original Message- From: gonthina kishore [mailto:[EMAIL PROTECTED]

RE: zip not including empty directories in zip file

2005-07-25 Thread NATARAJAN Sasi Kumar
Hai Vinod (Maven1.0.2) Can you refer following url http://ant.apache.org/manual/CoreTasks/zip.html and use this EX: zip destfile=${dist}/manual.zip zipfileset dir=htdocs/manual prefix=docs/user-guide/ zipfileset dir=. includes=ChangeLog27.txt fullpath=docs/ChangeLog.txt/

Weblogic workspace(IDE) with maven

2005-07-25 Thread NATARAJAN Sasi Kumar
Hai All I would like to enable (or add) maven feature in weblogic IDE. How can I do that? Help can be appreciated. Thanks in Advance. Cheers Sasikumar Confidentiality Statement: This message is intended only for the individual or entity to which it is addressed.

RE: [m2] Secure Passwords in the settings.xml

2005-07-06 Thread NATARAJAN Sasi Kumar
Hi All, I would like to read a file and store the contents to a maven variable (v 1.0.2) Thanks, Sasikumar Natarajan -Original Message- From: McGarr, Joseph M. [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 06, 2005 4:58 PM To: 'Maven Users List' Subject: RE: [m2] Secure Passwords

RE: unable to deploy site using ftp

2005-07-04 Thread NATARAJAN Sasi Kumar
is resolved in maven 1.1 which uses ant 1.6. Sorry Arnaud On 7/4/05, NATARAJAN Sasi Kumar [EMAIL PROTECTED] wrote: Hai You can set following in forehead.config. This file available in maven bin directory. [root] ${maven.home}/lib/ant-optional-1.5.3-1.jar Cheers Sasikumar

RE: unable to deploy site using ftp

2005-07-03 Thread NATARAJAN Sasi Kumar
Hai You can set following in forehead.config. This file available in maven bin directory. [root] ${maven.home}/lib/ant-optional-1.5.3-1.jar Cheers Sasikumar -Original Message- From: edovale [mailto:[EMAIL PROTECTED] Sent: Sunday, July 03, 2005 7:06 PM To: 'Maven Users List'

File Reading from maven

2005-06-23 Thread NATARAJAN Sasi Kumar
Hai All I would like read a file content and stored to maven variable (v 1.0.2) Thanks in Advance Sasikumar Natarajan Confidentiality Statement: This message is intended only for the individual or entity to which it is addressed. It may contain privileged, confidential

while run the Goal, how can I get Status by mail

2005-06-17 Thread NATARAJAN Sasi Kumar
Hai Maven Users 1.I integrated all goals in maven.xml. While run one goal, it initiates all dependent goals also ok, how I can get through mail all goals status. 2.what is the purpose of following tag in project.xml developer nameSasikumar/name idSasi/id

Geronimo Remote Deployment

2005-06-13 Thread NATARAJAN Sasi Kumar
Hai All The following code is possible to deploy local. But I am expecting remote deployment how can I do. Anyone has idea please advice to me Thanks in Advance Kumar !-- === -- !-- Geronimo SETTINGS --

RE: [Maven 1.0.2] How to do SSH/SCP/SFTP ?

2005-06-08 Thread NATARAJAN Sasi Kumar
Hai Alexandre SCP Goal , you can install OpenSSH in the server and pscp.exe also. Client side you can run pscp.exe and pageand.exe then use below code to your plugin.jelly and run the goal. Do you need question reply to me. pscp -scp localfile [EMAIL PROTECTED]:remotefile use

RE: [Maven 1.0.2] How to do SSH/SCP/SFTP ?

2005-06-08 Thread NATARAJAN Sasi Kumar
pass the password ? Did you create public and private keys and log on your server without pass any password ? Thanks Alexandre NATARAJAN Sasi Kumar wrote: Hai Alexandre SCP Goal , you can install OpenSSH in the server and pscp.exe also. Client side you can run pscp.exe and pageand.exe

RE: [Maven 1.0.2] How to do SSH/SCP/SFTP ?

2005-06-08 Thread NATARAJAN Sasi Kumar
pscp -scp -pwd ** localfile [EMAIL PROTECTED]:remotefile let me know your comments Kumar -Original Message- From: NATARAJAN Sasi Kumar [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 08, 2005 3:58 PM To: Maven Users List Subject: RE: [Maven 1.0.2] How to do SSH/SCP/SFTP

remote system bat file execution

2005-05-23 Thread NATARAJAN Sasi Kumar
Hi All I am trying remote system .bat file need to execute through my location PC. How can I achieve this by use maven with ant. I tried so for goal name=maven:ssh description=scp copy taskdef name=sshexec classname=org.apache.tools.ant.taskdefs.optional.ssh.SSHExec

RE: plugins information

2005-05-04 Thread NATARAJAN Sasi Kumar
http://maven.apache.org/reference/plugins/war/ Kumar -Original Message- From: Pedro Salgado [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 04, 2005 6:41 PM To: Maven Users List Subject: plugins information Hi to all, Where can I find some documentation regarding the maven 2.0

C# compile by use Maven1.x, i got build failed

2005-04-25 Thread NATARAJAN Sasi Kumar
Hai all i am compiling C# using ant task in maven 1.x, if compile one file no problem if compile more than one file , i got Build failed do you know anyone the above question advise me thanks in advance I am using tag goal name=csc:c# description=Compile C# ant:csc srcdir

Ant task using Maven1.0.2 ant:exec ../

2005-04-21 Thread NATARAJAN Sasi Kumar
I want to execute cmd file with argument, I have wrote following tag in plugin.jelly goal name=maven:bdcmd description=xczxczxkl !-- execute bdcmd -- ant:exec executable=bdcmd.cmd dir=${maven.exec.target} os=Windows XP output=dir.txt arg line=-sub BP

how can i use ant task in our own custom plugin

2005-04-20 Thread NATARAJAN Sasi Kumar
I used some own goal in plugin.jelly file maven1.x, Likewise where I have to put our own goal in Maven2 and I am using **.mmld file for create custom plugin is it correct .. , how can i use ant task in our own custom plugin Thanks in Advance Kumar Confidentiality Statement: This

how can i put war,jar file our own location

2005-04-20 Thread NATARAJAN Sasi Kumar
created war, jar . it goes to local repository, is there any way to put my own location, which tag i need to add Thanks in Advance Kumar Confidentiality Statement: This message is intended only for the individual or entity to which it is addressed. It may contain privileged, confidential

How can I use multiproject Goal in Maven2

2005-04-19 Thread NATARAJAN Sasi Kumar
I tried m2 multiproject unable to download Downloading: org/apache/maven/plugins/maven-multiproject-plugin/1.0-SNAPSHOT/maven-mu ltiproject-plugin-1.0-SNAPSHOT.jar I am getting ERROR D:\Maven2.0\binm2 multiproject [INFO]

unable to create war file by using maven2

2005-04-19 Thread NATARAJAN Sasi Kumar
I used following tag, shall I need any change on the tag?. Please let me know project model modelVersion4.0.0/modelVersion groupIdcom.mycompany.app/groupId artifactIdmy-app/artifactId packagingjar/packaging version1.0-SNAPSHOT/version build sourceDirectory

RE: unable to create war file by using maven2

2005-04-19 Thread NATARAJAN Sasi Kumar
, NATARAJAN Sasi Kumar [EMAIL PROTECTED] wrote: I used following tag, shall I need any change on the tag?. Please let me know project model modelVersion4.0.0/modelVersion - To unsubscribe, e-mail: [EMAIL PROTECTED

How to deploy maven2

2005-04-18 Thread NATARAJAN Sasi Kumar
I tried deployment in weblogic using Maven2 I updated my pom.xml with the following information, site idrepo1/id namepetsoteserver/name urlhttp://10.3.106.66:7001/url usernameweblogic/username usernamesasikumar/username /site