You can subscribe to this list here.
2002 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(37) |
Oct
(12) |
Nov
|
Dec
(47) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2003 |
Jan
(9) |
Feb
(6) |
Mar
(1) |
Apr
(85) |
May
(9) |
Jun
|
Jul
(6) |
Aug
(85) |
Sep
(42) |
Oct
(27) |
Nov
(15) |
Dec
(27) |
2004 |
Jan
(39) |
Feb
(52) |
Mar
(43) |
Apr
(32) |
May
(18) |
Jun
(5) |
Jul
(63) |
Aug
(69) |
Sep
(12) |
Oct
(80) |
Nov
(55) |
Dec
(30) |
2005 |
Jan
(27) |
Feb
(6) |
Mar
(43) |
Apr
(5) |
May
(48) |
Jun
(48) |
Jul
(100) |
Aug
(16) |
Sep
(43) |
Oct
(25) |
Nov
(249) |
Dec
(2) |
2006 |
Jan
(9) |
Feb
(2) |
Mar
|
Apr
(26) |
May
(21) |
Jun
(8) |
Jul
(14) |
Aug
(104) |
Sep
|
Oct
|
Nov
|
Dec
|
2007 |
Jan
(32) |
Feb
|
Mar
(2) |
Apr
|
May
(38) |
Jun
(2) |
Jul
(9) |
Aug
(1) |
Sep
|
Oct
|
Nov
(1) |
Dec
|
2008 |
Jan
|
Feb
(3) |
Mar
(2) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Gandin M. <mg...@us...> - 2005-07-12 14:15:52
|
mgandin 05/07/12 07:15:46 maven-plugins/maven-dashboard-history/history-dashboard/src - New directory |
From: Gandin M. <mg...@us...> - 2005-07-12 14:12:35
|
mgandin 05/07/12 07:12:29 maven-plugins/maven-dashboard-history/history-dashboard - New directory |
From: Gandin M. <mg...@us...> - 2005-07-12 14:12:33
|
mgandin 05/07/12 07:12:26 maven-plugins/maven-dashboard-history - New directory |
From: Eric P. <de...@us...> - 2005-07-11 20:12:53
|
dep4b 05/07/11 13:12:46 Modified: . plugin-project.xml Log: simplify plugin parent project Revision Changes Path 1.13 +2 -2 maven-plugins/plugin-project.xml Index: plugin-project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/plugin-project.xml,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- plugin-project.xml 19 Dec 2004 13:27:22 -0000 1.12 +++ plugin-project.xml 11 Jul 2005 20:12:45 -0000 1.13 @@ -18,9 +18,9 @@ <issueTrackingUrl>http://sourceforge.net/tracker/?group_id=61626</issueTrackingUrl> <siteAddress>maven-plugins.sourceforge.net</siteAddress> - <siteDirectory>/home/groups/${pom.groupId.substring(0,1)}/${pom.groupId.substring(0,2)}/${pom.groupId}/htdocs/${pom.artifactId}</siteDirectory> + <siteDirectory>/home/groups/m/ma/maven-plugins/htdocs/${pom.artifactId}</siteDirectory> <distributionSite>shell1.maven-plugins.sf.net</distributionSite> - <distributionDirectory>/home/groups/${pom.groupId.substring(0,1)}/${pom.groupId.substring(0,2)}/${pom.groupId}/htdocs/repository/</distributionDirectory> + <distributionDirectory>/home/groups/m/ma/maven-plugins/htdocs/repository/</distributionDirectory> <repository> <connection>scm:cvs:pserver:ano...@cv...:/cvsroot/maven-plugins:maven-plugins</connection> |
From: Eric P. <de...@us...> - 2005-07-11 19:48:12
|
dep4b 05/07/11 12:47:59 Modified: cobertura project.xml cobertura/xdocs changes.xml Log: tag release Revision Changes Path 1.7 +96 -88 maven-plugins/cobertura/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/cobertura/project.xml,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- project.xml 11 Jul 2005 19:43:53 -0000 1.6 +++ project.xml 11 Jul 2005 19:47:57 -0000 1.7 @@ -1,4 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> + <!-- /* * Copyright 2001-2005 The Apache Software Foundation. @@ -16,93 +17,100 @@ * limitations under the License. */ --> + <project> - <extend>${basedir}/../plugin-project.xml</extend> - <pomVersion>3</pomVersion> - <id>maven-cobertura-plugin:maven-cobertura-plugin</id> - <artifactId>maven-cobertura-plugin</artifactId> - <name>Cobertura Plug-in</name> - <groupId>maven-cobertura-plugin</groupId> - <currentVersion>1.0-SNAPSHOT</currentVersion> - <inceptionYear>2005</inceptionYear> - <description>Maven Plugin for Cobertura</description> - <shortDescription>Maven Plugin for Cobertura</shortDescription> - <url>http://maven-plugins.sourceforge.net/maven-cobertura-plugin</url> - <repository> - <connection>scm:cvs:pserver:ano...@cv...:/cvsroot/maven-plugins:maven-plugins/cobertura</connection> - <url>http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/maven-plugins/maven-plugins/cobertura/</url> - </repository> - <developers> - <developer> - <name>Carlos Sanchez</name> - <id>carlossg</id> - <email>ca...@ap...</email> - </developer> - <developer> - <name>Jamie Bisotti</name> - <id>jbisotti</id> - <email>jbi...@gm...</email> - <timezone>-4</timezone> - </developer> - <developer> - <name>Eric Pugh</name> - <id>dep4b</id> - <email>ep...@op...</email> - <organization>OpenSource Connections</organization> - </developer> - </developers> - <dependencies> - <dependency> - <groupId>cobertura</groupId> - <artifactId>cobertura</artifactId> - <version>1.4</version> - <url>http://cobertura.sourceforge.net</url> - </dependency> - <dependency> - <groupId>oro</groupId> - <artifactId>oro</artifactId> - <version>2.0.8</version> - <url>http://asm.objectweb.org</url> - </dependency> - <dependency> - <groupId>asm</groupId> - <artifactId>asm</artifactId> - <version>2.0</version> - <url>http://asm.objectweb.org</url> - </dependency> - <dependency> - <groupId>log4j</groupId> - <artifactId>log4j</artifactId> - <version>1.2.8</version> - <url>http://logging.apache.org/log4j</url> - </dependency> - <dependency> - <groupId>urbanophile</groupId> - <artifactId>java-getopt</artifactId> - <version>1.0.9</version> - <url>http://www.urbanophile.com/arenn/hacking/download.html</url> - </dependency> - <dependency> - <groupId>javancss</groupId> - <artifactId>javancss</artifactId> - <version>21.41</version> - <url>http://www.kclee.de/clemens/java/javancss/</url> - </dependency> - <dependency> - <groupId>javancss</groupId> - <artifactId>ccl</artifactId> - <version>21.41</version> - <url>http://www.kclee.de/clemens/java/javancss/</url> - </dependency> - </dependencies> - <reports> - <report>maven-changelog-plugin</report> - <report>maven-changes-plugin</report> - <report>maven-developer-activity-plugin</report> - <report>maven-faq-plugin</report> - <report>maven-file-activity-plugin</report> - <report>maven-license-plugin</report> - <report>maven-linkcheck-plugin</report> - </reports> + <extend>${basedir}/../plugin-project.xml</extend> + <pomVersion>3</pomVersion> + <id>maven-cobertura-plugin:maven-cobertura-plugin</id> + <artifactId>maven-cobertura-plugin</artifactId> + <name>Cobertura Plug-in</name> + <groupId>maven-cobertura-plugin</groupId> + <currentVersion>1.0</currentVersion> + <inceptionYear>2005</inceptionYear> + <description>Maven Plugin for Cobertura</description> + <shortDescription>Maven Plugin for Cobertura</shortDescription> + <url>http://maven-plugins.sourceforge.net/maven-cobertura-plugin</url> + <repository> + <connection>scm:cvs:pserver:ano...@cv...:/cvsroot/maven-plugins:maven-plugins/cobertura</connection> + <url>http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/maven-plugins/maven-plugins/cobertura/</url> + </repository> + <developers> + <developer> + <name>Carlos Sanchez</name> + <id>carlossg</id> + <email>ca...@ap...</email> + </developer> + <developer> + <name>Jamie Bisotti</name> + <id>jbisotti</id> + <email>jbi...@gm...</email> + <timezone>-4</timezone> + </developer> + <developer> + <name>Eric Pugh</name> + <id>dep4b</id> + <email>ep...@op...</email> + <organization>OpenSource Connections</organization> + </developer> + </developers> + <dependencies> + <dependency> + <groupId>cobertura</groupId> + <artifactId>cobertura</artifactId> + <version>1.4</version> + <url>http://cobertura.sourceforge.net</url> + </dependency> + <dependency> + <groupId>oro</groupId> + <artifactId>oro</artifactId> + <version>2.0.8</version> + <url>http://asm.objectweb.org</url> + </dependency> + <dependency> + <groupId>asm</groupId> + <artifactId>asm</artifactId> + <version>2.0</version> + <url>http://asm.objectweb.org</url> + </dependency> + <dependency> + <groupId>log4j</groupId> + <artifactId>log4j</artifactId> + <version>1.2.8</version> + <url>http://logging.apache.org/log4j</url> + </dependency> + <dependency> + <groupId>urbanophile</groupId> + <artifactId>java-getopt</artifactId> + <version>1.0.9</version> + <url>http://www.urbanophile.com/arenn/hacking/download.html</url> + </dependency> + <dependency> + <groupId>javancss</groupId> + <artifactId>javancss</artifactId> + <version>21.41</version> + <url>http://www.kclee.de/clemens/java/javancss/</url> + </dependency> + <dependency> + <groupId>javancss</groupId> + <artifactId>ccl</artifactId> + <version>21.41</version> + <url>http://www.kclee.de/clemens/java/javancss/</url> + </dependency> + </dependencies> + <reports> + <report>maven-changelog-plugin</report> + <report>maven-changes-plugin</report> + <report>maven-developer-activity-plugin</report> + <report>maven-faq-plugin</report> + <report>maven-file-activity-plugin</report> + <report>maven-license-plugin</report> + <report>maven-linkcheck-plugin</report> + </reports> + <versions> + <version> + <id>1.0</id> + <name>1.0</name> + <tag>MAVEN_COBERTURA_1_0</tag> + </version> + </versions> </project> - 1.5 +1 -3 maven-plugins/cobertura/xdocs/changes.xml Index: changes.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/cobertura/xdocs/changes.xml,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- changes.xml 11 Jul 2005 19:18:12 -0000 1.4 +++ changes.xml 11 Jul 2005 19:47:58 -0000 1.5 @@ -23,8 +23,6 @@ <title>Changes</title> </properties> <body> - <release version="1.0" date="IN CVS"> - Initial release; supports Cobertura 1.4. - </release> + <release version="1.0" date="2005-07-11">Initial release; supports Cobertura 1.4.</release> </body> </document> |
From: Eric P. <de...@us...> - 2005-07-11 19:44:05
|
dep4b 05/07/11 12:43:56 Modified: cobertura project.xml Log: Revision Changes Path 1.6 +0 -1 maven-plugins/cobertura/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/cobertura/project.xml,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- project.xml 11 Jul 2005 19:18:13 -0000 1.5 +++ project.xml 11 Jul 2005 19:43:53 -0000 1.6 @@ -30,7 +30,6 @@ <url>http://maven-plugins.sourceforge.net/maven-cobertura-plugin</url> <repository> <connection>scm:cvs:pserver:ano...@cv...:/cvsroot/maven-plugins:maven-plugins/cobertura</connection> - <developerConnection>scm:cvs:ssh:use...@cv...:/cvsroot/maven-plugins:maven-plugins/cobertura</developerConnection> <url>http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/maven-plugins/maven-plugins/cobertura/</url> </repository> <developers> |
From: Eric P. <de...@us...> - 2005-07-11 19:18:23
|
dep4b 05/07/11 12:18:14 Modified: cobertura/xdocs changes.xml cobertura project.xml Log: Add myself in prep for release Revision Changes Path 1.4 +1 -1 maven-plugins/cobertura/xdocs/changes.xml Index: changes.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/cobertura/xdocs/changes.xml,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- changes.xml 17 Jun 2005 16:43:30 -0000 1.3 +++ changes.xml 11 Jul 2005 19:18:12 -0000 1.4 @@ -23,7 +23,7 @@ <title>Changes</title> </properties> <body> - <release version="1.4.1" date="IN CVS"> + <release version="1.0" date="IN CVS"> Initial release; supports Cobertura 1.4. </release> </body> 1.5 +7 -1 maven-plugins/cobertura/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/cobertura/project.xml,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- project.xml 17 Jun 2005 19:32:37 -0000 1.4 +++ project.xml 11 Jul 2005 19:18:13 -0000 1.5 @@ -23,7 +23,7 @@ <artifactId>maven-cobertura-plugin</artifactId> <name>Cobertura Plug-in</name> <groupId>maven-cobertura-plugin</groupId> - <currentVersion>1.4.1</currentVersion> + <currentVersion>1.0-SNAPSHOT</currentVersion> <inceptionYear>2005</inceptionYear> <description>Maven Plugin for Cobertura</description> <shortDescription>Maven Plugin for Cobertura</shortDescription> @@ -45,6 +45,12 @@ <email>jbi...@gm...</email> <timezone>-4</timezone> </developer> + <developer> + <name>Eric Pugh</name> + <id>dep4b</id> + <email>ep...@op...</email> + <organization>OpenSource Connections</organization> + </developer> </developers> <dependencies> <dependency> |
From: Siegfried G. <wd...@us...> - 2005-06-24 10:42:02
|
wdsgoe 05/06/24 03:41:53 Modified: webtest/xdocs changes.xml index.xml navigation.xml properties.xml webtest LICENSE.txt plugin.jelly project.xml Log: Preparing release 1.2 Revision Changes Path 1.18 +7 -3 maven-plugins/webtest/xdocs/changes.xml Index: changes.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/webtest/xdocs/changes.xml,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- changes.xml 3 Jun 2005 17:54:05 -0000 1.17 +++ changes.xml 24 Jun 2005 10:41:53 -0000 1.18 @@ -6,13 +6,17 @@ <author email="sie...@it...">Siegfried Goeschl</author> </properties> <body> - <release version="1.2" date="IN CVS"></release> + <release version="1.2" date="2005-06-24"> + <action dev="wdsgoe" type="update">Prepared release 1.2</action> + <action dev="wdsgoe" type="update">Updated to WebTest 1.7, build number = R_881</action> + <action dev="wdsgoe" type="update">Most dependencies are declared in project.xml (again)</action> + </release> <release version="1.1" date="2005-06-03"></release> <release version="1.0" date="2005-03-18"> - <action dev="epugh" type="upgrade">Upgrade to build 752 of Webtest. Mostly consists of updating jar files.</action> + <action dev="epugh" type="update">Upgrade to build 752 of Webtest. Mostly consists of updating jar files.</action> <action dev="wdsgoe" type="fix" due-to="David Gerber">Fixed anchors in the XSLT</action> <action dev="wdsgoe" type="fix" due-to="Krystian Nowak">Hopefully fixed passing emtpy parameters to ANT on UNIX.</action> - <action dev="epugh" type="upgrade" due-to="Matt Raible">Upgrade to build 733 of Webtest. Mostly consists of updating jar files.</action> + <action dev="epugh" type="update" due-to="Matt Raible">Upgrade to build 733 of Webtest. Mostly consists of updating jar files.</action> <action dev="epugh" type="add">Add the ability to supply a list of extra systemproperties (maven.webtest.sysproperties) that are passed into the Ant task. Any empty system properties will cause a prompt first to supply the data.</action> <action dev="epugh" type="fix">Fix link to generated report when running maven site.</action> </release> 1.5 +1 -1 maven-plugins/webtest/xdocs/index.xml Index: index.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/webtest/xdocs/index.xml,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- index.xml 28 Oct 2004 08:52:18 -0000 1.4 +++ index.xml 24 Jun 2005 10:41:53 -0000 1.5 @@ -11,7 +11,7 @@ <p> This plugin integrates the <a href="http://webtest.canoo.com">Canoo WebTest</a> - for MAVEN 1.0 just in case you have a webserver to test + for Maven 1.0.2 just in case you have a webserver to test </p> <subsection name="Canoo Webtest Software License"> 1.6 +0 -1 maven-plugins/webtest/xdocs/navigation.xml Index: navigation.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/webtest/xdocs/navigation.xml,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- navigation.xml 18 Jul 2003 09:30:01 -0000 1.5 +++ navigation.xml 24 Jun 2005 10:41:53 -0000 1.6 @@ -13,7 +13,6 @@ <item name="Properties" href="/properties.html" /> <item name="SSL" href="/ssl.html" /> <item name="How To's" href="/how-to.html" /> - <item name="Download" href="http://sourceforge.net/projects/maven-plugins/" /> </menu> </body> </project> 1.6 +8 -0 maven-plugins/webtest/xdocs/properties.xml Index: properties.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/webtest/xdocs/properties.xml,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- properties.xml 19 Nov 2004 13:39:07 -0000 1.5 +++ properties.xml 24 Jun 2005 10:41:53 -0000 1.6 @@ -158,6 +158,14 @@ Shows output of HTML parser, might have no effect now for NeckoHTML </td> </tr> + <tr> + <td>maven.webtest.config.autorefresh</td> + <td>Yes</td> + <td>false</td> + <td> + Specifies whether the client should automatically follow page refresh requests + </td> + </tr> </table> </section> </body> 1.2 +200 -55 maven-plugins/webtest/LICENSE.txt Index: LICENSE.txt =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/webtest/LICENSE.txt,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- LICENSE.txt 16 Dec 2002 11:34:03 -0000 1.1 +++ LICENSE.txt 24 Jun 2005 10:41:53 -0000 1.2 @@ -1,57 +1,202 @@ + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ -/* ==================================================================== - * The Apache Software License, Version 1.1 - * - * Copyright (c) 2001 The Apache Software Foundation. All rights - * reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions - * are met: - * - * 1. Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. - * - * 2. Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in - * the documentation and/or other materials provided with the - * distribution. - * - * 3. The end-user documentation included with the redistribution, - * if any, must include the following acknowledgment: - * "This product includes software developed by the - * Apache Software Foundation (http://www.apache.org/)." - * Alternately, this acknowledgment may appear in the software itself, - * if and wherever such third-party acknowledgments normally appear. - * - * 4. The names "Apache" and "Apache Software Foundation" and - * "Apache Wiki Maven Plugin" must not be used to endorse or promote products - * derived from this software without prior written permission. For - * written permission, please contact ap...@ap.... - * - * 5. Products derived from this software may not be called "Apache", - * "Apache Interactive Maven Plugin", nor may "Apache" appear in their name, without - * prior written permission of the Apache Software Foundation. - * - * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED - * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES - * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE - * DISCLAIMED. IN NO EVENT SHALL THE APACHE SOFTWARE FOUNDATION OR - * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, - * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT - * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF - * USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND - * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, - * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT - * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF - * SUCH DAMAGE. - * ==================================================================== - * - * This software consists of voluntary contributions made by many - * individuals on behalf of the Apache Software Foundation. For more - * information on the Apache Software Foundation, please see - * <http://www.apache.org/>. - * - * ==================================================================== - */ + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright [yyyy] [name of copyright owner] + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. 1.15 +1 -1 maven-plugins/webtest/plugin.jelly Index: plugin.jelly =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/webtest/plugin.jelly,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- plugin.jelly 9 Mar 2005 11:36:56 -0000 1.14 +++ plugin.jelly 24 Jun 2005 10:41:53 -0000 1.15 @@ -67,9 +67,9 @@ maven.webtest.src = ${maven.webtest.src} maven.webtest.file = ${maven.webtest.file} maven.webtest.target = ${maven.webtest.target} - maven.webtest.src = ${maven.webtest.src} maven.webtest.ant.options = ${maven.webtest.ant.options} maven.webtest.home = ${maven.webtest.home} + maven.webtest.sysproperties = ${maven.webtest.sysproperties} Canoo WebTest Configuration =============================================================================== 1.24 +110 -34 maven-plugins/webtest/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/webtest/project.xml,v retrieving revision 1.23 retrieving revision 1.24 diff -u -r1.23 -r1.24 --- project.xml 3 Jun 2005 17:54:04 -0000 1.23 +++ project.xml 24 Jun 2005 10:41:53 -0000 1.24 @@ -3,23 +3,19 @@ <project> <extend>${basedir}/../plugin-project.xml</extend> <!--pomVersion is in parent --> - <id>maven-webtest-plugin</id> <name>Canoo WebTest Plug-in</name> <!-- groupId is in parent --> - - <currentVersion>1.2-SNAPSHOT</currentVersion> + <currentVersion>1.2</currentVersion> <!-- organization is in parent --> - <inceptionYear>2002</inceptionYear> <!-- package, logo are in parent. no gumpRepositoryId --> - <description>Maven Plugin for Canoo WebTest</description> <shortDescription>Maven Plugin for Canoo WebTest</shortDescription> <!-- issue tracking url, siteAddress are in parent --> - <siteDirectory>/home/groups/m/ma/maven-plugins/htdocs/webtest/</siteDirectory> <distributionDirectory>/home/groups/m/ma/maven-plugins/htdocs/webtest/distributions/</distributionDirectory> + <repository> <connection>scm:cvs:pserver:wd...@cv...:/cvsroot/maven-plugins:maven-plugins/webtest</connection> <url>http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/maven-plugins/maven-plugins/webtest/</url> @@ -35,7 +31,13 @@ <name>1.1</name> <tag>MAVEN_WEBTEST_PLUGIN_1_1</tag> </version> + <version> + <id>1.2</id> + <name>1.2</name> + <tag>MAVEN_WEBTEST_PLUGIN_1_2</tag> + </version> </versions> + <branches></branches> <!-- mailingLists are in parent --> @@ -84,57 +86,121 @@ </roles> </developer> </developers> + <contributors> + <contributor> + <name>David Gerber</name> + <id></id> + <email></email> + <roles> + <role></role> + </roles> + </contributor> + </contributors> <dependencies> <dependency> - <groupId>commons-jelly</groupId> - <artifactId>commons-jelly-tags-interaction</artifactId> - <version>1.0</version> + <groupId>ant</groupId> + <artifactId>ant</artifactId> + <version>1.6.5</version> + <url>http://jakarata.apache.org/ant</url> </dependency> <dependency> <groupId>ant</groupId> - <artifactId>ant</artifactId> - <version>1.5.2</version> + <artifactId>ant-apache-bsf</artifactId> + <version>1.6.5</version> <url>http://jakarata.apache.org/ant</url> </dependency> <dependency> <groupId>ant</groupId> - <artifactId>ant-optional</artifactId> - <version>1.5.2</version> + <artifactId>ant-junit</artifactId> + <version>1.6.5</version> + <url>http://jakarata.apache.org/ant</url> + </dependency> + <dependency> + <groupId>ant</groupId> + <artifactId>ant-launcher</artifactId> + <version>1.6.5</version> + <url>http://jakarata.apache.org/ant</url> + </dependency> + <dependency> + <groupId>ant</groupId> + <artifactId>ant-trax</artifactId> + <version>1.6.5</version> <url>http://jakarata.apache.org/ant</url> </dependency> <dependency> <groupId>asm</groupId> <artifactId>asm</artifactId> - <version>1.4.1</version> + <version>1.5.2</version> </dependency> <dependency> + <groupId>commons-beanutils</groupId> + <artifactId>commons-beanutils</artifactId> + <version>1.7.0</version> + <url>http://jakarta.apache.org/commons/beanutils/index.html</url> + </dependency> + <dependency> <groupId>commons-cli</groupId> <artifactId>commons-cli</artifactId> <version>1.0</version> <url>http://jakarta.apache.org/commons/cli/index.html</url> </dependency> <dependency> - <groupId>dom4j</groupId> - <artifactId>dom4j</artifactId> - <version>1.4</version> - <url>http://www.dom4j.org</url> + <groupId>commons-codec</groupId> + <artifactId>commons-codec</artifactId> + <version>1.3</version> + <url>http://jakarta.apache.org/commons/cli/index.html</url> </dependency> <dependency> - <groupId>groovy</groupId> - <artifactId>groovy</artifactId> - <version>1.0-beta-6</version> - <url>http://groovy.codehaus.org/</url> + <groupId>commons-collections</groupId> + <artifactId>commons-collections</artifactId> + <version>3.1</version> + <url>http://jakarta.apache.org/commons/collections/index.html</url> + </dependency> + <dependency> + <groupId>commons-jelly</groupId> + <artifactId>commons-jelly-tags-interaction</artifactId> + <version>1.0</version> + </dependency> + <dependency> + <groupId>commons-httpclient</groupId> + <artifactId>commons-httpclient</artifactId> + <version>3.0-rc2</version> + <url>http://jakarta.apache.org/commons/httpclient/index.html</url> + </dependency> + <dependency> + <groupId>commons-io</groupId> + <artifactId>commons-io</artifactId> + <version>1.0</version> + <url>http://jakarta.apache.org/commons/io/index.html</url> </dependency> <dependency> - <groupId>httpunit</groupId> - <artifactId>httpunit</artifactId> - <version>1.6</version> - <url/> + <groupId>commons-lang</groupId> + <artifactId>commons-lang</artifactId> + <version>2.0</version> + <url>http://jakarta.apache.org/commons/lang/index.html</url> </dependency> <dependency> - <groupId>jtidy</groupId> - <artifactId>jtidy</artifactId> - <version>4aug2000r7-dev</version> + <groupId>commons-logging</groupId> + <artifactId>commons-logging</artifactId> + <version>1.0.4</version> + <url>http://jakarta.apache.org/commons/logging/index.html</url> + </dependency> + <dependency> + <groupId>commons-httpclient</groupId> + <artifactId>commons-httpclient</artifactId> + <version>3.0-rc2</version> + <url>http://jakarta.apache.org/commons/logging/index.html</url> + </dependency> + <dependency> + <groupId>groovy</groupId> + <artifactId>groovy</artifactId> + <version>1.0-beta-9</version> + <url>http://groovy.codehaus.org/</url> + </dependency> + <dependency> + <groupId>jaxen</groupId> + <artifactId>jaxen</artifactId> + <version>1.1-beta-6 </version> </dependency> <dependency> <groupId>junit</groupId> @@ -148,24 +214,34 @@ <version>1.2.8</version> </dependency> <dependency> + <groupId>nekohtml</groupId> + <artifactId>nekohtml</artifactId> + <version>0.9.4</version> + </dependency> + <dependency> <groupId>oro</groupId> <artifactId>oro</artifactId> <version>2.0.6</version> </dependency> <dependency> + <groupId>saxpath</groupId> + <artifactId>saxpath</artifactId> + <version>1.0-FCS</version> + </dependency> + <dependency> <groupId>xalan</groupId> <artifactId>xalan</artifactId> - <version>2.5.1</version> + <version>2.6.0</version> </dependency> <dependency> <groupId>xerces</groupId> <artifactId>xercesImpl</artifactId> - <version>2.4.0</version> + <version>2.6.2</version> </dependency> <dependency> - <groupId>xml-apis</groupId> - <artifactId>xml-apis</artifactId> - <version>1.0.b2</version> + <groupId>xerces</groupId> + <artifactId>xmlParserAPIs</artifactId> + <version>2.2.1</version> </dependency> </dependencies> <build> |
From: Siegfried G. <wd...@us...> - 2005-06-24 10:41:36
|
wdsgoe 05/06/24 03:41:24 Modified: webtest/src/plugin-resources BuildNumber.txt webtestTaskdefs.properties webtest/src/plugin-resources/classes log4j.properties Log: Preparing release 1.2 Revision Changes Path 1.5 +1 -3 maven-plugins/webtest/src/plugin-resources/BuildNumber.txt Index: BuildNumber.txt =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/webtest/src/plugin-resources/BuildNumber.txt,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- BuildNumber.txt 18 Mar 2005 18:15:00 -0000 1.4 +++ BuildNumber.txt 24 Jun 2005 10:41:23 -0000 1.5 @@ -1,3 +1 @@ - - -build.number=752 +Release class = 1.7, build number = R_881 \ No newline at end of file 1.5 +9 -2 maven-plugins/webtest/src/plugin-resources/webtestTaskdefs.properties Index: webtestTaskdefs.properties =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/webtest/src/plugin-resources/webtestTaskdefs.properties,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- webtestTaskdefs.properties 18 Mar 2005 18:15:01 -0000 1.4 +++ webtestTaskdefs.properties 24 Jun 2005 10:41:23 -0000 1.5 @@ -47,13 +47,15 @@ verifyPdfText=com.canoo.webtest.steps.pdftest.VerifyPdfTextStep ############### extension steps (provided as is, with minimal or no functional tests) - group=com.canoo.webtest.extension.GroupStep appletRunner=com.canoo.webtest.extension.applet.AppletRunnerStep verifyCookie=com.canoo.webtest.extension.VerifyCookie storeCookie=com.canoo.webtest.extension.StoreCookie storeHeader=com.canoo.webtest.extension.StoreHeader storeResponseCode=com.canoo.webtest.extension.StoreResponseCode +storeInputFieldAttribute=com.canoo.webtest.extension.StoreInputFieldAttribute +emulateSetInputFieldAttribute=com.canoo.webtest.extension.EmulateSetInputFieldAttribute +emulateSetHiddenInputField=com.canoo.webtest.extension.EmulateSetHiddenInputField myCustomStep=com.canoo.webtest.extension.MyCustomStep sleep=com.canoo.webtest.extension.Sleep groovy=com.canoo.webtest.extension.GroovyStep @@ -66,7 +68,10 @@ verifyNoDialogResponses=com.canoo.webtest.extension.VerifyNoDialogResponses scriptStep=com.canoo.webtest.extension.ScriptStep # relayToBrowser=com.canoo.webtest.extension.RelayToBrowser -# reportLinks=com.canoo.webtest.extension.ReportLinksStep +reportLinks=com.canoo.webtest.extension.spider.ReportLinksStep +reportSite=com.canoo.webtest.extension.spider.ReportSiteStep +ifStep=com.canoo.webtest.extension.IfStep +verifyLinkedContent=com.canoo.webtest.extension.VerifyLinkedContent ############### deprecated steps - you are encouraged to move away from these steps exportProperty=com.canoo.webtest.extension.ExportProperty @@ -76,6 +81,8 @@ new_setcheckbox=com.canoo.webtest.steps.form.SetCheckbox new_setradiobutton=com.canoo.webtest.steps.form.SetRadioButton new_selectform=com.canoo.webtest.steps.form.SelectForm +storeElementAttribute=com.canoo.webtest.extension.StoreInputFieldAttribute +emulateSetElementAttribute=com.canoo.webtest.extension.EmulateSetInputFieldAttribute ############### non camelCased steps - you are encouraged to move to the camelCased ones followframe=com.canoo.webtest.steps.request.FollowFrame 1.3 +33 -10 maven-plugins/webtest/src/plugin-resources/classes/log4j.properties Index: log4j.properties =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/webtest/src/plugin-resources/classes/log4j.properties,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- log4j.properties 28 Oct 2004 08:32:30 -0000 1.2 +++ log4j.properties 24 Jun 2005 10:41:24 -0000 1.3 @@ -2,22 +2,45 @@ log4j.rootCategory=info, stdout ## log all the https specifics -# log4j.logger.com.canoo.webtest.security=debug +#log4j.logger.com.canoo.webtest.security=debug ## log debug information about connection calls -# log4j.logger.com.canoo.webtest.steps.request=debug +#log4j.logger.com.canoo.webtest.steps.request=debug -# log4j.logger.com.canoo.webtest.engine.Context=debug -# log4j.logger.com.canoo.webtest.steps.pdftest=debug - -## log what httpunit is doing, helpful to debug http header relay -# log4j.logger.com.meterware.httpunit=debug +#log4j.logger.com.canoo.webtest.engine.Context=debug +#log4j.logger.com.canoo.webtest.steps.pdftest=debug +#log4j.logger.org.apache.commons.httpclient=info + +## log what htmlunit is doing, helpful to debug http header relay +#log4j.logger.httpclient.wire=info +#log4j.logger.httpclient.wire.header=debug +#log4j.logger.httpclient.wire.content=debug + +## May be useful when looking for javascript problems +#log4j.logger.com.gargoylesoftware.htmlunit.javascript=debug + +#log4j.logger.org.pdfbox=warn + +## appletRunner +## Logs the steps +#log4j.logger.com.canoo.webtest.extension.applet=info +## Logs during the execution of the applet +#log4j.logger.com.canoo.webtest.extension.applet.runner=debug +## Logs the HttpURLConnection (with cookie handling) +#log4j.logger.com.canoo.webtest.extension.applet.runner.httpclient=debug +## Logs the jemmy extension +#log4j.logger.com.canoo.webtest.extension.applet.jemmy=debug + +## Security +#log4j.logger.com.canoo.webtest.security=debug +#log4j.logger.com.canoo.webtest.steps.request=debug +## Settings for the Appender(s) log4j.appender.stdout=org.apache.log4j.ConsoleAppender log4j.appender.stdout.layout=org.apache.log4j.PatternLayout + ## Pattern to output the caller's file name and line number. -## find description of format under +## find description of format under ## http://jakarta.apache.org/log4j/docs/api/org/apache/log4j/PatternLayout.html -log4j.appender.stdout.layout.ConversionPattern=%5p (%F:%L) - %m%n - +log4j.appender.stdout.layout.ConversionPattern=%5p (%c) - %m%n \ No newline at end of file |
From: Siegfried G. <wd...@us...> - 2005-06-24 10:38:21
|
wdsgoe 05/06/24 03:38:14 Modified: webtest/src/plugin-resources/lib webtest.jar Added: webtest/src/plugin-resources/lib htmlunit-20050621.jar Removed: webtest/src/plugin-resources/lib commons-beanutils-1.7.0.jar commons-cli-1.0.jar commons-codec-1.3.jar commons-collections-3.1.jar commons-httpclient-3.0-rc1.jar commons-io-1.0.jar commons-lang-2.0.jar commons-logging-1.0.4.jar htmlunit-20050304.jar httpunit-patch.jar jakarta-oro-2.0.4.jar jaxen-1.0-FCS-full.jar nekohtml-0.9.4.jar saxpath-1.0-FCS.jar Log: Preparing release 1.2 Revision Changes Path 1.4 +3703 -2177maven-plugins/webtest/src/plugin-resources/lib/webtest.jar <<Binary file>> 1.1 maven-plugins/webtest/src/plugin-resources/lib/htmlunit-20050621.jar <<Binary file>> |
From: Siegfried G. <wd...@us...> - 2005-06-24 10:36:34
|
wdsgoe 05/06/24 03:36:28 Removed: webtest/src/plugin-resources/lib/optional asm-1.5.2.jar groovy-1.0-beta-9-SNAPSHOT.jar Log: Preparing release 1.2 |
From: Siegfried G. <wd...@us...> - 2005-06-24 09:42:57
|
wdsgoe 05/06/24 02:42:49 Removed: webtest/src/plugin-resources/classes jtidy.properties Log: NekoHTML is used instead of JTidy |
From: dion g. <dio...@us...> - 2005-06-24 03:29:46
|
diongillard 05/06/23 20:29:37 Modified: was5/xdocs changes.xml Log: Add deprecated goal docs Revision Changes Path 1.15 +1 -0 maven-plugins/was5/xdocs/changes.xml Index: changes.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/was5/xdocs/changes.xml,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- changes.xml 24 Jun 2005 03:28:33 -0000 1.14 +++ changes.xml 24 Jun 2005 03:29:37 -0000 1.15 @@ -7,6 +7,7 @@ </properties> <body> <release version="2.0-SNAPSHOT" date="in CVS"> + <action dev="diongillard" type="update">Deprecate was5:run-script, replacing it with was5:runScript</action> <action dev="diongillard" type="fix">Use ws_ant to invoke tasks, instead of using a taskdef inside Maven, as this is not supported by IBM</action> <action dev="diongillard" type="fix">username not being passed correctly</action> </release> |
From: dion g. <dio...@us...> - 2005-06-24 03:29:17
|
diongillard 05/06/23 20:28:38 Modified: was5/xdocs changes.xml Log: Add comments Revision Changes Path 1.14 +1 -1 maven-plugins/was5/xdocs/changes.xml Index: changes.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/was5/xdocs/changes.xml,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- changes.xml 23 Jun 2005 18:03:10 -0000 1.13 +++ changes.xml 24 Jun 2005 03:28:33 -0000 1.14 @@ -7,7 +7,7 @@ </properties> <body> <release version="2.0-SNAPSHOT" date="in CVS"> - <action dev="diongillard" type="fix">Use ws_ant to invoke tasks, instead of using a taskdef as this is not supported by IBM</action> + <action dev="diongillard" type="fix">Use ws_ant to invoke tasks, instead of using a taskdef inside Maven, as this is not supported by IBM</action> <action dev="diongillard" type="fix">username not being passed correctly</action> </release> <release version="1.2" date="2004-08-27"> |
From: dion g. <dio...@us...> - 2005-06-24 03:24:36
|
diongillard 05/06/23 20:24:24 Modified: was5 plugin.jelly Log: Remove useless comment Revision Changes Path 1.16 +0 -1 maven-plugins/was5/plugin.jelly Index: plugin.jelly =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/was5/plugin.jelly,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- plugin.jelly 24 Jun 2005 02:09:29 -0000 1.15 +++ plugin.jelly 24 Jun 2005 03:24:24 -0000 1.16 @@ -14,7 +14,6 @@ !--> <define:tag name="run-build-file-target"> <ant:mkdir dir="${maven.build.dir}/was5"/> - <!-- convert path to string - is there a better way? --> <j:file name="${maven.build.dir}/was5/build.xml" prettyPrint="true"><j:include file="${plugin.resources}/build.xml.jelly"/></j:file> <!-- find .bat or .sh based on os --> <j:choose> |
From: dion g. <dio...@us...> - 2005-06-24 02:09:43
|
diongillard 05/06/23 19:09:29 Modified: was5/src/plugin-resources build.xml.jelly was5 plugin.jelly Log: - pick up dependency classpath using pom property rather than futzing with Ant - choose extension of .bat or .sh based on os Revision Changes Path 1.3 +1 -1 maven-plugins/was5/src/plugin-resources/build.xml.jelly Index: build.xml.jelly =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/was5/src/plugin-resources/build.xml.jelly,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- build.xml.jelly 23 Jun 2005 18:07:42 -0000 1.2 +++ build.xml.jelly 24 Jun 2005 02:09:28 -0000 1.3 @@ -27,7 +27,7 @@ <wasEjbDeploy inputJar="${maven.was5.ejbDeploy.file}" workingDirectory="${maven.was5.ejbDeploy.workingdir}" outputJar="${maven.was5.ejbDeploy.file.out}" - classpath="${mavenDependencyClasspath}" + classpath="${pom.dependencyClasspath}" codegen="${maven.was5.ejbDeploy.codegen}" dbname="${maven.was5.ejbDeploy.dbname}" dbschema="${maven.was5.ejbDeploy.dbschema}" 1.15 +21 -12 maven-plugins/was5/plugin.jelly Index: plugin.jelly =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/was5/plugin.jelly,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- plugin.jelly 23 Jun 2005 23:28:36 -0000 1.14 +++ plugin.jelly 24 Jun 2005 02:09:29 -0000 1.15 @@ -14,10 +14,19 @@ !--> <define:tag name="run-build-file-target"> <ant:mkdir dir="${maven.build.dir}/was5"/> - <property name="mavenDependencyClasspath" refid="maven.dependency.classpath"/> - <j:file name="${maven.build.dir}/was5/build.xml"><j:include file="${plugin.resources}/build.xml.jelly"/></j:file> - <!-- TODO find .bat or .sh based on os --> - <exec executable="${maven.was5.home}/bin/ws_ant.bat"> + <!-- convert path to string - is there a better way? --> + <j:file name="${maven.build.dir}/was5/build.xml" prettyPrint="true"><j:include file="${plugin.resources}/build.xml.jelly"/></j:file> + <!-- find .bat or .sh based on os --> + <j:choose> + <j:when test="${systemScope['os.name'].startsWith('Windows')}"> + <j:set var="extension" value="bat"/> + </j:when> + <j:otherwise> + <j:set var="extension" value="sh"/> + </j:otherwise> + </j:choose> + + <exec executable="${maven.was5.home}/bin/ws_ant.${extension}"> <arg value="-f"/> <arg value="${maven.build.dir}/was5/build.xml"/> <arg value="${target}"/> @@ -113,14 +122,14 @@ <!-- reinstall an app --> <goal name="was5:reinstallApp" description="Reinstall an application on a WebSphere Appserver"> - <attainGoal name="was5:stopApp"/> - <sleep seconds="${maven.was5.sleep.stop}"/> - <attainGoal name="was5:uninstallApp"/> - <sleep seconds="${maven.was5.sleep.stop}"/> - <attainGoal name="was5:installApp"/> - <sleep seconds="${maven.was5.sleep.start}"/> - <attainGoal name="was5:startApp"/> - <sleep seconds="${maven.was5.sleep.start}"/> + <attainGoal name="was5:stopApp"/> + <sleep seconds="${maven.was5.sleep.stop}"/> + <attainGoal name="was5:uninstallApp"/> + <sleep seconds="${maven.was5.sleep.stop}"/> + <attainGoal name="was5:installApp"/> + <sleep seconds="${maven.was5.sleep.start}"/> + <attainGoal name="was5:startApp"/> + <sleep seconds="${maven.was5.sleep.start}"/> </goal> <!-- run a script --> |
From: dion g. <dio...@us...> - 2005-06-23 23:28:44
|
diongillard 05/06/23 16:28:36 Modified: was5 plugin.jelly Log: Deprecate was5:run-script for was5:runScript Revision Changes Path 1.14 +4 -0 maven-plugins/was5/plugin.jelly Index: plugin.jelly =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/was5/plugin.jelly,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- plugin.jelly 23 Jun 2005 18:07:43 -0000 1.13 +++ plugin.jelly 23 Jun 2005 23:28:36 -0000 1.14 @@ -125,6 +125,10 @@ <!-- run a script --> <goal name="was5:run-script"> + <echo>WARNING: was5:run-script is DEPRECATED. Please use was5:runScript</echo> + <attainGoal name="was5:runScript"/> + </goal> + <goal name="was5:runScript"> <maven:paramCheck fail="yes" value="${script}" message="ERROR: the 'script' variable is not set"/> <maven:paramCheck fail="yes" value="${maven.was5.home}" message="ERROR: maven.was5.home is not set"/> <assert:assertFileExists file="${maven.was5.home}" msg=" ERROR: maven.was5.home is not a valid directory"/> |
From: dion g. <dio...@us...> - 2005-06-23 18:07:50
|
diongillard 05/06/23 11:07:43 Modified: was5/src/plugin-resources build.xml.jelly was5 plugin.jelly Log: Update runScript goal to use build file Revision Changes Path 1.2 +24 -1 maven-plugins/was5/src/plugin-resources/build.xml.jelly Index: build.xml.jelly =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/was5/src/plugin-resources/build.xml.jelly,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- build.xml.jelly 23 Jun 2005 18:03:09 -0000 1.1 +++ build.xml.jelly 23 Jun 2005 18:07:42 -0000 1.2 @@ -1,4 +1,4 @@ -<j:jelly xmlns:j="jelly:core" xmlns="dummy"> +<j:jelly xmlns:j="jelly:core" xmlns:u="jelly:util" xmlns="dummy"> <project name="was5plugin" default="wasListApps"> <taskdef name="wasListApps" classname="com.ibm.websphere.ant.tasks.ListApplications" classpath="${maven.was5.home}/lib/wsanttasks.jar"/> @@ -10,6 +10,7 @@ <taskdef name="wasUninstallApp" classname="com.ibm.websphere.ant.tasks.UninstallApplication" classpath="${maven.was5.home}/lib/wsanttasks.jar"/> <taskdef name="wasStartApp" classname="com.ibm.websphere.ant.tasks.StartApplication" classpath="${maven.was5.home}/lib/wsanttasks.jar"/> <taskdef name="wasStopApp" classname="com.ibm.websphere.ant.tasks.StopApplication" classpath="${maven.was5.home}/lib/wsanttasks.jar"/> + <taskdef name="wsAdmin" classname="com.ibm.websphere.ant.tasks.WsAdmin" classpath="${maven.was5.home}/lib/wsanttasks.jar"/> <target name="wasListApps"> <wasListApps profile="${maven.was5.listApps.profile}" @@ -147,5 +148,27 @@ wasHome="${maven.was5.home}"> </wasStopApp> </target> + + <target name="wasRunScript"> + <wsAdmin + conntype="${maven.was5.script.conntype}" + host="${maven.was5.script.host}" + lang="${maven.was5.script.lang}" + password="${maven.was5.script.password}" + port="${maven.was5.script.port}" + profile="${maven.was5.script.profile}" + properties="${maven.was5.script.properties}" + script="${script}" + user="${maven.was5.script.username}" + wasHome="${maven.was5.home}"> + <!-- set args --> + <j:if test="${!empty(args)}"> + <u:tokenize var="argList" delim=" ">${args}</u:tokenize> + <j:forEach var="arg" items="${argList}"> + <arg value="${context.getVariable(arg)}"/> + </j:forEach> + </j:if> + </wsAdmin> + </target> </project> </j:jelly> \ No newline at end of file 1.13 +1 -20 maven-plugins/was5/plugin.jelly Index: plugin.jelly =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/was5/plugin.jelly,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- plugin.jelly 23 Jun 2005 18:03:09 -0000 1.12 +++ plugin.jelly 23 Jun 2005 18:07:43 -0000 1.13 @@ -130,25 +130,6 @@ <assert:assertFileExists file="${maven.was5.home}" msg=" ERROR: maven.was5.home is not a valid directory"/> <!-- grab args into a non dotted variable --> <j:set var="args" value="${maven.was5.script.args}"/> - <ant:taskdef name="wsAdmin" classname="com.ibm.websphere.ant.tasks.WsAdmin" classpath="${maven.was5.home}/lib/wsanttasks.jar"/> - <ant:wsAdmin> - <ant:setProperty name="conntype" value="${maven.was5.script.conntype}"/> - <ant:setProperty name="host" value="${maven.was5.script.host}"/> - <ant:setProperty name="lang" value="${maven.was5.script.lang}"/> - <ant:setProperty name="password" value="${maven.was5.script.password}"/> - <ant:setProperty name="port" value="${maven.was5.script.port}"/> - <ant:setProperty name="profile" value="${maven.was5.script.profile}"/> - <ant:setProperty name="properties" value="${maven.was5.script.properties}"/> - <ant:setProperty name="script" value="${script}"/> - <ant:setProperty name="user" value="${maven.was5.script.username}"/> - <ant:setProperty name="wasHome" value="${maven.was5.home}"/> - <!-- set args --> - <j:if test="${!empty(args)}"> - <u:tokenize var="argList" delim=" ">${args}</u:tokenize> - <j:forEach var="arg" items="${argList}"> - <ant:arg value="${context.getVariable(arg)}"/> - </j:forEach> - </j:if> - </ant:wsAdmin> + <was5:run-build-file-target target="wasRunScript"/> </goal> </project> \ No newline at end of file |
From: dion g. <dio...@us...> - 2005-06-23 18:03:17
|
diongillard 05/06/23 11:03:10 Modified: was5 plugin.jelly project.xml was5/xdocs changes.xml Added: was5/src/plugin-resources build.xml.jelly Log: Start of v2 of plugin - calling ws_ant directly. Revision Changes Path 1.1 maven-plugins/was5/src/plugin-resources/build.xml.jelly Index: build.xml.jelly =================================================================== <j:jelly xmlns:j="jelly:core" xmlns="dummy"> <project name="was5plugin" default="wasListApps"> <taskdef name="wasListApps" classname="com.ibm.websphere.ant.tasks.ListApplications" classpath="${maven.was5.home}/lib/wsanttasks.jar"/> <taskdef name="wasEjbDeploy" classname="com.ibm.websphere.ant.tasks.WsEjbDeploy" classpath="${maven.was5.home}/lib/wsanttasks.jar"/> <taskdef name="wasStopServer" classname="com.ibm.websphere.ant.tasks.StopServer" classpath="${maven.was5.home}/lib/wsanttasks.jar"/> <taskdef name="wasStartServer" classname="com.ibm.websphere.ant.tasks.StartServer" classpath="${maven.was5.home}/lib/wsanttasks.jar"/> <taskdef name="wasServerStatus" classname="com.ibm.websphere.ant.tasks.ServerStatus" classpath="${maven.was5.home}/lib/wsanttasks.jar"/> <taskdef name="wasInstallApp" classname="com.ibm.websphere.ant.tasks.InstallApplication" classpath="${maven.was5.home}/lib/wsanttasks.jar"/> <taskdef name="wasUninstallApp" classname="com.ibm.websphere.ant.tasks.UninstallApplication" classpath="${maven.was5.home}/lib/wsanttasks.jar"/> <taskdef name="wasStartApp" classname="com.ibm.websphere.ant.tasks.StartApplication" classpath="${maven.was5.home}/lib/wsanttasks.jar"/> <taskdef name="wasStopApp" classname="com.ibm.websphere.ant.tasks.StopApplication" classpath="${maven.was5.home}/lib/wsanttasks.jar"/> <target name="wasListApps"> <wasListApps profile="${maven.was5.listApps.profile}" properties="${maven.was5.listApps.properties}" conntype="${maven.was5.listApps.conntype}" host="${maven.was5.listApps.host}" port="${maven.was5.listApps.port}" user="${maven.was5.listApps.username}" password="${maven.was5.listApps.password}" wasHome="${maven.was5.home}" /> </target> <target name="wasEjbDeploy"> <wasEjbDeploy inputJar="${maven.was5.ejbDeploy.file}" workingDirectory="${maven.was5.ejbDeploy.workingdir}" outputJar="${maven.was5.ejbDeploy.file.out}" classpath="${mavenDependencyClasspath}" codegen="${maven.was5.ejbDeploy.codegen}" dbname="${maven.was5.ejbDeploy.dbname}" dbschema="${maven.was5.ejbDeploy.dbschema}" dbvendor="${maven.was5.ejbDeploy.dbvendor}" dynamic="${maven.was5.ejbDeploy.dynamic}" keepGenerated="${maven.was5.ejbDeploy.keepGenerated}" quiet="${maven.was5.ejbDeploy.quiet}" noValidate="${maven.was5.ejbDeploy.noValidate}" noWarnings="${maven.was5.ejbDeploy.noWarnings}" noInform="${maven.was5.ejbDeploy.noInform}" rmicOptions="${maven.was5.ejbDeploy.rmicOptions}" compatible35="${maven.was5.ejbDeploy.compatible35}" sqlj="${maven.was5.ejbDeploy.sqlj}" failonerror="${maven.was5.ejbDeploy.failonerror}" trace="${maven.was5.ejbDeploy.trace}" washome="${maven.was5.home}" /> </target> <target name="wasStopServer"> <wasStopServer server="${maven.was5.stopServer.server}" conntype="${maven.was5.stopServer.conntype}" host="${maven.was5.stopServer.host}" port="${maven.was5.stopServer.port}" timeout="${maven.was5.stopServer.timeout}" username="${maven.was5.stopServer.username}" password="${maven.was5.stopServer.password}" statusPort="${maven.was5.stopServer.statusPort}" noWait="${maven.was5.stopServer.noWait}" failonerror="${maven.was5.stopServer.failonerror}" logFile="${maven.was5.stopServer.logFile}" replaceLog="${maven.was5.stopServer.replaceLog}" trace="${maven.was5.stopServer.trace}" quiet="${maven.was5.stopServer.quiet}" wasHome="${maven.was5.home}"> </wasStopServer> </target> <target name="wasStartServer"> <wasStartServer server="${maven.was5.startServer.server}" timeout="${maven.was5.startServer.timeout}" username="${maven.was5.startServer.username}" password="${maven.was5.startServer.password}" statusPort="${maven.was5.startServer.statusPort}" script="${maven.was5.startServer.script}" noWait="${maven.was5.startServer.noWait}" failonerror="${maven.was5.startServer.failonerror}" logFile="${maven.was5.startServer.logFile}" replaceLog="${maven.was5.startServer.replaceLog}" trace="${maven.was5.startServer.trace}" quiet="${maven.was5.startServer.quiet}" wasHome="${maven.was5.home}"> </wasStartServer> </target> <target name="wasServerStatus"> <wasServerStatus server="${maven.was5.serverStatus.server}" all="${maven.was5.serverStatus.all}" cell="${maven.was5.serverStatus.cell}" node="${maven.was5.serverStatus.node}" trace="${maven.was5.serverStatus.trace}" quiet="${maven.was5.serverStatus.quiet}" statusPort="${maven.was5.serverStatus.statusPort}" failonerror="${maven.was5.serverStatus.failonerror}" wasHome="${maven.was5.home}"> </wasServerStatus> </target> <target name="wasInstallApp"> <wasInstallApp ear="${maven.was5.installApp.ear}" options="${maven.was5.installApp.options}" conntype="${maven.was5.installApp.conntype}" host="${maven.was5.installApp.host}" port="${maven.was5.installApp.port}" user="${maven.was5.installApp.username}" password="${maven.was5.installApp.password}" wasHome="${maven.was5.home}"> </wasInstallApp> </target> <target name="wasUninstallApp"> <wasUninstallApp application="${maven.was5.uninstallApp.application}" options="${maven.was5.uninstallApp.options}" conntype="${maven.was5.uninstallApp.conntype}" host="${maven.was5.uninstallApp.host}" port="${maven.was5.uninstallApp.port}" user="${maven.was5.uninstallApp.username}" password="${maven.was5.uninstallApp.password}" wasHome="${maven.was5.home}"> </wasUninstallApp> </target> <target name="wasStartApp"> <wasStartApp application="${maven.was5.startApp.application}" server="${maven.was5.startApp.server}" node="${maven.was5.startApp.node}" profile="${maven.was5.startApp.profile}" properties="${maven.was5.startApp.properties}" conntype="${maven.was5.startApp.conntype}" host="${maven.was5.startApp.host}" port="${maven.was5.startApp.port}" user="${maven.was5.startApp.username}" password="${maven.was5.startApp.password}" wasHome="${maven.was5.home}"> </wasStartApp> </target> <target name="wasStopApp"> <wasStopApp application="${maven.was5.stopApp.application}" server="${maven.was5.stopApp.server}" node="${maven.was5.stopApp.node}" password="${maven.was5.stopApp.password}" profile="${maven.was5.stopApp.profile}" properties="${maven.was5.stopApp.properties}" conntype="${maven.was5.stopApp.conntype}" host="${maven.was5.stopApp.host}" port="${maven.was5.stopApp.port}" user="${maven.was5.stopApp.username}" wasHome="${maven.was5.home}"> </wasStopApp> </target> </project> </j:jelly> 1.12 +32 -134 maven-plugins/was5/plugin.jelly Index: plugin.jelly =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/was5/plugin.jelly,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- plugin.jelly 27 Aug 2004 05:48:26 -0000 1.11 +++ plugin.jelly 23 Jun 2005 18:03:09 -0000 1.12 @@ -1,9 +1,29 @@ <project default="serverStatus" - xmlns:j="jelly:core" - xmlns:u="jelly:util" xmlns:ant="jelly:ant" xmlns:assert="assert" - xmlns:maven="jelly:maven"> + xmlns:define="jelly:define" + xmlns:j="jelly:core" + xmlns:maven="jelly:maven" + xmlns:u="jelly:util" + xmlns:was5="was5"> + + <define:taglib uri="was5"> + <!-- + ! a tag to run a target in a generated ws_ant build file + ! @param target the name of the target to run. + !--> + <define:tag name="run-build-file-target"> + <ant:mkdir dir="${maven.build.dir}/was5"/> + <property name="mavenDependencyClasspath" refid="maven.dependency.classpath"/> + <j:file name="${maven.build.dir}/was5/build.xml"><j:include file="${plugin.resources}/build.xml.jelly"/></j:file> + <!-- TODO find .bat or .sh based on os --> + <exec executable="${maven.was5.home}/bin/ws_ant.bat"> + <arg value="-f"/> + <arg value="${maven.build.dir}/was5/build.xml"/> + <arg value="${target}"/> + </exec> + </define:tag> + </define:taglib> <!-- generate deployment and rmic code for an ejb jar --> <goal name="was5:ejbDeploy" description="Generate deployment and RMIC code for an ejb jar"> @@ -14,29 +34,7 @@ <mkdir dir="${maven.was5.ejbDeploy.workingdir}"/> <echo>Generating EJB code for: '${maven.was5.ejbDeploy.file}' to '${maven.was5.ejbDeploy.file.out}'</echo> - - <ant:taskdef name="wasEjbDeploy" classname="com.ibm.websphere.ant.tasks.WsEjbDeploy" classpath="${maven.was5.home}/lib/wsanttasks.jar"/> - <ant:wasEjbDeploy inputJar="${maven.was5.ejbDeploy.file}" - workingDirectory="${maven.was5.ejbDeploy.workingdir}" - outputJar="${maven.was5.ejbDeploy.file.out}" - classpathref="maven.dependency.classpath"> - <ant:setProperty name="codegen" value="${maven.was5.ejbDeploy.codegen}"/> - <ant:setProperty name="dbname" value="${maven.was5.ejbDeploy.dbname}"/> - <ant:setProperty name="dbschema" value="${maven.was5.ejbDeploy.dbschema}"/> - <ant:setProperty name="dbvendor" value="${maven.was5.ejbDeploy.dbvendor}"/> - <ant:setProperty name="dynamic" value="${maven.was5.ejbDeploy.dynamic}"/> - <ant:setProperty name="keepGenerated" value="${maven.was5.ejbDeploy.keepGenerated}"/> - <ant:setProperty name="quiet" value="${maven.was5.ejbDeploy.quiet}"/> - <ant:setProperty name="noValidate" value="${maven.was5.ejbDeploy.noValidate}"/> - <ant:setProperty name="noWarnings" value="${maven.was5.ejbDeploy.noWarnings}"/> - <ant:setProperty name="noInform" value="${maven.was5.ejbDeploy.noInform}"/> - <ant:setProperty name="rmicOptions" value="${maven.was5.ejbDeploy.rmicOptions}"/> - <ant:setProperty name="compatible35" value="${maven.was5.ejbDeploy.compatible35}"/> - <ant:setProperty name="sqlj" value="${maven.was5.ejbDeploy.sqlj}"/> - <ant:setProperty name="failonerror" value="${maven.was5.ejbDeploy.failonerror}"/> - <ant:setProperty name="trace" value="${maven.was5.ejbDeploy.trace}"/> - <ant:setProperty name="washome" value="${maven.was5.home}"/> - </ant:wasEjbDeploy> + <was5:run-build-file-target target="wasEjbDeploy"/> </goal> <!-- "auto-deploy" the ejb jar after the ejb has been created --> @@ -54,22 +52,7 @@ <maven:paramCheck fail="yes" value="${maven.was5.home}" message="ERROR: maven.was5.home is not set"/> <assert:assertFileExists file="${maven.was5.home}" msg=" ERROR: maven.was5.home is not a valid directory"/> - <taskdef name="wasStartServer" classname="com.ibm.websphere.ant.tasks.StartServer" classpath="${maven.was5.home}/lib/wsanttasks.jar"/> - <ant:wasStartServer server="${maven.was5.startServer.server}"> - <ant:setProperty name="timeout" value="${maven.was5.startServer.timeout}"/> - <ant:setProperty name="username" value="${maven.was5.startServer.username}"/> - <ant:setProperty name="password" value="${maven.was5.startServer.password}"/> - <ant:setProperty name="statusPort" value="${maven.was5.startServer.statusPort}"/> - <ant:setProperty name="script" value="${maven.was5.startServer.script}"/> - <ant:setProperty name="noWait" value="${maven.was5.startServer.noWait}"/> - <ant:setProperty name="failonerror" value="${maven.was5.startServer.failonerror}"/> - <ant:setProperty name="logFile" value="${maven.was5.startServer.logFile}"/> - <ant:setProperty name="replaceLog" value="${maven.was5.startServer.replaceLog}"/> - <ant:setProperty name="trace" value="${maven.was5.startServer.trace}"/> - <ant:setProperty name="quiet" value="${maven.was5.startServer.quiet}"/> - <ant:setProperty name="wasHome" value="${maven.was5.home}"/> - </ant:wasStartServer> - + <was5:run-build-file-target target="wasStartServer"/> </goal> <goal name="was5:stopServer" description="Stop a WebSphere Appserver"> @@ -77,24 +60,7 @@ <ant:fail unless="maven.was5.stopServer.server">maven.was5.stopServer.server must be specified (specifying maven.was5.server is sufficient)</ant:fail> <assert:assertFileExists file="${maven.was5.home}" msg=" ERROR: maven.was5.home is not a valid directory"/> - <taskdef name="wasStopServer" classname="com.ibm.websphere.ant.tasks.StopServer" classpath="${maven.was5.home}/lib/wsanttasks.jar"/> - <ant:wasStopServer server="${maven.was5.stopServer.server}"> - <ant:setProperty name="conntype" value="${maven.was5.stopServer.conntype}"/> - <ant:setProperty name="host" value="${maven.was5.stopServer.host}"/> - <ant:setProperty name="port" value="${maven.was5.stopServer.port}"/> - <ant:setProperty name="timeout" value="${maven.was5.stopServer.timeout}"/> - <ant:setProperty name="username" value="${maven.was5.stopServer.username}"/> - <ant:setProperty name="password" value="${maven.was5.stopServer.password}"/> - <ant:setProperty name="statusPort" value="${maven.was5.stopServer.statusPort}"/> - <ant:setProperty name="noWait" value="${maven.was5.stopServer.noWait}"/> - <ant:setProperty name="failonerror" value="${maven.was5.stopServer.failonerror}"/> - <ant:setProperty name="logFile" value="${maven.was5.stopServer.logFile}"/> - <ant:setProperty name="replaceLog" value="${maven.was5.stopServer.replaceLog}"/> - <ant:setProperty name="trace" value="${maven.was5.stopServer.trace}"/> - <ant:setProperty name="quiet" value="${maven.was5.stopServer.quiet}"/> - <ant:setProperty name="wasHome" value="${maven.was5.home}"/> - </ant:wasStopServer> - + <was5:run-build-file-target target="wasStopServer"/> </goal> <goal name="was5:serverStatus" description="Show the status of a WebSphere Appserver"> @@ -102,36 +68,14 @@ <maven:paramCheck fail="yes" value="${maven.was5.home}" message="ERROR: maven.was5.home is not set"/> <assert:assertFileExists file="${maven.was5.home}" msg=" ERROR: maven.was5.home is not a valid directory"/> - <taskdef name="wasServerStatus" classname="com.ibm.websphere.ant.tasks.ServerStatus" classpath="${maven.was5.home}/lib/wsanttasks.jar"/> - <ant:wasServerStatus server="${maven.was5.serverStatus.server}"> - <ant:setProperty name="all" value="${maven.was5.serverStatus.all}"/> - <ant:setProperty name="cell" value="${maven.was5.serverStatus.cell}"/> - <ant:setProperty name="node" value="${maven.was5.serverStatus.node}"/> - <ant:setProperty name="trace" value="${maven.was5.serverStatus.trace}"/> - <ant:setProperty name="quiet" value="${maven.was5.serverStatus.quiet}"/> - <ant:setProperty name="statusPort" value="${maven.was5.serverStatus.statusPort}"/> - <ant:setProperty name="failonerror" value="${maven.was5.serverStatus.failonerror}"/> - <ant:setProperty name="wasHome" value="${maven.was5.home}"/> - </ant:wasServerStatus> - + <was5:run-build-file-target target="wasServerStatus"/> </goal> <goal name="was5:listApps" description="List applications installed on a WebSphere Appserver"> <maven:paramCheck fail="yes" value="${maven.was5.home}" message="ERROR: maven.was5.home is not set"/> <assert:assertFileExists file="${maven.was5.home}" msg=" ERROR: maven.was5.home is not a valid directory"/> - <taskdef name="wasListApps" classname="com.ibm.websphere.ant.tasks.ListApplications" classpath="${maven.was5.home}/lib/wsanttasks.jar"/> - <ant:wasListApps> - <ant:setProperty name="profile" value="${maven.was5.listApps.profile}"/> - <ant:setProperty name="properties" value="${maven.was5.listApps.properties}"/> - <ant:setProperty name="conntype" value="${maven.was5.listApps.conntype}"/> - <ant:setProperty name="host" value="${maven.was5.listApps.host}"/> - <ant:setProperty name="port" value="${maven.was5.listApps.port}"/> - <ant:setProperty name="user" value="${maven.was5.listApps.username}"/> - <ant:setProperty name="password" value="${maven.was5.listApps.password}"/> - <ant:setProperty name="wasHome" value="${maven.was5.home}"/> - </ant:wasListApps> - + <was5:run-build-file-target target="wasListApps"/> </goal> <goal name="was5:installApp" description="Install an application on a WebSphere Appserver"> @@ -140,17 +84,7 @@ <maven:paramCheck fail="yes" value="${maven.was5.home}" message="ERROR: maven.was5.home is not set"/> <assert:assertFileExists file="${maven.was5.home}" msg=" ERROR: maven.was5.home is not a valid directory"/> - <taskdef name="wasInstallApp" classname="com.ibm.websphere.ant.tasks.InstallApplication" classpath="${maven.was5.home}/lib/wsanttasks.jar"/> - <ant:wasInstallApp ear="${maven.was5.installApp.ear}"> - <ant:setProperty name="options" value="${maven.was5.installApp.options}"/> - <ant:setProperty name="conntype" value="${maven.was5.installApp.conntype}"/> - <ant:setProperty name="host" value="${maven.was5.installApp.host}"/> - <ant:setProperty name="port" value="${maven.was5.installApp.port}"/> - <ant:setProperty name="user" value="${maven.was5.installApp.username}"/> - <ant:setProperty name="password" value="${maven.was5.installApp.password}"/> - <ant:setProperty name="wasHome" value="${maven.was5.home}"/> - </ant:wasInstallApp> - + <was5:run-build-file-target target="wasInstallApp"/> </goal> <goal name="was5:uninstallApp" description="Uninstall an application on a WebSphere Appserver"> @@ -158,17 +92,7 @@ <maven:paramCheck fail="yes" value="${maven.was5.home}" message="ERROR: maven.was5.home is not set"/> <assert:assertFileExists file="${maven.was5.home}" msg=" ERROR: maven.was5.home is not a valid directory"/> - <taskdef name="wasUninstallApp" classname="com.ibm.websphere.ant.tasks.UninstallApplication" classpath="${maven.was5.home}/lib/wsanttasks.jar"/> - <ant:wasUninstallApp application="${maven.was5.uninstallApp.application}"> - <ant:setProperty name="options" value="${maven.was5.uninstallApp.options}"/> - <ant:setProperty name="conntype" value="${maven.was5.uninstallApp.conntype}"/> - <ant:setProperty name="host" value="${maven.was5.uninstallApp.host}"/> - <ant:setProperty name="port" value="${maven.was5.uninstallApp.port}"/> - <ant:setProperty name="user" value="${maven.was5.uninstallApp.username}"/> - <ant:setProperty name="password" value="${maven.was5.uninstallApp.password}"/> - <ant:setProperty name="wasHome" value="${maven.was5.home}"/> - </ant:wasUninstallApp> - + <was5:run-build-file-target target="wasUninstallApp"/> </goal> <goal name="was5:startApp" description="Start an installed application on a WebSphere Appserver"> @@ -176,20 +100,7 @@ <maven:paramCheck fail="yes" value="${maven.was5.home}" message="ERROR: maven.was5.home is not set"/> <assert:assertFileExists file="${maven.was5.home}" msg=" ERROR: maven.was5.home is not a valid directory"/> - <taskdef name="wasStartApp" classname="com.ibm.websphere.ant.tasks.StartApplication" classpath="${maven.was5.home}/lib/wsanttasks.jar"/> - <ant:wasStartApp application="${maven.was5.startApp.application}"> - <ant:setProperty name="server" value="${maven.was5.startApp.server}"/> - <ant:setProperty name="node" value="${maven.was5.startApp.node}"/> - <ant:setProperty name="profile" value="${maven.was5.startApp.profile}"/> - <ant:setProperty name="properties" value="${maven.was5.startApp.properties}"/> - <ant:setProperty name="conntype" value="${maven.was5.startApp.conntype}"/> - <ant:setProperty name="host" value="${maven.was5.startApp.host}"/> - <ant:setProperty name="port" value="${maven.was5.startApp.port}"/> - <ant:setProperty name="user" value="${maven.was5.startApp.username}"/> - <ant:setProperty name="password" value="${maven.was5.startApp.password}"/> - <ant:setProperty name="wasHome" value="${maven.was5.home}"/> - </ant:wasStartApp> - + <was5:run-build-file-target target="wasStartApp"/> </goal> <goal name="was5:stopApp" description="Stop an installed application on a WebSphere Appserver"> @@ -197,20 +108,7 @@ <maven:paramCheck fail="yes" value="${maven.was5.home}" message="ERROR: maven.was5.home is not set"/> <assert:assertFileExists file="${maven.was5.home}" msg=" ERROR: maven.was5.home is not a valid directory"/> - <taskdef name="wasStopApp" classname="com.ibm.websphere.ant.tasks.StopApplication" classpath="${maven.was5.home}/lib/wsanttasks.jar"/> - <ant:wasStopApp application="${maven.was5.stopApp.application}"> - <ant:setProperty name="server" value="${maven.was5.stopApp.server}"/> - <ant:setProperty name="node" value="${maven.was5.stopApp.node}"/> - <ant:setProperty name="password" value="${maven.was5.stopApp.password}"/> - <ant:setProperty name="profile" value="${maven.was5.stopApp.profile}"/> - <ant:setProperty name="properties" value="${maven.was5.stopApp.properties}"/> - <ant:setProperty name="conntype" value="${maven.was5.stopApp.conntype}"/> - <ant:setProperty name="host" value="${maven.was5.stopApp.host}"/> - <ant:setProperty name="port" value="${maven.was5.stopApp.port}"/> - <ant:setProperty name="user" value="${maven.was5.stopApp.username}"/> - <ant:setProperty name="wasHome" value="${maven.was5.home}"/> - </ant:wasStopApp> - + <was5:run-build-file-target target="wasStopApp"/> </goal> <!-- reinstall an app --> 1.13 +1 -1 maven-plugins/was5/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/was5/project.xml,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- project.xml 15 Oct 2004 11:17:36 -0000 1.12 +++ project.xml 23 Jun 2005 18:03:10 -0000 1.13 @@ -8,7 +8,7 @@ <name>WebSphere 5 (5.0/5.1) Plugin</name> <!-- groupId is in parent --> - <currentVersion>1.2.1-SNAPSHOT</currentVersion> + <currentVersion>2.0-SNAPSHOT</currentVersion> <!-- organization is in parent --> <inceptionYear>2004</inceptionYear> 1.13 +2 -1 maven-plugins/was5/xdocs/changes.xml Index: changes.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/was5/xdocs/changes.xml,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- changes.xml 27 Aug 2004 05:48:26 -0000 1.12 +++ changes.xml 23 Jun 2005 18:03:10 -0000 1.13 @@ -6,7 +6,8 @@ <author email="dio...@us...">dIon Gillard</author> </properties> <body> - <release version="1.2.1-SNAPSHOT" date="in CVS"> + <release version="2.0-SNAPSHOT" date="in CVS"> + <action dev="diongillard" type="fix">Use ws_ant to invoke tasks, instead of using a taskdef as this is not supported by IBM</action> <action dev="diongillard" type="fix">username not being passed correctly</action> </release> <release version="1.2" date="2004-08-27"> |
From: dion g. <dio...@us...> - 2005-06-23 18:01:53
|
diongillard 05/06/23 11:01:46 maven-plugins/was5/src/plugin-resources - New directory |
From: Siegfried G. <wd...@us...> - 2005-06-23 17:14:37
|
wdsgoe 05/06/23 10:14:30 Modified: weblogic project.xml Log: Added changes-plugin to the report section Revision Changes Path 1.3 +1 -0 maven-plugins/weblogic/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/weblogic/project.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- project.xml 23 Jun 2005 15:36:46 -0000 1.2 +++ project.xml 23 Jun 2005 17:14:29 -0000 1.3 @@ -88,6 +88,7 @@ </build> <reports> + <report>maven-changes-plugin</report> <report>maven-changelog-plugin</report> <report>maven-developer-activity-plugin</report> <report>maven-file-activity-plugin</report> |
From: Siegfried G. <wd...@us...> - 2005-06-23 15:56:24
|
wdsgoe 05/06/23 08:56:17 Added: weblogic/xdocs changes.xml Log: Committing the changes from Scott Ryan Revision Changes Path 1.1 maven-plugins/weblogic/xdocs/changes.xml Index: changes.xml =================================================================== <?xml version="1.0"?> <document> <properties> <title>Changes</title> <author email="sie...@it...">Siegfried Goeschl</author> </properties> <body> <release version="1.0.0" date="2005-06-23"> <action dev="sigi" type="fix"> Fixed wrong project id, was maven-webtest-plugin instead of maven-weblogic-plugin </action> <action dev="wdsgoe" type="fix"> Fixed documentation for the release </action> <action dev="echoscott" type="add"> Scott Ryan added more features and support for WebLogic Workshop </action> </release> <release version="0.1.0" date="ages ago"> <action dev="sigi" type="add"> Initial release </action> </release> </body> </document> |
From: Siegfried G. <wd...@us...> - 2005-06-23 15:36:53
|
wdsgoe 05/06/23 08:36:47 Modified: weblogic/xdocs goals.xml properties.xml weblogic plugin.jelly plugin.properties project.properties project.xml Log: Committing the changes from Scott Ryan Revision Changes Path 1.2 +101 -15 maven-plugins/weblogic/xdocs/goals.xml Index: goals.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/weblogic/xdocs/goals.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- goals.xml 28 Oct 2004 10:01:15 -0000 1.1 +++ goals.xml 23 Jun 2005 15:36:46 -0000 1.2 @@ -1,43 +1,129 @@ -<?xml version="1.0" encoding="ISO-8859-1"?> +<?xml version="1.0" encoding="UTF-8"?> + <document> <properties> - <title>Maven WebLogic Plugin Goals</title> - <author email="sie...@it...">Siegfried Goeschl</author> + <title>BEA WebLogic Plug-in Goals</title> </properties> <body> <goals> <goal> - <name>weblogic:info</name> - <description>Print configuration information about the plugin</description> + <name>weblogic:appc</name> + <description>Run appc on an ear</description> + </goal> + <goal> + <name>weblogic:appcwar</name> + <description>Run appc on a war</description> + </goal> + <goal> + <name>weblogic:clusterstart</name> + <description>Start all servers in a cluster</description> + </goal> + <goal> + <name>weblogic:clusterstate</name> + <description>Show the state of the cluster</description> + </goal> + <goal> + <name>weblogic:clusterstop</name> + <description>Stop all servers in a cluster</description> + </goal> + <goal> + <name>weblogic:connect</name> + <description>Connect to a server to test availability</description> </goal> <goal> <name>weblogic:deploy</name> - <description>Deploys an application</description> + <description>Deploys an application EAR</description> </goal> <goal> - <name>weblogic:undeploy</name> - <description>Undeploys an application</description> + <name>weblogic:deploywar</name> + <description>Deploys an application war. When deploying a war we do an upload operation as if the +server was remote. This is to get around an issue where the server will lock the war and you cannot rebuild unless +you restart your server. We noticed this during our cactus debugging.</description> </goal> <goal> - <name>weblogic:safe-undeploy</name> - <description>Undeploys safely an application and ignores any errors</description> + <name>weblogic:deploywip</name> + <description>Deploys an application war in place</description> </goal> <goal> - <name>weblogic:redeploy</name> - <description>Redeploys an application</description> + <name>weblogic:forceshutdown</name> + <description>Force the shutdown of a server</description> + </goal> + <goal> + <name>weblogic:getstate</name> + <description>Output the operational state of a server.</description> + </goal> + <goal> + <name>weblogic:info</name> + <description>Prints the configuration</description> + </goal> + <goal> + <name>weblogic:jnditree</name> + <description>Output the JNDI tree beginning from the node.</description> </goal> <goal> <name>weblogic:listapps</name> <description>List the applications on the server</description> </goal> <goal> + <name>weblogic:prepare-deploy</name> + <description>Hook for deployment</description> + </goal> + <goal> + <name>weblogic:redeploy</name> + <description>Redeploys an application EAR/WAR</description> + </goal> + <goal> + <name>weblogic:remotedeploy</name> + <description>Deploys an application EAR on a remote server</description> + </goal> + <goal> + <name>weblogic:remotedeploywar</name> + <description>Deploys an application war to a remote admin server</description> + </goal> + <goal> + <name>weblogic:serverlog</name> + <description>Output the server log</description> + </goal> + <goal> + <name>weblogic:shutdown</name> + <description>Shutdown a server</description> + </goal> + <goal> <name>weblogic:start</name> - <description>Start an application on the server</description> + <description>Start an application</description> </goal> <goal> <name>weblogic:stop</name> - <description>Stop an application on the server</description> + <description>Stop an application</description> + </goal> + <goal> + <name>weblogic:threaddump</name> + <description>Cause a threaddump to output to standard output of the server.</description> + </goal> + <goal> + <name>weblogic:undeploy</name> + <description>Undeploys an application EAR/WAR</description> + </goal> + <goal> + <name>weblogic:version</name> + <description>Output the version of weblogic on the server</description> + </goal> + <goal> + <name>weblogic:workshopbuild</name> + <description>Build a workshop project.</description> + </goal> + <goal> + <name>weblogic:workshopclean</name> + <description>Clean a workshop project.</description> + </goal> + <goal> + <name>weblogic:workshopdeploy</name> + <description>Deploys the workshop ear to the remote repository</description> + </goal> + <goal> + <name>weblogic:workshopinstall</name> + <description>Install the workshop ear in the local repository</description> </goal> </goals> </body> -</document> +</document> \ No newline at end of file 1.2 +156 -35 maven-plugins/weblogic/xdocs/properties.xml Index: properties.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/weblogic/xdocs/properties.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- properties.xml 28 Oct 2004 10:01:15 -0000 1.1 +++ properties.xml 23 Jun 2005 15:36:46 -0000 1.2 @@ -1,69 +1,190 @@ -<?xml version="1.0" encoding="ISO-8859-1"?> -<document> +<?xml version="1.0" encoding="UTF-8"?> +<document> <properties> - <title>Maven WebLogic Plug-in Properties</title> - <author email="sie...@it...">Siegfried Goeschl</author> + <title>BEA WebLogic Plug-in Properties</title> </properties> - <body> - <section name="Maven WebLogic Plug-in Properties"> - - <p> - This parameters are used to configure the plugin - </p> - + <section name="BEA WebLogic Plug-in Settings"> <table> - <tr><th>Property</th><th>Optional?</th><th>Default Value</th><th>Description</th></tr> <tr> - <td>maven.weblogic.username</td> - <td>No</td> - <td></td> + <th>Property</th> + <th>Optional?</th> + <th>Description</th> + </tr> + <tr> + <td>maven.weblogic.workshop.server.classpath</td> + <td>Yes</td> <td> - The Administrator username + <p>This is the classpath to the libraries used for weblogic workshop operations. Default value is + <code>${maven.weblogic.javahome}/jre/lib/rt.jar;${maven.weblogic.javahome}/lib/tools.jar;${maven.weblogic.home}/server/lib/knex.jar;${maven.weblogic.home}/common/lib/log4j.jar;${maven.weblogic.home}/server/lib/debugging.jar;${maven.weblogic.home}/javelin/lib/javelin.jar;${maven.weblogic.home}/server/lib/wlw-lang.jar;${maven.weblogic.home}/server/lib/weblogic.jar;${maven.weblogic.home}/common/eval/pointbase/lib/pbserver44.jar;${maven.weblogic.home}/common/eval/pointbase/lib/pbclient44.jar;${maven.weblogic.home}/server/lib/webservices.jar;${maven.weblogic.home}/server/lib/webserviceclient.jar;${maven.weblogic.home}/server/lib/webserviceclient+ssl.jar;${maven.weblogic.home}/server/lib/xbean.jar;${maven.weblogic.home}/server/lib/wlxbean.jar;${maven.weblogic.home}/server/lib/xqrl.jar;${maven.weblogic.home}/server/lib/netui/netui-compiler.jar</code>.</p> </td> </tr> <tr> - <td>maven.weblogic.password</td> - <td>No</td> - <td></td> + <td>maven.weblogic.verbose</td> + <td>Yes</td> <td> - The password of the Administrator user. + <p>A flag to indicate if the Weblogic operations should output verbose informational logging. Default value is + <code>true</code>.</p> + </td> + </tr> + <tr> + <td>maven.weblogic.war.src</td> + <td>Yes</td> + <td> + <p>This is the location of the war file source that is to be deployed when using the wip or war in place option. Default value is + <code>${maven.src.dir}/webapp</code>.</p> + </td> + </tr> + <tr> + <td>maven.weblogic.home</td> + <td>Yes</td> + <td> + <p>This is the location of the BEA Home location. Default value is + <code>/bea/wlserver8.1</code>.</p> + </td> + </tr> + <tr> + <td>maven.weblogic.debug</td> + <td>Yes</td> + <td> + <p>True if debugging information should be displayed during execution of any command. Default value is + <code>true</code>.</p> </td> </tr> <tr> <td>maven.weblogic.targets</td> - <td>No</td> - <td></td> + <td>Yes</td> <td> - A comma-separated list of the target servers and/or cluster names + <p>The target servers seperated by commas that any code is to be deployed to. Default value is + <code>myServer + </code>.</p> </td> </tr> <tr> - <td>maven.weblogic.adminurl</td> - <td>No</td> - <td>http://localhost:7001</td> + <td>maven.weblogic.war</td> + <td>Yes</td> <td> - The URL of the Administration Server + <p>The location of the war file to be deployed. Default value is + <code>${maven.build.dir}/${maven.final.name}.war</code>.</p> + </td> + </tr> + <tr> + <td>maven.weblogic.jndi.node</td> + <td>Yes</td> + <td> + <p>The beginning node to be dumped out when running the command to display the JNDI tree. Default value is + <code> + </code>.</p> </td> </tr> <tr> <td>maven.weblogic.name</td> - <td>No</td> - <td></td> + <td>Yes</td> + <td> + <p>This is the name that is used to deploy an ear or war file to the server. This name will be displayed in the +deployment listing. Default value is + <code>${maven.final.name}</code>.</p> + </td> + </tr> + <tr> + <td>maven.weblogic.ear</td> + <td>Yes</td> + <td> + <p>This is the name of the ear file to deploy. Default value is + <code>${maven.build.dir}/${maven.final.name}.ear</code>.</p> + </td> + </tr> + <tr> + <td>maven.weblogic.workshop.jar.location</td> + <td>Yes</td> + <td> + <p>The location of the weblogic workshop main jar. Default value is + <code>${maven.weblogic.home}/workshop/wlw-ide.jar</code>.</p> + </td> + </tr> + <tr> + <td>maven.weblogic.remote</td> + <td>Yes</td> + <td> + <p>This indicates whether the server to be deployed to is remote or local. Default value is + <code>false</code>.</p> + </td> + </tr> + <tr> + <td>maven.weblogic.javahome</td> + <td>Yes</td> + <td> + <p>The location of the java installation to be used for this plugin. Default value is + <code>${maven.weblogic.home}/../jdk142_05</code>.</p> + </td> + </tr> + <tr> + <td>maven.weblogic.connect.count</td> + <td>Yes</td> + <td> + <p>The number of connections to be attempted during the connect goal. Default value is + <code>10</code>.</p> + </td> + </tr> + <tr> + <td>maven.weblogic.password</td> + <td>Yes</td> + <td> + <p>The password to be used when conducting operations that require authorization. Default value is + <code>weblogic + </code>.</p> + </td> + </tr> + <tr> + <td>maven.weblogic.shutdown.delay</td> + <td>Yes</td> + <td> + <p>The amount of time to delay before shutting down a server using the shutdown goal. Default value is + <code>0</code>.</p> + </td> + </tr> + <tr> + <td>maven.weblogic.failonerror</td> + <td>Yes</td> + <td> + <p>This flag indicates if any operation should cause other operations to fail if it fails to execute successfully. Default value is + <code>true</code>.</p> + </td> + </tr> + <tr> + <td>maven.weblogic.username</td> + <td>Yes</td> + <td> + <p>The user name to use when running goals that require authorization. Default value is + <code>weblogic</code>.</p> + </td> + </tr> + <tr> + <td>maven.weblogic.adminurl</td> + <td>Yes</td> + <td> + <p>The partial url to the server. This not an http url since some operations require T3. Default value is + <code>localhost:7001</code>.</p> + </td> + </tr> + <tr> + <td>maven.weblogic.ejbc.compiler</td> + <td>Yes</td> <td> - Specifies the deployment name for the application or standalone module + <p>The default ejbc compiler to use. Default value is + <code>jikes</code>.</p> </td> </tr> <tr> - <td>maven.weblogic.source</td> - <td>No</td> - <td>target/${maven.final.name}.ear</td> + <td>maven.weblogic.cluster.name</td> + <td>Yes</td> <td> - Specifies the location of the archive file or exploded archive directory to deploy. + <p>The name of the cluster to use when conducting cluster related operations. Default value is + <code>test</code>.</p> </td> </tr> </table> </section> </body> -</document> +</document> \ No newline at end of file 1.2 +479 -215 maven-plugins/weblogic/plugin.jelly Index: plugin.jelly =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/weblogic/plugin.jelly,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- plugin.jelly 28 Oct 2004 10:01:15 -0000 1.1 +++ plugin.jelly 23 Jun 2005 15:36:46 -0000 1.2 @@ -1,233 +1,497 @@ <?xml version="1.0"?> - -<project - xmlns:j="jelly:core" - xmlns:util="jelly:util" - xmlns:ant="jelly:ant"> - - <path id="weblogic.classpath"> - <pathelement path="${plugin.getDependencyClasspath()}"/> - </path> - - <!-- ================================================================== --> - <!-- W E B L O G I C T A R G E T S --> - <!-- ================================================================== --> - - <goal name="weblogic:info" description="Prints the configuration"> - <echo> - maven.weblogic.adminurl = ${maven.weblogic.adminurl} - maven.weblogic.debug = ${maven.weblogic.debug} - maven.weblogic.name = ${maven.weblogic.name} - maven.weblogic.source = ${maven.build.dir}/${maven.weblogic.source} - maven.weblogic.targets = ${maven.weblogic.targets} - maven.weblogic.username = ${maven.weblogic.username} - maven.weblogic.verbose = ${maven.weblogic.verbose} - maven.weblogic.home = ${maven.weblogic.home} - maven.weblogic.ejbc.compiler = ${maven.weblogic.ejbc.compiler} - maven.weblogic.ejbc.target = ${maven.weblogic.ejbc.target} - maven.weblogic.ejbc.source = ${maven.weblogic.ejbc.source} +<project xmlns:j="jelly:core" xmlns:ant="jelly:ant" xmlns:license="license" xmlns:util="jelly:util" xmlns:artifact="artifact"> + <path id="weblogic.classpath"> + <pathelement path="${plugin.getDependencyClasspath()}"/> + </path> + <!-- ================================================================== --> + <!-- W E B L O G I C T A R G E T S --> + <!-- ================================================================== --> + <goal name="weblogic:info" description="Prints the configuration"> + <echo> + maven.weblogic.adminurl = ${maven.weblogic.adminurl} + maven.weblogic.debug = ${maven.weblogic.debug} + maven.weblogic.name = ${maven.weblogic.name} + maven.weblogic.ear = ${maven.weblogic.ear} + maven.weblogic.war = ${maven.weblogic.war} + maven.weblogic.war.src = ${maven.weblogic.war.src} + maven.weblogic.targets = ${maven.weblogic.targets} + maven.weblogic.username = ${maven.weblogic.username} + maven.weblogic.password = ${maven.weblogic.password} + maven.weblogic.verbose = ${maven.weblogic.verbose} + maven.weblogic.home = ${maven.weblogic.home} + maven.weblogic.ejbc.compiler = ${maven.weblogic.ejbc.compiler} + maven.weblogic.failonerror = ${maven.weblogic.failonerror} + maven.weblogic.remote = ${maven.weblogic.remote} + maven.weblogic.javahome = ${maven.weblogic.javahome} + maven.weblogic.connect.count = ${maven.weblogic.connect.count} + maven.weblogic.shutdown.delay = ${maven.weblogic.shutdown.delay} + maven.weblogic.jndi.node = ${maven.weblogic.jndi.node} + maven.weblogic.workshop.jar.location = ${maven.weblogic.workshop.jar.location} + maven.weblogic.workshop.server.classpath = ${maven.weblogic.workshop.server.classpath} </echo> - </goal> - - <goal name="weblogic:prepare-deploy" description="Hook for deployment"> - <echo>Preparing deployment</echo> - </goal> - - <goal name="weblogic:deploy" description="Deploys an application"> - <attainGoal name="weblogic:prepare-deploy"/> - <java classname="weblogic.Deployer" fork="yes" dir="${basedir}" failonerror="true"> - <classpath> - <path refid="weblogic.classpath"/> - </classpath> - <arg value="-adminurl"/> - <arg value="${maven.weblogic.adminurl}"/> - <arg value="-debug"/> - <arg value="-name"/> - <arg value="${maven.weblogic.name}"/> - <arg value="-source"/> - <arg value="${maven.build.dir}/${maven.weblogic.source}"/> - <arg value="-targets"/> - <arg value="${maven.weblogic.targets}"/> - <arg value="-username"/> - <arg value="${maven.weblogic.username}"/> - <arg value="-password"/> - <arg value="${maven.weblogic.password}"/> - <arg value="-verbose"/> - <arg value="-deploy"/> - </java> - </goal> - - <goal name="weblogic:undeploy" description="Undeploys an application"> - <java classname="weblogic.Deployer" fork="yes" dir="${basedir}" failonerror="true"> - <classpath> - <path refid="weblogic.classpath"/> - </classpath> - <arg value="-adminurl"/> - <arg value="${maven.weblogic.adminurl}"/> - <arg value="-debug"/> - <arg value="-name"/> - <arg value="${maven.weblogic.name}"/> - <arg value="-targets"/> - <arg value="${maven.weblogic.targets}"/> - <arg value="-username"/> - <arg value="${maven.weblogic.username}"/> - <arg value="-password"/> - <arg value="${maven.weblogic.password}"/> - <arg value="-verbose"/> - <arg value="-undeploy"/> - </java> - </goal> - - <goal name="weblogic:safe-undeploy" description="Undeploys safely an application and ignores any errors"> - <java classname="weblogic.Deployer" fork="yes" dir="${basedir}" failonerror="false"> - <classpath> - <path refid="weblogic.classpath"/> - </classpath> - <arg value="-adminurl"/> - <arg value="${maven.weblogic.adminurl}"/> - <arg value="-name"/> - <arg value="${maven.weblogic.name}"/> - <arg value="-targets"/> - <arg value="${maven.weblogic.targets}"/> - <arg value="-username"/> - <arg value="${maven.weblogic.username}"/> - <arg value="-password"/> - <arg value="${maven.weblogic.password}"/> - <arg value="-undeploy"/> - </java> - </goal> - - <goal name="weblogic:redeploy" description="Redeploys an application"> - <attainGoal name="weblogic:prepare-deploy"/> - <java classname="weblogic.Deployer" fork="yes" dir="${basedir}" failonerror="true"> - <classpath> - <path refid="weblogic.classpath"/> - </classpath> - <arg value="-adminurl"/> - <arg value="${maven.weblogic.adminurl}"/> - <arg value="-debug"/> - <arg value="-name"/> - <arg value="${maven.weblogic.name}"/> - <!--<arg value="-source"/> - <arg value="${maven.build.dir}/${maven.weblogic.source}"/>--> - <arg value="-targets"/> - <arg value="${maven.weblogic.targets}"/> - <arg value="-username"/> - <arg value="${maven.weblogic.username}"/> - <arg value="-password"/> - <arg value="${maven.weblogic.password}"/> - <arg value="-verbose"/> - <arg value="-redeploy"/> - </java> - </goal> - - <goal name="weblogic:listapps" description="List the applications on the server"> - <java classname="weblogic.Deployer" fork="yes" dir="${basedir}" failonerror="true"> - <classpath> - <path refid="weblogic.classpath"/> - </classpath> - <arg value="-adminurl"/> - <arg value="${maven.weblogic.adminurl}"/> - <arg value="-name"/> - <arg value="${maven.weblogic.name}"/> - <arg value="-targets"/> - <arg value="${maven.weblogic.targets}"/> - <arg value="-username"/> - <arg value="${maven.weblogic.username}"/> - <arg value="-password"/> - <arg value="${maven.weblogic.password}"/> - <arg value="-listapps"/> - </java> - </goal> - - <goal name="weblogic:stop" description="Stop an application"> - <java classname="weblogic.Deployer" fork="yes" dir="${basedir}" failonerror="true"> - <classpath> - <path refid="weblogic.classpath"/> - </classpath> - <arg value="-adminurl"/> - <arg value="${maven.weblogic.adminurl}"/> - <arg value="-name"/> - <arg value="${maven.weblogic.name}"/> - <arg value="-targets"/> - <arg value="${maven.weblogic.targets}"/> - <arg value="-username"/> - <arg value="${maven.weblogic.username}"/> - <arg value="-password"/> - <arg value="${maven.weblogic.password}"/> - <arg value="-stop"/> - </java> - </goal> - - <goal name="weblogic:start" description="Start an application"> - <java classname="weblogic.Deployer" fork="yes" dir="${basedir}" failonerror="true"> - <classpath> - <path refid="weblogic.classpath"/> - </classpath> - <arg value="-adminurl"/> - <arg value="${maven.weblogic.adminurl}"/> - <arg value="-name"/> - <arg value="${maven.weblogic.name}"/> - <arg value="-targets"/> - <arg value="${maven.weblogic.targets}"/> - <arg value="-username"/> - <arg value="${maven.weblogic.username}"/> - <arg value="-password"/> - <arg value="${maven.weblogic.password}"/> - <arg value="-start"/> - </java> - </goal> - + </goal> + <goal name="weblogic:prepare-deploy" description="Hook for deployment"> + <echo>Preparing deployment</echo> + </goal> + <goal name="weblogic:deploy" description="Deploys an application EAR"> + <attainGoal name="weblogic:prepare-deploy"/> + <java classname="weblogic.Deployer" fork="yes" dir="${basedir}" failonerror="${maven.weblogic.failonerror}"> + <classpath> + <path refid="weblogic.classpath"/> + </classpath> + <arg value="-adminurl"/> + <arg value="http://${maven.weblogic.adminurl}"/> + <arg value="-debug"/> + <arg value="-name"/> + <arg value="${maven.weblogic.name}"/> + <arg value="-source"/> + <arg value="${maven.weblogic.ear}"/> + <arg value="-targets"/> + <arg value="${maven.weblogic.targets}"/> + <arg value="-username"/> + <arg value="${maven.weblogic.username}"/> + <arg value="-password"/> + <arg value="${maven.weblogic.password}"/> + <arg value="-verbose"/> + <arg value="-deploy"/> + </java> + </goal> + <goal name="weblogic:remotedeploy" description="Deploys an application EAR on a remote server"> + <attainGoal name="weblogic:prepare-deploy"/> + <java classname="weblogic.Deployer" fork="yes" dir="${basedir}" failonerror="${maven.weblogic.failonerror}"> + <classpath> + <path refid="weblogic.classpath"/> + </classpath> + <arg value="-adminurl"/> + <arg value="http://${maven.weblogic.adminurl}"/> + <arg value="-debug"/> + <arg value="-upload"/> + <arg value="-name"/> + <arg value="${maven.weblogic.name}"/> + <arg value="-source"/> + <arg value="${maven.weblogic.ear}"/> + <arg value="-targets"/> + <arg value="${maven.weblogic.targets}"/> + <arg value="-username"/> + <arg value="${maven.weblogic.username}"/> + <arg value="-password"/> + <arg value="${maven.weblogic.password}"/> + <arg value="-verbose"/> + <arg value="-deploy"/> + <arg value="-upload"/> + </java> + </goal> + <goal name="weblogic:deploywar" description="Deploys an application war"> + <attainGoal name="weblogic:prepare-deploy"/> + <java classname="weblogic.Deployer" fork="yes" dir="${basedir}" failonerror="${maven.weblogic.failonerror}"> + <classpath> + <path refid="weblogic.classpath"/> + </classpath> + <arg value="-adminurl"/> + <arg value="http://${maven.weblogic.adminurl}"/> + <arg value="-debug"/> + <arg value="-name"/> + <arg value="${maven.weblogic.name}"/> + <arg value="-source"/> + <arg value="${maven.weblogic.war}"/> + <arg value="-targets"/> + <arg value="${maven.weblogic.targets}"/> + <arg value="-username"/> + <arg value="${maven.weblogic.username}"/> + <arg value="-password"/> + <arg value="${maven.weblogic.password}"/> + <arg value="-verbose"/> + <arg value="-deploy"/> + <arg value="-upload"/> + </java> + </goal> + <goal name="weblogic:remotedeploywar" description="Deploys an application war to a remote admin server"> + <attainGoal name="weblogic:prepare-deploy"/> + <java classname="weblogic.Deployer" fork="yes" dir="${basedir}" failonerror="${maven.weblogic.failonerror}"> + <classpath> + <path refid="weblogic.classpath"/> + </classpath> + <arg value="-adminurl"/> + <arg value="http://${maven.weblogic.adminurl}"/> + <arg value="-debug"/> + <arg value="-upload"/> + <arg value="-name"/> + <arg value="${maven.weblogic.name}"/> + <arg value="-source"/> + <arg value="${maven.weblogic.war}"/> + <arg value="-targets"/> + <arg value="${maven.weblogic.targets}"/> + <arg value="-username"/> + <arg value="${maven.weblogic.username}"/> + <arg value="-password"/> + <arg value="${maven.weblogic.password}"/> + <arg value="-verbose"/> + <arg value="-deploy"/> + <arg value="-upload"/> + </java> + </goal> + <goal name="weblogic:deploywip" description="Deploys an application war in place"> + <attainGoal name="weblogic:prepare-deploy"/> + <java classname="weblogic.Deployer" fork="yes" dir="${basedir}" failonerror="${maven.weblogic.failonerror}"> + <classpath> + <path refid="weblogic.classpath"/> + </classpath> + <arg value="-adminurl"/> + <arg value="http://${maven.weblogic.adminurl}"/> + <arg value="-debug"/> + <arg value="-name"/> + <arg value="${maven.weblogic.name}"/> + <arg value="-source"/> + <arg value="${maven.weblogic.war.src}"/> + <arg value="-targets"/> + <arg value="${maven.weblogic.targets}"/> + <arg value="-username"/> + <arg value="${maven.weblogic.username}"/> + <arg value="-password"/> + <arg value="${maven.weblogic.password}"/> + <arg value="-verbose"/> + <arg value="-deploy"/> + </java> + </goal> + <goal name="weblogic:undeploy" description="Undeploys an application EAR/WAR"> + <java classname="weblogic.Deployer" fork="yes" dir="${basedir}" failonerror="${maven.weblogic.failonerror}"> + <classpath> + <path refid="weblogic.classpath"/> + </classpath> + <arg value="-adminurl"/> + <arg value="http://${maven.weblogic.adminurl}"/> + <arg value="-debug"/> + <arg value="-name"/> + <arg value="${maven.weblogic.name}"/> + <arg value="-targets"/> + <arg value="${maven.weblogic.targets}"/> + <arg value="-username"/> + <arg value="${maven.weblogic.username}"/> + <arg value="-password"/> + <arg value="${maven.weblogic.password}"/> + <arg value="-verbose"/> + <arg value="-undeploy"/> + </java> + </goal> + <goal name="weblogic:redeploy" description="Redeploys an application EAR/WAR"> + <attainGoal name="weblogic:prepare-deploy"/> + <java classname="weblogic.Deployer" fork="yes" dir="${basedir}" failonerror="${maven.weblogic.failonerror}"> + <classpath> + <path refid="weblogic.classpath"/> + </classpath> + <arg value="-adminurl"/> + <arg value="http://${maven.weblogic.adminurl}"/> + <arg value="-debug"/> + <arg value="-name"/> + <arg value="${maven.weblogic.name}"/> + <arg value="-targets"/> + <arg value="${maven.weblogic.targets}"/> + <arg value="-username"/> + <arg value="${maven.weblogic.username}"/> + <arg value="-password"/> + <arg value="${maven.weblogic.password}"/> + <arg value="-verbose"/> + <arg value="-redeploy"/> + <arg value="-upload"/> + </java> + </goal> + <goal name="weblogic:listapps" description="List the applications on the server"> + <java classname="weblogic.Deployer" fork="yes" dir="${basedir}" failonerror="${maven.weblogic.failonerror}"> + <classpath> + <path refid="weblogic.classpath"/> + </classpath> + <arg value="-adminurl"/> + <arg value="http://${maven.weblogic.adminurl}"/> + <arg value="-name"/> + <arg value="${maven.weblogic.name}"/> + <arg value="-targets"/> + <arg value="${maven.weblogic.targets}"/> + <arg value="-username"/> + <arg value="${maven.weblogic.username}"/> + <arg value="-password"/> + <arg value="${maven.weblogic.password}"/> + <arg value="-listapps"/> + </java> + </goal> + <goal name="weblogic:stop" description="Stop an application"> + <java classname="weblogic.Deployer" fork="yes" dir="${basedir}" failonerror="${maven.weblogic.failonerror}"> + <classpath> + <path refid="weblogic.classpath"/> + </classpath> + <arg value="-adminurl"/> + <arg value="http://${maven.weblogic.adminurl}"/> + <arg value="-name"/> + <arg value="${maven.weblogic.name}"/> + <arg value="-targets"/> + <arg value="${maven.weblogic.targets}"/> + <arg value="-username"/> + <arg value="${maven.weblogic.username}"/> + <arg value="-password"/> + <arg value="${maven.weblogic.password}"/> + <arg value="-stop"/> + </java> + </goal> + <goal name="weblogic:start" description="Start an application"> + <java classname="weblogic.Deployer" fork="yes" dir="${basedir}" failonerror="${maven.weblogic.failonerror}"> + <classpath> + <path refid="weblogic.classpath"/> + </classpath> + <arg value="-adminurl"/> + <arg value="http://${maven.weblogic.adminurl}"/> + <arg value="-name"/> + <arg value="${maven.weblogic.name}"/> + <arg value="-targets"/> + <arg value="${maven.weblogic.targets}"/> + <arg value="-username"/> + <arg value="${maven.weblogic.username}"/> + <arg value="-password"/> + <arg value="${maven.weblogic.password}"/> + <arg value="-start"/> + </java> + </goal> <goal name="weblogic:shutdown" description="Shutdown a server"> - <java classname="weblogic.Admin" fork="yes" dir="${basedir}" failonerror="true"> - <classpath> - <path refid="weblogic.classpath"/> - </classpath> - <arg value="-adminurl"/> - <arg value="${maven.weblogic.adminurl}"/> - <arg value="-username"/> - <arg value="${maven.weblogic.username}"/> - <arg value="-password"/> - <arg value="${maven.weblogic.password}"/> - <arg value="-shutdown"/> - </java> - </goal> - - <goal name="weblogic:ejbc" description="Run ejb compiler"> - <java classname="weblogic.ejbc" fork="yes" failonerror="true"> + <java classname="weblogic.Admin" fork="yes" dir="${basedir}" failonerror="${maven.weblogic.failonerror}"> + <classpath> + <path refid="weblogic.classpath"/> + </classpath> + <arg value="-adminurl"/> + <arg value="${maven.weblogic.adminurl}"/> + <arg value="-username"/> + <arg value="${maven.weblogic.username}"/> + <arg value="-password"/> + <arg value="${maven.weblogic.password}"/> + <arg value="-timeout"/> + <arg value="${maven.weblogic.shutdown.delay}"/> + <arg value="SHUTDOWN"/> + </java> + </goal> + <goal name="weblogic:forceshutdown" description="Force the shutdown of a server"> + <java classname="weblogic.Admin" fork="yes" dir="${basedir}" failonerror="${maven.weblogic.failonerror}"> <classpath> <path refid="weblogic.classpath"/> - <path refid="maven.dependency.classpath"/> - <pathelement path="${maven.build.dir}/classes"/> + </classpath> + <arg value="-adminurl"/> + <arg value="${maven.weblogic.adminurl}"/> + <arg value="-username"/> + <arg value="${maven.weblogic.username}"/> + <arg value="-password"/> + <arg value="${maven.weblogic.password}"/> + <arg value="FORCESHUTDOWN"/> + </java> + </goal> + <goal name="weblogic:threaddump" description="Cause a threaddump to output to standard output of the server."> + <java classname="weblogic.Admin" fork="yes" dir="${basedir}" failonerror="${maven.weblogic.failonerror}"> + <classpath> + <path refid="weblogic.classpath"/> + </classpath> + <arg value="-adminurl"/> + <arg value="${maven.weblogic.adminurl}"/> + <arg value="-username"/> + <arg value="${maven.weblogic.username}"/> + <arg value="-password"/> + <arg value="${maven.weblogic.password}"/> + <arg value="THREAD_DUMP"/> + </java> + </goal> + <goal name="weblogic:clusterstate" description="Show the state of the cluster"> + <java classname="weblogic.Admin" fork="yes" dir="${basedir}" failonerror="${maven.weblogic.failonerror}"> + <classpath> + <path refid="weblogic.classpath"/> + </classpath> + <arg value="-adminurl"/> + <arg value="${maven.weblogic.adminurl}"/> + <arg value="-username"/> + <arg value="${maven.weblogic.username}"/> + <arg value="-password"/> + <arg value="${maven.weblogic.password}"/> + <arg value="CLUSTERSTATE"/> + <arg value="-clustername"/> + <arg value="${maven.weblogic.cluster.name}"/> + </java> + </goal> + <goal name="weblogic:clusterstop" description="Stop all servers in a cluster"> + <java classname="weblogic.Admin" fork="yes" dir="${basedir}" failonerror="${maven.weblogic.failonerror}"> + <classpath> + <path refid="weblogic.classpath"/> + </classpath> + <arg value="-adminurl"/> + <arg value="${maven.weblogic.adminurl}"/> + <arg value="-username"/> + <arg value="${maven.weblogic.username}"/> + <arg value="-password"/> + <arg value="${maven.weblogic.password}"/> + <arg value="STOPCLUSTER"/> + <arg value="-clustername"/> + <arg value="${maven.weblogic.cluster.name}"/> + </java> + </goal> + <goal name="weblogic:clusterstart" description="Start all servers in a cluster"> + <java classname="weblogic.Admin" fork="yes" dir="${basedir}" failonerror="${maven.weblogic.failonerror}"> + <classpath> + <path refid="weblogic.classpath"/> + </classpath> + <arg value="-adminurl"/> + <arg value="${maven.weblogic.adminurl}"/> + <arg value="-username"/> + <arg value="${maven.weblogic.username}"/> + <arg value="-password"/> + <arg value="${maven.weblogic.password}"/> + <arg value="STARTCLUSTER"/> + <arg value="-clustername"/> + <arg value="${maven.weblogic.cluster.name}"/> + </java> + </goal> + <goal name="weblogic:connect" description="Connect to a server to test availability"> + <java classname="weblogic.Admin" fork="yes" dir="${basedir}" failonerror="${maven.weblogic.failonerror}"> + <classpath> + <path refid="weblogic.classpath"/> + </classpath> + <arg value="-adminurl"/> + <arg value="${maven.weblogic.adminurl}"/> + <arg value="-username"/> + <arg value="${maven.weblogic.username}"/> + <arg value="-password"/> + <arg value="${maven.weblogic.password}"/> + <arg value="CONNECT"/> + <arg value="${maven.weblogic.connect.count}"/> + </java> + </goal> + <goal name="weblogic:version" description="Output the version of weblogic on the server"> + <java classname="weblogic.Admin" fork="yes" dir="${basedir}" failonerror="${maven.weblogic.failonerror}"> + <classpath> + <path refid="weblogic.classpath"/> + </classpath> + <arg value="-adminurl"/> + <arg value="${maven.weblogic.adminurl}"/> + <arg value="-username"/> + <arg value="${maven.weblogic.username}"/> + <arg value="-password"/> + <arg value="${maven.weblogic.password}"/> + <arg value="VERSION"/> + </java> + </goal> + <goal name="weblogic:getstate" description="Output the operational state of a server."> + <java classname="weblogic.Admin" fork="yes" dir="${basedir}" failonerror="false"> + <classpath> + <path refid="weblogic.classpath"/> + </classpath> + <arg value="-adminurl"/> + <arg value="${maven.weblogic.adminurl}"/> + <arg value="-username"/> + <arg value="${maven.weblogic.username}"/> + <arg value="-password"/> + <arg value="${maven.weblogic.password}"/> + <arg value="GETSTATE"/> + </java> + </goal> + <goal name="weblogic:jnditree" description="Output the JNDI tree beginning from the node."> + <java classname="weblogic.Admin" fork="yes" dir="${basedir}" failonerror="${maven.weblogic.failonerror}"> + <classpath> + <path refid="weblogic.classpath"/> + </classpath> + <arg value="-adminurl"/> + <arg value="${maven.weblogic.adminurl}"/> + <arg value="-username"/> + <arg value="${maven.weblogic.username}"/> + <arg value="-password"/> + <arg value="${maven.weblogic.password}"/> + <arg value="LIST"/> + <arg value="${maven.weblogic.jndi.node}"/> + </java> + </goal> + <goal name="weblogic:serverlog" description="Output the server log"> + <java classname="weblogic.Admin" fork="yes" dir="${basedir}" failonerror="${maven.weblogic.failonerror}"> + <classpath> + <path refid="weblogic.classpath"/> + </classpath> + <arg value="-adminurl"/> + <arg value="${maven.weblogic.adminurl}"/> + <arg value="-username"/> + <arg value="${maven.weblogic.username}"/> + <arg value="-password"/> + <arg value="${maven.weblogic.password}"/> + <arg value="SERVERLOG"/> + </java> + </goal> + <goal name="weblogic:appc" description="Run appc on an ear"> + <java classname="weblogic.appc" fork="yes" failonerror="${maven.weblogic.failonerror}"> + <classpath> + <path refid="weblogic.classpath"/> + <pathelement location="${maven.weblogic.javahome}/lib/tools.jar"/> </classpath> <sysproperty key="weblogic.home" value="${maven.weblogic.home}"/> <arg value="-verbose"/> - <arg value="-compiler"/> - <arg value="${maven.weblogic.ejbc.compiler}"/> - <arg value="-d"/> - <arg value="${maven.weblogic.ejbc.target}"/> - <arg value="${maven.weblogic.ejbc.source}"/> + <arg value="-forceGeneration"/> + <arg value="${maven.weblogic.ear}"/> </java> - <delete file="${maven.weblogic.ejbc.source}"/> </goal> - - <goal name="weblogic:appc" description="Run ejb compiler via appc"> - <java classname="weblogic.appc" fork="yes" failonerror="true"> + <goal name="weblogic:appcwar" description="Run appc on a war"> + <java classname="weblogic.appc" fork="yes" failonerror="${maven.weblogic.failonerror}"> <classpath> <path refid="weblogic.classpath"/> - <path refid="maven.dependency.classpath"/> - <pathelement path="${maven.weblogic.ejbc.source}"/> + <pathelement location="${maven.weblogic.javahome}/lib/tools.jar"/> </classpath> <sysproperty key="weblogic.home" value="${maven.weblogic.home}"/> <arg value="-verbose"/> - <arg value="-compiler"/> - <arg value="${maven.weblogic.ejbc.compiler}"/> - <arg value="-output"/> - <arg value="${maven.weblogic.ejbc.target}"/> - <arg value="${maven.weblogic.ejbc.source}"/> + <arg value="-forceGeneration"/> + <arg value="${maven.weblogic.war}"/> </java> - <delete file="${maven.weblogic.ejbc.source}"/> </goal> - + <!--==================================================================--> + <!-- Builds a weblogic workshop project --> + <!--==================================================================--> + <goal name="weblogic:workshopbuild" description="Build a workshop project."> + <taskdef name="wlwBuild" classname="workshop.core.WlwBuildTask" classpath="${maven.weblogic.workshop.jar.location}"/> + <mkdir dir="${maven.build.dir}"/> + <j:forEach var="lib" items="${pom.artifacts}"> + <j:set var="dep" value="${lib.dependency}"/> + <j:if test="${dep.getProperty('ear.bundle')=='true'}"> + <j:if test="${dep.type =='jar'}"> + <ant:copy todir="${basedir}/APP-INF/lib" file="${lib.path}"/> + </j:if> + </j:if> + <j:if test="${dep.getProperty('war.bundle')=='true'}"> + <j:if test="${dep.type =='jar'}"> + <ant:copy todir="${basedir}/${pom.artifactId}/WEB-INF/lib" file="${lib.path}"/> + </j:if> + <j:if test="${dep.type =='tld'}"> + <ant:copy todir="${basedir}/${pom.artifactId}/WEB-INF/tld" file="${lib.path}"/> + </j:if> + <j:if test="${dep.type =='tldx'}"> + <ant:copy todir="${basedir}/${pom.artifactId}/WEB-INF/tld" file="${lib.path}"/> + </j:if> + </j:if> + </j:forEach> + <wlwBuild work="${pom.artifactId}.work" serverclasspath="${maven.weblogic.workshop.server.classpath}"> + <build outputdir="${maven.build.dir}" outputfilename="${maven.final.name}.ear"/> + </wlwBuild> + </goal> + <!--==================================================================--> + <!-- Cleans a Weblogic workshop project --> + <!--==================================================================--> + <goal name="weblogic:workshopclean" description="Clean a workshop project."> + <taskdef name="wlwBuild" classname="workshop.core.WlwBuildTask" classpath="${maven.weblogic.workshop.jar.location}"/> + <wlwBuild work="${pom.artifactId}.work" operation="clean"/> + <delete dir="APP-INF"/> + <delete dir="META-INF"/> + <delete dir="${pom.artifactId}/WEB-INF/lib"/> + <delete dir="${pom.artifactId}/WEB-INF/classes"/> + <delete dir=".workshop"/> + <delete dir="${maven.build.dir}"/> + <delete> + <fileset dir="." includes="*.log"/> + </delete> + </goal> + <!--==================================================================--> + <!-- Deploys the workshop to the remote repository --> + <!--==================================================================--> + <goal name="weblogic:workshopdeploy" prereqs="workshop:build" description="Deploys the workshop ear to the remote repository"> + <artifact:deploy artifact="${maven.build.dir}/${maven.final.name}.ear" type="ear" project="${pom}"/> + </goal> + <!--==================================================================--> + <!-- Install the ejb in the local repository --> + <!--==================================================================--> + <goal name="weblogic:workshopinstall" prereqs="workshop:build" description="Install the workshop ear in the local repository"> + <artifact:install artifact="${maven.build.dir}/${maven.final.name}.ear" type="ear" project="${pom}"/> + </goal> </project> - 1.2 +18 -9 maven-plugins/weblogic/plugin.properties Index: plugin.properties =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/weblogic/plugin.properties,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- plugin.properties 28 Oct 2004 10:01:15 -0000 1.1 +++ plugin.properties 23 Jun 2005 15:36:46 -0000 1.2 @@ -4,17 +4,26 @@ # BEA WebLogic plugin. # ------------------------------------------------------------------- -maven.weblogic.username= -maven.weblogic.password= -maven.weblogic.targets= +# The Administrative user name used to access the BEA Server +maven.weblogic.username=weblogic +# The Administrative user password used to access the BEA Server +maven.weblogic.password=weblogic +maven.weblogic.targets=myServer maven.weblogic.verbose=true -maven.weblogic.adminurl=http://localhost:7001 +maven.weblogic.adminurl=localhost:7001 maven.weblogic.debug=true -maven.weblogic.name= -maven.weblogic.source=${maven.build.dest}/${maven.final.name}.ear +maven.weblogic.name=${maven.final.name} +maven.weblogic.ear=${maven.build.dir}/${maven.final.name}.ear +maven.weblogic.war=${maven.build.dir}/${maven.final.name}.war +maven.weblogic.war.src=${maven.src.dir}/webapp maven.weblogic.failonerror=true maven.weblogic.remote=false +maven.weblogic.ejbc.compiler=jikes maven.weblogic.home=/bea/wlserver8.1 -maven.weblogic.ejbc.compiler = jikes -maven.weblogic.ejbc.target = target.jar -maven.weblogic.ejbc.source = source.jar +maven.weblogic.javahome=${maven.weblogic.home}/../jdk142_05 +maven.weblogic.connect.count=10 +maven.weblogic.shutdown.delay=0 +maven.weblogic.jndi.node= +maven.weblogic.cluster.name=test +maven.weblogic.workshop.jar.location = ${maven.weblogic.home}/workshop/wlw-ide.jar +maven.weblogic.workshop.server.classpath = ${maven.weblogic.javahome}/jre/lib/rt.jar;${maven.weblogic.javahome}/lib/tools.jar;${maven.weblogic.home}/server/lib/knex.jar;${maven.weblogic.home}/common/lib/log4j.jar;${maven.weblogic.home}/server/lib/debugging.jar;${maven.weblogic.home}/javelin/lib/javelin.jar;${maven.weblogic.home}/server/lib/wlw-lang.jar;${maven.weblogic.home}/server/lib/weblogic.jar;${maven.weblogic.home}/common/eval/pointbase/lib/pbserver44.jar;${maven.weblogic.home}/common/eval/pointbase/lib/pbclient44.jar;${maven.weblogic.home}/server/lib/webservices.jar;${maven.weblogic.home}/server/lib/webserviceclient.jar;${maven.weblogic.home}/server/lib/webserviceclient+ssl.jar;${maven.weblogic.home}/server/lib/xbean.jar;${maven.weblogic.home}/server/lib/wlxbean.jar;${maven.weblogic.home}/server/lib/xqrl.jar;${maven.weblogic.home}/server/lib/netui/netui-compiler.jar \ No newline at end of file 1.2 +0 -0 maven-plugins/weblogic/project.properties 1.2 +20 -11 maven-plugins/weblogic/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/weblogic/project.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- project.xml 28 Oct 2004 10:01:15 -0000 1.1 +++ project.xml 23 Jun 2005 15:36:46 -0000 1.2 @@ -3,22 +3,22 @@ <project> <extend>${basedir}/../plugin-project.xml</extend> <!--pomVersion is in parent --> - <id>maven-webtest-plugin</id> - <name>Canoo WebTest Plug-in</name> + <id>maven-weblogic-plugin</id> + <name>Maven WebLogic Plug-in</name> <!-- groupId is in parent --> - <currentVersion>0.9.1</currentVersion> + <currentVersion>1.0.0</currentVersion> <!-- organization is in parent --> - <inceptionYear>2002</inceptionYear> + <inceptionYear>2004</inceptionYear> <!-- package, logo are in parent. no gumpRepositoryId --> - <description>Maven Plugin for Canoo WebTest</description> - <shortDescription>Maven 1.0 Plugin for Canoo WebTest</shortDescription> + <description>Maven Plugin for BEA WebLogic 8.1</description> + <shortDescription>Maven Plugin for BEA WebLogic 8.1</shortDescription> <!-- issue tracking url, siteAddress are in parent --> - <siteDirectory>/home/groups/m/ma/maven-plugins/htdocs/webtest/</siteDirectory> - <distributionDirectory>/home/groups/m/ma/maven-plugins/htdocs/webtest/distributions/</distributionDirectory> + <siteDirectory>/home/groups/m/ma/maven-plugins/htdocs/weblogic/</siteDirectory> + <distributionDirectory>/home/groups/m/ma/maven-plugins/htdocs/weblogic/distributions/</distributionDirectory> <repository> - <connection>scm:cvs:pserver:ano...@cv...:/cvsroot/maven-plugins:maven-plugins/webtest</connection> - <url>http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/maven-plugins/maven-plugins/webtest/</url> + <connection>scm:cvs:pserver:ano...@cv...:/cvsroot/maven-plugins:maven-plugins/weblogic</connection> + <url>http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/maven-plugins/maven-plugins/weblogic/</url> </repository> <versions> @@ -33,12 +33,21 @@ <developer> <name>Siegfried Goeschl</name> <id>wdsgoe</id> - <email>sie...@it...</email> + <email>wdsgoe at users.sourceforge.net</email> <organization>IT20one GmbH</organization> <roles> <role>Software Developer</role> </roles> </developer> + <developer> + <name>Scott Ryan</name> + <id>echoscott</id> + <email>echoscott at users.sourceforge.net</email> + <organization>Soaring Eagle L.L.C</organization> + <roles> + <role>Software Developer</role> + </roles> + </developer> </developers> <dependencies> |
From: Siegfried G. <wd...@us...> - 2005-06-23 15:06:43
|
wdsgoe 05/06/23 08:06:36 Removed: weblogic/plugin-resources weblogic.xml Log: Obsolete since the first implementation used ANT tasks |
From: dion g. <dio...@us...> - 2005-06-22 12:20:39
|
diongillard 05/06/22 05:20:11 Modified: dbunit project.xml dbunit/xdocs changes.xml Log: [maven-scm-plugin] prepare release 1.6 Revision Changes Path 1.34 +7 -2 maven-plugins/dbunit/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/dbunit/project.xml,v retrieving revision 1.33 retrieving revision 1.34 diff -u -r1.33 -r1.34 --- project.xml 9 May 2005 12:26:23 -0000 1.33 +++ project.xml 22 Jun 2005 12:20:10 -0000 1.34 @@ -8,7 +8,7 @@ <name>Dbunit Plug-in</name> <!-- groupId is in parent --> - <currentVersion>1.6-SNAPSHOT</currentVersion> + <currentVersion>1.6</currentVersion> <!-- organization is in parent --> <inceptionYear>2003</inceptionYear> @@ -51,6 +51,11 @@ <name>1.5</name> <tag>MAVEN_PLUGINS_DBUNIT_1_5</tag> </version> + <version> + <id>1.6</id> + <name>1.6</name> + <tag>MAVEN_PLUGINS_DBUNIT_1_6</tag> + </version> </versions> <!-- mailingLists is in parent --> @@ -72,7 +77,7 @@ <roles> <role>Developer</role> </roles> - </developer> + </developer> </developers> <!-- no contributors --> <!-- licenses section not done yet --> 1.21 +1 -1 maven-plugins/dbunit/xdocs/changes.xml Index: changes.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/dbunit/xdocs/changes.xml,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- changes.xml 22 Jun 2005 12:17:22 -0000 1.20 +++ changes.xml 22 Jun 2005 12:20:11 -0000 1.21 @@ -6,7 +6,7 @@ <author email="dio...@so...">dIon Gillard</author> </properties> <body> - <release version="1.6" date="in cvs"> + <release version="1.6" date="2005-06-22"> <action dev="diongillard" type="add" due-to="Josh Holtzman">Order tables on export.</action> <action dev="dep4b" type="fix" due-to="Fabrizio Giustina" issue="1159028">Support mssql operations and warning for invalid values</action> </release> |