Geronimo deploy

2005-05-11 Thread GOKULAM Jayaram
Hi all, I wrote up a customized script to do a deployment in Geronimo server. This is how my jelly looks like goal name=geronimo:deploy description=Deploys an application attainGoal name=geronimo:log/ java classname=org.apache.geronimo.deployment.Deployer classpath

maven scp not working

2005-05-02 Thread GOKULAM Jayaram
Hi all, I tried using ANT's scp task. I copied the jsch.jar in to Maven's lib and included in the load of forehead.conf. I wrote a script goal name=plugin:copy description=Copy the artifacts taskdef name=scp

maven jboss plugin problem

2005-05-02 Thread GOKULAM Jayaram
Hi all, I tried to deploy a war file in JBOSS app server using JBOSS plugin version 1.5. Its giving me a weird problem. It picks up the artifact from the folder c:\Maven1.0.2\bin\target\sample.war and deploys it in the same directory, instead of deploying it to the

Maven fetch using -r

2005-04-28 Thread GOKULAM Jayaram
Hi all, I want to fetch the source code by using -r in maven scm goal. The module name alone is accepted. How do I provide the version also with the module. Thanks, Jayaram Confidentiality Statement: This message is intended only for the individual or entity to which it is addressed.

SCM Tagging in Maven 1.0.2

2005-04-21 Thread GOKULAM Jayaram
Hi all, I would like to checkout a module with a particular version of it. For example I want to checkout petstore version 2.0 where the CVS has petstore of different versions. May I know how to get this done? Thanks in advance, Jayaram Confidentiality Statement: This message

tomcat deployment problem

2005-04-20 Thread GOKULAM Jayaram
Hi all, I have set the properties for tomcat deployment as follows in my project.properties file maven.tomcat.host=127.0.0.1 maven.tomcat.port=8080 #maven.tomcat.username=admin #maven.tomcat.password=admin maven.tomcat.home=d:/Tomcat maven.tomcat.war.context=new When I call my

RE: tomcat deployment problem

2005-04-20 Thread GOKULAM Jayaram
Sorry figured out the error. It is working now. Thanks, Jayaram From: GOKULAM Jayaram Sent: Wednesday, April 20, 2005 4:58 PM To: 'Maven Users List'; [EMAIL PROTECTED] Subject: tomcat deployment problem Hi all, I have set the properties for tomcat

maven 2 unable to start with

2005-04-15 Thread GOKULAM Jayaram
Hi all, I downloaded the new Maven 2 alpha release and extracted it. When I type m2 it throws me an exception, rather than showing up the maven logo on the console. Help is appreciated. Thanks, Jayaram Error is as below: ---

RE: maven 2 unable to start with

2005-04-15 Thread GOKULAM Jayaram
. - Brett On 4/15/05, GOKULAM Jayaram [EMAIL PROTECTED] wrote: Hi all, I downloaded the new Maven 2 alpha release and extracted it. When I type m2 it throws me an exception, rather than showing up the maven logo on the console. Help is appreciated. Thanks, Jayaram Error

maven 2 scm goal

2005-04-15 Thread GOKULAM Jayaram
Hi all, I have declared my scm tag in my pom.xml scm connectionmaven.scm.cvs.root=:local:/cvsnt/source/connection developerConnection/ url/ /scm I am unable to find the goal to invoke the checkout process. Please help me

RE: ANT FTP with Maven

2005-04-01 Thread GOKULAM Jayaram
: Maven Users List Objet : Re: ANT FTP with Maven Did you load the ftp's ant task? if you dont, it will not work inside maven. Check out the archive for instructions on how to load it -D On Mar 31, 2005 5:41 AM, GOKULAM Jayaram [EMAIL PROTECTED] wrote: Hi Kenney, I tried

RE: ANT FTP with Maven

2005-04-01 Thread GOKULAM Jayaram
, Jayaram -Original Message- From: Kenney Westerhof [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 30, 2005 8:40 PM To: Maven Users List Cc: [EMAIL PROTECTED] Subject: RE: ANT FTP with Maven On Wed, 30 Mar 2005, GOKULAM Jayaram wrote: Hi kenney, I

RE: ANT FTP with Maven

2005-04-01 Thread GOKULAM Jayaram
On Fri, 1 Apr 2005, GOKULAM Jayaram wrote: Well, I got curious and tried it out myself. It doesn't work. ;) Btw, your XML was invalid: ant:ftp ... / /ant:ftp Using ant 1.5.1, 1.5.1, including commons, I can't get it to work. Even the site:ftpdeploy didn't work. Using

RE: ANT FTP with Maven

2005-04-01 Thread GOKULAM Jayaram
with Maven On Fri, 1 Apr 2005, GOKULAM Jayaram wrote: That won't work. If you want to use maven 1.1-SNAPSHOT, you'll need to build it from source. (I couldn't find a binary distribution, but maybe you can). See http://maven.apache.org/developers/building-from-source.html. But I find it rather

RE: warning: last-modified not specified

2005-03-30 Thread GOKULAM Jayaram
Hi Andrei, Where did you keep the jars? You should keep the jars as described in the below structure User.home\.maven\repository\Groupidname(folder)\jars(folder)\ur .jar Also you need to add the dependency in your Project.xml file. Regards Jayaram -Original Message- From: Andrei Szabo

ANT FTP with Maven

2005-03-30 Thread GOKULAM Jayaram
Hi all, Am trying to connect to FTP server of windows to linux, using a ant:ftp from Maven. When I run the above goal, it just displays the task on the console, and it is not creating a directory as I wanted to. goal name=remote:ftp description=Copy the artifacts ant:ftp

RE: ANT FTP with Maven

2005-03-30 Thread GOKULAM Jayaram
PROTECTED] Sent: Wednesday, March 30, 2005 6:15 PM To: Maven Users List Cc: [EMAIL PROTECTED] Subject: Re: ANT FTP with Maven On Wed, 30 Mar 2005, GOKULAM Jayaram wrote: Hi, first of all: you might consider leaving the confidentiality footer out, since this email is addressed to a list

RE: ANT FTP with Maven

2005-03-30 Thread GOKULAM Jayaram
On Wed, 30 Mar 2005, GOKULAM Jayaram wrote: Hi, first of all: you might consider leaving the confidentiality footer out, since this email is addressed to a list, not a person, and is readable by the whole world :) As you can read in http://ant.apache.org/manual/OptionalTasks/ftp.html nested

RE: Error while running maven

2005-03-29 Thread GOKULAM Jayaram
Dinesh, It is specific to your application, which is asking for a classpath to be set or even a dependent jar is missing. Please check on that. Regards, Jayaram -Original Message- From: Dinesh Pandey [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 29, 2005 3:46 PM To:

maven repository in linux or unix

2005-03-29 Thread GOKULAM Jayaram
Hi all, In windows the repository and the plug-in cache is in, C:\Documents and Settings\Username\.maven May I know where this .maven repository and cache is available in Linux and Unix. Thanks in advance, Jayaram Confidentiality Statement: This message is intended only for the

remote copy

2005-03-28 Thread GOKULAM Jayaram
Hi all, Am trying to copy files from local machine to remote machine using maven. But I am unable to create a directory or copy files. Am using ant:copy task which fails. Any suggestions? Thanks in advance, Jayaram Confidentiality Statement: This message is intended only for the

RE: remote copy

2005-03-28 Thread GOKULAM Jayaram
permission to create directory/file on remote machine? are you able to issue direct copy using os specific command? -D On Mon, 28 Mar 2005 15:42:30 +0530, GOKULAM Jayaram [EMAIL PROTECTED] wrote: Hi all, Am trying to copy files from local machine to remote machine using maven. But I am unable

FW: [Maven-plugins-user] CVS remote repository issues

2005-03-28 Thread GOKULAM Jayaram
-Original Message- From: Dion Gillard [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 29, 2005 9:30 AM To: GOKULAM Jayaram Subject: Re: [Maven-plugins-user] CVS remote repository issues This really should be posted to users@maven.apache.org On Tue, 29 Mar 2005 08:18:31 +0530, GOKULAM

RE: ear file to include jar and war

2005-03-27 Thread GOKULAM Jayaram
/ear.appxml.war.context-root /properties /dependency /dependencies Check out ear plugin for more detail. -D On Sat, 26 Mar 2005 17:31:08 +0530, GOKULAM Jayaram [EMAIL PROTECTED] wrote: Hi all, I used the ear plug-in to generate the ear file, but it does not include the ear and war

ear file to include jar and war

2005-03-26 Thread GOKULAM Jayaram
Hi all, I used the ear plug-in to generate the ear file, but it does not include the ear and war file by default. IT just holds the META-INF and application.xml file. I want the ear file to include the generated jar and war files, how should I do this? Thanks for your help in advance,

RE: sequence of prereqs in maven.xml file

2005-03-25 Thread GOKULAM Jayaram
Mar 2005 10:42:19 +0530, GOKULAM Jayaram [EMAIL PROTECTED] wrote: Hi, I have been trying to keep my maven.xml file in the following manner. project default=build xmlns:j=jelly:core xmlns:maven=jelly:maven xmlns:ant=jelly:ant goal name=nec:go prereqs=scm:cvs-checkout-project

JAVA compile fails the first time

2005-03-25 Thread GOKULAM Jayaram
Hi all, Immediately after checkout of files from the repository, JAVA:Compile goal does not work. Is there a way I can invoke all of the goals one by one to execute in a sequence? Please help me in this regards, Thanks in advance, Jayaram Confidentiality Statement: This message is

Log file creation

2005-03-24 Thread GOKULAM Jayaram
Hi all, I am trying to create a log file when a java compile fails, or when a deployment fails and so on. Can anybody help me how I should achieve this please. Thanks in advance, Jayaram Confidentiality Statement: This message is intended only for the individual or entity to which it is

RE: Log file creation

2005-03-24 Thread GOKULAM Jayaram
creation redirect the output to a file: maven jar:compile debug.txt if you need to catch the stderr output as well: maven jar:compile debug.txt 21 regards, Wim P.S.: This is on Windows ofcourse -Original Message- From: GOKULAM Jayaram [mailto:[EMAIL PROTECTED] Sent: donderdag 24

sequence of prereqs in maven.xml file

2005-03-24 Thread GOKULAM Jayaram
Hi, I have been trying to keep my maven.xml file in the following manner. project default=build xmlns:j=jelly:core xmlns:maven=jelly:maven xmlns:ant=jelly:ant goal name=nec:go prereqs=scm:cvs-checkout-project,java:compile,dashboard:report,xdoc /goal /project But am getting a weird

maven log4j

2005-03-23 Thread GOKULAM Jayaram
Hi all, Is there a way I can log the failure of java:compile into a log file. If so how can I do this? Any help on this would be appreciated. Thanks in advance, Jayaram Confidentiality Statement: This message is intended only for the individual or entity to which it is addressed. It

how to add classpath in MAVEN

2005-03-18 Thread GOKULAM Jayaram
Hi I want to add j2ee.jar file in the classpath of MAVEN , so that it picks up my ejb files and compile. Also I may want to add other library files to the classpath. Can anybody help me in this regard please? Thanks in advance Jayaram Confidentiality Statement: This message is intended

RE: how to add classpath in MAVEN

2005-03-18 Thread GOKULAM Jayaram
Hamza, I want to add these files dynamically. The jar files may change, so I want them to be set dynamically. Is there a possible way for it? Thanks in advance, Jayaram -Original Message- From: Hamza Hydri [mailto:[EMAIL PROTECTED] Sent: Friday, March 18, 2005 3:33 PM To: Maven Users

RE: how to add classpath in MAVEN

2005-03-18 Thread GOKULAM Jayaram
dependencies this way in the repository folder. cheers ! -Ursprüngliche Nachricht- Von: GOKULAM Jayaram [mailto:[EMAIL PROTECTED] Gesendet: Freitag, 18. März 2005 10:46 An: Maven Users List Betreff: how to add classpath in MAVEN Hi I want to add j2ee.jar file in the classpath of MAVEN , so

RE: how to add classpath in MAVEN

2005-03-18 Thread GOKULAM Jayaram
in your build.properties file. check it now whether it is still trying to connect to ibiblio.org On Fri, 18 Mar 2005 15:56:29 +0530, GOKULAM Jayaram [EMAIL PROTECTED] wrote: Thanks Bernhard, I placed the jar files as per your suggestion.I then added the dependency in the Project.xml file. Now I

RE: how to add classpath in MAVEN

2005-03-18 Thread GOKULAM Jayaram
+ the exact location of your file. Good luck. Bernhard -Ursprüngliche Nachricht- Von: GOKULAM Jayaram [mailto:[EMAIL PROTECTED] Gesendet: Freitag, 18. März 2005 11:26 An: Maven Users List Betreff: RE: how to add classpath in MAVEN Thanks Bernhard, I placed the jar files as per your

RE: how to add classpath in MAVEN

2005-03-18 Thread GOKULAM Jayaram
List Subject: AW: how to add classpath in MAVEN Sorry this was just a typo Just use jarmcone_cmn.jar/jar -Ursprüngliche Nachricht- Von: GOKULAM Jayaram [mailto:[EMAIL PROTECTED] Gesendet: Freitag, 18. März 2005 12:08 An: Maven Users List; Hamza Hydri; Bernhard Slominski Betreff: RE: how

RE: how to add classpath in MAVEN

2005-03-18 Thread GOKULAM Jayaram
\mcone_cmn.jar.jar The only difference it that the file name is NOT made up of the artifactId and version -Ursprüngliche Nachricht- Von: GOKULAM Jayaram [mailto:[EMAIL PROTECTED] Gesendet: Freitag, 18. März 2005 12:25 An: Maven Users List Betreff: RE: how to add classpath in MAVEN Bernhard, Thanks

wldeploy with Maven

2005-03-17 Thread GOKULAM Jayaram
Hi, I have been trying to deploy an EAR file into weblogic server, I downloaded the weblogic plug-in. But it does not work. It seems to pick up the target from the MAVEN-HOME directory by default. Am getting the following error. Any help is appreciated. Thanks for your help in advance,

RE: Maven Petstore

2005-03-02 Thread GOKULAM Jayaram
Schaible [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 02, 2005 1:27 PM To: Maven Users List Subject: RE: Maven Petstore GOKULAM Jayaram wrote on Wednesday, March 02, 2005 8:23 AM: Thanks for the support Arnaud. But still it did not work. Though it downloaded the commons-codec jar file it again

RE: Maven Petstore

2005-03-01 Thread GOKULAM Jayaram
that commons-codec is not defined in your project.xml Siegfried Goeschl GOKULAM Jayaram wrote: Hi am trying to compile petstore example application provided by sun. And am getting the following errors, Please help me to overcome this problem. Also let me know if I can set a classpath from maven

RE: Maven Petstore

2005-03-01 Thread GOKULAM Jayaram
to modify your repository and manually download commons-codec. The jar will be downloaded from : http://www.ibiblio.org/maven/commons-codec/jars/ Arnaud -Message d'origine- De : GOKULAM Jayaram [mailto:[EMAIL PROTECTED] Envoyé : mercredi 2 mars 2005 05:30 À : Maven Users List; [EMAIL