Re : WebLogic Plugin Sourcecode

2009-06-03 Thread Julien HENRY
Hi,

https://svn.codehaus.org/mojo/branches/weblogic-maven-plugin-2.8.0/

Regards,

Julien





De : Inman, Peter peterin...@mcpplc.com
À : Maven Users List users@maven.apache.org
Envoyé le : Mercredi, 3 Juin 2009, 10h57mn 24s
Objet : WebLogic Plugin Sourcecode

I'm trying to use the maven-weblogic-plugin version 2.8 as we're
deploying on WebLogic 8.1.



When I try and do a release:prepare, it fails as the 2.8 version I have
is a SNAPSHOT version.



Sounds an odd question, but does anyone know where the source code is
located so I can build a release version locally? I've checked all the
usual places, but can't seem to find it.



Pete


  

RE: Re : WebLogic Plugin Sourcecode

2009-06-03 Thread Inman, Peter
Perfect, thanks very much.
Pete

-Original Message-
From: Julien HENRY [mailto:henr...@yahoo.fr] 
Sent: 03 June 2009 10:46
To: Maven Users List
Subject: Re : WebLogic Plugin Sourcecode

Hi,

https://svn.codehaus.org/mojo/branches/weblogic-maven-plugin-2.8.0/

Regards,

Julien





De : Inman, Peter peterin...@mcpplc.com
À : Maven Users List users@maven.apache.org
Envoyé le : Mercredi, 3 Juin 2009, 10h57mn 24s
Objet : WebLogic Plugin Sourcecode

I'm trying to use the maven-weblogic-plugin version 2.8 as we're
deploying on WebLogic 8.1.



When I try and do a release:prepare, it fails as the 2.8 version I have
is a SNAPSHOT version.



Sounds an odd question, but does anyone know where the source code is
located so I can build a release version locally? I've checked all the
usual places, but can't seem to find it.



Pete


  

-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



RE: Weblogic plugin

2006-10-10 Thread Scott Ryan
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: users@maven.apache.org
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
groupIdorg.codehaus.mojo/groupId
artifactIdweblogic-maven-plugin/artifactId
version2.8.0-SNAPSHOT/version
executions
execution

goals
goalstop/goal
/goals
configuration
  adminServerHostNamex/adminServerHostName
  adminServerPortx/adminServerPort
  adminServerProtocolhttp/adminServerProtocol
  userIdx/userId
  passwordx/password
  uploadfalse/upload
  remotetrue/remote
  verbosetrue/verbose
  debugtrue/debug
  targetNamesx/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]



Re: RE: Re: RE: Weblogic plugin?

2006-08-06 Thread Christofer Jennings

If you've already got an ant build file for the weblogi stuff, is
there any good reason to use the plugin instead of just running the
ant target from maven? Does it add any value other than being all
maven?

thanks,
chris

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



RE: Re: RE: Weblogic plugin?

2006-08-05 Thread Scott Ryan
http://svn.mojo.codehaus.org/browse/mojo/trunk/mojo/mojo-sandbox/weblogic-ma
ven-plugin/

give this a shot and look in the src tree.

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

-Original Message-
From: Christofer Jennings [mailto:[EMAIL PROTECTED]
Sent: Friday, August 04, 2006 9:03 AM
To: Maven Users List
Subject: Re: Re: RE: Weblogic plugin?


Scott,

btw: I noticed the fisheye link to the source didn't work.
http://svn.mojo.codehaus.org/trunk/mojo/mojo-sandbox/weblogic-maven-plugin

,chris

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




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



Re: RE: Weblogic plugin?

2006-08-04 Thread Christofer Jennings

Thanks Scott,

If it were my choice I'd use xfire and jsr 181 too. But I'm not the
one writing the webservice. I'm trying to get my team to try Maven for
an isolated part of our project, but the person wirting the webservice
is using WL tools so it might block my effort.

I'll look into writing it up in Jira.

,chris

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



Re: Re: RE: Weblogic plugin?

2006-08-04 Thread Christofer Jennings

Scott,

btw: I noticed the fisheye link to the source didn't work.
http://svn.mojo.codehaus.org/trunk/mojo/mojo-sandbox/weblogic-maven-plugin

,chris

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



Re: Re: Re: RE: Weblogic plugin?

2006-08-04 Thread Christofer Jennings

Darn, svn checkout failed too.

svn checkout 
svn://svn.codehaus.org/mojo/scm/trunk/mojo/mojo-sandbox/weblogic-maven-plugin
weblogic-maven-plugin

got

subversion/libsvn_client/checkout.c:90: (apr_err=17)
svn: URL 
'svn://svn.codehaus.org/mojo/scm/trunk/mojo/mojo-sandbox/weblogic-maven-plugin'
doesn't exist

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



RE: Weblogic plugin?

2006-08-03 Thread Scott Ryan
The plugin that I wrote does not support either of those but if it would be
valuable for you then let me know.  You can feel free to submit a jira
ticket to the sandbox for improvement of the existing plugin or submit code
that you think we should include.  In general since 9.1 is java 5 compatible
most of my colleagues are using xfire or jsr-181 through beehive to generate
their services or clients in a more generic J2EE way without ties into the
Weblogic architecture.  I would suggest you check out those two
alternatives.  The axis plugin is a good alternative as well.

If you still think the code should be added to the existing plugin submit a
jira ticket and I will put it on my list.

In case you don't know where to find the existing plugin here is the link

http://mojo.codehaus.org/weblogic-maven-plugin/


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

-Original Message-
From: Christofer Jennings [mailto:[EMAIL PROTECTED]
Sent: Thursday, August 03, 2006 6:37 PM
To: users@maven.apache.org
Subject: weblogic plugin?


Is there a weblogic plugin that supports WL 9.1 sevicegen, clientgen etc.?

I found this in the mail archives, butit's pretty old.
http://www.mail-archive.com/users@maven.apache.org/msg03059.html

Thanks,
chris

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




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



Re: weblogic plugin

2003-09-09 Thread Jean-François El Fouly
A 08:39 09/09/2003 +0800, vous avez écrit :
Hi,

Does anyone have a weblogic plugin for weblogic 8.1?  The weblogic tasks 
I'm looking for are things like the ejbgen tasks and jsp / ejb validation 
and compilation?

Thanks
Nathan
There have been several proposals to contribute plugins for different 
versions of WebLogic... Most of the time they have been ignored, I guess 
because of incompatible licences: these plugins obviously need weblogic.jar 
in one place or another.

I've developed a very good plugin for WLS 6.1 with a team of another 
corporate development team (at AGF Asset Management).
Someone else developed a plugin for WLS 7.0; I had a look at it, and I must 
say it performs rather different operations. I guess a realistic future for 
these plugins would be to contribute them all to the maven-plugins project 
hosted at sourceforge; have different plugins for the different WLS 
versions and try to merge / harmonize / match their functionalities.

Hope this helps you...

Cheers,

Jean-François



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


Re: weblogic plugin

2003-09-09 Thread Emmanuel Boudrant
Hi,

Here a maven.xml I made quickly for weblogic 8.1, the goals are :

Generate EJB with ejbgen
Gererate Stubs with weblogic.appc
Generate WebServices with weblogic.servicegen
Generate WWebServices web client with weblogic.clientgen
Deploy all on weblogic 8.1

This script isn't VERY CLEAN but it a bon debut ... perhaps you can use it for 
making yours (or a weblogic 8.1 plugin) and share your work ;).

I attach you four files:

- maven.xml
- project.properties
- eb.cmd  to set the environement variables before deploying.
- gaia.properties


Hope this helps you...
-emmanuel






[--  En réponse à  Jean-François El Fouly [EMAIL PROTECTED]:  --]
 
A 08:39 09/09/2003 +0800, vous avez écrit :
Hi,

Does anyone have a weblogic plugin for weblogic 8.1? 
The weblogic tasks 
I'm looking for are things like the ejbgen tasks and jsp
/ ejb validation 
and compilation?

Thanks
Nathan

There have been several proposals to contribute plugins
for different 
versions of WebLogic... Most of the time they have been
ignored, I guess 
because of incompatible licences: these plugins obviously
need weblogic.jar 
in one place or another.

I've developed a very good plugin for WLS 6.1 with a team
of another 
corporate development team (at AGF Asset Management).
Someone else developed a plugin for WLS 7.0; I had a look
at it, and I must 
say it performs rather different operations. I guess a
realistic future for 
these plugins would be to contribute them all to the
maven-plugins project 
hosted at sourceforge; have different plugins for the
different WLS 
versions and try to merge / harmonize / match their
functionalities.

Hope this helps you...

Cheers,

Jean-François



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






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



Re: weblogic plugin

2003-09-09 Thread Nathan Coast
thanks Emmanuel,

Your work is definitely a good starting point for a weblogic plugin. 
I'll definitely make it available as and when it's completed.  Don't 
hold your breath :)

Emmanuel Boudrant wrote:

Here the file

sorry,
-emmanuel
[--  En réponse à  Emmanuel Boudrant [EMAIL PROTECTED]:  --]
 

Hi,

Here a maven.xml I made quickly for weblogic 8.1, the
goals are :
Generate EJB with ejbgen
Gererate Stubs with weblogic.appc
Generate WebServices with weblogic.servicegen
Generate WWebServices web client with weblogic.clientgen
Deploy all on weblogic 8.1
This script isn't VERY CLEAN but it a bon debut ...
perhaps you can use it for making yours (or a weblogic
8.1 plugin) and share your work ;).
I attach you four files:

- maven.xml
- project.properties
- eb.cmd  to set the environement variables before
deploying.
- gaia.properties
Hope this helps you...
-emmanuel




[--  En réponse à  Jean-François El Fouly
[EMAIL PROTECTED]:  --]

A 08:39 09/09/2003 +0800, vous avez écrit :

Hi,

Does anyone have a weblogic plugin for weblogic 8.1? 
The weblogic tasks 

I'm looking for are things like the ejbgen tasks and
jsp

/ ejb validation 

and compilation?

Thanks
Nathan
There have been several proposals to contribute
plugins

for different 
versions of WebLogic... Most of the time they have
been

ignored, I guess 
because of incompatible licences: these plugins
obviously

need weblogic.jar 
in one place or another.

I've developed a very good plugin for WLS 6.1 with a
team

of another 
corporate development team (at AGF Asset Management).
Someone else developed a plugin for WLS 7.0; I had a
look

at it, and I must 
say it performs rather different operations. I guess a
realistic future for 
these plugins would be to contribute them all to the
maven-plugins project 
hosted at sourceforge; have different plugins for the
different WLS 
versions and try to merge / harmonize / match their
functionalities.

Hope this helps you...

Cheers,

Jean-François



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





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





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




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


Re: weblogic plugin

2003-09-08 Thread Nathan Coast
I've found these plugins mentioned

http://www.nordija.dk/opencms/download/maven-weblogic-plugin-src.zip
seems to be concered with starting / stoping server and deployment
http://www.casadeslug.com/mavenmods/docs/
seems to be concered with starting / stoping server and deployment 
(can't find download)

http://www.mail-archive.com/[EMAIL PROTECTED]/msg00091.html
sounds like what I'm after but no plugin available
http://www.mail-archive.com/[EMAIL PROTECTED]/msg02531.html
maven jelly / ant xml needed to execute weblogic tasks
If anyone is working on plugins like these I'll be more than happy to 
contribute.

thanks Nathan

Nathan Coast wrote:

Hi,

Does anyone have a weblogic plugin for weblogic 8.1?  The weblogic tasks 
I'm looking for are things like the ejbgen tasks and jsp / ejb 
validation and compilation?

Thanks
Nathan


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





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