You can subscribe to this list here.
2002 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(11) |
Nov
(97) |
Dec
(35) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2003 |
Jan
(12) |
Feb
(55) |
Mar
(21) |
Apr
(3) |
May
(7) |
Jun
(25) |
Jul
(108) |
Aug
(23) |
Sep
|
Oct
|
Nov
|
Dec
(4) |
2006 |
Jan
|
Feb
|
Mar
(6) |
Apr
(3) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2008 |
Jan
(13) |
Feb
|
Mar
(257) |
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(38) |
Dec
|
2009 |
Jan
|
Feb
(1) |
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2010 |
Jan
|
Feb
(63) |
Mar
|
Apr
|
May
|
Jun
(1) |
Jul
|
Aug
|
Sep
(1) |
Oct
|
Nov
|
Dec
(1) |
2011 |
Jan
|
Feb
(1) |
Mar
|
Apr
(1) |
May
(1) |
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2012 |
Jan
|
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Tim P <ti...@us...> - 2008-03-14 17:32:43
|
Update of /cvsroot/webmacro/webmacro In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv6194 Modified Files: pom.xml Log Message: Remove cobertura clean Index: pom.xml =================================================================== RCS file: /cvsroot/webmacro/webmacro/pom.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** pom.xml 14 Mar 2008 17:20:08 -0000 1.2 --- pom.xml 14 Mar 2008 17:32:39 -0000 1.3 *************** *** 266,285 **** <groupId>org.codehaus.mojo</groupId> <artifactId>cobertura-maven-plugin</artifactId> - <!--version>2.0</version--> - <configuration> - <instrumentation> - <ignores> - </ignores> - <excludes> - </excludes> - </instrumentation> - </configuration> - <executions> - <execution> - <goals> - <goal>clean</goal> - </goals> - </execution> - </executions> </plugin> </plugins> --- 266,269 ---- |
From: Tim P <ti...@us...> - 2008-03-14 17:20:16
|
Update of /cvsroot/webmacro/webmacro In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv1090 Modified Files: pom.xml Log Message: Exclude a few broken tests, upgrade dependencies Index: pom.xml =================================================================== RCS file: /cvsroot/webmacro/webmacro/pom.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** pom.xml 14 Mar 2008 15:28:57 -0000 1.1 --- pom.xml 14 Mar 2008 17:20:08 -0000 1.2 *************** *** 1,10 **** <?xml version="1.0" encoding="UTF-8"?><project> <modelVersion>4.0.0</modelVersion> ! <groupId>webmacro</groupId> <artifactId>webmacro</artifactId> <name>WebMacro</name> ! <version>2.1</version> <description>WebMacro template engine</description> ! <url>http://www.webmacro.org/</url> <issueManagement> <url>http://sourceforge.net/tracker/?group_id=64597</url> --- 1,10 ---- <?xml version="1.0" encoding="UTF-8"?><project> <modelVersion>4.0.0</modelVersion> ! <groupId>org.webmacro</groupId> <artifactId>webmacro</artifactId> <name>WebMacro</name> ! <version>2.1.1</version> <description>WebMacro template engine</description> ! <url>http://webmacro.sourceforge.net/</url> <issueManagement> <url>http://sourceforge.net/tracker/?group_id=64597</url> *************** *** 116,130 **** </developer> <developer> - <id>mhuijkman</id> - <name>Marcel Huijkman</name> - <email>mhuijkman AT users.sourceforge.net</email> - <url></url> - <organization>WebMacro</organization> - <roles> - <role>Developer</role> - </roles> - <timezone>0</timezone> - </developer> - <developer> <id>skanthak</id> <name>Sebastian Kanthak</name> --- 116,119 ---- *************** *** 172,177 **** </licenses> <scm> ! <connection>scm:cvs::pserver:ano...@cv...:/cvsroot/webmacro</connection> ! <developerConnection>scm:cvs::pserver:ano...@cv...:/cvsroot/webmacro</developerConnection> <url>http://cvs.sourceforge.net/viewcvs.py/webmacro/</url> </scm> --- 161,166 ---- </licenses> <scm> ! <connection>scm:cvs::pserver:ano...@we...:/cvsroot/webmacro</connection> ! <developerConnection>scm:cvs::ext:US...@we...:/cvsroot/webmacro</developerConnection> <url>http://cvs.sourceforge.net/viewcvs.py/webmacro/</url> </scm> *************** *** 233,247 **** <configuration> <redirectTestOutputToFile>true</redirectTestOutputToFile> ! <forkMode>once</forkMode> <!-- threadCount>1</threadCount--> ! <!-- childDelegation>false</childDelegation --> <useFile>true</useFile> - <includes> - <include>**/*Test.java</include> - </includes> <excludes> <!-- Ant filtered guck --> ! <exclude>**/TestVersion.java</exclude> </excludes> </configuration> </plugin> --- 222,239 ---- <configuration> <redirectTestOutputToFile>true</redirectTestOutputToFile> ! <!-- forkMode>once</forkMode --> <!-- threadCount>1</threadCount--> ! <childDelegation>false</childDelegation> <useFile>true</useFile> <excludes> <!-- Ant filtered guck --> ! <exclude>**/TestVersion.java</exclude> ! <exclude>**/TestBackupCharStream.java</exclude> ! <exclude>**/TestParseIncludeMacroDistribution.java</exclude> ! <exclude>**/*$*</exclude> </excludes> + <includes> + <include>**/Test*.java</include> + </includes> </configuration> </plugin> *************** *** 295,306 **** <dependencies> <dependency> - <groupId>activation</groupId> - <artifactId>activation</artifactId> - <version>1.0</version> - </dependency> - <dependency> <groupId>ant</groupId> <artifactId>ant</artifactId> ! <version>1.5.3-1</version> <scope>compile</scope> </dependency> --- 287,293 ---- <dependencies> <dependency> <groupId>ant</groupId> <artifactId>ant</artifactId> ! <version>1.6.5</version> <scope>compile</scope> </dependency> *************** *** 308,312 **** <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> ! <version>1.0.4</version> <scope>compile</scope> </dependency> --- 295,299 ---- <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> ! <version>1.1</version> <scope>compile</scope> </dependency> *************** *** 336,341 **** </dependency> <dependency> ! <groupId>servlet</groupId> ! <artifactId>servlet</artifactId> <version>2.2</version> <scope>compile</scope> --- 323,328 ---- </dependency> <dependency> ! <groupId>javax.servlet</groupId> ! <artifactId>servlet-api</artifactId> <version>2.2</version> <scope>compile</scope> *************** *** 356,365 **** <reporting> <plugins> ! <plugin> <artifactId>maven-checkstyle-plugin</artifactId> <configuration> <configLocation>checkstyle.xml</configLocation> </configuration> ! </plugin> <plugin> <artifactId>maven-site-plugin</artifactId> --- 343,352 ---- <reporting> <plugins> ! <!--plugin> <artifactId>maven-checkstyle-plugin</artifactId> <configuration> <configLocation>checkstyle.xml</configLocation> </configuration> ! </plugin--> <plugin> <artifactId>maven-site-plugin</artifactId> |
From: Tim P <ti...@us...> - 2008-03-14 17:13:08
|
Update of /cvsroot/webmacro/webmacro/test/unit/org/webmacro/template In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv30619/test/unit/org/webmacro/template Modified Files: TestParseIncludeMacroDistribution.java Log Message: Javadoc Index: TestParseIncludeMacroDistribution.java =================================================================== RCS file: /cvsroot/webmacro/webmacro/test/unit/org/webmacro/template/TestParseIncludeMacroDistribution.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** TestParseIncludeMacroDistribution.java 14 Mar 2008 17:10:46 -0000 1.1 --- TestParseIncludeMacroDistribution.java 14 Mar 2008 17:13:02 -0000 1.2 *************** *** 6,16 **** /** ! * test that templates can be #parse'd and files (and URL's) ! * can be #include'd ! * ! * The file /etc/password should exist on your ! * filesystem and contain "root:" somewhere in it ! * ! * And your computer will need access to http://www.amazon.com/ */ public class TestParseIncludeMacroDistribution extends TemplateTestCase --- 6,10 ---- /** ! * Test macros in the distribution. */ public class TestParseIncludeMacroDistribution extends TemplateTestCase |
From: Tim P <ti...@us...> - 2008-03-14 17:10:51
|
Update of /cvsroot/webmacro/webmacro/test/unit/org/webmacro/template In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv29635/test/unit/org/webmacro/template Modified Files: TestParseInclude.java Added Files: TestParseIncludeMacroDistribution.java Log Message: Split macro tests out into thier own test, so it can be excluded as it is failing --- NEW FILE: TestParseIncludeMacroDistribution.java --- package org.webmacro.template; import org.webmacro.Context; import org.webmacro.engine.DefaultEvaluationExceptionHandler; /** * test that templates can be #parse'd and files (and URL's) * can be #include'd * * The file /etc/password should exist on your * filesystem and contain "root:" somewhere in it * * And your computer will need access to http://www.amazon.com/ */ public class TestParseIncludeMacroDistribution extends TemplateTestCase { public TestParseIncludeMacroDistribution (String name) { super(name); } public void stuffContext (Context context) throws Exception { context.setEvaluationExceptionHandler( new DefaultEvaluationExceptionHandler()); context.put("TemplateName", "org/webmacro/template/test_parse.wm"); } /** executes out of the standard macro/ distribution. */ public void testEcommMacros () throws Exception { // execute the pay pal eCommerce test case and store the output String value = executeFileTemplate("org/webmacro/template/ecomm.wm"); store(System.getProperty("user.dir") + "/" + "ecomm.html", value); } /** executes out of the standard macro/ distribution. */ public void testVerisignMacros () throws Exception { // execute the pay pal eCommerce test case and store the output String value = executeFileTemplate("org/webmacro/template/verisign.wm"); store(System.getProperty("user.dir") + "/" + "verisign.html", value); } /** executes out of the standard macro/ distribution: html. */ public void testHrefMacro () throws Exception { // execute the pay pal eCommerce test case and store the output String value = executeFileTemplate("org/webmacro/template/href.wm"); store(System.getProperty("user.dir") + "/" + "windows.html", value); } /** executes out of the standard macro/ distribution: html. */ public void testFrameMacro () throws Exception { // execute the pay pal eCommerce test case and store the output String value = executeFileTemplate("org/webmacro/template/frame.wm"); store(System.getProperty("user.dir") + "/" + "winFrame.html", value); } /** executes out of the standard macro/ distribution: html. */ public void testControlsMacro () throws Exception { // execute the pay pal eCommerce test case and store the output String value = executeFileTemplate("org/webmacro/template/controlsTest.wm"); store(System.getProperty("user.dir") + "/" + "controls.html", value); } } Index: TestParseInclude.java =================================================================== RCS file: /cvsroot/webmacro/webmacro/test/unit/org/webmacro/template/TestParseInclude.java,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** TestParseInclude.java 30 Jul 2005 04:00:38 -0000 1.15 --- TestParseInclude.java 14 Mar 2008 17:10:46 -0000 1.16 *************** *** 144,191 **** - /** executes out of the standard macro/ distribution. */ - public void testEcommMacros () throws Exception - { - // execute the pay pal eCommerce test case and store the output - String value = executeFileTemplate("org/webmacro/template/ecomm.wm"); - store(System.getProperty("user.dir") + "/" + "ecomm.html", value); - } - - /** executes out of the standard macro/ distribution. */ - public void testVerisignMacros () throws Exception - { - // execute the pay pal eCommerce test case and store the output - String value = executeFileTemplate("org/webmacro/template/verisign.wm"); - store(System.getProperty("user.dir") + "/" + "verisign.html", value); - } - - - /** executes out of the standard macro/ distribution: html. */ - public void testHrefMacro () throws Exception - { - // execute the pay pal eCommerce test case and store the output - String value = executeFileTemplate("org/webmacro/template/href.wm"); - store(System.getProperty("user.dir") + "/" + "windows.html", value); - } - - - /** executes out of the standard macro/ distribution: html. */ - public void testFrameMacro () throws Exception - { - // execute the pay pal eCommerce test case and store the output - String value = executeFileTemplate("org/webmacro/template/frame.wm"); - store(System.getProperty("user.dir") + "/" + "winFrame.html", value); - } - - - /** executes out of the standard macro/ distribution: html. */ - public void testControlsMacro () throws Exception - { - // execute the pay pal eCommerce test case and store the output - String value = executeFileTemplate("org/webmacro/template/controlsTest.wm"); - store(System.getProperty("user.dir") + "/" + "controls.html", value); - } - - public static void main (String[] args) throws Exception { --- 144,147 ---- |
From: Tim P <ti...@us...> - 2008-03-14 16:00:44
|
Update of /cvsroot/webmacro/webmacro/src-optional/org/opendoors/util In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv1127/src-optional/org/opendoors/util Modified Files: Timer.java Log Message: Access static method statically Index: Timer.java =================================================================== RCS file: /cvsroot/webmacro/webmacro/src-optional/org/opendoors/util/Timer.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** Timer.java 28 Jan 2008 16:02:51 -0000 1.2 --- Timer.java 14 Mar 2008 16:00:40 -0000 1.3 *************** *** 154,158 **** try { ! timerThread.sleep(period); } catch (InterruptedException e) --- 154,158 ---- try { ! Thread.sleep(period); } catch (InterruptedException e) |
From: Tim P <ti...@us...> - 2008-03-14 15:59:07
|
Update of /cvsroot/webmacro/webmacro In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv32592 Modified Files: build.xml Log Message: Eclipse says yes not Yes Index: build.xml =================================================================== RCS file: /cvsroot/webmacro/webmacro/build.xml,v retrieving revision 1.47 retrieving revision 1.48 diff -C2 -d -r1.47 -r1.48 *** build.xml 8 Dec 2005 22:12:43 -0000 1.47 --- build.xml 14 Mar 2008 15:59:02 -0000 1.48 *************** *** 125,129 **** </copy> <javac srcdir="${tmpdir}" ! fork="Yes" destdir="${classes}" debug="on" optimize="off" deprecation="off"> --- 125,129 ---- </copy> <javac srcdir="${tmpdir}" ! fork="yes" destdir="${classes}" debug="on" optimize="off" deprecation="off"> |
From: Tim P <ti...@us...> - 2008-03-14 15:29:00
|
Update of /cvsroot/webmacro/webmacro In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv20705 Added Files: pom.xml Log Message: Converted using one:convert --- NEW FILE: pom.xml --- <?xml version="1.0" encoding="UTF-8"?><project> <modelVersion>4.0.0</modelVersion> <groupId>webmacro</groupId> <artifactId>webmacro</artifactId> <name>WebMacro</name> <version>2.1</version> <description>WebMacro template engine</description> <url>http://www.webmacro.org/</url> <issueManagement> <url>http://sourceforge.net/tracker/?group_id=64597</url> </issueManagement> <inceptionYear>1999</inceptionYear> <mailingLists> <mailingList> <name>WebMacro Announce</name> <subscribe>http://lists.sourceforge.net/lists/listinfo/webmacro-announce</subscribe> <unsubscribe>http://lists.sourceforge.net/lists/listinfo/webmacro-announce</unsubscribe> <archive>http://sourceforge.net/mailarchive/forum.php?forum=webmacro-announce</archive> </mailingList> <mailingList> <name>WebMacro Developers</name> <subscribe>http://lists.sourceforge.net/lists/listinfo/webmacro-devel</subscribe> <unsubscribe>http://lists.sourceforge.net/lists/listinfo/webmacro-devel</unsubscribe> <archive>http://sourceforge.net/mailarchive/forum.php?forum=webmacro-devel</archive> </mailingList> <mailingList> <name>WebMacro Users</name> <subscribe>http://lists.sourceforge.net/lists/listinfo/webmacro-user</subscribe> <unsubscribe>http://lists.sourceforge.net/lists/listinfo/webmacro-user</unsubscribe> <archive>http://sourceforge.net/mailarchive/forum.php?forum=webmacro-user</archive> </mailingList> <mailingList> <name>WebMacro CVS</name> <subscribe>http://lists.sourceforge.net/lists/listinfo/webmacro-cvs</subscribe> <unsubscribe>http://lists.sourceforge.net/lists/listinfo/webmacro-cvs</unsubscribe> <archive>http://sourceforge.net/mailarchive/forum.php?forum=webmacro-cvs</archive> </mailingList> </mailingLists> <developers> <developer> <id>alexfiennes</id> <name>Alex Fiennes</name> <email>alexfiennes AT users.sourceforge.net</email> <url></url> <organization>WebMacro</organization> <roles> <role>Developer</role> </roles> <timezone>0</timezone> </developer> <developer> <id>briangoetz</id> <name>Brian Goetz</name> <email>briangoetz AT users.sourceforge.net</email> <url>http://sourceforge.net/users/briangoetz/</url> <organization>WebMacro</organization> <roles> <role>Project Manager</role> </roles> <timezone>0</timezone> </developer> <developer> <id>datenimperator</id> <name>Christian Aust</name> <email>datenimperator AT users.sourceforge.net</email> <url></url> <organization>WebMacro</organization> <roles> <role>Developer</role> </roles> <timezone>0</timezone> </developer> <developer> <id>drater</id> <name>Eric B. Ridge</name> <email>drater AT users.sourceforge.net</email> <url>http://sourceforge.net/users/drater/</url> <organization>WebMacro</organization> <roles> <role>Project Manager</role> </roles> <timezone>0</timezone> </developer> <developer> <id>keats</id> <name>Keats Kirsch</name> <email>keats AT users.sourceforge.net</email> <url>http://sourceforge.net/users/keats/</url> <organization>WebMacro</organization> <roles> <role>Project Manager</role> </roles> <timezone>0</timezone> </developer> <developer> <id>lanesharman</id> <name>Lane Sharman</name> <email>lanesharman AT users.sourceforge.net</email> <url>http://www.opendoors.com/</url> <organization>OpenDoors</organization> <roles> <role>Developer</role> </roles> <timezone>-7</timezone> </developer> <developer> <id>mhuijkman</id> <name>Marcel Huijkman</name> <email>mhuijkman AT users.sourceforge.net</email> <url></url> <organization>WebMacro</organization> <roles> <role>Developer</role> </roles> <timezone>0</timezone> </developer> <developer> <id>mhuijkman</id> <name>Marcel Huijkman</name> <email>mhuijkman AT users.sourceforge.net</email> <url></url> <organization>WebMacro</organization> <roles> <role>Developer</role> </roles> <timezone>0</timezone> </developer> <developer> <id>skanthak</id> <name>Sebastian Kanthak</name> <email>skanthak AT users.sourceforge.net</email> <url></url> <organization>WebMacro</organization> <roles> <role>Developer</role> </roles> <timezone>0</timezone> </developer> <developer> <id>timp</id> <name>Tim Pizey</name> <email>timp AT paneris.org</email> <url>http://context-computing.co.uk/~timp</url> <organization>Context Computing</organization> <roles> <role>Maven maven</role> <role>Developer</role> </roles> <timezone>0</timezone> </developer> <developer> <id>wangjammer5</id> <name>Marc Palmer</name> <email>wangjammer5 AT users.sourceforge.net</email> <url>http://sourceforge.net/users/wangjammer5/</url> <organization>WebMacro</organization> <roles> <role>Developer</role> </roles> <timezone>0</timezone> </developer> </developers> <licenses> <license> <name>Gnu Public License</name> <url>http://www.gnu.org/copyleft/gpl.html</url> </license> <license> <name>The Apache Software License, Version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> </license> </licenses> <scm> <connection>scm:cvs::pserver:ano...@cv...:/cvsroot/webmacro</connection> <developerConnection>scm:cvs::pserver:ano...@cv...:/cvsroot/webmacro</developerConnection> <url>http://cvs.sourceforge.net/viewcvs.py/webmacro/</url> </scm> <organization> <name>WebMacro</name> <url>http://webmacro.sourceforge.net/</url> </organization> <build> <sourceDirectory>src</sourceDirectory> <testSourceDirectory>test/unit</testSourceDirectory> <resources> <resource> <targetPath>META-INF</targetPath> <directory>${basedir}</directory> <includes> <include>NOTICE.txt</include> </includes> </resource> <resource> <directory>src</directory> <includes> <include>**/*.wm</include> <include>**/*.wmm</include> <include>**/*.defaults</include> </includes> <excludes> <exclude>**/*.properties</exclude> </excludes> </resource> <resource> <directory>macros</directory> <includes> <include>**/*.wmm</include> </includes> </resource> </resources> <testResources> <testResource> <directory>test/unit</directory> <includes> <include>**/*.wm</include> <include>**/*.wmm</include> <include>**/*.defaults</include> <include>**/*.properties</include> <include>**/*.txt</include> </includes> </testResource> <testResource> <directory>macros</directory> <includes> <include>**/*.wmm</include> </includes> </testResource> </testResources> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> <configuration> <redirectTestOutputToFile>true</redirectTestOutputToFile> <forkMode>once</forkMode> <!-- threadCount>1</threadCount--> <!-- childDelegation>false</childDelegation --> <useFile>true</useFile> <includes> <include>**/*Test.java</include> </includes> <excludes> <!-- Ant filtered guck --> <exclude>**/TestVersion.java</exclude> </excludes> </configuration> </plugin> <plugin> <artifactId>maven-javadoc-plugin</artifactId> <configuration> <source>1.4</source> <tags> <tag> <head>"To Do:"</head> <name>todo</name> <placement>X</placement> </tag> </tags> <docencoding>UTF-8</docencoding> </configuration> </plugin> <plugin> <artifactId>maven-compiler-plugin</artifactId> <configuration> <debug>true</debug> <optimize>false</optimize> <showDeprecation>false</showDeprecation> <source>1.4</source> <target>1.4</target> </configuration> </plugin> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>cobertura-maven-plugin</artifactId> <!--version>2.0</version--> <configuration> <instrumentation> <ignores> </ignores> <excludes> </excludes> </instrumentation> </configuration> <executions> <execution> <goals> <goal>clean</goal> </goals> </execution> </executions> </plugin> </plugins> </build> <dependencies> <dependency> <groupId>activation</groupId> <artifactId>activation</artifactId> <version>1.0</version> </dependency> <dependency> <groupId>ant</groupId> <artifactId>ant</artifactId> <version>1.5.3-1</version> <scope>compile</scope> </dependency> <dependency> <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> <version>1.0.4</version> <scope>compile</scope> </dependency> <dependency> <groupId>concurrent</groupId> <artifactId>concurrent</artifactId> <version>1.3.4</version> <scope>compile</scope> </dependency> <dependency> <groupId>jakarta-regexp</groupId> <artifactId>jakarta-regexp</artifactId> <version>1.4</version> <scope>compile</scope> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>3.8.1</version> <scope>test</scope> </dependency> <dependency> <groupId>mockobjects</groupId> <artifactId>mockobjects-core</artifactId> <version>0.09</version> <scope>test</scope> </dependency> <dependency> <groupId>servlet</groupId> <artifactId>servlet</artifactId> <version>2.2</version> <scope>compile</scope> </dependency> <dependency> <groupId>springframework</groupId> <artifactId>spring</artifactId> <version>1.2.6</version> <scope>compile</scope> </dependency> <dependency> <groupId>springframework</groupId> <artifactId>spring-mock</artifactId> <version>1.2.6</version> <scope>compile</scope> </dependency> </dependencies> <reporting> <plugins> <plugin> <artifactId>maven-checkstyle-plugin</artifactId> <configuration> <configLocation>checkstyle.xml</configLocation> </configuration> </plugin> <plugin> <artifactId>maven-site-plugin</artifactId> <configuration> <outputEncoding>UTF-8</outputEncoding> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-report-plugin</artifactId> </plugin> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>cobertura-maven-plugin</artifactId> </plugin> <!--plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-changelog-plugin</artifactId> </plugin --> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-pmd-plugin</artifactId> <configuration> <rulesets> <ruleset>/rulesets/basic.xml</ruleset> </rulesets> <minmemory>128m</minmemory> <maxmemory>256</maxmemory> <excludes> <exclude>**/generated/*.java</exclude> </excludes> <format>xml</format> <linkXref>true</linkXref> <sourceEncoding>utf-8</sourceEncoding> <minimumTokens>100</minimumTokens> </configuration> </plugin> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>jdepend-maven-plugin</artifactId> </plugin> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>taglist-maven-plugin</artifactId> <configuration> <tags> <tag>@todo</tag> <tag>FIXME</tag> <tag>@deprecated</tag> <tag>NOTE</tag> <tag>HACK</tag> </tags> </configuration> </plugin> </plugins> </reporting> <distributionManagement> <repository> <id>default</id> <name>Default Repository</name> <url>file:///dist/webmacro/target/distributions/</url> </repository> <site> <id>default</id> <name>Default Site</name> <url>scp://shell.sourceforge.net/home/groups/w/we/webmacro/htdocs/</url> </site> </distributionManagement> </project> |
From: Tim P <ti...@us...> - 2008-03-14 15:28:09
|
Update of /cvsroot/webmacro/webmacro In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv20318 Removed Files: project.properties Log Message: Converted to Maven2 --- project.properties DELETED --- |
From: Tim P <ti...@us...> - 2008-03-14 15:27:55
|
Update of /cvsroot/webmacro/webmacro In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv20296 Removed Files: project.xml Log Message: Converted to Maven2 --- project.xml DELETED --- |
From: Tim P <ti...@us...> - 2008-03-14 15:26:47
|
Update of /cvsroot/webmacro/webmacro In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv19893 Added Files: project.xml Log Message: Maven 1 - about to die --- NEW FILE: project.xml --- <?xml version="1.0" encoding="UTF-8" ?> <project> <pomVersion>3</pomVersion> <id>webmacro</id> <name>WebMacro</name> <currentVersion>2.1</currentVersion> <organization> <name>WebMacro</name> <url>http://www.webmacro.org/</url> <logo>http://www.webmacro.org/images/logo-normal.gif</logo> </organization> <inceptionYear>1999</inceptionYear> <package>org.webmacro</package> <logo>http://www.webmacro.org/images/logo-normal.gif</logo> <shortDescription>WebMacro Template Engine</shortDescription> <description> WebMacro template engine </description> <url>http://www.webmacro.org/</url> <siteAddress>www.webmacro.org</siteAddress> <siteDirectory>/dist/webmacro/target/docs/</siteDirectory> <issueTrackingUrl> http://sourceforge.net/tracker/?group_id=64597 </issueTrackingUrl> <distributionDirectory> /dist/webmacro/target/distributions/ </distributionDirectory> <repository> <connection> scm:cvs::pserver:ano...@cv...:/cvsroot/webmacro </connection> <developerConnection> scm:cvs::pserver:ano...@cv...:/cvsroot/webmacro </developerConnection> <url> http://cvs.sourceforge.net/viewcvs.py/webmacro/ </url> </repository> <mailingLists> <mailingList> <name>WebMacro Announce</name> <subscribe> http://lists.sourceforge.net/lists/listinfo/webmacro-announce </subscribe> <unsubscribe> http://lists.sourceforge.net/lists/listinfo/webmacro-announce </unsubscribe> <archive> http://sourceforge.net/mailarchive/forum.php?forum=webmacro-announce </archive> </mailingList> <mailingList> <name>WebMacro Developers</name> <subscribe> http://lists.sourceforge.net/lists/listinfo/webmacro-devel </subscribe> <unsubscribe> http://lists.sourceforge.net/lists/listinfo/webmacro-devel </unsubscribe> <archive> http://sourceforge.net/mailarchive/forum.php?forum=webmacro-devel </archive> </mailingList> <mailingList> <name>WebMacro Users</name> <subscribe> http://lists.sourceforge.net/lists/listinfo/webmacro-user </subscribe> <unsubscribe> http://lists.sourceforge.net/lists/listinfo/webmacro-user </unsubscribe> <archive> http://sourceforge.net/mailarchive/forum.php?forum=webmacro-user </archive> </mailingList> <mailingList> <name>WebMacro CVS</name> <subscribe> http://lists.sourceforge.net/lists/listinfo/webmacro-cvs </subscribe> <unsubscribe> http://lists.sourceforge.net/lists/listinfo/webmacro-cvs </unsubscribe> <archive> http://sourceforge.net/mailarchive/forum.php?forum=webmacro-cvs </archive> </mailingList> </mailingLists> <developers> <developer> <name>Alex Fiennes</name> <id>alexfiennes</id> <email>alexfiennes AT users.sourceforge.net</email> <organization>WebMacro</organization> <roles> <role>Developer</role> </roles> <timezone>0</timezone> <url></url> </developer> <developer> <name>Brian Goetz</name> <id>briangoetz</id> <email>briangoetz AT users.sourceforge.net</email> <organization>WebMacro</organization> <roles> <role>Project Manager</role> </roles> <timezone>0</timezone> <url>http://sourceforge.net/users/briangoetz/</url> </developer> <developer> <name>Christian Aust</name> <id>datenimperator</id> <email>datenimperator AT users.sourceforge.net</email> <organization>WebMacro</organization> <roles> <role>Developer</role> </roles> <timezone>0</timezone> <url></url> </developer> <developer> <name>Eric B. Ridge</name> <id>drater</id> <email>drater AT users.sourceforge.net</email> <organization>WebMacro</organization> <roles> <role>Project Manager</role> </roles> <timezone>0</timezone> <url>http://sourceforge.net/users/drater/</url> </developer> <developer> <name>Keats Kirsch</name> <id>keats</id> <email>keats AT users.sourceforge.net</email> <organization>WebMacro</organization> <roles> <role>Project Manager</role> </roles> <timezone>0</timezone> <url>http://sourceforge.net/users/keats/</url> </developer> <developer> <name>Lane Sharman</name> <id>lanesharman</id> <email>lanesharman AT users.sourceforge.net</email> <organization>OpenDoors</organization> <roles> <role>Developer</role> </roles> <timezone>-7</timezone> <url>http://www.opendoors.com/</url> </developer> <developer> <name>Marcel Huijkman</name> <id>mhuijkman</id> <email>mhuijkman AT users.sourceforge.net</email> <organization>WebMacro</organization> <roles> <role>Developer</role> </roles> <timezone>0</timezone> <url></url> </developer> <developer> <name>Marcel Huijkman</name> <id>mhuijkman</id> <email>mhuijkman AT users.sourceforge.net</email> <organization>WebMacro</organization> <roles> <role>Developer</role> </roles> <timezone>0</timezone> <url></url> </developer> <developer> <name>Sebastian Kanthak</name> <id>skanthak</id> <email>skanthak AT users.sourceforge.net</email> <organization>WebMacro</organization> <roles> <role>Developer</role> </roles> <timezone>0</timezone> <url></url> </developer> <developer> <name>Tim Pizey</name> <id>timp</id> <email>timp AT paneris.org</email> <organization>Context Computing</organization> <roles> <role>Maven maven</role> <role>Developer</role> </roles> <timezone>0</timezone> <url>http://context-computing.co.uk/~timp</url> </developer> <developer> <name>Marc Palmer</name> <id>wangjammer5</id> <email>wangjammer5 AT users.sourceforge.net</email> <organization>WebMacro</organization> <roles> <role>Developer</role> </roles> <timezone>0</timezone> <url>http://sourceforge.net/users/wangjammer5/</url> </developer> </developers> <licenses> <license> <name>Gnu Public License</name> <url>http://www.gnu.org/copyleft/gpl.html</url> <distribution>repo</distribution> </license> <license> <name>The Apache Software License, Version 2.0</name> <url> http://www.apache.org/licenses/LICENSE-2.0.txt </url> <distribution>repo</distribution> </license> </licenses> <dependencies> <dependency> <id>activation</id> <version>1.0</version> <url>http://java.sun.com/</url> <properties> <war.bundle>true</war.bundle> </properties> </dependency> <dependency> <id>ant</id> <version>1.5.3-1</version> <url>http://ant.apache.org/</url> <properties> <war.bundle>false</war.bundle> <scope>compile</scope> </properties> </dependency> <dependency> <id>commons-logging</id> <version>1.0.4</version> <url>http://jakarta.apache.org/commons/</url> <properties> <war.bundle>true</war.bundle> <scope>runtime</scope> </properties> </dependency> <dependency> <id>concurrent</id> <version>1.3.4</version> <url>http://www.webmacro.org/</url> <properties> <war.bundle>true</war.bundle> <scope>runtime</scope> </properties> </dependency> <dependency> <id>jakarta-regexp</id> <version>1.4</version> <url>http://jakarta.apache.org/commons/</url> <properties> <war.bundle>true</war.bundle> <scope>runtime</scope> </properties> </dependency> <dependency> <id>junit</id> <version>3.8.1</version> <url>http://www.junit.org/</url> <properties> <war.bundle>false</war.bundle> <scope>test</scope> </properties> </dependency> <dependency> <groupId>mockobjects</groupId> <artifactId>mockobjects-core</artifactId> <version>0.09</version> <url>http://www.mockobjects.com/</url> <properties> <war.bundle>false</war.bundle> <scope>test</scope> </properties> </dependency> <dependency> <id>servlet</id> <version>2.2</version> <url>http://java.sun.com/</url> <properties> <war.bundle>false</war.bundle> <scope>compile</scope> </properties> </dependency> <dependency> <groupId>springframework</groupId> <artifactId>spring</artifactId> <version>1.2.6</version> <url>http://www.springframework.org/</url> <properties> <war.bundle>false</war.bundle> <scope>compile</scope> </properties> </dependency> <dependency> <groupId>springframework</groupId> <artifactId>spring-mock</artifactId> <version>1.2.6</version> <url>http://www.springframework.org/</url> <properties> <war.bundle>false</war.bundle> <scope>compile</scope> </properties> </dependency> </dependencies> <build> <sourceDirectory>src</sourceDirectory> <unitTestSourceDirectory>test/unit</unitTestSourceDirectory> <!-- Unit test cases --> <unitTest> <includes> <include>**/Test*.java</include> </includes> <excludes> <exclude>TestVersion</exclude> </excludes> <resources> <resource> <directory>test/unit</directory> <includes> <include>**/*.wm</include> <include>**/*.wmm</include> <include>**/*.defaults</include> <include>**/*.properties</include> <include>**/*.txt</include> </includes> </resource> <resource> <directory>macros</directory> <includes> <include>**/*.wmm</include> </includes> </resource> </resources> </unitTest> <!-- J A R R E S O U R C E S --> <!-- Resources that are packaged up inside the JAR file --> <resources> <resource> <directory>${basedir}</directory> <targetPath>META-INF</targetPath> <includes> <include>NOTICE.txt</include> </includes> </resource> <resource> <directory>src</directory> <includes> <include>**/*.wm</include> <include>**/*.wmm</include> <include>**/*.defaults</include> </includes> <excludes> <exclude>**/*.properties</exclude> </excludes> </resource> <resource> <directory>macros</directory> <includes> <include>**/*.wmm</include> </includes> </resource> </resources> </build> <reports> <report>maven-license-plugin</report> <report>maven-checkstyle-plugin</report> <report>maven-junit-report-plugin</report> <report>maven-jxr-plugin</report> <report>maven-pmd-plugin</report> <report>maven-faq-plugin</report> <report>maven-simian-plugin</report> <report>maven-jdepend-plugin</report> <report>maven-javadoc-plugin</report> <report>maven-tasklist-plugin</report> <report>maven-changes-plugin</report> <!-- <report>maven-statcvs-plugin</report> --> <report>maven-changelog-plugin</report> <report>maven-developer-activity-plugin</report> <report>maven-file-activity-plugin</report> <report>maven-jcoverage-plugin</report> <report>maven-linkcheck-plugin</report> </reports> </project> |
From: Tim P <ti...@us...> - 2008-03-14 15:26:28
|
Update of /cvsroot/webmacro/webmacro In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv19879 Added Files: project.properties Log Message: Maven 1 - about to die --- NEW FILE: project.properties --- # ------------------------------------------------------------ # project properties # ------------------------------------------------------------ # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - # core # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - maven.compile.debug = on maven.compile.optimize = on maven.compile.deprecation = off maven.compile.optimize = off maven.compile.debug = on maven.compile.source = 1.4 maven.compile.target = 1.4 maven.test.source = 1.4 maven.javadoc.source = 1.4 maven.javadoc.customtags=todo todo.name=todo todo.description="To Do:" #maven.javadoc.stylesheet = ./xdocs/stylesheets/javadoc-style.css #maven.javadoc.overview = ${basedir}/src/java/main/org/drools/overview.html # Needed as we refer to private methods in the javadoc #maven.javadoc.private = true maven.docs.outputencoding=UTF-8 # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - # xdocs # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - maven.ui.banner.background = #FFFFFF #maven.ui.section.background = #CCBBBB #maven.ui.subsection.background = #EEDDDD #maven.ui.section.foreground = #990000 #maven.ui.subsection.foreground = #990000 # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - # checkstyle # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - maven.checkstyle.properties = checkstyle.xml maven.xdoc.date = left maven.xdoc.version=${pom.currentVersion} maven.junit.fork = true maven.junit.format=plain maven.junit.usefile=false # In days this takes us back to before the start maven.activitylog.range = 3000 maven.changelog.range = 3000 maven.tasklist.taskTag = @todo #maven.linkcheck.enable=true # maven.war.webapp.src=src/webapp #maven.jcoverage.instrumentation.excludes=org/apache/**/*.class #maven.jar.override=on #maven.jar.spring=${basedir}/lib/spring.jar #maven.jar.spring-mock=${basedir}/lib/spring-mock.jar #maven.jar.ant=${basedir}/lib/ant.jar maven.test.skip=true |
From: Tim P <ti...@us...> - 2008-03-14 00:20:46
|
Update of /cvsroot/webmacro/webmacro/src/org/webmacro/adapter/spring In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv4324/src/org/webmacro/adapter/spring Modified Files: WebMacroViewResolver.java Log Message: Remove empty return Index: WebMacroViewResolver.java =================================================================== RCS file: /cvsroot/webmacro/webmacro/src/org/webmacro/adapter/spring/WebMacroViewResolver.java,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** WebMacroViewResolver.java 28 Jan 2008 16:07:10 -0000 1.4 --- WebMacroViewResolver.java 14 Mar 2008 00:20:41 -0000 1.5 *************** *** 79,83 **** * to a plain new WM() (note: no webapp classpath template loading!) * - * @return * @throws org.springframework.beans.BeansException */ --- 79,82 ---- |
From: Tim P <ti...@us...> - 2008-03-14 00:19:27
|
Update of /cvsroot/webmacro/webmacro/src/org/webmacro/parser In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv3894/src/org/webmacro/parser Modified Files: WMParser_impl.jj Log Message: Remove unused variables, <<_COMMENT>> becomes < <_COMMENT> > to work with current javacc Index: WMParser_impl.jj =================================================================== RCS file: /cvsroot/webmacro/webmacro/src/org/webmacro/parser/WMParser_impl.jj,v retrieving revision 1.51 retrieving revision 1.52 diff -C2 -d -r1.51 -r1.52 *** WMParser_impl.jj 16 Oct 2005 17:39:42 -0000 1.51 --- WMParser_impl.jj 14 Mar 2008 00:19:23 -0000 1.52 *************** *** 129,133 **** private boolean lookahead_not_breaking_subd() { - int entryState = token_source.curLexState; boolean retVal = true; Object o = blockStack.peek(); --- 129,132 ---- *************** *** 244,248 **** <WM> SPECIAL_TOKEN : { ! <<_COMMENT>> } --- 243,247 ---- <WM> SPECIAL_TOKEN : { ! < <_COMMENT> > } *************** *** 666,670 **** void Punct_EQ() : { - Token t; } { --- 665,668 ---- *************** *** 673,677 **** void Punct_COMMA() : { - Token t; } { --- 671,674 ---- *************** *** 680,684 **** void Punct_LPAREN() : { - Token t; } { --- 677,680 ---- *************** *** 687,691 **** void Punct_RPAREN() : { - Token t; } { --- 683,686 ---- *************** *** 819,823 **** // State: WM Builder StringArg() : { - int entryState = token_source.curLexState; Builder b; } --- 814,817 ---- *************** *** 1101,1105 **** void WMContent(ParserBlockBuilder b) : { Token t; ! Object o, dr; } { --- 1095,1099 ---- void WMContent(ParserBlockBuilder b) : { Token t; ! Object dr; } { *************** *** 1116,1120 **** void WMContentNoDirective(ParserBlockBuilder b) : { Token t; ! Object o, dr; } { --- 1110,1114 ---- void WMContentNoDirective(ParserBlockBuilder b) : { Token t; ! Object dr; } { |
From: Tim P <ti...@us...> - 2008-03-13 23:53:19
|
Update of /cvsroot/webmacro/webmacro/src/org/webmacro/adapter/jsp In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv23751/src/org/webmacro/adapter/jsp Modified Files: TemplateTag.java Log Message: Organise imports, javascript warnings Index: TemplateTag.java =================================================================== RCS file: /cvsroot/webmacro/webmacro/src/org/webmacro/adapter/jsp/TemplateTag.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** TemplateTag.java 28 Jan 2008 16:03:59 -0000 1.2 --- TemplateTag.java 13 Mar 2008 23:53:10 -0000 1.3 *************** *** 1,7 **** package org.webmacro.adapter.jsp; ! import org.webmacro.*; ! import org.webmacro.engine.StringTemplate; ! import org.webmacro.servlet.WebContext; import javax.servlet.http.HttpServletRequest; --- 1,6 ---- package org.webmacro.adapter.jsp; ! import java.io.ByteArrayOutputStream; ! import java.util.Map; import javax.servlet.http.HttpServletRequest; *************** *** 12,17 **** import javax.servlet.jsp.tagext.BodyContent; import javax.servlet.jsp.tagext.BodyTagSupport; ! import java.io.ByteArrayOutputStream; ! import java.util.Map; /** --- 11,22 ---- import javax.servlet.jsp.tagext.BodyContent; import javax.servlet.jsp.tagext.BodyTagSupport; ! ! import org.webmacro.InitException; ! import org.webmacro.PropertyException; ! import org.webmacro.Template; ! import org.webmacro.WM; ! import org.webmacro.WebMacro; ! import org.webmacro.engine.StringTemplate; ! import org.webmacro.servlet.WebContext; /** *************** *** 93,98 **** /** ! * Get the src of an external template to use ! * @return */ public String getSrc() --- 98,103 ---- /** ! * ! * @return the src of an external template to use */ public String getSrc() *************** *** 115,120 **** /** ! * Get or create our WebMacro instance ! * @return * @throws InitException */ --- 120,124 ---- /** ! * @return a new or the existing WebMacro instance * @throws InitException */ *************** *** 126,131 **** /** * Make a WM instance using a broker with access to the ServletContext ! * for resources ! * @return * @throws InitException */ --- 130,135 ---- /** * Make a WM instance using a broker with access to the ServletContext ! * for resources. ! * @return a new WebMacro * @throws InitException */ *************** *** 143,147 **** * Called when the wm:template tag starts. If the src attribute is * specified we evaluate it now and ignore the body of the tag. ! * @return * @throws JspException */ --- 147,151 ---- * Called when the wm:template tag starts. If the src attribute is * specified we evaluate it now and ignore the body of the tag. ! * @return SKIP_BODY to stop JSP evaluation the WM script * @throws JspException */ *************** *** 164,168 **** * If this method is called, we check to see if there was no external template * used and if so process the body of the tag as a WebMacro template ! * @return * @throws JspException */ --- 168,172 ---- * If this method is called, we check to see if there was no external template * used and if so process the body of the tag as a WebMacro template ! * @return EVAL_PAGE * @throws JspException */ |
From: Tim P <ti...@us...> - 2008-01-28 16:08:11
|
Update of /cvsroot/webmacro/webmacro/examples In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv29291/examples Modified Files: GuestBook.java Log Message: Organise imports Index: GuestBook.java =================================================================== RCS file: /cvsroot/webmacro/webmacro/examples/GuestBook.java,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** GuestBook.java 7 May 2001 22:14:38 -0000 1.8 --- GuestBook.java 28 Jan 2008 16:08:06 -0000 1.9 *************** *** 19,27 **** ! import java.util.*; ! import org.webmacro.servlet.*; ! import org.webmacro.*; ! import org.webmacro.util.*; /** --- 19,28 ---- ! import java.util.ArrayList; ! import org.webmacro.Template; ! import org.webmacro.servlet.HandlerException; ! import org.webmacro.servlet.WMServlet; ! import org.webmacro.servlet.WebContext; /** |
From: Tim P <ti...@us...> - 2008-01-28 16:07:47
|
Update of /cvsroot/webmacro/webmacro/test/unit/org/webmacro/adapter In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv28934/test/unit/org/webmacro/adapter Modified Files: TestSpringView.java Log Message: Unused import Index: TestSpringView.java =================================================================== RCS file: /cvsroot/webmacro/webmacro/test/unit/org/webmacro/adapter/TestSpringView.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** TestSpringView.java 13 Apr 2006 16:34:54 -0000 1.2 --- TestSpringView.java 28 Jan 2008 16:07:44 -0000 1.3 *************** *** 6,10 **** import org.springframework.mock.web.MockHttpServletRequest; import org.springframework.mock.web.MockHttpServletResponse; - import org.springframework.mock.web.MockServletContext; import org.springframework.web.context.support.GenericWebApplicationContext; import org.springframework.beans.factory.support.DefaultListableBeanFactory; --- 6,9 ---- |
From: Tim P <ti...@us...> - 2008-01-28 16:07:31
|
Update of /cvsroot/webmacro/webmacro/src/org/webmacro/adapter/spring In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv28915/src/org/webmacro/adapter/spring Modified Files: WebMacroView.java Log Message: Unused import Index: WebMacroView.java =================================================================== RCS file: /cvsroot/webmacro/webmacro/src/org/webmacro/adapter/spring/WebMacroView.java,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** WebMacroView.java 1 Jan 2006 12:41:23 -0000 1.3 --- WebMacroView.java 28 Jan 2008 16:07:26 -0000 1.4 *************** *** 1,5 **** package org.webmacro.adapter.spring; - import org.springframework.beans.BeansException; import org.springframework.context.ApplicationContextException; import org.springframework.web.servlet.view.AbstractTemplateView; --- 1,4 ---- |
From: Tim P <ti...@us...> - 2008-01-28 16:07:16
|
Update of /cvsroot/webmacro/webmacro/src/org/webmacro/adapter/spring In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv28904/src/org/webmacro/adapter/spring Modified Files: WebMacroViewResolver.java Log Message: Unused import Index: WebMacroViewResolver.java =================================================================== RCS file: /cvsroot/webmacro/webmacro/src/org/webmacro/adapter/spring/WebMacroViewResolver.java,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** WebMacroViewResolver.java 1 Jan 2006 12:41:23 -0000 1.3 --- WebMacroViewResolver.java 28 Jan 2008 16:07:10 -0000 1.4 *************** *** 4,8 **** import org.springframework.web.servlet.view.AbstractTemplateViewResolver; import org.springframework.web.servlet.view.AbstractUrlBasedView; - import org.springframework.web.servlet.View; import org.springframework.beans.BeansException; import org.springframework.beans.factory.ListableBeanFactory; --- 4,7 ---- *************** *** 15,19 **** import javax.servlet.ServletContext; - import java.util.Locale; /** --- 14,17 ---- |
From: Tim P <ti...@us...> - 2008-01-28 16:04:32
|
Update of /cvsroot/webmacro/webmacro/test/unit/org/webmacro/template In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv27628/test/unit/org/webmacro/template Modified Files: TestContextToolAccess.java Log Message: Organise imports Index: TestContextToolAccess.java =================================================================== RCS file: /cvsroot/webmacro/webmacro/test/unit/org/webmacro/template/TestContextToolAccess.java,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** TestContextToolAccess.java 3 Aug 2003 21:37:06 -0000 1.3 --- TestContextToolAccess.java 28 Jan 2008 16:04:29 -0000 1.4 *************** *** 4,10 **** import org.webmacro.Context; - import java.util.Hashtable; - import java.util.Map; - /** * Note: Tests in this class must allow for the tool not to be loaded. --- 4,7 ---- |
From: Tim P <ti...@us...> - 2008-01-28 16:04:03
|
Update of /cvsroot/webmacro/webmacro/src/org/webmacro/adapter/jsp In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv27245/src/org/webmacro/adapter/jsp Modified Files: TemplateTag.java Log Message: Unused import Index: TemplateTag.java =================================================================== RCS file: /cvsroot/webmacro/webmacro/src/org/webmacro/adapter/jsp/TemplateTag.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** TemplateTag.java 8 Dec 2005 22:12:30 -0000 1.1 --- TemplateTag.java 28 Jan 2008 16:03:59 -0000 1.2 *************** *** 3,7 **** import org.webmacro.*; import org.webmacro.engine.StringTemplate; - import org.webmacro.servlet.ServletBroker; import org.webmacro.servlet.WebContext; --- 3,6 ---- *************** *** 14,18 **** import javax.servlet.jsp.tagext.BodyTagSupport; import java.io.ByteArrayOutputStream; - import java.io.IOException; import java.util.Map; --- 13,16 ---- |
From: Tim P <ti...@us...> - 2008-01-28 16:03:31
|
Update of /cvsroot/webmacro/webmacro/src/org/webmacro In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv27219/src/org/webmacro Modified Files: URLTemplateLoader.java Log Message: Unused import Index: URLTemplateLoader.java =================================================================== RCS file: /cvsroot/webmacro/webmacro/src/org/webmacro/URLTemplateLoader.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** URLTemplateLoader.java 12 Dec 2005 21:07:20 -0000 1.1 --- URLTemplateLoader.java 28 Jan 2008 16:03:28 -0000 1.2 *************** *** 28,32 **** import org.webmacro.resource.CacheElement; - import java.io.File; import java.net.URL; import java.net.MalformedURLException; --- 28,31 ---- |
From: Tim P <ti...@us...> - 2008-01-28 16:02:59
|
Update of /cvsroot/webmacro/webmacro/src-optional/org/opendoors/util In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv26818/src-optional/org/opendoors/util Modified Files: Timer.java Log Message: Javadoc Index: Timer.java =================================================================== RCS file: /cvsroot/webmacro/webmacro/src-optional/org/opendoors/util/Timer.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** Timer.java 3 Aug 2003 21:01:48 -0000 1.1 --- Timer.java 28 Jan 2008 16:02:51 -0000 1.2 *************** *** 137,141 **** /** * Set this object to be one-shot or not. ! * @param True, if one-shot operation desired */ public void setOneShot (boolean os) --- 137,141 ---- /** * Set this object to be one-shot or not. ! * @param os True, if one-shot operation desired */ public void setOneShot (boolean os) |
From: Tim P <ti...@us...> - 2008-01-28 16:00:42
|
Update of /cvsroot/webmacro/webmacro/src/org/webmacro/resource In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv25949/src/org/webmacro/resource Modified Files: TemplateProvider.java Log Message: Javadoc Index: TemplateProvider.java =================================================================== RCS file: /cvsroot/webmacro/webmacro/src/org/webmacro/resource/TemplateProvider.java,v retrieving revision 1.28 retrieving revision 1.29 diff -C2 -d -r1.28 -r1.29 *** TemplateProvider.java 12 Jun 2003 00:47:47 -0000 1.28 --- TemplateProvider.java 28 Jan 2008 16:00:33 -0000 1.29 *************** *** 211,216 **** * @param fileName the template filename to find, relative to the * TemplatePath ! * @return a File object that represents the specified template file. ! * @return null if template file cannot be found. */ final private File findFileTemplate (String fileName) { --- 211,216 ---- * @param fileName the template filename to find, relative to the * TemplatePath ! * @return a File object that represents the specified template file ! * null if template file cannot be found. */ final private File findFileTemplate (String fileName) { |
From: Tim P <ti...@us...> - 2008-01-28 16:00:07
|
Update of /cvsroot/webmacro/webmacro/src/org/webmacro/servlet In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv25516/src/org/webmacro/servlet Modified Files: WMServlet.java Log Message: Javadoc Index: WMServlet.java =================================================================== RCS file: /cvsroot/webmacro/webmacro/src/org/webmacro/servlet/WMServlet.java,v retrieving revision 1.62 retrieving revision 1.63 diff -C2 -d -r1.62 -r1.63 *** WMServlet.java 17 Mar 2006 18:48:20 -0000 1.62 --- WMServlet.java 28 Jan 2008 16:00:01 -0000 1.63 *************** *** 637,643 **** * should analyze the data in the request, put whatever values are * required into the context, and return the appropriate view. - * @return the template to be rendered by the WebMacro engine - * @exception HandlerException throw this to produce vanilla error messages * @param context contains all relevant data structures, incl builtins. */ public abstract Template handle (WebContext context) --- 637,643 ---- * should analyze the data in the request, put whatever values are * required into the context, and return the appropriate view. * @param context contains all relevant data structures, incl builtins. + * @return the template to be rendered by the WebMacro engine + * @throws HandlerException throw this to produce vanilla error messages */ public abstract Template handle (WebContext context) |
From: Tim P <ti...@us...> - 2008-01-28 15:58:42
|
Update of /cvsroot/webmacro/webmacro/src/org/webmacro/resource In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv25087/src/org/webmacro/resource Modified Files: BrokerTemplateProviderHelper.java Log Message: Javadoc Index: BrokerTemplateProviderHelper.java =================================================================== RCS file: /cvsroot/webmacro/webmacro/src/org/webmacro/resource/BrokerTemplateProviderHelper.java,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** BrokerTemplateProviderHelper.java 12 Jun 2003 00:47:47 -0000 1.11 --- BrokerTemplateProviderHelper.java 28 Jan 2008 15:58:39 -0000 1.12 *************** *** 184,189 **** /** * @param fileName the template filename to find ! * @return a File object that represents the specified template file. ! * @return null if template file cannot be found. */ final private URL findTemplate (String fileName) { --- 184,190 ---- /** * @param fileName the template filename to find ! * @return a File object that represents the specified template file, ! * null if template file cannot be found. ! */ final private URL findTemplate (String fileName) { |