You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by GOKULAM Jayaram <JG...@covansys.com> on 2005/03/17 13:26:54 UTC

wldeploy with Maven

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,

Jayaram

 

BUILD FAILED

File...... C:\Documents and
Settings\JGokulam\.maven\cache\maven-webtest-plugin-0.1.0\plugin.je

lly

Element... java

Line...... 50

Column.... 103

C:\Maven 1.0.2\bin\petstore@myserver is not a valid directory

Total time: 1 seconds

Finished at: Thu Mar 17 17:55:28 IST 2005

Confidentiality Statement:

This message is intended only for the individual or entity to which it is addressed. It may contain privileged, confidential information which is exempt from disclosure under applicable laws. If you are not the intended recipient, please note that you are strictly prohibited from disseminating or distributing this information (other than to the intended recipient) or copying this information. If you have received this communication in error, please notify us immediately by return email.


Re: wldeploy with Maven

Posted by Rick Mangi <rm...@yahoo.com>.
Not sure if it will help, but what are your weblogic properties 
settings in project.properties? Here are mine... (we deploy a war, but 
that should be irrelevant.)

# WEBLOGIC SETTINGS
  maven.weblogic.username=weblogic
  maven.weblogic.password=system
  maven.weblogic.targets=myserver
  maven.weblogic.adminurl=http://localhost:7001
  maven.weblogic.name=cbredesign
  maven.weblogic.source=cbredesign.war
  maven.weblogic.staticdir=/websites/cb/${maven.weblogic.name}

On Mar 17, 2005, at 7:26 AM, GOKULAM Jayaram wrote:

> 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,
>
> Jayaram
>
>
>
> BUILD FAILED
>
> File...... C:\Documents and
> Settings\JGokulam\.maven\cache\maven-webtest-plugin-0.1.0\plugin.je
>
> lly
>
> Element... java
>
> Line...... 50
>
> Column.... 103
>
> C:\Maven 1.0.2\bin\petstore@myserver is not a valid directory
>
> Total time: 1 seconds
>
> Finished at: Thu Mar 17 17:55:28 IST 2005
>
> Confidentiality Statement:
>
> This message is intended only for the individual or entity to which it 
> is addressed. It may contain privileged, confidential information 
> which is exempt from disclosure under applicable laws. If you are not 
> the intended recipient, please note that you are strictly prohibited 
> from disseminating or distributing this information (other than to the 
> intended recipient) or copying this information. If you have received 
> this communication in error, please notify us immediately by return 
> email.
>