Do the other goals work for you?  It looks like you might have a snapshot
from the old repository.  I am headed to Apachecon but will try to look at
the code Tuesday after I arrive at the conference.  You could also try the
2.9.0 snapshot and just override the weblogic jars to use 8.1 as they should
both work with an 8.1 installation providing maven will let you do the
override.   I have not been in that part of the code for a while so am not
sure exactly what the issues is but it is clear that the mojo did not get
packaged in to the plugin.

Also make sure that your version matches the one in
http://snapshots.repository.codehaus.org/org/codehaus/mojo/weblogic-maven-pl
ugin/2.8.0-SNAPSHOT/  I have been trying to push up the latest code but am
having issues with permissions.  If that does not work I can send you a
local copy tomorrow.



Scott Ryan
Chief Technology Officer
Soaring Eagle L.L.C.
[EMAIL PROTECTED]
www.soaringeagleco.com
(303) 263-3044

-----Original Message-----
From: Morgovsky, Alexander (US - Glen Mills)
[mailto:[EMAIL PROTECTED]
Sent: Saturday, October 07, 2006 12:27 AM
To: [email protected]
Subject: Weblogic plugin


Hi, I am having a problem with using the stop goal of the Weblogic
plugin.

Here is my error.
[ERROR] BUILD ERROR
[INFO]
------------------------------------------------------------------------
[INFO] Internal error in the plugin manager executing goal
'org.codehaus.mojo:weblogic-maven-plugin:2.8.0-SNAPSHOT:stop': Unable to
find the mojo
'org.codehaus.mojo:weblogic-maven-plugin:2.8.0-SNAPSHOT:stop' in the
plugin 'org.codehaus.mojo:weblogic-maven-plugin'
weblogic/utils/compiler/Tool
[INFO]
------------------------------------------------------------------------
[INFO] Trace
org.apache.maven.lifecycle.LifecycleExecutionException: Internal error
in the plugin manager executing goal
'org.codehaus.mojo:weblogic-maven-plugin:2.8.0-SNAPSHOT:stop': Unable to
find the mojo
'org.codehaus.mojo:weblogic-maven-plugin:2.8.0-SNAPSHOT:stop' in the
plugin 'org.codehaus.mojo:weblogic-m
aven-plugin'

Here is my pom.xml.

<plugin>
        <groupId>org.codehaus.mojo</groupId>
        <artifactId>weblogic-maven-plugin</artifactId>
        <version>2.8.0-SNAPSHOT</version>
        <executions>
                <execution>

                        <goals>
                                <goal>stop</goal>
                        </goals>
        <configuration>
          <adminServerHostName>x</adminServerHostName>
          <adminServerPort>x</adminServerPort>
          <adminServerProtocol>http</adminServerProtocol>
          <userId>x</userId>
          <password>x</password>
          <upload>false</upload>
          <remote>true</remote>
          <verbose>true</verbose>
          <debug>true</debug>
          <targetNames>x</targetNames>
        </configuration>
                </execution>
        </executions>
      </plugin>

I've been trying to solve this for more than 7 hours, I am stuck here.
Please help.


This message (including any attachments) contains confidential information
intended for a specific individual and purpose, and is protected by law.  If
you are not the intended recipient, you should delete this message.


Any disclosure, copying, or distribution of this message, or the taking of
any action based on it, is strictly prohibited. [v.E.1]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to