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: Carlos S. <car...@us...> - 2004-09-14 17:34:51
|
carlossg 04/09/14 10:34:37 Modified: springgraph/xdocs changes.xml index.xml springgraph project.xml Log: Started 0.2-SNAPSHOT Revision Changes Path 1.2 +2 -0 maven-plugins/springgraph/xdocs/changes.xml Index: changes.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/springgraph/xdocs/changes.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- changes.xml 14 Sep 2004 14:20:37 -0000 1.1 +++ changes.xml 14 Sep 2004 17:34:36 -0000 1.2 @@ -24,6 +24,8 @@ <author email="ca...@ap...">Carlos Sanchez</author> </properties> <body> + <release version="0.2-SNAPSHOT" date="in CVS"> + </release> <release version="0.1" date="2004-09-14"> </release> </body> 1.2 +1 -1 maven-plugins/springgraph/xdocs/index.xml Index: index.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/springgraph/xdocs/index.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- index.xml 14 Sep 2004 14:20:37 -0000 1.1 +++ index.xml 14 Sep 2004 17:34:36 -0000 1.2 @@ -41,7 +41,7 @@ <section name="Installing"> <p> To install or update the plugin do the following:<br/> - <code>maven plugin:download -DgroupId=oness -DartifactId=maven-springgraph-plugin -Dversion=<version> -Dmaven.repo.remote=http://oness.sourceforge.net/maven</code> + <code>maven plugin:download -DgroupId=maven-plugins -DartifactId=maven-springgraph-plugin -Dversion=<version> -Dmaven.repo.remote=http://maven-plugins.sourceforge.net/maven/</code> </p> </section> 1.2 +2 -2 maven-plugins/springgraph/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/springgraph/project.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- project.xml 14 Sep 2004 14:20:38 -0000 1.1 +++ project.xml 14 Sep 2004 17:34:37 -0000 1.2 @@ -24,7 +24,7 @@ <id>maven-springgraph-plugin</id> <name>Maven SpringGraph Plugin</name> <!-- groupId is in parent --> - <currentVersion>0.1</currentVersion> + <currentVersion>0.2-SNAPSHOT</currentVersion> <!-- organization is in parent --> <inceptionYear>2004</inceptionYear> <!-- package, logo are in parent. no gumpRepositoryId --> @@ -62,7 +62,7 @@ <developer> <name>Carlos Sanchez</name> <id>carlos</id> - <email>ca...@ap...</email> + <email>car...@us...</email> <organization/> <roles> <role>Creator</role> |
From: Carlos S. <car...@us...> - 2004-09-14 17:29:07
|
carlossg 04/09/14 10:28:57 Modified: . plugin-project.xml Log: Fixed mailing list Revision Changes Path 1.10 +1 -1 maven-plugins/plugin-project.xml Index: plugin-project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/plugin-project.xml,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- plugin-project.xml 20 Jan 2004 08:35:51 -0000 1.9 +++ plugin-project.xml 14 Sep 2004 17:28:57 -0000 1.10 @@ -28,7 +28,7 @@ <mailingLists> <mailingList> <name>Maven-Plugins User List</name> - <subscribe>${pom.groupId}-de...@li...</subscribe> + <subscribe>${pom.groupId}-us...@li...</subscribe> <unsubscribe>${pom.groupId}-us...@li...</unsubscribe> <archive>http://sourceforge.net/mailarchive/forum.php?forum_id=11777</archive> </mailingList> |
From: Carlos S. <car...@us...> - 2004-09-14 14:20:47
|
carlossg 04/09/14 07:20:39 Added: springgraph/xdocs changes.xml goals.xml index.xml navigation.xml properties.xml applicationContext.xml springgraph LICENSE.txt plugin.properties maven.xml NOTICE.txt plugin.jelly project.properties project.xml springgraph/src/plugin-resources springgraph.xml springgraph.xslt Log: Initial import Revision Changes Path 1.1 maven-plugins/springgraph/xdocs/changes.xml Index: changes.xml =================================================================== <?xml version="1.0" encoding="UTF-8"?> <!-- /* * Copyright 2004 Carlos Sanchez. * * 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. */ --> <document> <properties> <title>SpringGraph plugin changes</title> <author email="ca...@ap...">Carlos Sanchez</author> </properties> <body> <release version="0.1" date="2004-09-14"> </release> </body> </document> 1.1 maven-plugins/springgraph/xdocs/goals.xml Index: goals.xml =================================================================== <?xml version="1.0"?> <!-- /* * Copyright 2004 Carlos Sanchez. * * 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. */ --> <document> <properties> <title>Maven SpringGraph plugin Goals</title> <author email="ca...@ap...">Carlos Sanchez</author> </properties> <body> <goals> <goal> <name>springgraph</name> <description> This is the default goal and attains the springgraph:generate-dot and springgraph:generate-xdoc goals. </description> </goal> <goal> <name>springgraph:generate-dot</name> <description> Generate a .dot file from a Spring application context. </description> </goal> <goal> <name>springgraph:generate-xdoc</name> <description> Generate a report with the graph image. </description> </goal> </goals> </body> </document> 1.1 maven-plugins/springgraph/xdocs/index.xml Index: index.xml =================================================================== <?xml version="1.0"?> <!-- /* * Copyright 2004 Carlos Sanchez. * * 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. */ --> <document> <properties> <title>Maven SpringGraph plugin</title> <author email="ca...@ap...">Carlos Sanchez</author> </properties> <body> <section name="Maven SpringGraph Plug-in"> <p> <a href="http://www.samoht.com/wiki/wiki.pl?SpringGraph">SpringGraph</a> plugin for Maven. Requires a working installation of <a href="http://www.graphviz.org/">Graphviz</a> </p> <p> Add the "maven-springgraph-report" to your project.xml reports and set the properties to suit your needs. </p> </section> <section name="Installing"> <p> To install or update the plugin do the following:<br/> <code>maven plugin:download -DgroupId=oness -DartifactId=maven-springgraph-plugin -Dversion=<version> -Dmaven.repo.remote=http://oness.sourceforge.net/maven</code> </p> </section> </body> </document> 1.1 maven-plugins/springgraph/xdocs/navigation.xml Index: navigation.xml =================================================================== <?xml version="1.0" encoding="ISO-8859-1"?> <!-- /* * Copyright 2004 Carlos Sanchez. * * 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. */ --> <project name="Maven SpringGraph Plugin"> <title>Maven SpringGraph Plugin</title> <body> <links> <item name="Maven" href="http://maven.apache.org/"/> <item name="SpringGraph" href="http://www.samoht.com/wiki/wiki.pl?SpringGraph"/> </links> <menu name="Overview"> <item name="Goals" href="/goals.html" /> <item name="Properties" href="/properties.html" /> <item name="Sample" href="/springgraph.html" /> </menu> </body> </project> 1.1 maven-plugins/springgraph/xdocs/properties.xml Index: properties.xml =================================================================== <?xml version="1.0" encoding="ISO-8859-1"?> <!-- /* * Copyright 2004 Carlos Sanchez. * * 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. */ --> <document> <properties> <title>Maven SpringGraph plugin Properties</title> <author email="ca...@ap...">Carlos Sanchez</author> </properties> <body> <section name="Maven SpringGraph Plugin Settings"> <table> <tr> <th>Property name</th> <th>Optional?</th> <th>Description</th> </tr> <tr> <td>maven.springgraph.graphviz.executable</td> <td>Yes</td> <td> The name of the graphviz executable.<br/> Default <code>dot</code> </td> </tr> <tr> <td>maven.springgraph.config</td> <td>Yes</td> <td> Spring application context.<br/> Default <code>${maven.src.dir}/conf/applicationContext.xml</code> </td> </tr> <tr> <td>springgraph.dot</td> <td>Yes</td> <td> Output file relative to ${maven.gen.docs}.<br/> Default <code>springgraph.dot</code> </td> </tr> </table> </section> </body> </document> 1.1 maven-plugins/springgraph/xdocs/applicationContext.xml Index: applicationContext.xml =================================================================== <?xml version="1.0" encoding="ISO-8859-1"?> <!DOCTYPE beans PUBLIC "-//SPRING//DTD BEAN//EN" "http://www.springframework.org/dtd/spring-beans.dtd"> <beans> <!-- ================================= PERSISTENCE DEFINITIONS ================================== --> <bean id="mappingResources" class="java.util.ArrayList"> <constructor-arg> <list> <value>net/sf/oness/party/model/party/bo/Party.hbm.xml</value> <value>net/sf/oness/party/model/contact/bo/ContactInfo.hbm.xml</value> <value>net/sf/oness/party/model/contact/bo/Country.hbm.xml</value> </list> </constructor-arg> </bean> <!-- DAO objects: Hibernate implementation --> <bean id="partyDao" class="net.sf.oness.common.model.dao.hibernate.HibernateDao"> <constructor-arg> <value>net.sf.oness.party.model.party.bo.Party</value> </constructor-arg> <property name="sessionFactory"> <ref bean="sessionFactory" /> </property> </bean> <bean id="contactInfoDao" class="net.sf.oness.common.model.dao.hibernate.HibernateDao"> <constructor-arg> <value>net.sf.oness.party.model.contact.bo.ContactInfo</value> </constructor-arg> <property name="sessionFactory"> <ref bean="sessionFactory" /> </property> </bean> <bean id="countryDao" class="net.sf.oness.party.model.contact.dao.CountryDao"> <property name="sessionFactory"> <ref bean="sessionFactory" /> </property> </bean> <!-- ========================================== FACADE ========================================== --> <!-- Party Facade --> <bean id="partyFacadeDelegate" class="org.springframework.transaction.interceptor.TransactionProxyFactoryBean"> <property name="transactionManager"> <ref bean="transactionManager" /> </property> <property name="target"> <ref local="partyTarget" /> </property> <property name="transactionAttributes"> <props> <prop key="get*">readOnly</prop> <prop key="find*">readOnly</prop> <prop key="edit*">readOnly</prop> <prop key="create*">PROPAGATION_REQUIRED,ISOLATION_SERIALIZABLE,-ExistingInstanceException</prop> <prop key="update*">PROPAGATION_REQUIRED,ISOLATION_SERIALIZABLE</prop> <prop key="delete*">PROPAGATION_REQUIRED,ISOLATION_SERIALIZABLE</prop> </props> </property> </bean> <!-- PartyTarget primary business object implementation --> <bean id="partyTarget" class="net.sf.oness.party.model.facade.PartySpringFacadeDelegate"> <property name="partyDao"> <ref local="partyDao" /> </property> <property name="contactInfoDao"> <ref local="contactInfoDao" /> </property> <property name="countryDao"> <ref local="countryDao" /> </property> </bean> </beans> 1.1 maven-plugins/springgraph/LICENSE.txt Index: LICENSE.txt =================================================================== Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ 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.1 maven-plugins/springgraph/plugin.properties Index: plugin.properties =================================================================== # ------------------------------------------------------------------- # Copyright 2004 Carlos Sanchez. # # 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. # ------------------------------------------------------------------- maven.springgraph.config=${maven.src.dir}/conf/applicationContext.xml maven.springgraph.out=springgraph.dot maven.springgraph.graphviz.executable=dot 1.1 maven-plugins/springgraph/maven.xml Index: maven.xml =================================================================== <project xmlns:j="jelly:core"> <postGoal name="xdoc:register-reports"> <attainGoal name="maven-springgraph-plugin:register"/> </postGoal> </project> 1.1 maven-plugins/springgraph/NOTICE.txt Index: NOTICE.txt =================================================================== ====================================================================== == NOTICE file corresponding to section 4 d of the Apache License, == == Version 2.0, in this case for the ONess project distribution. == ====================================================================== This product includes software developed by the Apache Software Foundation (http://www.apache.org). The end-user documentation included with a redistribution, if any, must include the following acknowledgement: "This product includes software developed by Carlos Sanchez (car...@us...)." Alternately, this acknowledgement may appear in the software itself, if and wherever such third-party acknowledgements normally appear. The name "Carlos Sanchez" must not be used to endorse or promote products derived from this software without prior written permission. For written permission, please contact car...@us.... 1.1 maven-plugins/springgraph/plugin.jelly Index: plugin.jelly =================================================================== <?xml version="1.0"?> <!-- /* * Copyright 2004 Carlos Sanchez. * * 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. */ --> <project xmlns:j="jelly:core" xmlns:ant="jelly:ant" xmlns:util="jelly:util" xmlns:doc="doc" xmlns:maven="jelly:maven"> <goal name="springgraph" prereqs="springgraph:generate-dot,springgraph:generate-xdoc"/> <goal name="springgraph:generate-dot"> <util:file var="inputFile" name="${maven.springgraph.config}"/> <j:if test="${!inputFile.exists()}"> <fail>Config file doesn't exist ${maven.springgraph.config}</fail> </j:if> ${systemScope.setProperty('javax.xml.transform.TransformerFactory','org.apache.xalan.processor.TransformerFactoryImpl')} <xslt in="${maven.springgraph.config}" out="${maven.gen.docs}/${maven.springgraph.out}" style="${plugin.resources}/springgraph.xslt" force="yes"/> </goal> <goal name="springgraph:generate-xdoc"> <exec dir="${maven.gen.docs}" executable="${maven.springgraph.graphviz.executable}"> <arg line="-Tgif ${maven.gen.docs}/${maven.springgraph.out} -o springgraph.gif"/> </exec> <copy file="${plugin.resources}/springgraph.xml" todir="${maven.gen.docs}"/> </goal> <!-- ======================================================================== Register the SpringGraph plugin for site generation. ======================================================================== --> <goal name="maven-springgraph-plugin:register"> <util:file var="inputFile" name="${maven.springgraph.config}"/> <j:if test="${inputFile.exists()}"> <doc:registerReport name="SpringGraph" pluginName="maven-springgraph-plugin" link="springgraph" description="SpringGraph report."/> </j:if> </goal> <!-- ======================================================================== Deregister the SpringGraph plugin from site generation. ======================================================================== --> <goal name="maven-springgraph-plugin:deregister"> <doc:deregisterReport name="SpringGraph"/> </goal> <!-- ======================================================================== Goal that is executed during the site generation ======================================================================== --> <goal name="maven-springgraph-plugin:report"> <attainGoal name="springgraph"/> </goal> </project> 1.1 maven-plugins/springgraph/project.properties Index: project.properties =================================================================== # ------------------------------------------------------------------- # Copyright 2004 Carlos Sanchez. # # 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. # ------------------------------------------------------------------- maven.springgraph.config=${maven.docs.src}/applicationContext.xml 1.1 maven-plugins/springgraph/project.xml Index: project.xml =================================================================== <?xml version="1.0" encoding="UTF-8"?> <!-- /* * Copyright 2004 Carlos Sanchez. * * 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. */ --> <project> <extend>${basedir}/../plugin-project.xml</extend> <pomVersion>3</pomVersion> <id>maven-springgraph-plugin</id> <name>Maven SpringGraph Plugin</name> <!-- groupId is in parent --> <currentVersion>0.1</currentVersion> <!-- organization is in parent --> <inceptionYear>2004</inceptionYear> <!-- package, logo are in parent. no gumpRepositoryId --> <description>A plugin to generate graphs of beans from spring application contexts</description> <shortDescription>SpringGraph Plugin for Maven</shortDescription> <!-- issue tracking url, siteAddress are in parent --> <url>http://maven-plugins.sourceforge.net/maven-springgraph-plugin/</url> <siteDirectory>/home/groups/m/ma/maven-plugins/htdocs/maven-springgraph-plugin/</siteDirectory> <distributionDirectory>/home/groups/m/ma/maven-plugins/htdocs/maven-springgraph-plugin/distributions/</distributionDirectory> <repository> <connection>scm:cvs:pserver:ano...@cv...:/cvsroot/maven-plugins:maven-plugins/springgraph</connection> <developerConnection>scm:cvs:ext:${maven.username}@cvs.sourceforge.net:/cvsroot/maven-plugins:maven-plugins/springgraph</developerConnection> <url>http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/maven-plugins/maven-plugins/springgraph/</url> </repository> <licenses> <license> <name>Apache License Version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0</url> <distribution>repo</distribution> </license> </licenses> <versions> <version> <id>0.1</id> <name>0.1</name> </version> </versions> <!-- mailingLists are in parent --> <developers> <developer> <name>Carlos Sanchez</name> <id>carlos</id> <email>ca...@ap...</email> <organization/> <roles> <role>Creator</role> </roles> <timezone>+1</timezone> </developer> </developers> <dependencies> </dependencies> </project> 1.1 maven-plugins/springgraph/src/plugin-resources/springgraph.xml Index: springgraph.xml =================================================================== <?xml version="1.0" encoding="ISO-8859-1" ?> <!-- /* * Copyright 2004 Carlos Sanchez. * * 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. */ --> <document> <properties> <title>SpringGraph</title> </properties> <body> <section name="Graph of beans"> <p> <img src="springgraph.gif"/> </p> </section> </body> </document> 1.1 maven-plugins/springgraph/src/plugin-resources/springgraph.xslt Index: springgraph.xslt =================================================================== <?xml version="1.0" encoding="UTF-8"?> <!-- - An XSLT stylesheet that converts a Spring bean config file into a Graphviz/Dot - input file. Excuse my XSLT if I'm doing something stupid herein - I'm still learning. - - @author Mike Thomas (http://www.samoht.com) --> <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> <xsl:output method="text"/> <xsl:template match="/"> digraph G { graph [ ratio="0.6" ]; node [ shape=box, style=filled, fontname=helvetica, fontsize="16" ]; edge [ ]; <xsl:apply-templates select="beans/bean"/> <xsl:apply-templates select="beans/bean/property//ref"/> } </xsl:template> <!-- Generates all the nodes so that their attributes can be set --> <xsl:template match="bean"> <!-- I don't want to include my project's "field" definitions. --> <xsl:if test="@id and not(contains(@id, 'Field'))"> <!-- Start the bean node. Singletons get a double border --> <xsl:text>"</xsl:text> <xsl:value-of select="@id"/> <xsl:text>"</xsl:text> <xsl:text> [</xsl:text> <xsl:if test="@singleton != 'false'">peripheries=2, </xsl:if> <!-- "Colorize" the graph. Change this according to your project's needs and conventions. I find it useful to use colors from the same family for components within the same "layer" --> <xsl:choose> <xsl:when test="contains(@id, 'Controller')">color=gold3</xsl:when> <xsl:when test="contains(@id, 'Form')">color=gold2</xsl:when> <xsl:when test="contains(@id, 'Validator')">color=gold1</xsl:when> <xsl:when test="contains(@id, 'FieldSource')">color=gold</xsl:when> <xsl:when test="contains(@id, 'Service')">color=steelblue3</xsl:when> <xsl:when test="contains(@id, 'DAO') or contains(@id, 'Dao')">color=steelblue1</xsl:when> <xsl:when test="contains(@id, 'DataSource') or contains(@id, 'dataSource')">fontcolor=white, color=steelblue4</xsl:when> <xsl:when test="contains(@id, 'Manager')">fontcolor=white, color=paleturquoise4</xsl:when> <xsl:when test="contains(@id, 'Factory')">fontcolor=white, color=paleturquoise4</xsl:when> <xsl:when test="contains(@id, 'Task')">color=springgreen3</xsl:when> <xsl:when test="contains(@id, 'EventHandler')">color=springgreen2</xsl:when> <xsl:when test="contains(@id, 'Message')">color=springgreen</xsl:when> <xsl:when test="contains(@id, 'Bridge')">color=orchid2</xsl:when> <xsl:when test="contains(@id, 'velocity')">color=wheat3</xsl:when> </xsl:choose> <xsl:text>]; </xsl:text> </xsl:if> </xsl:template> <xsl:template match="ref"> <xsl:text>"</xsl:text> <xsl:value-of select="ancestor::bean/@id"/> <xsl:text>"</xsl:text> <xsl:text> -> </xsl:text> <xsl:text>"</xsl:text> <xsl:value-of select="@bean"/> <xsl:value-of select="@local"/> <xsl:text>"</xsl:text> <xsl:text> [</xsl:text> <xsl:if test="@bean">style=dotted</xsl:if> <xsl:text>];</xsl:text> <xsl:text> </xsl:text> </xsl:template> </xsl:stylesheet> |
From: Carlos S. <car...@us...> - 2004-09-14 14:17:12
|
carlossg 04/09/14 07:16:51 maven-plugins/springgraph/src - New directory |
From: Carlos S. <car...@us...> - 2004-09-14 14:17:12
|
carlossg 04/09/14 07:16:57 maven-plugins/springgraph/src/plugin-resources - New directory |
From: Carlos S. <car...@us...> - 2004-09-14 14:17:12
|
carlossg 04/09/14 07:16:57 maven-plugins/springgraph/xdocs - New directory |
From: Carlos S. <car...@us...> - 2004-09-14 13:54:42
|
carlossg 04/09/14 06:54:35 maven-plugins/springgraph - New directory |
From: Eric P. <de...@us...> - 2004-09-07 09:27:41
|
dep4b 04/09/07 02:27:35 Modified: findbugs/xdocs navigation.xml index.xml findbugs project.properties Log: Fix up project docs so we don't have to manually supply the download link! Let maven do it for us! Revision Changes Path 1.7 +1 -9 maven-plugins/findbugs/xdocs/navigation.xml Index: navigation.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/findbugs/xdocs/navigation.xml,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- navigation.xml 12 Aug 2004 18:58:43 -0000 1.6 +++ navigation.xml 7 Sep 2004 09:27:34 -0000 1.7 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="ISO-8859-1"?> -<project name="Maven Cactus Plugin"> +<project name="Maven Findbugs Plugin"> <title>Maven FindBugs Plugin</title> @@ -14,14 +14,6 @@ <item name="Properties" href="/properties.html"/> <item name="Tasks" href="/tasks.html"/> <item name="Example Report" href="/sample-findbugs-report.html"/> - </menu> - <menu name="Downloads"> - <item name="0.8.4" href="http://maven-plugins.sourceforge.net/maven/plugins/maven-findbugs-plugin-0.8.4.jar"/> - <item name="0.8.2" href="http://maven-plugins.sourceforge.net/maven/plugins/maven-findbugs-plugin-0.8.2.jar"/> - <item name="0.7.2" href="http://maven-plugins.sourceforge.net/maven/plugins/maven-findbugs-plugin-0.7.2.jar"/> - <item name="0.7.1" href="http://maven-plugins.sourceforge.net/maven/plugins/maven-findbugs-plugin-0.7.1.jar"/> - </menu> - </body> </project> 1.3 +1 -1 maven-plugins/findbugs/xdocs/index.xml Index: index.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/findbugs/xdocs/index.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- index.xml 19 Apr 2004 14:08:41 -0000 1.2 +++ index.xml 7 Sep 2004 09:27:34 -0000 1.3 @@ -9,7 +9,7 @@ <body> <section name="FindBugs Plug-in"> <p> - This plug-in provides functionality for accessing FindBugs. + This plug-in provides functionality for accessing FindBugs from Maven. </p> </section> </body> 1.4 +2 -0 maven-plugins/findbugs/project.properties Index: project.properties =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/findbugs/project.properties,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- project.properties 29 Jul 2004 16:31:22 -0000 1.3 +++ project.properties 7 Sep 2004 09:27:34 -0000 1.4 @@ -1,5 +1,7 @@ maven.license.licenseFile=${basedir}/../LICENSE.txt +maven.xdoc.distributionUrl=http://maven-plugins.sourceforge.net/maven/plugins + # WebSite definition maven.xdoc.version=${pom.currentVersion} maven.xdoc.date=left |
From: Eric P. <de...@us...> - 2004-09-07 09:27:06
|
dep4b 04/09/07 02:26:53 Modified: findbugs project.xml Log: Update my info. Revision Changes Path 1.17 +3 -2 maven-plugins/findbugs/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/findbugs/project.xml,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- project.xml 7 Sep 2004 09:17:18 -0000 1.16 +++ project.xml 7 Sep 2004 09:26:53 -0000 1.17 @@ -34,10 +34,11 @@ <developer> <name>Eric Pugh</name> <id>dep4b</id> - <email>ep...@us...</email> - <organization>Sourceforge</organization> + <email>ep...@op...</email> + <organization>OpenSource Connections</organization> <roles> <role>Developer</role> + <role>Build Manager</role> </roles> </developer> </developers> |
From: Eric P. <de...@us...> - 2004-09-07 09:17:29
|
dep4b 04/09/07 02:17:19 Modified: findbugs plugin.jelly project.xml plugin.properties findbugs/xdocs properties.xml changes.xml Log: Fix jelly error and add new memory handling properties. Thanks guys! Revision Changes Path 1.8 +7 -1 maven-plugins/findbugs/plugin.jelly Index: plugin.jelly =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/findbugs/plugin.jelly,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- plugin.jelly 12 Aug 2004 18:28:29 -0000 1.7 +++ plugin.jelly 7 Sep 2004 09:17:18 -0000 1.8 @@ -87,11 +87,17 @@ <findbugs classpathref="findbugs.classpath" pluginlistref="findbugs.pluginlist" reportLevel="${maven.findbugs.detail}" + conserveSpace="${maven.findbugs.conserveSpace}" + debug="${maven.findbugs.debug}" output="xdocs" outputFile="${maven.build.dir}/findbugs-raw-report.xml"> + + <j:if test="${context.getVariable('maven.findbugs.jvmargs') != null}"> + <ant:setProperty name="jvmargs" value="${maven.findbugs.jvmargs}" /> + </j:if> <j:forEach var="lib" items="${pom.artifacts}"> - <j:if test="${lib.type =='jar'}"> + <j:if test="${lib.dependency.type =='jar'}"> <auxClasspath path="${lib.path}"/> </j:if> </j:forEach> 1.16 +6 -1 maven-plugins/findbugs/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/findbugs/project.xml,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- project.xml 12 Aug 2004 19:00:23 -0000 1.15 +++ project.xml 7 Sep 2004 09:17:18 -0000 1.16 @@ -50,8 +50,13 @@ <contributor> <name>Garvin LeClaire</name> <id>gleclaire</id> - <email>gar...@in...</email> + <email>gle...@us...</email> </contributor> + <contributor> + <name>Markus Torpvret</name> + <id>mtorp</id> + <email>mt...@us...</email> + </contributor> </contributors> 1.3 +3 -1 maven-plugins/findbugs/plugin.properties Index: plugin.properties =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/findbugs/plugin.properties,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- plugin.properties 29 Jul 2004 16:31:22 -0000 1.2 +++ plugin.properties 7 Sep 2004 09:17:18 -0000 1.3 @@ -7,4 +7,6 @@ # enable/disable findbugs maven.findbugs.enable = true -maven.findbugs.detail=medium +maven.findbugs.detail = medium +maven.findbugs.conserveSpace = false +maven.findbugs.debug = false 1.4 +27 -0 maven-plugins/findbugs/xdocs/properties.xml Index: properties.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/findbugs/xdocs/properties.xml,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- properties.xml 12 Aug 2004 19:00:06 -0000 1.3 +++ properties.xml 7 Sep 2004 09:17:19 -0000 1.4 @@ -31,6 +31,33 @@ </p> </td> </tr> + <tr> + <td>maven.findbugs.conserveSpace</td> + <td>Yes</td> + <td> + <p> + If set to true, FindBugs will disable analyses that improve precision but consume extra memory. Default is false. + </p> + </td> + </tr> + <tr> + <td>maven.findbugs.debug</td> + <td>Yes</td> + <td> + <p> + If set to true, FindBugs prints diagnostic information about which classes are being analyzed, and which bug pattern detectors are being run. Default is false. + </p> + </td> + </tr> + <tr> + <td>maven.findbugs.jvmargs</td> + <td>Yes</td> + <td> + <p> + It specifies any arguments that should be passed to the Java virtual machine used to run FindBugs. You may need to use this attribute to specify flags to increase the amount of memory the JVM may use if you are analyzing a very large program. + </p> + </td> + </tr> </table> </section> 1.13 +12 -0 maven-plugins/findbugs/xdocs/changes.xml Index: changes.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/findbugs/xdocs/changes.xml,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- changes.xml 12 Aug 2004 19:00:23 -0000 1.12 +++ changes.xml 7 Sep 2004 09:17:19 -0000 1.13 @@ -7,6 +7,18 @@ <body> <release version="0.8.5" date="in cvs"> + <action dev="mtorp" type="fix"> + Fix jelly script error in checking if a pom.artifacts was a jar file or not. + </action> + <action dev="gleclaire" type="add"> + Added maven.findbugs.conserveSpace property. + </action> + <action dev="gleclaire" type="add"> + Added maven.findbugs.debug property. + </action> + <action dev="gleclaire" type="add"> + Added maven.findbugs.jvmargs property. + </action> </release> <release version="0.8.4" date="12-AUGUST-2004"> <action dev="epugh" type="update"> |
From: dion g. <dio...@us...> - 2004-08-27 05:49:12
|
diongillard 04/08/26 22:49:05 Modified: was5 project.xml Log: Bump version Revision Changes Path 1.11 +1 -1 maven-plugins/was5/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/was5/project.xml,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- project.xml 27 Aug 2004 03:14:25 -0000 1.10 +++ project.xml 27 Aug 2004 05:49:05 -0000 1.11 @@ -8,7 +8,7 @@ <name>WebSphere 5 (5.0/5.1) Plugin</name> <!-- groupId is in parent --> - <currentVersion>1.2</currentVersion> + <currentVersion>1.2.1-SNAPSHOT</currentVersion> <!-- organization is in parent --> <inceptionYear>2004</inceptionYear> |
From: dion g. <dio...@us...> - 2004-08-27 05:48:34
|
diongillard 04/08/26 22:48:26 Modified: was5 plugin.jelly was5/xdocs changes.xml Log: Fix inconsistent user attribute Revision Changes Path 1.11 +5 -5 maven-plugins/was5/plugin.jelly Index: plugin.jelly =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/was5/plugin.jelly,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- plugin.jelly 26 Aug 2004 02:15:38 -0000 1.10 +++ plugin.jelly 27 Aug 2004 05:48:26 -0000 1.11 @@ -127,7 +127,7 @@ <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="username" value="${maven.was5.listApps.username}"/> + <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> @@ -146,7 +146,7 @@ <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="username" value="${maven.was5.installApp.username}"/> + <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> @@ -164,7 +164,7 @@ <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="username" value="${maven.was5.uninstallApp.username}"/> + <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> @@ -185,7 +185,7 @@ <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="username" value="${maven.was5.startApp.username}"/> + <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> @@ -207,7 +207,7 @@ <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="username" value="${maven.was5.stopApp.username}"/> + <ant:setProperty name="user" value="${maven.was5.stopApp.username}"/> <ant:setProperty name="wasHome" value="${maven.was5.home}"/> </ant:wasStopApp> 1.12 +3 -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.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- changes.xml 27 Aug 2004 03:14:26 -0000 1.11 +++ changes.xml 27 Aug 2004 05:48:26 -0000 1.12 @@ -6,6 +6,9 @@ <author email="dio...@us...">dIon Gillard</author> </properties> <body> + <release version="1.2.1-SNAPSHOT" date="in CVS"> + <action dev="diongillard" type="fix">username not being passed correctly</action> + </release> <release version="1.2" date="2004-08-27"> <action dev="diongillard" type="fix">username not being passed for the script goal correctly</action> <action dev="diongillard" type="add">Add ${maven.was5.script.args} to pass arguments to scripts</action> |
From: dion g. <dio...@us...> - 2004-08-27 03:14:33
|
diongillard 04/08/26 20:14:27 Modified: was5 project.xml was5/xdocs changes.xml Log: [maven-scm-plugin] prepare release 1.2 Revision Changes Path 1.10 +6 -1 maven-plugins/was5/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/was5/project.xml,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- project.xml 4 Aug 2004 06:30:39 -0000 1.9 +++ project.xml 27 Aug 2004 03:14:25 -0000 1.10 @@ -8,7 +8,7 @@ <name>WebSphere 5 (5.0/5.1) Plugin</name> <!-- groupId is in parent --> - <currentVersion>1.2-SNAPSHOT</currentVersion> + <currentVersion>1.2</currentVersion> <!-- organization is in parent --> <inceptionYear>2004</inceptionYear> @@ -37,6 +37,11 @@ <name>1.1</name> <tag>MAVEN_PLUGINS_WAS5_1_1</tag> </version> + <version> + <id>1.2</id> + <name>1.2</name> + <tag>MAVEN_PLUGINS_WAS5_1_2</tag> + </version> </versions> <!-- mailingLists are in parent --> 1.11 +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.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- changes.xml 26 Aug 2004 02:17:44 -0000 1.10 +++ changes.xml 27 Aug 2004 03:14:26 -0000 1.11 @@ -6,7 +6,7 @@ <author email="dio...@us...">dIon Gillard</author> </properties> <body> - <release version="1.2-SNAPSHOT" date="in CVS"> + <release version="1.2" date="2004-08-27"> <action dev="diongillard" type="fix">username not being passed for the script goal correctly</action> <action dev="diongillard" type="add">Add ${maven.was5.script.args} to pass arguments to scripts</action> <action dev="diongillard" type="fix">Fix typo for ${maven.was5.ejbDeploy}. The code was checking ${maven.was5.ejbdeploy}</action> |
From: dion g. <dio...@us...> - 2004-08-27 00:16:11
|
diongillard 04/08/26 17:15:57 Modified: was40 project.xml was40/xdocs changes.xml Log: [maven-scm-plugin] prepare release 1.4.2 Revision Changes Path 1.19 +6 -1 maven-plugins/was40/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/was40/project.xml,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- project.xml 20 Jul 2004 09:10:02 -0000 1.18 +++ project.xml 27 Aug 2004 00:15:57 -0000 1.19 @@ -8,7 +8,7 @@ <name>WebSphere 4.0 Plug-in</name> <!-- groupId is in parent --> - <currentVersion>1.4.2-SNAPSHOT</currentVersion> + <currentVersion>1.4.2</currentVersion> <!-- organization is in parent --> <inceptionYear>2003</inceptionYear> @@ -52,6 +52,11 @@ <name>1.4.1</name> <tag>MAVEN-PLUGINS-WAS40-1_4_1</tag> </version> + <version> + <id>1.4.2</id> + <name>1.4.2</name> + <tag>MAVEN-PLUGINS-WAS40-1_4_2</tag> + </version> </versions> <!-- mailingLists is in parent --> 1.21 +1 -1 maven-plugins/was40/xdocs/changes.xml Index: changes.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/was40/xdocs/changes.xml,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- changes.xml 26 Aug 2004 23:31:28 -0000 1.20 +++ changes.xml 27 Aug 2004 00:15:57 -0000 1.21 @@ -6,7 +6,7 @@ <author email="di...@ap...">dIon Gillard</author> </properties> <body> - <release version="1.4.2-SNAPSHOT" date="in CVS"> + <release version="1.4.2" date="2004-08-27"> <action dev="diongillard" type="update">Remove quotes around classpath in was40:generate-ejb-code as it was causing Linux deployment to fail</action> <action dev="diongillard" type="update">Add goals to documentation</action> </release> |
From: dion g. <dio...@us...> - 2004-08-26 23:38:13
|
diongillard 04/08/26 16:38:06 Modified: dbunit project.xml dbunit/xdocs changes.xml Log: [maven-scm-plugin] prepare release 1.5 Revision Changes Path 1.31 +6 -1 maven-plugins/dbunit/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/dbunit/project.xml,v retrieving revision 1.30 retrieving revision 1.31 diff -u -r1.30 -r1.31 --- project.xml 18 Aug 2004 06:28:07 -0000 1.30 +++ project.xml 26 Aug 2004 23:38:06 -0000 1.31 @@ -8,7 +8,7 @@ <name>Dbunit Plug-in</name> <!-- groupId is in parent --> - <currentVersion>1.5-SNAPSHOT</currentVersion> + <currentVersion>1.5</currentVersion> <!-- organization is in parent --> <inceptionYear>2003</inceptionYear> @@ -47,6 +47,11 @@ <name>1.4</name> <tag>MAVEN_PLUGINS_DBUNIT_1_4</tag> </version> + <version> + <id>1.5</id> + <name>1.5</name> + <tag>MAVEN_PLUGINS_DBUNIT_1_5</tag> + </version> </versions> <!-- mailingLists is in parent --> 1.17 +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.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- changes.xml 18 Aug 2004 06:28:07 -0000 1.16 +++ changes.xml 26 Aug 2004 23:38:06 -0000 1.17 @@ -6,7 +6,7 @@ <author email="dio...@so...">dIon Gillard</author> </properties> <body> - <release version="1.5-SNAPSHOT" date="in CVS"> + <release version="1.5" date="2004-08-27"> <action dev="diongillard" type="fix">Use version of POI used with dbunit 2.1</action> <action dev="diongillard" type="add">Add xml2xls dataset conversion goal</action> <action dev="diongillard" type="add">Add xls2xml, flat2xml and xml2flat dataset conversion goals</action> |
From: dion g. <dio...@us...> - 2004-08-26 23:31:57
|
diongillard 04/08/26 16:31:50 Modified: dbunit .project Log: Add structure builder Revision Changes Path 1.2 +20 -16 maven-plugins/dbunit/.project Index: .project =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/dbunit/.project,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .project 1 Aug 2004 11:16:19 -0000 1.1 +++ .project 26 Aug 2004 23:31:50 -0000 1.2 @@ -1,18 +1,22 @@ <?xml version="1.0" encoding="UTF-8"?> - <projectDescription> - <name>maven-dbunit-plugin</name> - <comment>A plugin to automate Dbunit tasks</comment> - <projects> - </projects> - <buildSpec> - <buildCommand> - <name>org.eclipse.jdt.core.javabuilder</name> - <arguments> - </arguments> - </buildCommand> - </buildSpec> - <natures> - <nature>org.eclipse.jdt.core.javanature</nature> - </natures> -</projectDescription> \ No newline at end of file + <name>maven-dbunit-plugin</name> + <comment>A plugin to automate Dbunit tasks</comment> + <projects> + </projects> + <buildSpec> + <buildCommand> + <name>org.eclipse.jdt.core.javabuilder</name> + <arguments> + </arguments> + </buildCommand> + <buildCommand> + <name>com.ibm.sse.model.structuredbuilder</name> + <arguments> + </arguments> + </buildCommand> + </buildSpec> + <natures> + <nature>org.eclipse.jdt.core.javanature</nature> + </natures> +</projectDescription> |
From: dion g. <dio...@us...> - 2004-08-26 23:31:38
|
diongillard 04/08/26 16:31:29 Modified: was40/xdocs changes.xml Log: remove quotes around the classpath Revision Changes Path 1.20 +2 -1 maven-plugins/was40/xdocs/changes.xml Index: changes.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/was40/xdocs/changes.xml,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- changes.xml 20 Jul 2004 09:10:02 -0000 1.19 +++ changes.xml 26 Aug 2004 23:31:28 -0000 1.20 @@ -7,7 +7,8 @@ </properties> <body> <release version="1.4.2-SNAPSHOT" date="in CVS"> - <action dev="diongillard" type="update">Add goals to docs</action> + <action dev="diongillard" type="update">Remove quotes around classpath in was40:generate-ejb-code as it was causing Linux deployment to fail</action> + <action dev="diongillard" type="update">Add goals to documentation</action> </release> <release version="1.4.1" date="2004-07-20"> <action dev="diongillard" type="fix">Fix typo in was40:deploy-ear goal</action> |
From: dion g. <dio...@us...> - 2004-08-26 23:30:21
|
diongillard 04/08/26 16:30:14 Modified: was40 plugin.jelly Log: remove quotes around the classpath Revision Changes Path 1.15 +1 -1 maven-plugins/was40/plugin.jelly Index: plugin.jelly =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/was40/plugin.jelly,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- plugin.jelly 20 Jul 2004 06:17:15 -0000 1.14 +++ plugin.jelly 26 Aug 2004 23:30:14 -0000 1.15 @@ -208,7 +208,7 @@ <arg value="${workingDir}" /> <arg value="${maven.was40.ejb.out.file}" /> <arg value='-cp' /> - <arg value='"${cpMaven}"' /> + <arg value='${cpMaven}' /> <arg line='${maven.was40.ejb.deployOptions}'/> </exec> </goal> |
From: dion g. <dio...@us...> - 2004-08-26 23:29:20
|
diongillard 04/08/26 16:29:13 Modified: was40 .project Log: Add structure builder Revision Changes Path 1.2 +14 -10 maven-plugins/was40/.project Index: .project =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/was40/.project,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .project 5 Aug 2004 01:21:14 -0000 1.1 +++ .project 26 Aug 2004 23:29:13 -0000 1.2 @@ -1,12 +1,16 @@ <?xml version="1.0" encoding="UTF-8"?> - <projectDescription> - <name>maven-was40-plugin</name> - <comment>A plugin to manage a WebSphere AppServer 4 installation</comment> - <projects> - </projects> - <buildSpec> - </buildSpec> - <natures> - </natures> -</projectDescription> \ No newline at end of file + <name>maven-was40-plugin</name> + <comment>A plugin to manage a WebSphere AppServer 4 installation</comment> + <projects> + </projects> + <buildSpec> + <buildCommand> + <name>com.ibm.sse.model.structuredbuilder</name> + <arguments> + </arguments> + </buildCommand> + </buildSpec> + <natures> + </natures> +</projectDescription> |
From: dion g. <dio...@us...> - 2004-08-26 03:59:36
|
diongillard 04/08/25 20:59:28 Modified: was5/xdocs index.xml Log: Add ant tasks Revision Changes Path 1.6 +1 -0 maven-plugins/was5/xdocs/index.xml Index: index.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/was5/xdocs/index.xml,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- index.xml 5 Aug 2004 06:51:30 -0000 1.5 +++ index.xml 26 Aug 2004 03:59:28 -0000 1.6 @@ -26,6 +26,7 @@ <li><a href="http://publib.boulder.ibm.com/infocenter/ws51help/index.jsp?topic=/com.ibm.websphere.base.doc/info/aes/ae/welcqrscripts.html">the infocenter</a></li> <li><a href="http://publib.boulder.ibm.com/infocenter/ws51help/index.jsp?topic=/com.ibm.websphere.base.doc/info/aes/ae/rxml_taskoptions.html">Installation options for the AdminApp object</a></li> <li><a href="http://www.ibm.com/support/docview.wss?uid=swg27005325">WSAdmin Programmers Guide</a></li> + <li><a href="http://publib.boulder.ibm.com/infocenter/ws51help/topic/com.ibm.websphere.base.doc/info/aes/javadoc/ae/com/ibm/websphere/ant/tasks/package-summary.html">Ant Tasks</a></li> </ul> </section> </body> |
From: dion g. <dio...@us...> - 2004-08-26 02:17:51
|
diongillard 04/08/25 19:17:44 Modified: was5/xdocs changes.xml Log: Fix property to correct value Revision Changes Path 1.10 +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.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- changes.xml 11 Aug 2004 05:36:55 -0000 1.9 +++ changes.xml 26 Aug 2004 02:17:44 -0000 1.10 @@ -7,6 +7,7 @@ </properties> <body> <release version="1.2-SNAPSHOT" date="in CVS"> + <action dev="diongillard" type="fix">username not being passed for the script goal correctly</action> <action dev="diongillard" type="add">Add ${maven.was5.script.args} to pass arguments to scripts</action> <action dev="diongillard" type="fix">Fix typo for ${maven.was5.ejbDeploy}. The code was checking ${maven.was5.ejbdeploy}</action> <action dev="diongillard" type="fix">Check the ear exists before trying to install it.</action> |
From: dion g. <dio...@us...> - 2004-08-26 02:16:18
|
diongillard 04/08/25 19:16:11 Modified: was5 .project Log: Add structure builder Revision Changes Path 1.2 +14 -10 maven-plugins/was5/.project Index: .project =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/was5/.project,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .project 5 Aug 2004 01:19:49 -0000 1.1 +++ .project 26 Aug 2004 02:16:10 -0000 1.2 @@ -1,12 +1,16 @@ <?xml version="1.0" encoding="UTF-8"?> - <projectDescription> - <name>maven-was5-plugin</name> - <comment>A plugin to manage a WebSphere AppServer 5/5.1 artifacts and installation</comment> - <projects> - </projects> - <buildSpec> - </buildSpec> - <natures> - </natures> -</projectDescription> \ No newline at end of file + <name>maven-was5-plugin</name> + <comment>A plugin to manage a WebSphere AppServer 5/5.1 artifacts and installation</comment> + <projects> + </projects> + <buildSpec> + <buildCommand> + <name>com.ibm.sse.model.structuredbuilder</name> + <arguments> + </arguments> + </buildCommand> + </buildSpec> + <natures> + </natures> +</projectDescription> |
From: dion g. <dio...@us...> - 2004-08-26 02:15:46
|
diongillard 04/08/25 19:15:38 Modified: was5 plugin.jelly Log: Fix property to correct value Revision Changes Path 1.10 +1 -1 maven-plugins/was5/plugin.jelly Index: plugin.jelly =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/was5/plugin.jelly,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- plugin.jelly 11 Aug 2004 05:37:10 -0000 1.9 +++ plugin.jelly 26 Aug 2004 02:15:38 -0000 1.10 @@ -242,7 +242,7 @@ <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="username" value="${maven.was5.script.username}"/> + <ant:setProperty name="user" value="${maven.was5.script.username}"/> <ant:setProperty name="wasHome" value="${maven.was5.home}"/> <!-- set args --> <j:if test="${!empty(args)}"> |
From: dion g. <dio...@us...> - 2004-08-18 06:28:14
|
diongillard 04/08/17 23:28:08 Modified: dbunit project.xml dbunit/xdocs changes.xml Log: User version of POI used with dbunit 2.1 Revision Changes Path 1.30 +1 -1 maven-plugins/dbunit/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/dbunit/project.xml,v retrieving revision 1.29 retrieving revision 1.30 diff -u -r1.29 -r1.30 --- project.xml 1 Aug 2004 13:16:16 -0000 1.29 +++ project.xml 18 Aug 2004 06:28:07 -0000 1.30 @@ -78,7 +78,7 @@ <dependency> <groupId>poi</groupId> <artifactId>poi</artifactId> - <version>1.8.0-dev-20020919</version> + <version>2.0-final-20040126</version> </dependency> <dependency> <groupId>commons-lang</groupId> 1.16 +2 -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.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- changes.xml 2 Aug 2004 00:49:05 -0000 1.15 +++ changes.xml 18 Aug 2004 06:28:07 -0000 1.16 @@ -6,7 +6,8 @@ <author email="dio...@so...">dIon Gillard</author> </properties> <body> - <release version="1.5" date="in CVS"> + <release version="1.5-SNAPSHOT" date="in CVS"> + <action dev="diongillard" type="fix">Use version of POI used with dbunit 2.1</action> <action dev="diongillard" type="add">Add xml2xls dataset conversion goal</action> <action dev="diongillard" type="add">Add xls2xml, flat2xml and xml2flat dataset conversion goals</action> </release> |
From: Eric P. <de...@us...> - 2004-08-12 19:00:31
|
dep4b 04/08/12 12:00:23 Modified: findbugs project.xml findbugs/xdocs changes.xml Log: prep next version Revision Changes Path 1.15 +1 -1 maven-plugins/findbugs/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/findbugs/project.xml,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- project.xml 12 Aug 2004 18:39:40 -0000 1.14 +++ project.xml 12 Aug 2004 19:00:23 -0000 1.15 @@ -6,7 +6,7 @@ <id>maven-findbugs-plugin</id> <name>FindBugs Plug-in</name> <!-- groupId is in parent --> - <currentVersion>0.8.4</currentVersion> + <currentVersion>0.8.5-SNAPSHOT</currentVersion> <!-- organization is in parent --> <inceptionYear>2003</inceptionYear> <!-- package, logo are in parent. no gumpRepositoryId --> 1.12 +3 -1 maven-plugins/findbugs/xdocs/changes.xml Index: changes.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/findbugs/xdocs/changes.xml,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- changes.xml 12 Aug 2004 18:58:38 -0000 1.11 +++ changes.xml 12 Aug 2004 19:00:23 -0000 1.12 @@ -2,10 +2,12 @@ <document> <properties> <title>Changes</title> - <author email="ep...@up...">Eric Pugh</author> + <author email="ep...@op...">Eric Pugh</author> </properties> <body> + <release version="0.8.5" date="in cvs"> + </release> <release version="0.8.4" date="12-AUGUST-2004"> <action dev="epugh" type="update"> Use findbugs version 0.8.4. |