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: dion g. <dio...@us...> - 2004-07-13 07:04:36
|
diongillard 04/07/13 00:04:27 Modified: was40/xdocs changes.xml Log: update docs Revision Changes Path 1.13 +1 -0 maven-plugins/was40/xdocs/changes.xml Index: changes.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/was40/xdocs/changes.xml,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- changes.xml 13 Jul 2004 06:42:07 -0000 1.12 +++ changes.xml 13 Jul 2004 07:04:27 -0000 1.13 @@ -7,6 +7,7 @@ </properties> <body> <release version="1.3.1" date="in CVS"> + <action dev="diongillard" type="update">Updated docs for clarity and formatting</action> <action dev="diongillard" type="fix">remove use of outputproperty for exec, as multiple executions caused the same error to be displayed</action> </release> <release version="1.3" date="2004-07-13"> |
From: dion g. <dio...@us...> - 2004-07-13 07:00:14
|
diongillard 04/07/13 00:00:08 Modified: was40/xdocs index.xml Log: More docs clarification Revision Changes Path 1.3 +2 -2 maven-plugins/was40/xdocs/index.xml Index: index.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/was40/xdocs/index.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- index.xml 1 Mar 2004 02:22:33 -0000 1.2 +++ index.xml 13 Jul 2004 07:00:08 -0000 1.3 @@ -16,7 +16,7 @@ </section> <section name="Overview"> <p> - This plugin allows the user to manage automated WebSphere Application Server application installations + This plugin allows the user to manage and automate WebSphere Application Server application installations </p> <p> To use this plugin, you'll need an installation of IBM WebSphere Application Server Advanced 4.0.x @@ -30,7 +30,7 @@ <section name="Futures"> <ul> <li> - In the future this will also manage the installation of <b>WAR</b> (Web Application installations) + In the future this will also manage the installation of <b>WAR</b> files (Web Application installations) </li> <li> Your suggestions are always welcome! |
From: dion g. <dio...@us...> - 2004-07-13 06:55:52
|
diongillard 04/07/12 23:55:43 Modified: was40/xdocs goals.xml Log: Fix formatting Revision Changes Path 1.5 +34 -67 maven-plugins/was40/xdocs/goals.xml Index: goals.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/was40/xdocs/goals.xml,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- goals.xml 13 Jul 2004 04:36:12 -0000 1.4 +++ goals.xml 13 Jul 2004 06:55:42 -0000 1.5 @@ -16,47 +16,32 @@ <goal> <name>was40:app-start</name> <description>Starts an enterprise application - <ul> - <i>Required properties for this goal are:</i><br/> - <li> - ${maven.was40.enterprise.app.name} - Name of the enterprise application to start<br/> - </li> - </ul> + <i>Required properties for this goal are:</i> + <ul> + <li>${maven.was40.enterprise.app.name} - Name of the enterprise application to start</li> + </ul> </description> </goal> <goal> <name>was40:app-stop</name> <description>Stops an enterprise application - <ul> - <i>Required properties for this goal are:</i><br/> - <li> - ${maven.was40.enterprise.app.name} - Name of the enterprise application to stop<br></br> - </li> - </ul> + <i>Required properties for this goal are:</i> + <ul> + <li>${maven.was40.enterprise.app.name} - Name of the enterprise application to stop</li> + </ul> </description> </goal> <goal> <name>was40:deploy-ear</name> <description>Deploys an enterprise application to a given server group <b>or</b> application server + <i>Required properties for this goal are:</i> <ul> - <i>Required properties for this goal are:</i><br/> - <li> - ${maven.was40.appserver} - Name of the application server to deploy the enterprise application<br/> - <b>or</b><br /> - ${maven.was40.serverGroup} - Name of the server group to deploy the enterprise application - </li> - <li> - ${maven.was40.node} - Name of the node to deploy to<br/> - </li> - <li> - ${maven.was40.home} - Home directory of WebSphere application server<br/> + <li>${maven.was40.appserver} - Name of the application server to deploy the enterprise application + <b>or</b> ${maven.was40.serverGroup} - Name of the server group to deploy the enterprise application </li> - <li> - ${maven.was40.enterprise.app} - Name of the EAR file to deploy<br/> - </li> - <li> - ${maven.was40.enterprise.app.name} - Name you wish to give the application to deploy<br/> - </li> + <li>${maven.was40.node} - Name of the node to deploy to</li> + <li>${maven.was40.enterprise.app} - Name of the EAR file to deploy</li> + <li>${maven.was40.enterprise.app.name} - Name you wish to give the application to deploy</li> </ul> </description> </goal> @@ -65,39 +50,31 @@ <description>Deploys an application to the specified server group <ul> <i>Required properties for this goal are:</i><br/> - <li> - ${maven.was40.node} - Name of the node in which the server group resides<br /> - </li> - <li> - ${maven.was40.enterprise.app} - Name of the EAR file to deploy<br/> - </li> - <li> - ${maven.was40.enterprise.app.name} - Name to give the enterprise application<br /> - </li> - <li> - ${maven.was40.serverGroup.name} - Name of the server group to deploy the enterprise application<br/> - </li> + <li>${maven.was40.node} - Name of the node in which the server group resides</li> + <li>${maven.was40.enterprise.app} - Name of the EAR file to deploy</li> + <li>${maven.was40.enterprise.app.name} - Name to give the enterprise application</li> + <li>${maven.was40.serverGroup.name} - Name of the server group to deploy the enterprise application</li> </ul> </description> </goal> <goal> <name>was40:list-node</name> <description>Obtains a list of available nodes<br/> - <i>There are no properties passed to this goal.</i><br/> + <i>There are no properties needed to execute this goal.</i> </description> </goal> <goal> <name>was40:start</name> <description> Starts WebSphere - <p><i>There are no properties passed for this goal.</i></p> + <p><i>There are no properties needed to execute this goal.</i></p> </description> </goal> <goal> <name>was40:start-appserver</name> <description>Starts the specified Application Server + <i>Required properties for this goal are:</i> <ul> - <i>Required properties for this goal are:</i><br/> <li>${maven.was40.node} - Name of the node in which the application server resides</li> <li>${maven.was40.appserver} - Name of the application server to start</li> </ul> @@ -106,11 +83,9 @@ <goal> <name>was40:start-servergroup</name> <description>Start a websphere server group + <i>Required properties for this goal are:</i> <ul> - <i>Required properties for this goal are:</i><br/> - <li> - ${maven.was40.serverGroup.name} - Name of the server group to start<br/> - </li> + <li>${maven.was40.serverGroup.name} - Name of the server group to start</li> </ul> </description> </goal> @@ -119,8 +94,8 @@ <description>Stops a websphere node<br/> <ul> <li> - ${maven.was40.node} - Name of the node to stop<br/> - i.e: <i><b>devserver_1</b></i> + ${maven.was40.node} - Name of the node to stop<br/> + i.e: <i><b>devserver_1</b></i> </li> </ul> </description> @@ -128,37 +103,29 @@ <goal> <name>was40:stop-appserver</name> <description> - Stops the specified Application Server - <ul> - <i>Required properties for this goal are:</i><br/> - <li> - ${maven.was40.node} - Name of the node in which the application server resides<br/> - </li> - <li> - ${maven.was40.appserver} - Name of the application server to stop<br/> - </li> + Stops the specified Application Server + <i>Required properties for this goal are:</i> + <ul> + <li>${maven.was40.node} - Name of the node in which the application server resides</li> + <li>${maven.was40.appserver} - Name of the application server to stop</li> </ul> </description> </goal> <goal> <name>was40:stop-servergroup</name> <description>Stop a websphere server group + <i>Required properties for this goal are:</i> <ul> - <i>Required properties for this goal are:</i><br/> - <li> - ${maven.was40.serverGroup.name} - Name of the server group to stop<br/> - </li> + <li>${maven.was40.serverGroup.name} - Name of the server group to stop</li> </ul> </description> </goal> <goal> <name>was40:undeploy-ear</name> <description>Remove an enterprise application<br/> + <i>Required properties for this goal are:</i> <ul> - <i>Required properties for this goal are:</i><br/> - <li> - ${maven.was40.enterprise.app.name} - Name of the enterprise application to remove - </li> + <li>${maven.was40.enterprise.app.name} - Name of the enterprise application to remove</li> </ul> </description> </goal> |
From: dion g. <dio...@us...> - 2004-07-13 06:47:32
|
diongillard 04/07/12 23:47:25 Modified: was40/xdocs navigation.xml Log: Use new downloads page Revision Changes Path 1.6 +0 -5 maven-plugins/was40/xdocs/navigation.xml Index: navigation.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/was40/xdocs/navigation.xml,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- navigation.xml 13 Jul 2004 05:40:42 -0000 1.5 +++ navigation.xml 13 Jul 2004 06:47:25 -0000 1.6 @@ -12,10 +12,5 @@ <item href="/properties.html" name="Properties" /> <item href="/faq.html" name="FAQ" /> </menu> - <menu name="Downloads"> - <item name="v1.3" href="http://maven-plugins.sourceforge.net/maven/maven-plugins/plugins/maven-was40-plugin-1.3.jar"/> - <item name="v1.2" href="http://maven-plugins.sourceforge.net/maven/maven-plugins/plugins/maven-was40-plugin-1.2.jar"/> - <item name="v1.1" href="http://maven-plugins.sourceforge.net/maven/maven-plugins/plugins/maven-was40-plugin-1.1.jar"/> - </menu> </body> </project> \ No newline at end of file |
From: dion g. <dio...@us...> - 2004-07-13 06:42:50
|
diongillard 04/07/12 23:42:43 Modified: was40 project.xml Log: Start new version Doc change Revision Changes Path 1.12 +1 -1 maven-plugins/was40/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/was40/project.xml,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- project.xml 13 Jul 2004 04:56:22 -0000 1.11 +++ project.xml 13 Jul 2004 06:42:43 -0000 1.12 @@ -8,7 +8,7 @@ <name>WebSphere 4.0 Plug-in</name> <!-- groupId is in parent --> - <currentVersion>1.3</currentVersion> + <currentVersion>1.3.1-SNAPSHOT</currentVersion> <!-- organization is in parent --> <inceptionYear>2003</inceptionYear> |
From: dion g. <dio...@us...> - 2004-07-13 06:42:14
|
diongillard 04/07/12 23:42:07 Modified: was40/xdocs changes.xml Log: Start new version Doc change Revision Changes Path 1.12 +3 -0 maven-plugins/was40/xdocs/changes.xml Index: changes.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/was40/xdocs/changes.xml,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- changes.xml 13 Jul 2004 04:56:22 -0000 1.11 +++ changes.xml 13 Jul 2004 06:42:07 -0000 1.12 @@ -6,6 +6,9 @@ <author email="di...@ap...">dIon Gillard</author> </properties> <body> + <release version="1.3.1" date="in CVS"> + <action dev="diongillard" type="fix">remove use of outputproperty for exec, as multiple executions caused the same error to be displayed</action> + </release> <release version="1.3" date="2004-07-13"> <action dev="diongillard" type="fix">remove PATH from exec element</action> <action dev="diongillard" type="fix">Typo in start/stop-appserver goals</action> |
From: dion g. <dio...@us...> - 2004-07-13 06:40:49
|
diongillard 04/07/12 23:40:42 Modified: was40 plugin.jelly Log: Detab Remove echoing of output as it uses an ant property and multiple executions display the same message Revision Changes Path 1.12 +83 -120 maven-plugins/was40/plugin.jelly Index: plugin.jelly =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/was40/plugin.jelly,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- plugin.jelly 13 Jul 2004 04:19:56 -0000 1.11 +++ plugin.jelly 13 Jul 2004 06:40:42 -0000 1.12 @@ -1,9 +1,9 @@ <?xml version="1.0"?> <project - xmlns:define="jelly:define" - xmlns:j="jelly:core" - xmlns:u="jelly:util" - xmlns:was40wscp="was40wscp"> + xmlns:define="jelly:define" + xmlns:j="jelly:core" + xmlns:u="jelly:util" + xmlns:was40wscp="was40wscp"> <!-- set up maven.was40.script --> <j:choose> @@ -30,37 +30,16 @@ <!-- set up some tags to make calling wscp easier --> <define:taglib uri="was40wscp"> - <!-- - ! Execute a command using the WebSphere Control Program - ! @param command the wscp command to execute - ! @param var (optional) a variable to set with the results of the execution - !--> + <!-- + ! Execute a command using the WebSphere Control Program + ! @param command the wscp command to execute + ! @param var (optional) a variable to set with the results of the execution + !--> <define:tag name="exec"> <j:if test="${empty(command)}"> <fail>attribute command must be provided</fail> </j:if> - <!-- - wscp.qualifyHomeName=true - wscp.remotePasswordFile= - wscp.remoteConnectionTimeout=300 - wscp.remoteConnectionsAllowed=true - wscp.remoteHostListAccept= - wscp.remoteHostListReject= - # - # set traceString to enable tracing - # - # wscp.traceString=com.ibm.ejs.sm.client.ui.desc.*=all=enabled - # wscp.traceString=com.ibm.ejs.sm.ejscp.*=all=enabled - ## - # Typically, these need to be set if only ContextExtension is loaded - # (otherwise, EjscpExtension sets them as noted above) - # - # com.ibm.CORBA.BootstrapHost=pc-dev1 - # com.ibm.CORBA.BootstrapPort=900 - # java.naming.factory.initial=com.ibm.ejs.ns.jndi.CNInitialContextFactory - --> - <!-- delete the properties file here and recreate it --> <delete file="${java.io.tmpdir}/was40.properties" /> <j:file name="${java.io.tmpdir}/was40.properties" omitXmlDeclaration="true" escapeText="false"> @@ -72,12 +51,12 @@ <!-- properties file --> <u:file name="${java.io.tmpdir}/was40.properties" var="props" /> <echo>Executing '${command}' using wscp</echo> - <exec executable="${maven.was40.script}" outputproperty="results"> - <arg value="-p" /> - <arg value="${props.canonicalPath}" /> + <exec executable="${maven.was40.script}" outputproperty="results"> + <arg value="-p" /> + <arg value="${props.canonicalPath}" /> <arg value="${maven.was40.wscpArgs}" /> - <arg value="${command}" /> - </exec> + <arg value="${command}" /> + </exec> <!-- test if arguments have been passed --> <j:if test="${empty(var)}"> @@ -90,128 +69,112 @@ </define:taglib> <!-- default goal --> - <goal name="was40" - description="Obtain the list of nodes on the WebSphere Application Server"> - <attainGoal name="was40:list-node" /> + <goal name="was40" description="Obtain the list of nodes on the WebSphere Application Server"> + <attainGoal name="was40:list-node" /> </goal> - <goal name="was40:start" - description="Starts the specified node."> - <echo>Staring Node: '${maven.was40.node}'</echo> - <exec executable="${maven.was40.startServer.script}" /> + <goal name="was40:start" description="Starts the specified node."> + <echo>Staring Node: '${maven.was40.node}'</echo> + <exec executable="${maven.was40.startServer.script}" /> </goal> - <goal name="was40:stop" - description="Stops the specified websphere node."> - <echo>Stopping node: '${maven.was40.node}'</echo> - <was40wscp:exec command="${maven.was40.stopNode}" /> + <goal name="was40:stop" description="Stops the specified websphere node."> + <echo>Stopping node: '${maven.was40.node}'</echo> + <was40wscp:exec command="${maven.was40.stopNode}" /> </goal> <goal name="was40:list-node" description="Obtain the list of nodes on the WebSphere Application Server"> - <echo>Retreiving a list of available Nodes...</echo> - <was40wscp:exec command="${maven.was40.listNode}"/> + <echo>Retreiving a list of available Nodes...</echo> + <was40wscp:exec command="${maven.was40.listNode}"/> </goal> - <goal name="was40:deploy-ear" - description="Deploy an enterprise application"> - - <echo>Deploying enterprise application: '${maven.was40.enterprise.app.name}'</echo> - <was40wscp:exec command="${maven.was40.deployApp}" /> + <goal name="was40:deploy-ear" description="Deploy an enterprise application"> + <echo>Deploying enterprise application: '${maven.was40.enterprise.app.name}'</echo> + <was40wscp:exec command="${maven.was40.deployApp}" /> </goal> - <goal name="was40:app-stop" - description="Stop an enterprise application"> - <echo>Stopping enterprise application: '${maven.was40.enterprise.app.name}'</echo> - <was40wscp:exec command="${maven.was40.stopApp}" /> - </goal> + <goal name="was40:app-stop" description="Stop an enterprise application"> + <echo>Stopping enterprise application: '${maven.was40.enterprise.app.name}'</echo> + <was40wscp:exec command="${maven.was40.stopApp}" /> + </goal> - <goal name="was40:undeploy-ear" - description="Remove an enterprise application"> - <echo>Removing enterprise application: '${maven.was40.enterprise.app.name}'</echo> - <was40wscp:exec command="${maven.was40.removeApp}" /> - </goal> + <goal name="was40:undeploy-ear" description="Remove an enterprise application"> + <echo>Removing enterprise application: '${maven.was40.enterprise.app.name}'</echo> + <was40wscp:exec command="${maven.was40.removeApp}" /> + </goal> - <goal name="was40:app-start" - description="Start enterprise application"> - <echo>Starting enterprise application: '${maven.was40.enterprise.app.name}'</echo> - <was40wscp:exec command="${maven.was40.startApp}" /> - </goal> + <goal name="was40:app-start" description="Start enterprise application"> + <echo>Starting enterprise application: '${maven.was40.enterprise.app.name}'</echo> + <was40wscp:exec command="${maven.was40.startApp}" /> + </goal> - <goal name="was40:deploy-to-servergroup" - description="Deploy an application to a server group"> - <echo>Deploying enterprise application to server group: '${maven.was40.serverGroup.name}'</echo> - <was40wscp:exec command="${maven.was40.servergroup.install}" /> + <goal name="was40:deploy-to-servergroup" description="Deploy an application to a server group"> + <echo>Deploying enterprise application to server group: '${maven.was40.serverGroup.name}'</echo> + <was40wscp:exec command="${maven.was40.servergroup.install}" /> </goal> - <goal name="was40:start-appserver" - description="Start a websphere application server"> - <echo>Starting Application Server: '${maven.was40.appserver}'</echo> - <was40wscp:exec command="${maven.was40.appserver.start}" /> + <goal name="was40:start-appserver" description="Start a websphere application server"> + <echo>Starting Application Server: '${maven.was40.appserver}'</echo> + <was40wscp:exec command="${maven.was40.appserver.start}" /> </goal> - <goal name="was40:stop-appserver" - description="Stop a websphere application server"> - <echo>Stopping Application Server: '${maven.was40.appserver}'</echo> - <was40wscp:exec command="${maven.was40.appserver.stop}" /> + <goal name="was40:stop-appserver" description="Stop a websphere application server"> + <echo>Stopping Application Server: '${maven.was40.appserver}'</echo> + <was40wscp:exec command="${maven.was40.appserver.stop}" /> </goal> - <goal name="was40:start-servergroup" - description="Start a websphere server group"> - <echo>Starting ServerGroup: '${maven.was40.serverGroup.name}'</echo> - <was40wscp:exec command="${maven.was40.servergroup.start}" /> + <goal name="was40:start-servergroup" description="Start a websphere server group"> + <echo>Starting ServerGroup: '${maven.was40.serverGroup.name}'</echo> + <was40wscp:exec command="${maven.was40.servergroup.start}" /> </goal> - <goal name="was40:stop-servergroup" - description="Stop a websphere server group"> - <echo>Stopping ServerGroup: '${maven.was40.serverGroup.name}'</echo> - <was40wscp:exec command="${maven.was40.servergroup.stop}" /> + <goal name="was40:stop-servergroup" description="Stop a websphere server group"> + <echo>Stopping ServerGroup: '${maven.was40.serverGroup.name}'</echo> + <was40wscp:exec command="${maven.was40.servergroup.stop}" /> </goal> <goal name="was40:list-apps" description="List the applications installed on this node"> - <echo>Obtaining a list of Enterprise applications for node: '${maven.was40.node}'</echo> - <was40wscp:exec command="${maven.was40.listEnterpriseApps}" /> + <echo>Obtaining a list of Enterprise applications for node: '${maven.was40.node}'</echo> + <was40wscp:exec command="${maven.was40.listEnterpriseApps}" /> </goal> <goal name="was40:app-show" description="Display extra information about the EAR"> - <echo>Obtaining Details about EAR: '${maven.was40.enterprise.app.name}'</echo> - <was40wscp:exec command="${maven.was40.enterpriseAppShow}" /> + <echo>Obtaining Details about EAR: '${maven.was40.enterprise.app.name}'</echo> + <was40wscp:exec command="${maven.was40.enterpriseAppShow}" /> </goal> <goal name="was40:regen" description="Regenerate the Plugin"> - <echo>Regenerating Plugin for node: '${maven.was40.node}'</echo> - <exec executable="${maven.was40.plugin}" outputproperty="results"> - <arg value="-adminNodeName" /> - <arg value="${maven.was40.primaryNode}" /> - <arg value="-nodeName" /> - <arg value="${maven.was40.node}" /> - </exec> - <echo>${results}</echo> + <echo>Regenerating Plugin for node: '${maven.was40.node}'</echo> + <exec executable="${maven.was40.plugin}"> + <arg value="-adminNodeName" /> + <arg value="${maven.was40.primaryNode}" /> + <arg value="-nodeName" /> + <arg value="${maven.was40.node}" /> + </exec> </goal> <goal name="was40:jndi-dump" description="Dump the appserver's JNDI namespace"> - <echo>Dumping [jndi] Namespace for node: '${maven.was40.node}'</echo> - <exec executable="${maven.was40.dumpNameSpace}" outputproperty="result"> - <arg value="-host" /> - <arg value="${maven.was40.node}" /> - <arg value="-port" /> - <arg value="${maven.was40.hostPort}" /> - </exec> - <echo>${result}</echo> + <echo>Dumping [jndi] Namespace for node: '${maven.was40.node}'</echo> + <exec executable="${maven.was40.dumpNameSpace}"> + <arg value="-host" /> + <arg value="${maven.was40.node}" /> + <arg value="-port" /> + <arg value="${maven.was40.hostPort}" /> + </exec> </goal> <goal name="was40:expand" description="Expand EAR into the ../installedApps/appName.ear directory"> - <echo>Expanding EAR: '${maven.was40.enterprise.app.name}' into '${maven.was40.expandDir}/${maven.was40.enterprise.app.name}.ear'</echo> - <exec executable="${maven.was40.earExpander}" outputproperty="results"> - <arg value="-ear" /> - <arg value="${maven.was40.enterprise.app}" /> - <arg value="-expandDir" /> - <arg value="${maven.was40.expandDir}/${maven.was40.enterprise.app.name}.ear" /> - <arg value="-operation" /> - <arg value="expand" /> - <arg value="-expansionFlags" /> - <arg value="all" /> - </exec> - <echo>${results}</echo> + <echo>Expanding EAR: '${maven.was40.enterprise.app.name}' into '${maven.was40.expandDir}/${maven.was40.enterprise.app.name}.ear'</echo> + <exec executable="${maven.was40.earExpander}"> + <arg value="-ear" /> + <arg value="${maven.was40.enterprise.app}" /> + <arg value="-expandDir" /> + <arg value="${maven.was40.expandDir}/${maven.was40.enterprise.app.name}.ear" /> + <arg value="-operation" /> + <arg value="expand" /> + <arg value="-expansionFlags" /> + <arg value="all" /> + </exec> </goal> <!-- generate deployment and rmic code for an ejb jar --> |
From: dion g. <dio...@us...> - 2004-07-13 06:29:20
|
diongillard 04/07/12 23:29:14 Modified: . project.properties Log: Add distribution url for xdoc to generate the downloads page Revision Changes Path 1.7 +3 -0 maven-plugins/project.properties Index: project.properties =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/project.properties,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- project.properties 2 Sep 2003 12:16:59 -0000 1.6 +++ project.properties 13 Jul 2004 06:29:13 -0000 1.7 @@ -18,3 +18,6 @@ maven.ui.body.background=white maven.ui.body.foreground=black maven.ui.banner.background=white + +# Add distribution URL for later xdoc releases +maven.xdoc.distributionUrl=http://maven-plugins.sourceforge.net/maven/maven-plugins/plugins \ No newline at end of file |
From: dion g. <dio...@us...> - 2004-07-13 05:40:48
|
diongillard 04/07/12 22:40:42 Modified: was40/xdocs navigation.xml Log: Add download to nav Revision Changes Path 1.5 +2 -1 maven-plugins/was40/xdocs/navigation.xml Index: navigation.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/was40/xdocs/navigation.xml,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- navigation.xml 22 Mar 2004 10:47:49 -0000 1.4 +++ navigation.xml 13 Jul 2004 05:40:42 -0000 1.5 @@ -13,8 +13,9 @@ <item href="/faq.html" name="FAQ" /> </menu> <menu name="Downloads"> - <item name="v1.1" href="http://maven-plugins.sourceforge.net/maven/maven-plugins/plugins/maven-was40-plugin-1.1.jar"/> + <item name="v1.3" href="http://maven-plugins.sourceforge.net/maven/maven-plugins/plugins/maven-was40-plugin-1.3.jar"/> <item name="v1.2" href="http://maven-plugins.sourceforge.net/maven/maven-plugins/plugins/maven-was40-plugin-1.2.jar"/> + <item name="v1.1" href="http://maven-plugins.sourceforge.net/maven/maven-plugins/plugins/maven-was40-plugin-1.1.jar"/> </menu> </body> </project> \ No newline at end of file |
From: dion g. <dio...@us...> - 2004-07-13 04:56:28
|
diongillard 04/07/12 21:56:22 Modified: was40 project.xml was40/xdocs changes.xml Log: [maven-scm-plugin] prepare release 1.3 Revision Changes Path 1.11 +12 -7 maven-plugins/was40/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/was40/project.xml,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- project.xml 13 Jul 2004 04:55:27 -0000 1.10 +++ project.xml 13 Jul 2004 04:56:22 -0000 1.11 @@ -1,28 +1,31 @@ -<?xml version="1.0" ?> +<?xml version="1.0" encoding="UTF-8"?> <project> <extend>../plugin-project.xml</extend> <!--pomVersion is in parent --> + <id>maven-was40-plugin</id> <name>WebSphere 4.0 Plug-in</name> <!-- groupId is in parent --> - <currentVersion>1.3-SNAPSHOT</currentVersion> + + <currentVersion>1.3</currentVersion> <!-- organization is in parent --> + <inceptionYear>2003</inceptionYear> <!-- package, logo are in parent. no gumpRepositoryId --> + <description>A plugin to manage a WebSphere AppServer 4 installation</description> <shortDescription>Manipulate WAS 4</shortDescription> <!-- issue tracking url, siteAddress are in parent --> + <url>http://maven-plugins.sourceforge.net/maven-was40-plugin/</url> <siteDirectory>/home/groups/m/ma/maven-plugins/htdocs/maven-was40-plugin/</siteDirectory> <distributionDirectory>/home/groups/m/ma/maven-plugins/htdocs/maven-was40-plugin/distributions/</distributionDirectory> - <repository> <connection>scm:cvs:pserver:ano...@cv...:/cvsroot/maven-plugins:maven-plugins/was40</connection> <developerConnection>scm:cvs:ext:${maven.username}@cvs.sourceforge.net:/cvsroot/maven-plugins:maven-plugins/was40</developerConnection> <url>http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/maven-plugins/maven-plugins/was40/</url> </repository> - <versions> <version> <id>1.1</id> @@ -34,8 +37,12 @@ <name>1.2</name> <tag>MAVEN_WAS40_1_2</tag> </version> + <version> + <id>1.3</id> + <name>1.3</name> + <tag>MAVEN_WAS40_1_3</tag> + </version> </versions> - <!-- mailingLists is in parent --> <developers> @@ -57,7 +64,6 @@ </roles> </developer> </developers> - <!-- no contributors --> <!-- licenses section not done yet --> @@ -72,7 +78,6 @@ </properties> </dependency> </dependencies> - <!-- build is in the parent --> <!-- reports is in the parent --> 1.11 +10 -30 maven-plugins/was40/xdocs/changes.xml Index: changes.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/was40/xdocs/changes.xml,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- changes.xml 13 Jul 2004 04:22:38 -0000 1.10 +++ changes.xml 13 Jul 2004 04:56:22 -0000 1.11 @@ -1,47 +1,27 @@ -<?xml version="1.0"?> +<?xml version="1.0" encoding="UTF-8"?> + <document> <properties> <title>Changes</title> <author email="di...@ap...">dIon Gillard</author> </properties> - <body> - - <release version="1.3" date="in CVS"> + <release version="1.3" date="2004-07-13"> <action dev="diongillard" type="fix">remove PATH from exec element</action> <action dev="diongillard" type="fix">Typo in start/stop-appserver goals</action> </release> - <release version="1.2" date="2003-03-23"> - <action dev="diongillard" type="fix"> - fix for rmic code not being included in the jar - </action> - <action dev="diongillard" type="update"> - Defaulted maven.was40.hostPort to 900, maven.was40.node to localhost - </action> - <action dev="diongillard" type="update"> - Added faqs and updated project.xml to reflect new URL - </action> - <action dev="diongillard" type="update"> - Add property docs, and added deployOptions property - </action> + <action dev="diongillard" type="fix">fix for rmic code not being included in the jar</action> + <action dev="diongillard" type="update">Defaulted maven.was40.hostPort to 900, maven.was40.node to localhost</action> + <action dev="diongillard" type="update">Added faqs and updated project.xml to reflect new URL</action> + <action dev="diongillard" type="update">Add property docs, and added deployOptions property</action> </release> - <release version="1.1" date="2003-03-03"> - <action dev="diongillard" type="update"> - Added generate-ejb-code goal and faq - </action> - <action dev="kristen" type="update"> - Added expand, jndi-dump, regen, app-show, list-apps goals - </action> + <action dev="diongillard" type="update">Added generate-ejb-code goal and faq</action> + <action dev="kristen" type="update">Added expand, jndi-dump, regen, app-show, list-apps goals</action> </release> - <release version="1.0" date="Unknown"> - <action dev="diongillard" type="add"> - Added plugin provided by Kristen Gillard - </action> + <action dev="diongillard" type="add">Added plugin provided by Kristen Gillard</action> </release> - </body> </document> - |
From: dion g. <dio...@us...> - 2004-07-13 04:55:33
|
diongillard 04/07/12 21:55:27 Modified: was40 project.xml Log: Dev conn is ext Revision Changes Path 1.10 +1 -1 maven-plugins/was40/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/was40/project.xml,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- project.xml 13 Jul 2004 04:54:28 -0000 1.9 +++ project.xml 13 Jul 2004 04:55:27 -0000 1.10 @@ -19,7 +19,7 @@ <repository> <connection>scm:cvs:pserver:ano...@cv...:/cvsroot/maven-plugins:maven-plugins/was40</connection> - <developerConnection>scm:cvs:pserver:${maven.username}@cvs.sourceforge.net:/cvsroot/maven-plugins:maven-plugins/was40</developerConnection> + <developerConnection>scm:cvs:ext:${maven.username}@cvs.sourceforge.net:/cvsroot/maven-plugins:maven-plugins/was40</developerConnection> <url>http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/maven-plugins/maven-plugins/was40/</url> </repository> |
From: dion g. <dio...@us...> - 2004-07-13 04:54:35
|
diongillard 04/07/12 21:54:29 Modified: was40 project.xml Log: Add developerConnection for scm:prepare-release Revision Changes Path 1.9 +1 -0 maven-plugins/was40/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/was40/project.xml,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- project.xml 23 Mar 2004 00:28:59 -0000 1.8 +++ project.xml 13 Jul 2004 04:54:28 -0000 1.9 @@ -19,6 +19,7 @@ <repository> <connection>scm:cvs:pserver:ano...@cv...:/cvsroot/maven-plugins:maven-plugins/was40</connection> + <developerConnection>scm:cvs:pserver:${maven.username}@cvs.sourceforge.net:/cvsroot/maven-plugins:maven-plugins/was40</developerConnection> <url>http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/maven-plugins/maven-plugins/was40/</url> </repository> |
From: dion g. <dio...@us...> - 2004-07-13 04:36:18
|
diongillard 04/07/12 21:36:12 Modified: was40/xdocs goals.xml Log: Fix docs on enterprise.app Revision Changes Path 1.4 +2 -2 maven-plugins/was40/xdocs/goals.xml Index: goals.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/was40/xdocs/goals.xml,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- goals.xml 13 Jul 2004 04:19:56 -0000 1.3 +++ goals.xml 13 Jul 2004 04:36:12 -0000 1.4 @@ -52,7 +52,7 @@ ${maven.was40.home} - Home directory of WebSphere application server<br/> </li> <li> - ${maven.was40.enterprise.app} - Name of the enterprise application to deploy<br/> + ${maven.was40.enterprise.app} - Name of the EAR file to deploy<br/> </li> <li> ${maven.was40.enterprise.app.name} - Name you wish to give the application to deploy<br/> @@ -69,7 +69,7 @@ ${maven.was40.node} - Name of the node in which the server group resides<br /> </li> <li> - ${maven.was40.enterprise.app} - Name of the enterprise application to deploy<br/> + ${maven.was40.enterprise.app} - Name of the EAR file to deploy<br/> </li> <li> ${maven.was40.enterprise.app.name} - Name to give the enterprise application<br /> |
From: dion g. <dio...@us...> - 2004-07-13 04:22:44
|
diongillard 04/07/12 21:22:38 Modified: was40/xdocs changes.xml Log: Doc change Revision Changes Path 1.10 +2 -3 maven-plugins/was40/xdocs/changes.xml Index: changes.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/was40/xdocs/changes.xml,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- changes.xml 23 Mar 2004 00:28:59 -0000 1.9 +++ changes.xml 13 Jul 2004 04:22:38 -0000 1.10 @@ -8,9 +8,8 @@ <body> <release version="1.3" date="in CVS"> - <action dev="diongillard" type="fix"> - remove PATH from exec element - </action> + <action dev="diongillard" type="fix">remove PATH from exec element</action> + <action dev="diongillard" type="fix">Typo in start/stop-appserver goals</action> </release> <release version="1.2" date="2003-03-23"> |
From: dion g. <dio...@us...> - 2004-07-13 04:20:02
|
diongillard 04/07/12 21:19:56 Modified: was40/xdocs goals.xml was40 plugin.jelly Log: Fix typo in name of appserver in echo tag Revision Changes Path 1.3 +2 -6 maven-plugins/was40/xdocs/goals.xml Index: goals.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/was40/xdocs/goals.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- goals.xml 1 Mar 2004 02:17:34 -0000 1.2 +++ goals.xml 13 Jul 2004 04:19:56 -0000 1.3 @@ -98,12 +98,8 @@ <description>Starts the specified Application Server <ul> <i>Required properties for this goal are:</i><br/> - <li> - ${maven.was40.node} - Name of the node in which the application server resides<br/> - </li> - <li> - ${maven.was40.appserver} - Name of the application server to start<br/> - </li> + <li>${maven.was40.node} - Name of the node in which the application server resides</li> + <li>${maven.was40.appserver} - Name of the application server to start</li> </ul> </description> </goal> 1.11 +2 -2 maven-plugins/was40/plugin.jelly Index: plugin.jelly =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/was40/plugin.jelly,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- plugin.jelly 23 Mar 2004 01:19:57 -0000 1.10 +++ plugin.jelly 13 Jul 2004 04:19:56 -0000 1.11 @@ -145,13 +145,13 @@ <goal name="was40:start-appserver" description="Start a websphere application server"> - <echo>Starting Application Server: '${maven.was40.appserver.name}'</echo> + <echo>Starting Application Server: '${maven.was40.appserver}'</echo> <was40wscp:exec command="${maven.was40.appserver.start}" /> </goal> <goal name="was40:stop-appserver" description="Stop a websphere application server"> - <echo>Stopping Application Server: '${maven.was40.appserver.name}'</echo> + <echo>Stopping Application Server: '${maven.was40.appserver}'</echo> <was40wscp:exec command="${maven.was40.appserver.stop}" /> </goal> |
From: Andy J. <and...@us...> - 2004-07-12 05:34:42
|
andy_jefferson 04/07/11 22:34:36 Modified: jpox project.xml Log: To go with JPOX 1.1.0-alpha-1 Revision Changes Path 1.15 +3 -3 maven-plugins/jpox/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/jpox/project.xml,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- project.xml 25 Jun 2004 10:15:49 -0000 1.14 +++ project.xml 12 Jul 2004 05:34:35 -0000 1.15 @@ -2,7 +2,7 @@ <extend>${basedir}/../plugin-project.xml</extend> <id>maven-jpox-plugin</id> <name>JPOX JDO plugin</name> - <currentVersion>1.0.0</currentVersion> + <currentVersion>1.1.0-alpha-1</currentVersion> <inceptionYear>2003</inceptionYear> <description>Maven plugin for Java Persistent Objects (JPOX) JDO implementation.</description> <shortDescription>Maven plugin for JPOX.</shortDescription> @@ -31,12 +31,12 @@ <dependency> <groupId>jpox</groupId> <artifactId>jpox</artifactId> - <version>1.0.0</version> + <version>1.1.0-alpha-1</version> </dependency> <dependency> <groupId>jpox</groupId> <artifactId>jpox-enhancer</artifactId> - <version>1.0.0</version> + <version>1.1.0-alpha-1</version> </dependency> <dependency> <groupId>log4j</groupId> |
From: Andy J. <and...@us...> - 2004-07-08 08:21:01
|
andy_jefferson 04/07/08 01:20:54 Modified: jpox/xdocs index.xml jpox plugin.jelly Log: Fix bug in classpath usage. Remove unnecessary note on description Revision Changes Path 1.6 +0 -11 maven-plugins/jpox/xdocs/index.xml Index: index.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/jpox/xdocs/index.xml,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- index.xml 19 May 2004 16:29:57 -0000 1.5 +++ index.xml 8 Jul 2004 08:20:53 -0000 1.6 @@ -12,17 +12,6 @@ JDO implementation (<a href="http://www.jpox.org">JPOX</a>) of Sun's JDO spec. </p> - <p> - To use this plugin, you will need to install JPOX's jar into - your Maven repository. You will need the following jar's to be - in place for it to work (these can be symbolically linked from - your JPOX installation directory). - <source> -${maven.repo.local}/jpox/jars/ -${maven.repo.local}/jpox/jars/jpox-1.0.0-beta-4.jar -${maven.repo.local}/jpox/jars/jpox-enhancer-1.0.0-beta-4.jar - </source> - </p> </section> </body> 1.13 +2 -6 maven-plugins/jpox/plugin.jelly Index: plugin.jelly =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/jpox/plugin.jelly,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- plugin.jelly 9 Jun 2004 08:49:31 -0000 1.12 +++ plugin.jelly 8 Jul 2004 08:20:54 -0000 1.13 @@ -64,11 +64,9 @@ <!-- Construct CLASSPATH for enhancer --> <path id="enhancerClasspath"> - <pathelement path="${maven.jpox.classes.dir}"/> + <path refid="jpoxClasspath"/> <pathelement path="${plugin.getDependencyPath('jpox:jpox-enhancer')}"/> <pathelement path="${plugin.getDependencyPath('bcel')}"/> - <pathelement path="${plugin.getDependencyPath('log4j')}"/> - <pathelement path="${plugin.getDependencyPath('jdo')}"/> </path> <!-- Run JPOX Enhancer on JDO files --> @@ -102,11 +100,9 @@ <!-- Construct CLASSPATH for enhancer --> <path id="enhancerClasspath"> - <pathelement path="${maven.jpox.classes.dir}"/> + <path refid="jpoxClasspath"/> <pathelement path="${plugin.getDependencyPath('jpox:jpox-enhancer')}"/> <pathelement path="${plugin.getDependencyPath('bcel')}"/> - <pathelement path="${plugin.getDependencyPath('log4j')}"/> - <pathelement path="${plugin.getDependencyPath('jdo')}"/> </path> <!-- Run JPOX Enhancer "checkonly" on JDO files --> |
From: Andy J. <and...@us...> - 2004-06-25 10:15:58
|
andy_jefferson 04/06/25 03:15:50 Modified: jpox/xdocs changes.xml navigation.xml jpox project.xml . maven.xml Log: Updates for JPOX 1.0.0 release Revision Changes Path 1.10 +3 -0 maven-plugins/jpox/xdocs/changes.xml Index: changes.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/jpox/xdocs/changes.xml,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- changes.xml 19 May 2004 16:29:57 -0000 1.9 +++ changes.xml 25 Jun 2004 10:15:48 -0000 1.10 @@ -6,6 +6,9 @@ </properties> <body> + <release version="1.0.0" date="04-Jul-2004" description="Use of JPOX 1.0.0"> + </release> + <release version="1.0.0-beta-4" date="27-Apr-2004" description="Use of JPOX 1.0.0-beta-4"> <action dev="andy_jefferson" type="update">Changed to use JPOX 1.0.0-beta-4</action> <action dev="andy_jefferson" type="update">Changed to use JPOX Enhancer 1.0.0-beta-4 instead of Sun RI enhancer</action> 1.7 +1 -1 maven-plugins/jpox/xdocs/navigation.xml Index: navigation.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/jpox/xdocs/navigation.xml,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- navigation.xml 25 Apr 2004 12:47:09 -0000 1.6 +++ navigation.xml 25 Jun 2004 10:15:49 -0000 1.7 @@ -12,7 +12,7 @@ <item name="Goals" href="/goals.html" /> <item name="Properties" href="/properties.html" /> <item name="Changes" href="/changes-report.html" /> - <item name="Download" href="http://maven-plugins.sf.net/maven/plugins/maven-jpox-plugin-1.0.0-beta-4.jar" /> + <item name="Download" href="http://maven-plugins.sf.net/maven/plugins/maven-jpox-plugin-1.0.0.jar" /> </menu> </body> </project> 1.14 +3 -3 maven-plugins/jpox/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/jpox/project.xml,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- project.xml 9 Jun 2004 08:48:53 -0000 1.13 +++ project.xml 25 Jun 2004 10:15:49 -0000 1.14 @@ -2,7 +2,7 @@ <extend>${basedir}/../plugin-project.xml</extend> <id>maven-jpox-plugin</id> <name>JPOX JDO plugin</name> - <currentVersion>1.0.0-beta-4</currentVersion> + <currentVersion>1.0.0</currentVersion> <inceptionYear>2003</inceptionYear> <description>Maven plugin for Java Persistent Objects (JPOX) JDO implementation.</description> <shortDescription>Maven plugin for JPOX.</shortDescription> @@ -31,12 +31,12 @@ <dependency> <groupId>jpox</groupId> <artifactId>jpox</artifactId> - <version>1.0.0-beta-4</version> + <version>1.0.0</version> </dependency> <dependency> <groupId>jpox</groupId> <artifactId>jpox-enhancer</artifactId> - <version>1.0.0-beta-4</version> + <version>1.0.0</version> </dependency> <dependency> <groupId>log4j</groupId> 1.20 +2 -2 maven-plugins/maven.xml Index: maven.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/maven.xml,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- maven.xml 16 Jun 2004 18:54:12 -0000 1.19 +++ maven.xml 25 Jun 2004 10:15:49 -0000 1.20 @@ -22,8 +22,8 @@ <!-- for the jpox plugin --> <ant:mkdir dir="${maven.repo.local}/jpox/jars/"/> - <ant:touch file="${maven.repo.local}/jpox/jars/jpox-1.0.0-beta-4.jar"/> - <ant:touch file="${maven.repo.local}/jpox/jars/jpox-enhancer-1.0.0-beta-4.jar"/> + <ant:touch file="${maven.repo.local}/jpox/jars/jpox-1.0.0.jar"/> + <ant:touch file="${maven.repo.local}/jpox/jars/jpox-enhancer-1.0.0.jar"/> <ant:touch file="${maven.repo.local}/jdo/jars/jdo-1.0.1.jar"/> <!-- for the jaxb plugin --> |
From: Andy J. <and...@us...> - 2004-06-16 18:55:19
|
andy_jefferson 04/06/16 11:55:11 Modified: kodo/xdocs changes.xml kodo plugin.jelly project.xml Log: Updated to kodo ver 3.1.2. Changed plugin version to be same name as Kodo. All is contrib from Stephane Bouchet Revision Changes Path 1.2 +5 -2 maven-plugins/kodo/xdocs/changes.xml Index: changes.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/kodo/xdocs/changes.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- changes.xml 21 Aug 2003 11:11:41 -0000 1.1 +++ changes.xml 16 Jun 2004 18:55:11 -0000 1.2 @@ -2,11 +2,14 @@ <document> <properties> <title>Changes</title> - <author email="an...@aj...">Andy Jefferson</author> </properties> <body> - + <release version="3.1.2" date="16-Jun-2004" description="Released for Kodo 3.1.2"> + <action dev="andy_jefferson" type="add"> + Released for Kodo 3.1.2 contrib by Stephane Bouchet + </action> + </release> <release version="1.0" date="22-Aug-2003" description="Initial release under maven-plugins project"> <action dev="andy_jefferson" type="add"> Released under maven-plugins SourceForge project. 1.3 +8 -3 maven-plugins/kodo/plugin.jelly Index: plugin.jelly =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/kodo/plugin.jelly,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- plugin.jelly 2 Sep 2003 17:15:16 -0000 1.2 +++ plugin.jelly 16 Jun 2004 18:55:11 -0000 1.3 @@ -66,14 +66,18 @@ <!-- Construct CLASSPATH to include build and other deps --> <path id="myclasspath"> <path refid="kodoClasspath"/> + <path refid="maven.dependency.classpath"/> <pathelement path="${maven.build.dest}"/> <pathelement path="${plugin.getDependencyPath('commons-lang')}"/> <pathelement path="${plugin.getDependencyPath('commons-logging')}"/> + <pathelement path="${plugin.getDependencyPath('mx4j+tools')}"/> + <pathelement path="${plugin.getDependencyPath('mx4j+jmx')}"/> + </path> <!-- Run enhancer on JDO files --> <ant:java dir="${maven.build.dest}" - classname="com.solarmetric.kodo.enhance.JDOEnhancer" + classname="kodo.enhance.JDOEnhancer" failonerror="true" fork="true"> <classpath refid="myclasspath"/> @@ -101,6 +105,7 @@ <pathelement path="${plugin.getDependencyPath('log4j')}"/> <pathelement path="${plugin.getDependencyPath('commons-lang')}"/> <pathelement path="${plugin.getDependencyPath('commons-logging')}"/> + <pathelement path="${plugin.getDependencyPath('commons-pool')}"/> <j:set var="jdo_jdbc_jar_var_name" value="maven.kodo.jdbc.jar"/> <j:if test="${context.getVariable(jdo_jdbc_jar_var_name) != null}"> <pathelement path="${context.getVariable(jdo_jdbc_jar_var_name)}"/> @@ -109,7 +114,7 @@ <!-- Run schematool using JDO files --> <ant:java dir="${maven.build.dest}" - classname="com.solarmetric.kodo.impl.jdbc.schema.SchemaTool" + classname="kodo.jdbc.schema.SchemaTool" failonerror="true" fork="true"> <classpath refid="myclasspath"/> @@ -129,7 +134,7 @@ <!-- Run JDOVersion --> <ant:java dir="${maven.build.dest}" - classname="com.solarmetric.kodo.conf.JDOVersion" + classname="kodo.conf.JDOVersion" failonerror="true" fork="true"> <classpath refid="kodoClasspath"/> 1.9 +25 -6 maven-plugins/kodo/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/kodo/project.xml,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- project.xml 20 Jan 2004 08:35:51 -0000 1.8 +++ project.xml 16 Jun 2004 18:55:11 -0000 1.9 @@ -2,14 +2,15 @@ <extend>${basedir}/../plugin-project.xml</extend> <!-- pomVersion is in parent --> <id>maven-kodo-plugin</id> - <name>Kodo JDO Plugin</name> + <name>Kodo Plugin</name> <!-- groupId is in parent --> - <currentVersion>1.0</currentVersion> + <currentVersion>3.1.2</currentVersion> <!-- organization is in parent --> <inceptionYear>2003</inceptionYear> <!-- package, logo are in parent. no gumpRepositoryId --> <description>Maven plugin for Solarmetric's Kodo JDO implementation</description> <shortDescription>Maven plugin for Solarmetric's Kodo JDO implementation</shortDescription> + <url>http://maven-plugins.sourceforge.net/kodo/</url> <!-- issueTrackingUrl, siteAddress are in parent --> <siteDirectory>/home/groups/m/ma/maven-plugins/htdocs/kodo/</siteDirectory> <distributionDirectory>/home/groups/m/ma/maven-plugins/htdocs/kodo/distributions/</distributionDirectory> @@ -23,7 +24,6 @@ <developer> <name>Andy Jefferson</name> <id>andy_jefferson</id> - <email>an...@aj...</email> <organization>AJSoft Limited</organization> <roles> <role>Developer</role> @@ -32,31 +32,50 @@ </developers> <dependencies> - <!-- if any of the kodo dependencies are updated remember to update ../maven-xml --> <dependency> <groupId>kodo</groupId> <artifactId>kodo-jdo</artifactId> - <version>2.5.2</version> + <version>3.1.2</version> </dependency> <dependency> <groupId>kodo</groupId> <artifactId>kodo-jdo-runtime</artifactId> - <version>2.5.2</version> + <version>3.1.2</version> </dependency> <dependency> <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> <version>1.0.3</version> + </dependency> <dependency> <groupId>commons-lang</groupId> <artifactId>commons-lang</artifactId> <version>1.0.1</version> + </dependency> +<dependency> + <groupId>commons-pool</groupId> + <artifactId>commons-pool</artifactId> + <version>1.1</version> + + </dependency> + <dependency> <groupId>log4j</groupId> <artifactId>log4j</artifactId> <version>1.2.8</version> + + </dependency> + <dependency> + <groupId>mx4j</groupId> + <artifactId>mx4j-jmx</artifactId> + <version>2.0.1</version> + </dependency> + <dependency> + <groupId>mx4j</groupId> + <artifactId>mx4j-tools</artifactId> + <version>1.1</version> </dependency> </dependencies> |
From: Andy J. <and...@us...> - 2004-06-16 18:54:21
|
andy_jefferson 04/06/16 11:54:13 Modified: . maven.xml Log: Update to Kodo jars Revision Changes Path 1.19 +2 -2 maven-plugins/maven.xml Index: maven.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/maven.xml,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- maven.xml 19 May 2004 16:29:59 -0000 1.18 +++ maven.xml 16 Jun 2004 18:54:12 -0000 1.19 @@ -13,8 +13,8 @@ <!-- for the kodo plugin --> <ant:mkdir dir="${maven.repo.local}/kodo/jars/"/> - <ant:touch file="${maven.repo.local}/kodo/jars/kodo-jdo-2.5.2.jar"/> - <ant:touch file="${maven.repo.local}/kodo/jars/kodo-jdo-runtime-2.5.2.jar"/> + <ant:touch file="${maven.repo.local}/kodo/jars/kodo-jdo-3.1.2.jar"/> + <ant:touch file="${maven.repo.local}/kodo/jars/kodo-jdo-runtime-3.1.2.jar"/> <!-- for the sdocbook plugin --> <ant:mkdir dir="${maven.repo.local}/jimi/jars/"/> |
From: Andy J. <and...@us...> - 2004-06-09 08:49:37
|
andy_jefferson 04/06/09 01:49:31 Modified: jpox plugin.jelly Log: Changed EnhanceUtils to use JPOX Enhancer instead Revision Changes Path 1.12 +22 -5 maven-plugins/jpox/plugin.jelly Index: plugin.jelly =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/jpox/plugin.jelly,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- plugin.jelly 27 May 2004 07:30:34 -0000 1.11 +++ plugin.jelly 9 Jun 2004 08:49:31 -0000 1.12 @@ -100,13 +100,30 @@ prereqs="jpox:init"> <echo>Checking classes for Persistence Capability</echo> - <!-- Run enhance check --> - <ant:java dir="${maven.jpox.classes.dir}" - classname="org.jpox.enhance.EnhanceUtils" + <!-- Construct CLASSPATH for enhancer --> + <path id="enhancerClasspath"> + <pathelement path="${maven.jpox.classes.dir}"/> + <pathelement path="${plugin.getDependencyPath('jpox:jpox-enhancer')}"/> + <pathelement path="${plugin.getDependencyPath('bcel')}"/> + <pathelement path="${plugin.getDependencyPath('log4j')}"/> + <pathelement path="${plugin.getDependencyPath('jdo')}"/> + </path> + + <!-- Run JPOX Enhancer "checkonly" on JDO files --> + <ant:java classname="org.jpox.enhancer.JPOXEnhancer" failonerror="true" fork="true"> - <classpath refid="jpoxClasspath"/> - <arg line="-check"/> + <classpath refid="enhancerClasspath"/> + + <j:if test="${context.getVariable('maven.jpox.log4j.configuration') != null}"> + <jvmarg value="-Dlog4j.configuration=${context.getVariable('maven.jpox.log4j.configuration')}"/> + </j:if> + + <j:if test="${context.getVariable('maven.jpox.verbose').toString().trim().equalsIgnoreCase('true')}"> + <arg line="-v"/> + </j:if> + + <arg line="-checkonly"/> <arg line="${jdoMetaDataFiles}"/> </ant:java> </goal> |
From: Andy J. <and...@us...> - 2004-06-09 08:49:00
|
andy_jefferson 04/06/09 01:48:54 Modified: jpox project.xml Log: Update shortDescription to size limit Revision Changes Path 1.13 +2 -3 maven-plugins/jpox/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/jpox/project.xml,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- project.xml 19 May 2004 16:29:58 -0000 1.12 +++ project.xml 9 Jun 2004 08:48:53 -0000 1.13 @@ -5,7 +5,7 @@ <currentVersion>1.0.0-beta-4</currentVersion> <inceptionYear>2003</inceptionYear> <description>Maven plugin for Java Persistent Objects (JPOX) JDO implementation.</description> - <shortDescription>Maven plugin for Java Persistent Objects (JPOX) JDO implementation.</shortDescription> + <shortDescription>Maven plugin for JPOX.</shortDescription> <siteDirectory>/home/groups/m/ma/maven-plugins/htdocs/jpox/</siteDirectory> <distributionDirectory>/home/groups/m/ma/maven-plugins/htdocs/jpox/distributions/</distributionDirectory> @@ -18,8 +18,7 @@ <developer> <name>Andy Jefferson</name> <id>andy_jefferson</id> - <email>an...@aj...</email> - <organization>AJSoft Limited</organization> + <email>an...@jp...</email> <roles> <role>Developer</role> </roles> |
From: Andy J. <and...@us...> - 2004-05-27 07:30:43
|
andy_jefferson 04/05/27 00:30:35 Modified: jpox plugin.jelly Log: More updates for logging Revision Changes Path 1.11 +23 -10 maven-plugins/jpox/plugin.jelly Index: plugin.jelly =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/jpox/plugin.jelly,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- plugin.jelly 20 May 2004 06:17:19 -0000 1.10 +++ plugin.jelly 27 May 2004 07:30:34 -0000 1.11 @@ -45,10 +45,11 @@ <!-- Construct CLASSPATH to include JPOX and the classes --> <path id="jpoxClasspath"> - <!--path refid="maven.dependency.classpath"/--> + <path refid="maven.dependency.classpath"/> <pathelement path="${maven.jpox.classes.dir}"/> <pathelement path="${plugin.getDependencyPath('jpox')}"/> <pathelement path="${plugin.getDependencyPath('log4j')}"/> + <pathelement path="${plugin.getDependencyPath('jdo')}"/> </path> </goal> @@ -119,9 +120,8 @@ prereqs="jpox:init"> <echo>Creating tables for Persistence Capability</echo> - <!-- Run enhance check --> - <ant:java dir="${maven.jpox.classes.dir}" - classname="org.jpox.SchemaTool" + <!-- Run SchemaTool --> + <ant:java classname="org.jpox.SchemaTool" failonerror="true" fork="true"> <classpath refid="jpoxClasspath"/> @@ -134,6 +134,11 @@ <sysproperty key="javax.jdo.option.ConnectionUserName" value="${maven.jpox.database.user}"/> <sysproperty key="javax.jdo.option.ConnectionPassword" value="${maven.jpox.database.password}"/> <arg line="-create"/> + + <j:if test="${context.getVariable('maven.jpox.verbose').toString().trim().equalsIgnoreCase('true')}"> + <arg line="-v"/> + </j:if> + <arg line="${jdoMetaDataFiles}"/> </ant:java> </goal> @@ -147,9 +152,8 @@ prereqs="jpox:init"> <echo>Deleting tables for Persistence Capability</echo> - <!-- Run enhance check --> - <ant:java dir="${maven.jpox.classes.dir}" - classname="org.jpox.SchemaTool" + <!-- Run SchemaTool --> + <ant:java classname="org.jpox.SchemaTool" failonerror="true" fork="true"> <classpath refid="jpoxClasspath"/> @@ -162,6 +166,11 @@ <sysproperty key="javax.jdo.option.ConnectionUserName" value="${maven.jpox.database.user}"/> <sysproperty key="javax.jdo.option.ConnectionPassword" value="${maven.jpox.database.password}"/> <arg line="-delete"/> + + <j:if test="${context.getVariable('maven.jpox.verbose').toString().trim().equalsIgnoreCase('true')}"> + <arg line="-v"/> + </j:if> + <arg line="${jdoMetaDataFiles}"/> </ant:java> </goal> @@ -175,9 +184,8 @@ prereqs="jpox:init"> <echo>Validating tables for Persistence Capability</echo> - <!-- Run enhance check --> - <ant:java dir="${maven.jpox.classes.dir}" - classname="org.jpox.SchemaTool" + <!-- Run SchemaTool --> + <ant:java classname="org.jpox.SchemaTool" failonerror="true" fork="true"> <classpath refid="jpoxClasspath"/> @@ -190,6 +198,11 @@ <sysproperty key="javax.jdo.option.ConnectionUserName" value="${maven.jpox.database.user}"/> <sysproperty key="javax.jdo.option.ConnectionPassword" value="${maven.jpox.database.password}"/> <arg line="-validate"/> + + <j:if test="${context.getVariable('maven.jpox.verbose').toString().trim().equalsIgnoreCase('true')}"> + <arg line="-v"/> + </j:if> + <arg line="${jdoMetaDataFiles}"/> </ant:java> </goal> |
From: Andy J. <and...@us...> - 2004-05-22 05:17:49
|
andy_jefferson 04/05/21 22:17:43 Modified: tasks/src/plugin-resources tasks.jsl tasks/xdocs changes.xml tasks project.xml Log: Addition of subcategories. Addition of defaults for status/creator columns. Added version column to display. Revision Changes Path 1.4 +48 -3 maven-plugins/tasks/src/plugin-resources/tasks.jsl Index: tasks.jsl =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/tasks/src/plugin-resources/tasks.jsl,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- tasks.jsl 25 Nov 2003 21:43:38 -0000 1.3 +++ tasks.jsl 22 May 2004 05:17:42 -0000 1.4 @@ -37,15 +37,23 @@ <j:set var="category"><x:expr select="@name"/></j:set> <section name="Tasks : ${category}"> <a name="${category}"/> + <!-- Tasks for the category --> <table> - <tr><th style='width:60px'>Creator</th><th style='width:60px'>Assigned to</th><th>Task</th><th style='width:50px'>Start Date</th><th style='width:50px'>End Date</th><th style='width:30px'>Effort</th><th style='width:50px'>Status</th></tr> + <tr><th style='width:60px'>Creator</th><th style='width:60px'>Assigned to</th><th>Task</th><th style='width:50px'>Start Date</th><th style='width:50px'>End Date</th><th style='width:30px'>Effort</th><th style='width:50px'>Status</th><th>Version</th></tr> <x:forEach var="task" select="task"> <j:set var="creator"><x:expr select="@creator"/></j:set> + <j:if test="${empty(creator)}"> + <j:set var="creator">Unknown</j:set> + </j:if> <j:set var="assignedto"><x:expr select="@assignedto"/></j:set> <j:set var="startdate"><x:expr select="@startdate"/></j:set> <j:set var="enddate"><x:expr select="@enddate"/></j:set> <j:set var="effort"><x:expr select="@effort"/></j:set> <j:set var="status"><x:expr select="@status"/></j:set> + <j:if test="${empty(status)}"> + <j:set var="status">Not started</j:set> + </j:if> + <j:set var="version"><x:expr select="@version"/></j:set> <tr> <td><a href="team-list.html#${creator}">${creator}</a></td> <td><a href="team-list.html#${assignedto}">${assignedto}</a></td> @@ -54,9 +62,46 @@ <td>${enddate}</td> <td>${effort}</td> <td>${status}</td> - </tr> + <td>${version}</td> + </tr> </x:forEach> </table> + + <!-- Subcategories --> + <x:forEach select="subcategory"> + <j:set var="subcategory"><x:expr select="@name"/></j:set> + <subsection name="Tasks : ${category} - ${subcategory}"> + <!-- Tasks for the subcategory --> + <table> + <tr><th style='width:60px'>Creator</th><th style='width:60px'>Assigned to</th><th>Task</th><th style='width:50px'>Start Date</th><th style='width:50px'>End Date</th><th style='width:30px'>Effort</th><th style='width:50px'>Status</th><th>Version</th></tr> + <x:forEach var="task" select="task"> + <j:set var="creator"><x:expr select="@creator"/></j:set> + <j:if test="${empty(creator)}"> + <j:set var="creator">Unknown</j:set> + </j:if> + <j:set var="assignedto"><x:expr select="@assignedto"/></j:set> + <j:set var="startdate"><x:expr select="@startdate"/></j:set> + <j:set var="enddate"><x:expr select="@enddate"/></j:set> + <j:set var="effort"><x:expr select="@effort"/></j:set> + <j:set var="status"><x:expr select="@status"/></j:set> + <j:if test="${empty(status)}"> + <j:set var="status">Not started</j:set> + </j:if> + <j:set var="version"><x:expr select="@version"/></j:set> + <tr> + <td><a href="team-list.html#${creator}">${creator}</a></td> + <td><a href="team-list.html#${assignedto}">${assignedto}</a></td> + <td><x:expr select="string(.)"/></td> + <td>${startdate}</td> + <td>${enddate}</td> + <td>${effort}</td> + <td>${status}</td> + <td>${version}</td> + </tr> + </x:forEach> + </table> + </subsection> + </x:forEach> </section> </x:forEach> </body> @@ -68,7 +113,7 @@ <jsl:applyTemplates trim="false"/> </jsl:copy> </jsl:template> - + <!-- element values don't pass through as text --> <jsl:template match="@*"/> 1.3 +3 -0 maven-plugins/tasks/xdocs/changes.xml Index: changes.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/tasks/xdocs/changes.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- changes.xml 25 Nov 2003 21:18:11 -0000 1.2 +++ changes.xml 22 May 2004 05:17:42 -0000 1.3 @@ -6,6 +6,9 @@ </properties> <body> + <release version="1.2" date="25 May 2004"> + <action dev="andy_jefferson" type="add">Added subcategories, and version column. Added default for status and creator columns when not specified.</action> + </release> <release version="1.1" date="25 Nov 2003"> <action dev="andy_jefferson" type="add">Added hyperlinks to creator, owner users</action> </release> 1.6 +1 -1 maven-plugins/tasks/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/tasks/project.xml,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- project.xml 20 Jan 2004 08:35:51 -0000 1.5 +++ project.xml 22 May 2004 05:17:42 -0000 1.6 @@ -5,7 +5,7 @@ <pomVersion>3</pomVersion> <id>maven-tasks-plugin</id> <name>Tasks Plug-in</name> - <currentVersion>1.1.0</currentVersion> + <currentVersion>1.2.0</currentVersion> <organization> <name>SourceForge</name> <url>http://www.sourceforge.net/projects/maven-plugins/</url> |
From: Andy J. <and...@us...> - 2004-05-20 06:17:27
|
andy_jefferson 04/05/19 23:17:19 Modified: jpox plugin.jelly Log: Fix to remove working directory on enhance step, so log now appears in directory invoked from Revision Changes Path 1.10 +1 -2 maven-plugins/jpox/plugin.jelly Index: plugin.jelly =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/jpox/plugin.jelly,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- plugin.jelly 19 May 2004 20:07:21 -0000 1.9 +++ plugin.jelly 20 May 2004 06:17:19 -0000 1.10 @@ -71,8 +71,7 @@ </path> <!-- Run JPOX Enhancer on JDO files --> - <ant:java dir="${maven.jpox.classes.dir}" - classname="org.jpox.enhancer.JPOXEnhancer" + <ant:java classname="org.jpox.enhancer.JPOXEnhancer" failonerror="true" fork="true"> <classpath refid="enhancerClasspath"/> |