Re: WebLogic Deployment issue with WAR generated by Maven 2

2008-01-24 Thread Jeff MAURY
mode) # If anyone has faced the above issue or know the solution to the above issue please write back. Any help is much appreciated. Thanks -- View this message in context: http://www.nabble.com/WebLogic-Deployment-issue-with-WAR-generated-by-Maven-2-tp15042111s177p15042111.html

WebLogic Deployment issue with WAR generated by Maven 2

2008-01-23 Thread gypsy
(1.4.2_08-b03 mixed mode) # If anyone has faced the above issue or know the solution to the above issue please write back. Any help is much appreciated. Thanks -- View this message in context: http://www.nabble.com/WebLogic-Deployment-issue-with-WAR-generated-by-Maven-2

FW: WebLogic Deployment ok from child, fails from parent ?

2007-08-08 Thread Anton Schoultz
Hi Scott, After some battling I have managed to do a sort of a work around... I only include the weblogic deployment plugin in those projects that need it, and I bind that plugin to the install phase. : executions execution goalsredeploy/goals!-- undeploy / deploy / redeploy as needed

Re: WebLogic Deployment ok from child, fails from parent ?

2007-08-07 Thread Scott Ryan
Ryan [EMAIL PROTECTED] 08/03/2007 11:53 PM Please respond to Maven Users List users@maven.apache.org To Maven Users List users@maven.apache.org cc Subject Re: WebLogic Deployment ok from child, fails from parent ? Why is the plugin definition not in your parent? If you run the command

Re: WebLogic Deployment ok from child, fails from parent ?

2007-08-07 Thread Ronn . Chinowutthichai
Subject Re: WebLogic Deployment ok from child, fails from parent ? You have to run the deploy command from the war directory if you want to deploy the war. This is because the project type and object location are dynamically determined from the pom.xml of the directory you are running

Re: WebLogic Deployment ok from child, fails from parent ?

2007-08-06 Thread Ronn . Chinowutthichai
respond to Maven Users List users@maven.apache.org To Maven Users List users@maven.apache.org cc Subject Re: WebLogic Deployment ok from child, fails from parent ? Why is the plugin definition not in your parent? If you run the command in the parent directory then the plugin definition

WebLogic Deployment ok from child, fails from parent ?

2007-08-03 Thread Anton Schoultz
Hi, I have an prototype setup with three modules, 2 Jars and a WEB app. I have set up the WebLogic plugins in the web project. When I CD to the web project and mvn weblogic:deploy the web app is deployed as expected. However, if I go to the root/parent dir and try mvn weblogic:deploy I get this

Re: WebLogic Deployment ok from child, fails from parent ?

2007-08-03 Thread Scott Ryan
Why is the plugin definition not in your parent? If you run the command in the parent directory then the plugin definition needs to be there as well. Scott Ryan On Aug 3, 2007, at 1:04 AM, Anton Schoultz wrote: Hi, I have an prototype setup with three modules, 2 Jars and a WEB app. I

FW: WebLogic Deployment - class not found error

2007-08-02 Thread Anton Schoultz
: WebLogic Deployment - class not found error I would crack open the weblogic.jar to make sure that class is in the jar that you have labeled weblogic-9.2.jar in your repository. Since the system is not complaining about not being able to find the jar it must be there but I have seen many people

WebLogic Deployment - class not found error

2007-08-01 Thread Anton Schoultz
] [INFO] Building child [INFO]task-segment: [weblogic:deploy] [INFO] [INFO] [weblogic:deploy] [INFO] Weblogic Deployment beginning with parameters DeployMojoBase[adminServerHostName = localhost

Re: WebLogic Deployment - class not found error

2007-08-01 Thread Scott Ryan
] -- -- [INFO] Building child [INFO]task-segment: [weblogic:deploy] [INFO] -- -- [INFO] [weblogic:deploy] [INFO] Weblogic Deployment beginning

RE: Weblogic Deployment

2006-07-23 Thread Scott Ryan
-Original Message- From: Pauquette, Bryan [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 18, 2006 1:01 PM To: Maven Users List Subject: Weblogic Deployment I have a maven 2.0.4 build creating an ear file that I would like to deploy to a weblogic 8.1.x container via a mvn command line

Weblogic Deployment

2006-07-18 Thread Pauquette, Bryan
I have a maven 2.0.4 build creating an ear file that I would like to deploy to a weblogic 8.1.x container via a mvn command line. Where do I start? I have tried getting the maven-weblogic-plugin installed but this doesn't seem to be working for me. I have tried the following... mvn

Re: Weblogic Deployment

2006-07-18 Thread ertnutler
this problem for me in the past. -- View this message in context: http://www.nabble.com/Weblogic-Deployment-tf1962398.html#a5384533 Sent from the Maven - Users forum at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: Weblogic Deployment

2006-07-18 Thread Ralf Quebbemann
You have to checkout the Weblogic Maven plugin from the mojo codehaus subversion repository and build and install the plugin manually. Checkout the website at http://mojo.codehaus.org/weblogic-maven-plugin. You can access the SVN at:

Weblogic Deployment!!!!

2005-08-29 Thread NIRMALA Manivasagam
Hello All, When iam trying to deploy a war file in weblogic using maven-webtest-plugin,iam getting the following errror. my settings in build.properties file is: maven.weblogic.username=weblogic maven.weblogic.password=weblogic maven.weblogic.targets=myserver maven.weblogic.verbose=true