You can subscribe to this list here.
2003 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(94) |
Sep
(205) |
Oct
(139) |
Nov
(144) |
Dec
(252) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2004 |
Jan
(44) |
Feb
(3) |
Mar
|
Apr
(32) |
May
(40) |
Jun
(24) |
Jul
(4) |
Aug
(20) |
Sep
(10) |
Oct
(61) |
Nov
(86) |
Dec
(79) |
2005 |
Jan
(82) |
Feb
(124) |
Mar
(9) |
Apr
(123) |
May
(125) |
Jun
(115) |
Jul
(35) |
Aug
(111) |
Sep
(62) |
Oct
(82) |
Nov
(77) |
Dec
(167) |
2006 |
Jan
(31) |
Feb
(29) |
Mar
(8) |
Apr
(16) |
May
(11) |
Jun
(104) |
Jul
(4) |
Aug
(115) |
Sep
(37) |
Oct
(2) |
Nov
(4) |
Dec
(6) |
2007 |
Jan
(2) |
Feb
(1) |
Mar
|
Apr
(2) |
May
(3) |
Jun
|
Jul
(3) |
Aug
(1) |
Sep
|
Oct
|
Nov
(2) |
Dec
|
2008 |
Jan
|
Feb
(3) |
Mar
(5) |
Apr
|
May
|
Jun
|
Jul
(1) |
Aug
(5) |
Sep
(1) |
Oct
(1) |
Nov
(4) |
Dec
(1) |
2009 |
Jan
|
Feb
|
Mar
|
Apr
(9) |
May
(1) |
Jun
(4) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2010 |
Jan
|
Feb
|
Mar
(5) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2011 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(3) |
Oct
|
Nov
|
Dec
|
From: Konstantin P. <ko...@us...> - 2006-08-25 06:32:46
|
Update of /cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-externalizer In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv26804/plugin-externalizer Modified Files: project.xml Log Message: fixed m1 build Index: project.xml =================================================================== RCS file: /cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-externalizer/project.xml,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** project.xml 9 Dec 2005 00:35:17 -0000 1.4 --- project.xml 25 Aug 2006 06:32:43 -0000 1.5 *************** *** 2,28 **** <project> ! <extend>${basedir}/../project.xml</extend> ! <artifactId>xdoclet-plugin-externalizer</artifactId> ! <name>xdoclet-plugin-externalizer</name> ! <developers> ! <developer> ! <name>Konstantin Pribluda</name> ! <id>ko5tik</id> ! <email>konstantin.pribluda(at)infodesire.com</email> ! <organization>Information Desire Software GmbH</organization> ! <roles> ! <role>Java Developer</role> ! </roles> ! </developer> ! </developers> ! <dependencies> <!-- build time only --> ! <dependency> ! <groupId>${pom.groupId}</groupId> ! <artifactId>xdoclet-plugin-qtags</artifactId> ! <version>${pom.currentVersion}</version> ! </dependency> ! </dependencies> </project> --- 2,33 ---- <project> ! <extend>${basedir}/../project.xml</extend> ! <artifactId>xdoclet-plugin-externalizer</artifactId> ! <name>xdoclet-plugin-externalizer</name> ! <developers> ! <developer> ! <name>Konstantin Pribluda</name> ! <id>ko5tik</id> ! <email>konstantin.pribluda(at)infodesire.com</email> ! <organization>Information Desire Software GmbH</organization> ! <roles> ! <role>Java Developer</role> ! </roles> ! </developer> ! </developers> ! <dependencies> <!-- build time only --> ! <dependency> ! <groupId>${pom.groupId}</groupId> ! <artifactId>xdoclet-plugin-qtags</artifactId> ! <version>${pom.currentVersion}</version> ! </dependency> ! <dependency> ! <groupId>${pom.groupId}</groupId> ! <artifactId>xdoclet-taglib-qtags</artifactId> ! <version>${pom.currentVersion}</version> ! </dependency> ! </dependencies> </project> |
From: Konstantin P. <ko...@us...> - 2006-08-24 18:22:01
|
Update of /cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-tapestry In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv14544/plugin-tapestry Added Files: pom.xml Log Message: synchronize daily work --- NEW FILE: pom.xml --- <?xml version="1.0" encoding="UTF-8"?> <project> <parent> <artifactId>xdoclet-taglib-plugin</artifactId> <groupId>xdoclet-plugins</groupId> <version>1.0.4-SNAPSHOT</version> <relativePath>../taglib</relativePath> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>xdoclet-plugin-tapestry</artifactId> <name>xdoclet-plugin-tapestry</name> <build> <plugins> <plugin> <groupId>xdoclet</groupId> <artifactId>maven2-xdoclet2-plugin</artifactId> </plugin> </plugins> </build> <dependencies> <dependency> <groupId>tapestry</groupId> <artifactId>tapestry</artifactId> <version>4.0-beta-13</version> <type>jar</type> <scope>test</scope> </dependency> <dependency> <groupId>hivemind</groupId> <artifactId>hivemind</artifactId> <version>1.1</version> <type>jar</type> <scope>test</scope> </dependency> </dependencies> <properties> <xdoclet.plugin.namespace>tapestry</xdoclet.plugin.namespace> </properties> </project> |
From: Konstantin P. <ko...@us...> - 2006-08-24 18:22:01
|
Update of /cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-spring In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv14544/plugin-spring Added Files: pom.xml Log Message: synchronize daily work --- NEW FILE: pom.xml --- <?xml version="1.0" encoding="UTF-8"?> <project> <parent> <artifactId>xdoclet-taglib-plugin</artifactId> <groupId>xdoclet-plugins</groupId> <version>1.0.4-SNAPSHOT</version> <relativePath>../taglib</relativePath> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>xdoclet-plugin-spring</artifactId> <name>xdoclet-plugin-spring</name> <build> <plugins> <plugin> <groupId>xdoclet</groupId> <artifactId>maven2-xdoclet2-plugin</artifactId> </plugin> </plugins> </build> <properties> <xdoclet.plugin.namespace>spring</xdoclet.plugin.namespace> </properties> </project> |
From: Konstantin P. <ko...@us...> - 2006-08-24 18:22:01
|
Update of /cvsroot/xdoclet-plugins/xdoclet-plugins In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv14544 Modified Files: pom.xml Log Message: synchronize daily work Index: pom.xml =================================================================== RCS file: /cvsroot/xdoclet-plugins/xdoclet-plugins/pom.xml,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** pom.xml 24 Aug 2006 05:24:54 -0000 1.8 --- pom.xml 24 Aug 2006 18:21:55 -0000 1.9 *************** *** 171,174 **** --- 171,179 ---- <module>plugin-junit</module> <module>plugin-plugin</module> + <module>plugin-spring</module> + <module>plugin-struts</module> + <module>plugin-tapestry</module> + <module>plugin-web</module> + <module>plugin-weblogic</module> </modules> <dependencies> |
From: Konstantin P. <ko...@us...> - 2006-08-24 18:21:58
|
Update of /cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-plugin In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv14544/plugin-plugin Modified Files: pom.xml Log Message: synchronize daily work Index: pom.xml =================================================================== RCS file: /cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-plugin/pom.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** pom.xml 24 Aug 2006 05:33:34 -0000 1.1 --- pom.xml 24 Aug 2006 18:21:55 -0000 1.2 *************** *** 9,13 **** <modelVersion>4.0.0</modelVersion> <artifactId>xdoclet-plugin-plugin</artifactId> ! <name>xdoclet-plugin-jmx</name> <build> <plugins> --- 9,13 ---- <modelVersion>4.0.0</modelVersion> <artifactId>xdoclet-plugin-plugin</artifactId> ! <name>xdoclet-plugin-plugin</name> <build> <plugins> |
From: Konstantin P. <ko...@us...> - 2006-08-24 18:21:58
|
Update of /cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-weblogic In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv14544/plugin-weblogic Added Files: pom.xml Log Message: synchronize daily work --- NEW FILE: pom.xml --- <?xml version="1.0" encoding="UTF-8"?> <project> <parent> <artifactId>xdoclet-taglib-plugin</artifactId> <groupId>xdoclet-plugins</groupId> <version>1.0.4-SNAPSHOT</version> <relativePath>../taglib</relativePath> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>xdoclet-plugin-weblogic</artifactId> <name>xdoclet-plugin-weblogic</name> <build> <plugins> <plugin> <groupId>xdoclet</groupId> <artifactId>maven2-xdoclet2-plugin</artifactId> </plugin> </plugins> </build> <dependencies> <dependency> <groupId>geronimo-spec</groupId> <artifactId>geronimo-spec-ejb</artifactId> <version>2.1-rc4</version> </dependency> </dependencies> <properties> <xdoclet.plugin.namespace>weblogic</xdoclet.plugin.namespace> </properties> </project> |
From: Konstantin P. <ko...@us...> - 2006-08-24 18:21:58
|
Update of /cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-portlet In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv14544/plugin-portlet Added Files: pom.xml Log Message: synchronize daily work --- NEW FILE: pom.xml --- <?xml version="1.0" encoding="UTF-8"?> <project> <parent> <artifactId>xdoclet-taglib-plugin</artifactId> <groupId>xdoclet-plugins</groupId> <version>1.0.4-SNAPSHOT</version> <relativePath>../taglib</relativePath> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>xdoclet-plugin-portlet</artifactId> <name>xdoclet-plugin-portlet</name> <build> <plugins> <plugin> <groupId>xdoclet</groupId> <artifactId>maven2-xdoclet2-plugin</artifactId> </plugin> </plugins> </build> <properties> <xdoclet.plugin.namespace>portlet</xdoclet.plugin.namespace> </properties> </project> |
From: Konstantin P. <ko...@us...> - 2006-08-24 18:21:58
|
Update of /cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-junit/src/test/java/org/xdoclet/testapp In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv14544/plugin-junit/src/test/java/org/xdoclet/testapp Modified Files: AllTests.java Log Message: synchronize daily work Index: AllTests.java =================================================================== RCS file: /cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-junit/src/test/java/org/xdoclet/testapp/AllTests.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** AllTests.java 24 Aug 2006 05:24:54 -0000 1.1 --- AllTests.java 24 Aug 2006 18:21:55 -0000 1.2 *************** *** 1,3 **** ! package some.pack; import junit.framework.Test; --- 1,3 ---- ! package org.xdoclet.testapp; import junit.framework.Test; |
From: Konstantin P. <ko...@us...> - 2006-08-24 18:21:58
|
Update of /cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-struts In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv14544/plugin-struts Added Files: pom.xml Log Message: synchronize daily work --- NEW FILE: pom.xml --- <?xml version="1.0" encoding="UTF-8"?> <project> <parent> <artifactId>xdoclet-taglib-plugin</artifactId> <groupId>xdoclet-plugins</groupId> <version>1.0.4-SNAPSHOT</version> <relativePath>../taglib</relativePath> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>xdoclet-plugin-struts</artifactId> <name>xdoclet-plugin-struts</name> <build> <plugins> <plugin> <groupId>xdoclet</groupId> <artifactId>maven2-xdoclet2-plugin</artifactId> </plugin> </plugins> </build> <dependencies> <dependency> <groupId>struts</groupId> <artifactId>struts</artifactId> <version>1.2.4</version> <scope>test</scope> </dependency> <dependency> <groupId>javax.servlet</groupId> <artifactId>servlet-api</artifactId> <version>2.3</version> <scope>test</scope> </dependency> <dependency> <groupId>commons-validator</groupId> <artifactId>commons-validator</artifactId> <version>1.1.4</version> <scope>test</scope> </dependency> </dependencies> <properties> <xdoclet.plugin.namespace>struts</xdoclet.plugin.namespace> </properties> </project> |
From: Konstantin P. <ko...@us...> - 2006-08-24 18:21:58
|
Update of /cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-web In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv14544/plugin-web Added Files: pom.xml Log Message: synchronize daily work --- NEW FILE: pom.xml --- <?xml version="1.0" encoding="UTF-8"?> <project> <parent> <artifactId>xdoclet-taglib-plugin</artifactId> <groupId>xdoclet-plugins</groupId> <version>1.0.4-SNAPSHOT</version> <relativePath>../taglib</relativePath> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>xdoclet-plugin-web</artifactId> <name>xdoclet-plugin-web</name> <build> <plugins> <plugin> <groupId>xdoclet</groupId> <artifactId>maven2-xdoclet2-plugin</artifactId> </plugin> </plugins> </build> <properties> <xdoclet.plugin.namespace>web</xdoclet.plugin.namespace> </properties> </project> |
From: Konstantin P. <ko...@us...> - 2006-08-24 05:33:37
|
Update of /cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-plugin In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv21580/plugin-plugin Added Files: pom.xml Log Message: added missing pom --- NEW FILE: pom.xml --- <?xml version="1.0" encoding="UTF-8"?> <project> <parent> <artifactId>xdoclet-taglib-plugin</artifactId> <groupId>xdoclet-plugins</groupId> <version>1.0.4-SNAPSHOT</version> <relativePath>../taglib</relativePath> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>xdoclet-plugin-plugin</artifactId> <name>xdoclet-plugin-jmx</name> <build> <plugins> <plugin> <groupId>xdoclet</groupId> <artifactId>maven2-xdoclet2-plugin</artifactId> </plugin> </plugins> </build> <properties> <xdoclet.plugin.namespace>plugin</xdoclet.plugin.namespace> </properties> </project> |
From: Konstantin P. <ko...@us...> - 2006-08-24 05:26:49
|
Update of /cvsroot/xdoclet-plugins/xdoclet-plugins/taglib-qtags In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv18677/taglib-qtags Modified Files: pom.xml Log Message: build uses new xdoclet2 plugin invocation Index: pom.xml =================================================================== RCS file: /cvsroot/xdoclet-plugins/xdoclet-plugins/taglib-qtags/pom.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** pom.xml 11 Aug 2006 17:15:11 -0000 1.1 --- pom.xml 24 Aug 2006 05:26:47 -0000 1.2 *************** *** 17,29 **** <configs> <config> ! <plugin>org.xdoclet.plugin.qtags.impl.QTagImplPlugin</plugin> ! <includes>**/Qtags*.java</includes> ! </config> ! <config> ! <plugin>org.xdoclet.plugin.qtags.impl.QTagLibraryPlugin</plugin> <includes>**/Qtags*.java</includes> - <params> - <packagereplace>org.xdoclet.plugin.qtags.qtags</packagereplace> - </params> </config> </configs> --- 17,40 ---- <configs> <config> ! <components> ! <component> ! <classname>org.xdoclet.plugin.qtags.impl.QTagImplPlugin</classname> ! </component> ! <component> ! <classname>org.xdoclet.plugin.qtags.impl.QTagLibraryPlugin</classname> ! <params> ! <packagereplace>org.xdoclet.plugin.qtags.qtags</packagereplace> ! </params> ! </component> ! <component> ! <classname>org.xdoclet.plugin.qtags.doclipse.QTagDoclipsePlugin</classname> ! <params> ! <!--<destdir>${project.build.directory}/doclipse</destdir> --> ! <filereplace>qtags.xml</filereplace> ! <namespace>qtags</namespace> ! </params> ! </component> ! </components> <includes>**/Qtags*.java</includes> </config> </configs> |
From: Konstantin P. <ko...@us...> - 2006-08-24 05:26:49
|
Update of /cvsroot/xdoclet-plugins/xdoclet-plugins/taglib In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv18677/taglib Modified Files: pom.xml Log Message: build uses new xdoclet2 plugin invocation Index: pom.xml =================================================================== RCS file: /cvsroot/xdoclet-plugins/xdoclet-plugins/taglib/pom.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** pom.xml 11 Aug 2006 17:15:10 -0000 1.1 --- pom.xml 24 Aug 2006 05:26:47 -0000 1.2 *************** *** 44,56 **** <configs> <config> ! <plugin>org.xdoclet.plugin.qtags.impl.QTagImplPlugin</plugin> ! <includes>**/*.java</includes> ! </config> ! <config> ! <plugin>org.xdoclet.plugin.qtags.impl.QTagLibraryPlugin</plugin> <includes>**/*.java</includes> - <params> - <packagereplace>org.xdoclet.plugin.${xdoclet.plugin.namespace}.qtags</packagereplace> - </params> </config> </configs> --- 44,67 ---- <configs> <config> ! <components> ! <component> ! <classname>org.xdoclet.plugin.qtags.impl.QTagImplPlugin</classname> ! </component> ! <component> ! <classname>org.xdoclet.plugin.qtags.impl.QTagLibraryPlugin</classname> ! <params> ! <packagereplace>org.xdoclet.plugin.${xdoclet.plugin.namespace}.qtags</packagereplace> ! </params> ! </component> ! <component> ! <classname>org.xdoclet.plugin.qtags.doclipse.QTagDoclipsePlugin</classname> ! <params> ! <!--<destdir>${project.build.directory}/doclipse</destdir>--> ! <filereplace>qtags.xml</filereplace> ! <namespace>${xdoclet.plugin.namespace}</namespace> ! </params> ! </component> ! </components> <includes>**/*.java</includes> </config> </configs> |
From: Konstantin P. <ko...@us...> - 2006-08-24 05:24:57
|
Update of /cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-junit/src/test/java/org/xdoclet/plugin/junit In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv17850/plugin-junit/src/test/java/org/xdoclet/plugin/junit Modified Files: TestSuitePluginTestCase.java Log Message: improvements in maven build Index: TestSuitePluginTestCase.java =================================================================== RCS file: /cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-junit/src/test/java/org/xdoclet/plugin/junit/TestSuitePluginTestCase.java,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** TestSuitePluginTestCase.java 14 Aug 2006 09:16:33 -0000 1.6 --- TestSuitePluginTestCase.java 24 Aug 2006 05:24:54 -0000 1.7 *************** *** 17,21 **** protected Plugin createPlugin(MetadataProvider metadataProvider, WriterMapper writerMapper) throws Exception { final TestSuitePlugin testSuitePlugin = new TestSuitePlugin(new VelocityTemplateEngine(), (QDoxMetadataProvider) metadataProvider, writerMapper); ! testSuitePlugin.setPackagereplace("some.pack"); testSuitePlugin.setName("SomeName"); return testSuitePlugin; --- 17,21 ---- protected Plugin createPlugin(MetadataProvider metadataProvider, WriterMapper writerMapper) throws Exception { final TestSuitePlugin testSuitePlugin = new TestSuitePlugin(new VelocityTemplateEngine(), (QDoxMetadataProvider) metadataProvider, writerMapper); ! testSuitePlugin.setPackagereplace("org.xdoclet.testapp"); testSuitePlugin.setName("SomeName"); return testSuitePlugin; *************** *** 23,34 **** protected MetadataProvider createMetadataProvider() throws IOException { ! return new QDoxMetadataProvider(new File(getClass().getResource("/src/test/java").getPath())); } protected URL getExpected() throws FileNotFoundException, MalformedURLException { ! String basedir = System.getProperty("xdoclet.junit.home"); ! assertNotNull(basedir); ! ! return new File(basedir + "/src/test/testdata/some/pack/AllTests.java").toURL(); } --- 23,32 ---- protected MetadataProvider createMetadataProvider() throws IOException { ! final URL reader = getResourceRelativeToThisPackage("./"); ! return new QDoxMetadataProvider(new File(reader.getPath())); } protected URL getExpected() throws FileNotFoundException, MalformedURLException { ! return getResourceRelativeToThisPackage("../../testapp/AllTests.java"); } |
From: Konstantin P. <ko...@us...> - 2006-08-24 05:24:57
|
Update of /cvsroot/xdoclet-plugins/xdoclet-plugins In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv17850 Modified Files: pom.xml Log Message: improvements in maven build Index: pom.xml =================================================================== RCS file: /cvsroot/xdoclet-plugins/xdoclet-plugins/pom.xml,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** pom.xml 14 Aug 2006 09:16:33 -0000 1.7 --- pom.xml 24 Aug 2006 05:24:54 -0000 1.8 *************** *** 169,172 **** --- 169,174 ---- <module>plugin-jdo</module> <module>plugin-jmx</module> + <module>plugin-junit</module> + <module>plugin-plugin</module> </modules> <dependencies> |
From: Konstantin P. <ko...@us...> - 2006-08-24 05:24:56
|
Update of /cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-junit/src/test/testdata/some/pack In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv17850/plugin-junit/src/test/testdata/some/pack Removed Files: AllTests.java Log Message: improvements in maven build --- AllTests.java DELETED --- |
From: Konstantin P. <ko...@us...> - 2006-08-24 05:24:56
|
Update of /cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-junit/src/test/java/org/xdoclet/testapp In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv17850/plugin-junit/src/test/java/org/xdoclet/testapp Added Files: AllTests.java Log Message: improvements in maven build --- NEW FILE: AllTests.java --- package some.pack; import junit.framework.Test; import junit.framework.TestCase; import junit.framework.TestSuite; import junit.textui.TestRunner; public class AllTests extends TestCase { public static Test suite() { TestSuite suite = new TestSuite("SomeName"); suite.addTestSuite(org.xdoclet.plugin.junit.TestSuitePluginTestCase.class); return suite; } public void testDummy() { } public static void main(String[] args) { TestRunner.run(suite()); } } |
From: Konstantin P. <ko...@us...> - 2006-08-21 19:39:31
|
Update of /cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-junit/src/test/java/org/xdoclet/testapp In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv11123/testapp Log Message: Directory /cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-junit/src/test/java/org/xdoclet/testapp added to the repository |
From: Konstantin P. <ko...@us...> - 2006-08-14 18:52:28
|
Update of /cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-jmx/src/test/java/org/xdoclet/plugin/jmx In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv828/plugin-jmx/src/test/java/org/xdoclet/plugin/jmx Modified Files: MBeanPluginTestCase.java Log Message: fixed m2 build of jmx plugin Index: MBeanPluginTestCase.java =================================================================== RCS file: /cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-jmx/src/test/java/org/xdoclet/plugin/jmx/MBeanPluginTestCase.java,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** MBeanPluginTestCase.java 14 Aug 2006 09:16:33 -0000 1.6 --- MBeanPluginTestCase.java 14 Aug 2006 18:52:24 -0000 1.7 *************** *** 1 **** ! package org.xdoclet.plugin.jmx; import java.net.URL; import org.generama.MetadataProvider; import org.generama.Plugin; import org.generama.VelocityTemplateEngine; import org.generama.WriterMapper; import org.xdoclet.AbstractJavaGeneratingPluginTestCase; import org.xdoclet.QDoxMetadataProvider; /** * @author Laurent Etiemble * @version $Revision$ */ public class MBeanPluginTestCase extends AbstractJavaGeneratingPluginTestCase { protected Plugin createPlugin(MetadataProvider metadataProvider, WriterMapper writerMapper) throws Exception { return new MBeanPlugin(new VelocityTemplateEngine(), (QDoxMetadataProvider) metadataProvider, writerMapper); } protected URL getTestSource() { return getClass().getResource("org/xdoclet/testapp/pojo/ThingManagement.java"); } protected URL getExpected() { return Thread.currentThread().getContextClassLoader().getResource("org/xdoclet/testapp/pojo/ThingManagementMBean.java"); } } --- 1 ---- ! package org.xdoclet.plugin.jmx; import java.net.URL; import org.generama.MetadataProvider; import org.generama.Plugin; import org.generama.VelocityTemplateEngine; import org.generama.WriterMapper; import org.xdoclet.AbstractJavaGeneratingPluginTestCase; import org.xdoclet.QDoxMetadataProvider; /** * @author Laurent Etiemble * @version $Revision$ */ public class MBeanPluginTestCase extends AbstractJavaGeneratingPluginTestCase { protected Plugin createPlugin(MetadataProvider metadataProvider, WriterMapper writerMapper) throws Exception { return new MBeanPlugin(new VelocityTemplateEngine(), (QDoxMetadataProvider) metadataProvider, writerMapper); } protected URL getTestSource() { return Thread.currentThread().getContextClassLoader().getResource("org/xdoclet/testapp/pojo/ThingManagement.java"); } protected URL getExpected() { return Thread.currentThread().getContextClassLoader().getResource("org/xdoclet/testapp/pojo/ThingManagementMBean.java"); } } |
From: Konstantin P. <ko...@us...> - 2006-08-14 16:41:24
|
Update of /cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-jmx In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv13553/plugin-jmx Added Files: pom.xml Log Message: added missing pom.xml --- NEW FILE: pom.xml --- <?xml version="1.0" encoding="UTF-8"?> <project> <parent> <artifactId>xdoclet-taglib-plugin</artifactId> <groupId>xdoclet-plugins</groupId> <version>1.0.4-SNAPSHOT</version> <relativePath>../taglib</relativePath> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>xdoclet-plugin-jmx</artifactId> <name>xdoclet-plugin-jmx</name> <build> <testResources> <testResource> <directory>${basedir}/src/test/java</directory> <includes> <include>**/*.mlet</include> <include>**/*.java</include> </includes> </testResource> </testResources> <plugins> <plugin> <groupId>xdoclet</groupId> <artifactId>maven2-xdoclet2-plugin</artifactId> </plugin> </plugins> </build> <properties> <xdoclet.plugin.namespace>jmx</xdoclet.plugin.namespace> </properties> </project> |
From: Konstantin P. <ko...@us...> - 2006-08-14 09:16:38
|
Update of /cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-junit In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv18283/plugin-junit Added Files: pom.xml Log Message: added jdo to m2 build. junit still needs some work --- NEW FILE: pom.xml --- <?xml version="1.0" encoding="UTF-8"?> <project> <parent> <artifactId>xdoclet-taglib-plugin</artifactId> <groupId>xdoclet-plugins</groupId> <version>1.0.4-SNAPSHOT</version> <relativePath>../taglib</relativePath> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>xdoclet-plugin-junit</artifactId> <name>xdoclet-plugin-junit</name> <build> </build> <properties> <xdoclet.plugin.namespace>junit</xdoclet.plugin.namespace> </properties> </project> |
From: Konstantin P. <ko...@us...> - 2006-08-14 09:16:35
|
Update of /cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-jmx/src/test/java/org/xdoclet/plugin/jmx In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv18283/plugin-jmx/src/test/java/org/xdoclet/plugin/jmx Modified Files: MBeanPluginTestCase.java MLetPluginTestCase.java Log Message: added jdo to m2 build. junit still needs some work Index: MLetPluginTestCase.java =================================================================== RCS file: /cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-jmx/src/test/java/org/xdoclet/plugin/jmx/MLetPluginTestCase.java,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** MLetPluginTestCase.java 26 Apr 2005 07:23:30 -0000 1.5 --- MLetPluginTestCase.java 14 Aug 2006 09:16:33 -0000 1.6 *************** *** 1 **** ! package org.xdoclet.plugin.jmx; import org.generama.MetadataProvider; import org.generama.Plugin; import org.generama.VelocityTemplateEngine; import org.generama.WriterMapper; import org.generama.tests.AbstractTextGeneratingPluginTestCase; import org.xdoclet.QDoxMetadataProvider; import java.io.File; import java.io.FileNotFoundException; import java.net.MalformedURLException; import java.net.URL; /** * @author Laurent Etiemble * @version $Revision$ */ public class MLetPluginTestCase extends AbstractTextGeneratingPluginTestCase { protected Plugin createPlugin(MetadataProvider metadataProvider, WriterMapper writerMapper) throws Exception { return new MLetPlugin(new VelocityTemplateEngine(), (QDoxMetadataProvider) metadataProvider, writerMapper); } protected MetadataProvider createMetadataProvider() throws Exception { String basedir = System.getProperty("xdoclet.jmx.home"); assertNotNull(basedir); File testAppDir = new File(basedir, "../plugin-jmx/src/test/java/org/xdoclet/testapp/pojo"); return new QDoxMetadataProvider(testAppDir); } protected URL getExpected() throws FileNotFoundException, MalformedURLException { String basedir = System.getProperty("xdoclet.jmx.home"); return new File(basedir + "/../plugin-jmx/src/test/java/org/xdoclet/plugin/jmx/expected/mbeans.mlet").toURL(); } } --- 1 ---- ! package org.xdoclet.plugin.jmx; import java.io.File; import java.net.URL; import org.generama.MetadataProvider; import org.generama.Plugin; import org.generama.VelocityTemplateEngine; import org.generama.WriterMapper; import org.generama.tests.AbstractTextGeneratingPluginTestCase; import org.xdoclet.QDoxMetadataProvider; /** * @author Laurent Etiemble * @author Konstantin Pribluda * @version $Revision$ */ public class MLetPluginTestCase extends AbstractTextGeneratingPluginTestCase { protected Plugin createPlugin(MetadataProvider metadataProvider, WriterMapper writerMapper) throws Exception { return new MLetPlugin(new VelocityTemplateEngine(), (QDoxMetadataProvider) metadataProvider, writerMapper); } protected MetadataProvider createMetadataProvider() throws Exception { return new QDoxMetadataProvider(new File(getClass().getResource("/org/xdoclet/testapp/pojo").getPath())); } protected URL getExpected() { return Thread.currentThread().getContextClassLoader().getResource("org/xdoclet/plugin/jmx/expected/mbeans.mlet"); } } Index: MBeanPluginTestCase.java =================================================================== RCS file: /cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-jmx/src/test/java/org/xdoclet/plugin/jmx/MBeanPluginTestCase.java,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** MBeanPluginTestCase.java 26 Apr 2005 07:23:30 -0000 1.5 --- MBeanPluginTestCase.java 14 Aug 2006 09:16:33 -0000 1.6 *************** *** 1 **** ! package org.xdoclet.plugin.jmx; import org.generama.MetadataProvider; import org.generama.Plugin; import org.generama.VelocityTemplateEngine; import org.generama.WriterMapper; import org.xdoclet.AbstractJavaGeneratingPluginTestCase; import org.xdoclet.QDoxMetadataProvider; import java.io.File; import java.io.FileNotFoundException; import java.net.MalformedURLException; import java.net.URL; /** * @author Laurent Etiemble * @version $Revision$ */ public class MBeanPluginTestCase extends AbstractJavaGeneratingPluginTestCase { protected Plugin createPlugin(MetadataProvider metadataProvider, WriterMapper writerMapper) throws Exception { return new MBeanPlugin(new VelocityTemplateEngine(), (QDoxMetadataProvider) metadataProvider, writerMapper); } protected URL getTestSource() throws FileNotFoundException, MalformedURLException { String basedir = System.getProperty("xdoclet.jmx.home"); assertNotNull(basedir); return new File(basedir + "/../plugin-jmx/src/test/java/org/xdoclet/testapp/pojo/ThingManagement.java").toURL(); } protected URL getExpected() throws FileNotFoundException, MalformedURLException { String basedir = System.getProperty("xdoclet.jmx.home"); return new File(basedir + "/../plugin-jmx/src/test/java/org/xdoclet/testapp/pojo/ThingManagementMBean.java").toURL(); } } --- 1 ---- ! package org.xdoclet.plugin.jmx; import java.net.URL; import org.generama.MetadataProvider; import org.generama.Plugin; import org.generama.VelocityTemplateEngine; import org.generama.WriterMapper; import org.xdoclet.AbstractJavaGeneratingPluginTestCase; import org.xdoclet.QDoxMetadataProvider; /** * @author Laurent Etiemble * @version $Revision$ */ public class MBeanPluginTestCase extends AbstractJavaGeneratingPluginTestCase { protected Plugin createPlugin(MetadataProvider metadataProvider, WriterMapper writerMapper) throws Exception { return new MBeanPlugin(new VelocityTemplateEngine(), (QDoxMetadataProvider) metadataProvider, writerMapper); } protected URL getTestSource() { return getClass().getResource("org/xdoclet/testapp/pojo/ThingManagement.java"); } protected URL getExpected() { return Thread.currentThread().getContextClassLoader().getResource("org/xdoclet/testapp/pojo/ThingManagementMBean.java"); } } |
From: Konstantin P. <ko...@us...> - 2006-08-14 09:16:35
|
Update of /cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-junit/src/test/java/org/xdoclet/plugin/junit In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv18283/plugin-junit/src/test/java/org/xdoclet/plugin/junit Modified Files: TestSuitePluginTestCase.java Log Message: added jdo to m2 build. junit still needs some work Index: TestSuitePluginTestCase.java =================================================================== RCS file: /cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-junit/src/test/java/org/xdoclet/plugin/junit/TestSuitePluginTestCase.java,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** TestSuitePluginTestCase.java 18 Jun 2004 16:37:36 -0000 1.5 --- TestSuitePluginTestCase.java 14 Aug 2006 09:16:33 -0000 1.6 *************** *** 23,30 **** protected MetadataProvider createMetadataProvider() throws IOException { ! String basedir = System.getProperty("xdoclet.junit.home"); ! assertNotNull(basedir); ! ! return new QDoxMetadataProvider(new File(basedir + "/src/test/java")); } --- 23,27 ---- protected MetadataProvider createMetadataProvider() throws IOException { ! return new QDoxMetadataProvider(new File(getClass().getResource("/src/test/java").getPath())); } |
From: Konstantin P. <ko...@us...> - 2006-08-14 09:16:35
|
Update of /cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-jmx/src/test/java/org/xdoclet/plugin/jmx/expected In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv18283/plugin-jmx/src/test/java/org/xdoclet/plugin/jmx/expected Modified Files: mbeans.mlet Log Message: added jdo to m2 build. junit still needs some work Index: mbeans.mlet =================================================================== RCS file: /cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-jmx/src/test/java/org/xdoclet/plugin/jmx/expected/mbeans.mlet,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** mbeans.mlet 26 Apr 2005 07:23:30 -0000 1.3 --- mbeans.mlet 14 Aug 2006 09:16:33 -0000 1.4 *************** *** 1 **** ! // Generated file. Do not edit. // Generated by org.xdoclet.plugin.jmx.MLetPlugin <MLET NAME="jmx.mbean" CODE="org.xdoclet.testapp.pojo.OtherManagement" ARCHIVE="the-archive.jar" CODEBASE="/usr/local/management"> </MLET> <MLET NAME="jmx.mbean" CODE="org.xdoclet.testapp.pojo.StuffManagement" ARCHIVE="the-archive.jar"> </MLET> <MLET NAME="jmx.mbean" CODE="org.xdoclet.testapp.pojo.ThingManagement"> </MLET> --- 1,12 ---- ! // Generated file. Do not edit. ! // Generated by org.xdoclet.plugin.jmx.MLetPlugin ! ! <MLET NAME="jmx.mbean" CODE="org.xdoclet.testapp.pojo.OtherManagement" ARCHIVE="the-archive.jar" CODEBASE="/usr/local/management"> ! </MLET> ! ! <MLET NAME="jmx.mbean" CODE="org.xdoclet.testapp.pojo.StuffManagement" ARCHIVE="the-archive.jar"> ! </MLET> ! ! <MLET NAME="jmx.mbean" CODE="org.xdoclet.testapp.pojo.ThingManagement"> ! </MLET> ! |
From: Konstantin P. <ko...@us...> - 2006-08-14 09:16:35
|
Update of /cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-jdo In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv18283/plugin-jdo Added Files: pom.xml Log Message: added jdo to m2 build. junit still needs some work --- NEW FILE: pom.xml --- <?xml version="1.0" encoding="UTF-8"?> <project> <parent> <artifactId>xdoclet-taglib-plugin</artifactId> <groupId>xdoclet-plugins</groupId> <version>1.0.4-SNAPSHOT</version> <relativePath>../taglib</relativePath> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>xdoclet-plugin-jdo</artifactId> <name>xdoclet-plugin-jdo</name> <description>Generates JDO mappings</description> <build> <plugins> <plugin> <groupId>xdoclet</groupId> <artifactId>maven2-xdoclet2-plugin</artifactId> </plugin> </plugins> </build> <properties> <xdoclet.plugin.namespace>jdo</xdoclet.plugin.namespace> </properties> </project> |