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: Dominik D. <da...@us...> - 2004-10-22 15:14:00
|
dahlemd 04/10/22 08:13:54 Modified: dotuml/announcements Tag: new-dotuml-plugin_01-branch 1.0.ann Log: fixed link to the repository for maven-plugins on SF Revision Changes Path No revision No revision 1.1.2.2 +8 -9 maven-plugins/dotuml/announcements/Attic/1.0.ann Index: 1.0.ann =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/dotuml/announcements/Attic/1.0.ann,v retrieving revision 1.1.2.1 retrieving revision 1.1.2.2 diff -u -r1.1.2.1 -r1.1.2.2 --- 1.0.ann 22 Oct 2004 14:48:22 -0000 1.1.2.1 +++ 1.0.ann 22 Oct 2004 15:13:53 -0000 1.1.2.2 @@ -1,5 +1,5 @@ -The maven-plugins team is pleased to announce the Maven DotUml Plug-in 1.0 -release! +The maven-plugins team is pleased to announce the Maven DotUml Plug-in 1.0 +release! http://maven-plugins.sourceforge.net @@ -9,20 +9,19 @@ Fixed bugs: -o Fix project structure to suit maven-plugins.sf.net. -o Execute pic2plot in the ${maven.dotuml.pic2plot.src.dir} directory. +o Fix project structure to suit maven-plugins.sf.net. +o Execute pic2plot in the ${maven.dotuml.pic2plot.src.dir} directory. To automatically install the plugin, type the following on a single line: -maven plugin:download - -DgroupId=maven-plugins +maven plugin:download + -DgroupId=maven-plugins -DartifactId=maven-dotuml-plugin -Dversion=1.0 For a manual installation, you can download the plugin here: -file:/home/dahlemd/projects/parma-mainline/persl/bin/../tools/java/maven/maven-1.1/../../../../repository,http://www.ibiblio.org/maven,http://dist.codehaus.org,http://www.spinellis.gr/sw/maven-plugins/plugins/maven-dotuml-plugin-1.0.jar - +http://maven-plugins.sourceforge.net/repository/maven-plugins/plugins/maven-dotuml-plugin-1.0.jar + Have fun! -The maven-plugins team - \ No newline at end of file |
From: Dominik D. <da...@us...> - 2004-10-22 14:48:32
|
dahlemd 04/10/22 07:48:22 Added: dotuml/announcements Tag: new-dotuml-plugin_01-branch 1.0.ann Log: added 1.0 announcement Revision Changes Path No revision No revision 1.1.2.1 +28 -0 maven-plugins/dotuml/announcements/Attic/1.0.ann |
From: Dominik D. <da...@us...> - 2004-10-22 14:47:40
|
dahlemd 04/10/22 07:47:34 Modified: dotuml Tag: new-dotuml-plugin_01-branch project.xml Log: added version 1.0 Revision Changes Path No revision No revision 1.1.2.4 +8 -0 maven-plugins/dotuml/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/dotuml/project.xml,v retrieving revision 1.1.2.3 retrieving revision 1.1.2.4 diff -u -r1.1.2.3 -r1.1.2.4 --- project.xml 22 Oct 2004 10:12:40 -0000 1.1.2.3 +++ project.xml 22 Oct 2004 14:47:33 -0000 1.1.2.4 @@ -37,6 +37,14 @@ </repository> <!-- mailingLists is in parent --> + <versions> + <version> + <id>1.0</id> + <name>1.0</name> + <tag>MAVEN_PLUGINS_DOTUML_1_0</tag> + </version> + </versions> + <developers> <developer> <name>Diomidis Spinellis</name> |
From: Dominik D. <da...@us...> - 2004-10-22 14:47:18
|
dahlemd 04/10/22 07:47:06 maven-plugins/dotuml/announcements - New directory |
From: Dominik D. <da...@us...> - 2004-10-22 10:24:08
|
dahlemd 04/10/22 03:23:48 Added: dotuml .cvsignore plugin.jelly plugin.properties project.properties project.xml dotuml/src/main/net/sourceforge/mavenplugins/dotuml PathHelper.java dotuml/xdocs changes.xml goals.xml index.xml navigation.xml properties.xml todos.xml Log: merged new-dotuml-plugin_01-branch Revision Changes Path 1.2 +2 -0 maven-plugins/dotuml/.cvsignore 1.2 +580 -0 maven-plugins/dotuml/plugin.jelly 1.2 +155 -0 maven-plugins/dotuml/plugin.properties 1.2 +19 -0 maven-plugins/dotuml/project.properties 1.2 +100 -0 maven-plugins/dotuml/project.xml 1.2 +131 -0 maven-plugins/dotuml/src/main/net/sourceforge/mavenplugins/dotuml/PathHelper.java 1.2 +86 -0 maven-plugins/dotuml/xdocs/changes.xml 1.2 +77 -0 maven-plugins/dotuml/xdocs/goals.xml 1.2 +90 -0 maven-plugins/dotuml/xdocs/index.xml 1.2 +21 -0 maven-plugins/dotuml/xdocs/navigation.xml 1.2 +408 -0 maven-plugins/dotuml/xdocs/properties.xml 1.2 +37 -0 maven-plugins/dotuml/xdocs/todos.xml |
From: Dominik D. <da...@us...> - 2004-10-22 10:12:54
|
dahlemd 04/10/22 03:12:41 Modified: dotuml Tag: new-dotuml-plugin_01-branch project.xml Log: removed the reports Revision Changes Path No revision No revision 1.1.2.3 +0 -8 maven-plugins/dotuml/Attic/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/dotuml/Attic/project.xml,v retrieving revision 1.1.2.2 retrieving revision 1.1.2.3 diff -u -r1.1.2.2 -r1.1.2.3 --- project.xml 5 Oct 2004 11:04:11 -0000 1.1.2.2 +++ project.xml 22 Oct 2004 10:12:40 -0000 1.1.2.3 @@ -97,12 +97,4 @@ <!-- build is in the parent --> - <reports> - <report>maven-changes-plugin</report> - <report>maven-checkstyle-plugin</report> - <report>maven-javadoc-plugin</report> - <report>maven-jxr-plugin</report> - <report>maven-tasklist-plugin</report> - </reports> - </project> |
From: Dominik D. <da...@us...> - 2004-10-22 10:04:54
|
dahlemd 04/10/22 03:04:47 Modified: dotuml/xdocs Tag: new-dotuml-plugin_01-branch index.xml Log: added sequence diagram introduction Revision Changes Path No revision No revision 1.1.2.2 +44 -19 maven-plugins/dotuml/xdocs/Attic/index.xml Index: index.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/dotuml/xdocs/Attic/index.xml,v retrieving revision 1.1.2.1 retrieving revision 1.1.2.2 diff -u -r1.1.2.1 -r1.1.2.2 --- index.xml 3 Oct 2004 15:59:00 -0000 1.1.2.1 +++ index.xml 22 Oct 2004 10:04:46 -0000 1.1.2.2 @@ -18,30 +18,55 @@ The properties that allow you to customize the execution of this plugin are documented <a href="properties.html">here</a>. </p> - <p> - The following list contains additional JavaDoc tags which are used by the - <a href="http://www.spinellis.gr/sw/umlgraph/">UmlGraph</a> doclet to - generate the UML diagrams: - <ul> - <li>stereotypes (using the @stereotype name tag)</li> - <li>tagged values (using the @tagvalue name value tag)</li> - <li>association relationships (specified using the javadoc @assoc tag)</li> - <li>navigatable (directed) association relationships (specified using the javadoc @navassoc tag)</li> - <li>aggregation relationships (specified using the javadoc @has tag)</li> - <li>composition relationships (specified using the javadoc @composed tag)</li> - <li>dependency relationships (specified using the javadoc @depend tag)</li> - </ul> - </p> - <p> - The relationship tags take for arguments: - <pre> + <section name="Class Diagrams"> + <p> + The following list contains additional JavaDoc tags which are used by the + <a href="http://www.spinellis.gr/sw/umlgraph/">UmlGraph</a> doclet to + generate the UML diagrams: + <ul> + <li>stereotypes (using the @stereotype name tag)</li> + <li>tagged values (using the @tagvalue name value tag)</li> + <li>association relationships (specified using the javadoc @assoc tag)</li> + <li>navigatable (directed) association relationships (specified using the javadoc @navassoc tag)</li> + <li>aggregation relationships (specified using the javadoc @has tag)</li> + <li>composition relationships (specified using the javadoc @composed tag)</li> + <li>dependency relationships (specified using the javadoc @depend tag)</li> + </ul> + </p> + <p> + The relationship tags take for arguments: + <pre> /** * @composed 1 - 1 BClass * @composed 1 - 0..* Class */ class AClass {} - </pre> - </p> + </pre> + </p> + </section> + <section name="Sequence Diagrams"> + <p> + For a detailed description of sequence diagrams using pic macros please have a look at the + online <a href="http://www.spinellis.gr/sw/umlgraph/doc/seq-intro.html">documentation</a>. + </p> + <p> + Currently, the best way to add the sequence diagrams into the project web-page is to + create a new xdoc file which links to the ones in + ${maven.dotuml.pic2plot.dest.dir}. Then link this new file into navigation.xml.<br/> + <strong>Note: </strong>the sequence.pic file from the UmlGraph distribution has to be + somewhere in your project path. The header of the .pic files require a relative/absolute + path to the sequence.pic file. + </p> + <p> + In order to include the generation of sequence diagrams in your project web-page add + the following preGoal directive into the project's maven.xml file: + <pre> +<preGoal name="site"> + <attainGoal name="dotuml:sequence" /> +</preGoal> + </pre> + </p> + </section> </section> <section name="Requirements"> <p> |
From: Dominik D. <da...@us...> - 2004-10-22 09:22:40
|
dahlemd 04/10/22 02:22:27 Modified: dotuml/xdocs Tag: new-dotuml-plugin_01-branch navigation.xml Log: pretty indentation Revision Changes Path No revision No revision 1.1.2.2 +2 -2 maven-plugins/dotuml/xdocs/Attic/navigation.xml Index: navigation.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/dotuml/xdocs/Attic/navigation.xml,v retrieving revision 1.1.2.1 retrieving revision 1.1.2.2 diff -u -r1.1.2.1 -r1.1.2.2 --- navigation.xml 3 Oct 2004 15:59:00 -0000 1.1.2.1 +++ navigation.xml 22 Oct 2004 09:22:27 -0000 1.1.2.2 @@ -9,9 +9,9 @@ <body> <links> <item name="Maven" href="http://maven.apache.org/"/> - <item name="Javadoc" href="http://java.sun.com/j2se/javadoc/"/> - <item name="UmlGraph" href="http://www.spinellis.gr/sw/umlgraph/"/> + <item name="UmlGraph" href="http://www.spinellis.gr/sw/umlgraph/"/> </links> + <menu name="Overview"> <item name="Goals" href="/goals.html" /> <item name="Properties" href="/properties.html" /> |
From: Dominik D. <da...@us...> - 2004-10-22 09:20:52
|
dahlemd 04/10/22 02:20:45 Modified: dotuml Tag: new-dotuml-plugin_01-branch project.properties Log: added link to the root LICENSE.txt Revision Changes Path No revision No revision 1.1.2.2 +1 -0 maven-plugins/dotuml/Attic/project.properties Index: project.properties =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/dotuml/Attic/project.properties,v retrieving revision 1.1.2.1 retrieving revision 1.1.2.2 diff -u -r1.1.2.1 -r1.1.2.2 --- project.properties 3 Oct 2004 15:58:59 -0000 1.1.2.1 +++ project.properties 22 Oct 2004 09:20:45 -0000 1.1.2.2 @@ -1,6 +1,7 @@ # ------------------------------------------------------------------- # P R O J E C T P R O P E R T I E S # ------------------------------------------------------------------- +maven.license.licenseFile=${basedir}/../LICENSE.txt maven.xdoc.version=${pom.currentVersion} # ------------------------------------------------------------------------ |
From: Dominik D. <da...@us...> - 2004-10-22 09:20:20
|
dahlemd 04/10/22 02:20:12 Modified: dotuml/src/main/net/sourceforge/mavenplugins/dotuml Tag: new-dotuml-plugin_01-branch PathHelper.java Log: added license header Revision Changes Path No revision No revision 1.1.2.2 +65 -14 maven-plugins/dotuml/src/main/net/sourceforge/mavenplugins/dotuml/Attic/PathHelper.java Index: PathHelper.java =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/dotuml/src/main/net/sourceforge/mavenplugins/dotuml/Attic/PathHelper.java,v retrieving revision 1.1.2.1 retrieving revision 1.1.2.2 diff -u -r1.1.2.1 -r1.1.2.2 --- PathHelper.java 3 Oct 2004 15:59:00 -0000 1.1.2.1 +++ PathHelper.java 22 Oct 2004 09:20:11 -0000 1.1.2.2 @@ -1,6 +1,62 @@ +/* ==================================================================== + * The Apache Software License, Version 1.1 + * + * Copyright (c) 2002 The Apache Software Foundation. All rights + * reserved. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions + * are met: + * + * 1. Redistributions of source code must retain the above copyright + * notice, this list of conditions and the following disclaimer. + * + * 2. Redistributions in binary form must reproduce the above copyright + * notice, this list of conditions and the following disclaimer in + * the documentation and/or other materials provided with the + * distribution. + * + * 3. The end-user documentation included with the redistribution, + * if any, must include the following acknowledgment: + * "This product includes software developed by the + * Apache Software Foundation (http://www.apache.org/)." + * Alternately, this acknowledgment may appear in the software itself, + * if and wherever such third-party acknowledgments normally appear. + * + * 4. The names "Apache" and "Apache Software Foundation" and + * "Apache Maven" must not be used to endorse or promote products + * derived from this software without prior written permission. For + * written permission, please contact ap...@ap.... + * + * 5. Products derived from this software may not be called "Apache", + * "Apache Maven", nor may "Apache" appear in their name, without + * prior written permission of the Apache Software Foundation. + * + * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES + * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE + * DISCLAIMED. IN NO EVENT SHALL THE APACHE SOFTWARE FOUNDATION OR + * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, + * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT + * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF + * USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND + * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, + * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT + * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF + * SUCH DAMAGE. + * ==================================================================== + * + * This software consists of voluntary contributions made by many + * individuals on behalf of the Apache Software Foundation. For more + * information on the Apache Software Foundation, please see + * <http://www.apache.org/>. + * + * ==================================================================== + */ package net.sourceforge.mavenplugins.dotuml; + import java.io.File; @@ -11,25 +67,22 @@ * @author <a href="mailto:Dom...@cs...">Dominik Dahlem</a> * @version 1.0 */ -public class PathHelper -{ +public class PathHelper { + private String path; /** * Creates a new <code>PathHelper</code> instance. */ - public PathHelper() - { - } + public PathHelper() { } /** * set the fully qualified path of a file or directory. * * @param path the new path */ - public void setPath(String path) - { + public void setPath(String path) { this.path = path; } @@ -38,8 +91,7 @@ * * @return the canonical path with <code>File.separator</code> ending. */ - public String getPath() throws Exception - { + public String getPath() throws Exception { File file = new File(path); // append the File.separator, because the canonicalization removes @@ -48,12 +100,12 @@ } /** - * get the path string. If the path specified a file the file extension is removed. + * get the path string. If the path specified a file the file + * extension is removed. * * @return the path string without the file extension. */ - public String getNameWithoutExtension() throws Exception - { + public String getNameWithoutExtension() throws Exception { return path.substring(0, path.lastIndexOf(".")); } @@ -62,8 +114,7 @@ * * @return returns the parent of the fully qualified path. */ - public String getParent() throws Exception - { + public String getParent() throws Exception { File file = new File(path); String parent = file.getParent(); |
From: Brett P. <bre...@us...> - 2004-10-15 11:17:47
|
brettporter 04/10/15 04:17:38 Modified: . plugin-project.xml project.properties aptdoc project.xml dbunit project.xml doxygen project.xml findbugs project.xml help project.xml javaapp project.xml javancss project.xml jaxb project.xml junitpp project.xml kodo project.xml middlegen project.xml rpm project.xml sdocbook project.xml sourceforge project.xml springgraph project.xml vignette project.xml was40 project.xml was5 project.xml webtest project.xml wiki project.xml word2html project.xml xmlresume project.xml Removed: . announcement.jsl Log: set up deployment to http://maven-plugins.sf.net/repository/ this is automatically synced to ibiblio Revision Changes Path 1.11 +3 -0 maven-plugins/plugin-project.xml Index: plugin-project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/plugin-project.xml,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- plugin-project.xml 14 Sep 2004 17:28:57 -0000 1.10 +++ plugin-project.xml 15 Oct 2004 11:17:30 -0000 1.11 @@ -18,6 +18,9 @@ <issueTrackingUrl>http://sourceforge.net/tracker/?group_id=61626</issueTrackingUrl> <siteAddress>maven-plugins.sourceforge.net</siteAddress> + <siteDirectory>/home/groups/${pom.groupId.substring(0,1)}/${pom.groupId.substring(0,2)}/${pom.artifactId}/htdocs/</siteDirectory> + <distributionSite>shell1.maven-plugins.sf.net</distributionSite> + <distributionDirectory>/home/groups/${pom.groupId.substring(0,1)}/${pom.groupId.substring(0,2)}/${pom.groupId}/htdocs/repository/</distributionDirectory> <repository> <connection>scm:cvs:pserver:ano...@cv...:/cvsroot/maven-plugins:maven-plugins</connection> 1.9 +6 -2 maven-plugins/project.properties Index: project.properties =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/project.properties,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- project.properties 31 Jul 2004 13:29:28 -0000 1.8 +++ project.properties 15 Oct 2004 11:17:31 -0000 1.9 @@ -22,5 +22,9 @@ # Add distribution URL for later xdoc releases maven.xdoc.distributionUrl=http://maven-plugins.sourceforge.net/maven/maven-plugins/plugins -# announcement plugin template -maven.announcement.stylesheet.path=${basedir}/../announcement.jsl \ No newline at end of file +maven.repo.list=maven-plugins-sf +maven.repo.maven-plugins-sf=scp://shell.maven-plugins.sf.net +maven.repo.maven-plugins-sf.directory=${pom.distributionDirectory} +# set these yourself +#maven.repo.maven-plugins-sf.username= +#maven.repo.maven-plugins-sf.privatekey= 1.9 +0 -1 maven-plugins/aptdoc/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/aptdoc/project.xml,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- project.xml 3 Mar 2004 04:23:26 -0000 1.8 +++ project.xml 15 Oct 2004 11:17:31 -0000 1.9 @@ -20,7 +20,6 @@ <!-- issue tracking url, siteAddress are in parent --> <siteDirectory>/home/groups/m/ma/maven-plugins/htdocs/maven-aptdoc-plugin/</siteDirectory> - <distributionDirectory>/home/groups/m/ma/maven-plugins/htdocs/maven-aptdoc-plugin/distributions/</distributionDirectory> <repository> <connection>scm:cvs:pserver:ano...@cv...:/cvsroot/maven-plugins:maven-plugins/aptdoc</connection> 1.32 +0 -1 maven-plugins/dbunit/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/dbunit/project.xml,v retrieving revision 1.31 retrieving revision 1.32 diff -u -r1.31 -r1.32 --- project.xml 26 Aug 2004 23:38:06 -0000 1.31 +++ project.xml 15 Oct 2004 11:17:31 -0000 1.32 @@ -20,7 +20,6 @@ <!-- issue tracking url, siteAddress are in parent --> <siteDirectory>/home/groups/m/ma/maven-plugins/htdocs/maven-dbunit-plugin/</siteDirectory> - <distributionDirectory>/home/groups/m/ma/maven-plugins/htdocs/maven-dbunit-plugin/distributions/</distributionDirectory> <repository> <connection>scm:cvs:pserver:ano...@cv...:/cvsroot/maven-plugins:maven-plugins/dbunit</connection> <developerConnection>scm:cvs:ext:${maven.username}@cvs.sourceforge.net:/cvsroot/maven-plugins:maven-plugins/dbunit</developerConnection> 1.7 +0 -1 maven-plugins/doxygen/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/doxygen/project.xml,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- project.xml 20 Jan 2004 08:35:52 -0000 1.6 +++ project.xml 15 Oct 2004 11:17:31 -0000 1.7 @@ -14,7 +14,6 @@ <shortDescription>Maven Plug-in for doxygen</shortDescription> <!-- issue tracking url, siteAddress are in parent --> <siteDirectory>/home/groups/m/ma/maven-plugins/htdocs/doxygen/</siteDirectory> - <distributionDirectory>/home/groups/m/ma/maven-plugins/htdocs/doxygen/distributions/</distributionDirectory> <repository> <connection>scm:cvs:pserver:ano...@cv...:/cvsroot/maven-plugins:maven-plugins/doxygen</connection> 1.18 +0 -1 maven-plugins/findbugs/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/findbugs/project.xml,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- project.xml 7 Sep 2004 09:26:53 -0000 1.17 +++ project.xml 15 Oct 2004 11:17:32 -0000 1.18 @@ -14,7 +14,6 @@ <shortDescription>Findbugs tasks</shortDescription> <!-- issue tracking url, siteAddress are in parent --> <siteDirectory>/home/groups/m/ma/maven-plugins/htdocs/findbugs/</siteDirectory> - <distributionDirectory>/home/groups/m/ma/maven-plugins/htdocs/findbugs/distributions/</distributionDirectory> <repository> <connection>scm:cvs:pserver:ano...@cv...:/cvsroot/maven-plugins:maven-plugins/findbugs</connection> 1.10 +0 -1 maven-plugins/help/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/help/project.xml,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- project.xml 20 Jan 2004 08:35:52 -0000 1.9 +++ project.xml 15 Oct 2004 11:17:32 -0000 1.10 @@ -18,7 +18,6 @@ <shortDescription>Show some Help about Maven</shortDescription> <!-- issue tracking url, siteAddress are in parent --> <siteDirectory>/home/groups/m/ma/maven-plugins/htdocs/help/</siteDirectory> - <distributionDirectory>/home/groups/m/ma/maven-plugins/htdocs/help/distributions/</distributionDirectory> <repository> <connection>scm:cvs:pserver:ano...@cv...:/cvsroot/maven-plugins:maven-plugins/help</connection> 1.8 +0 -1 maven-plugins/javaapp/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/javaapp/project.xml,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- project.xml 20 Jan 2004 08:35:51 -0000 1.7 +++ project.xml 15 Oct 2004 11:17:33 -0000 1.8 @@ -18,7 +18,6 @@ <shortDescription>Generates an executable JAR</shortDescription> <!-- issue tracking url, siteAddress are in parent --> <siteDirectory>/home/groups/m/ma/maven-plugins/htdocs/javaapp/</siteDirectory> - <distributionDirectory>/home/groups/m/ma/maven-plugins/htdocs/javaapp/distributions/</distributionDirectory> <repository> <connection>scm:cvs:pserver:ano...@cv...:/cvsroot/maven-plugins:maven-plugins/javaapp</connection> 1.11 +0 -1 maven-plugins/javancss/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/javancss/project.xml,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- project.xml 20 Jan 2004 08:35:51 -0000 1.10 +++ project.xml 15 Oct 2004 11:17:33 -0000 1.11 @@ -14,7 +14,6 @@ <shortDescription>MAVEN B10 Plug-in for JAVANCSS</shortDescription> !-- issue tracking url, siteAddress are in parent --> <siteDirectory>/home/groups/m/ma/maven-plugins/htdocs/javancss/</siteDirectory> - <distributionDirectory>/home/groups/m/ma/maven-plugins/htdocs/javancss/distributions/</distributionDirectory> <repository> <connection>scm:cvs:pserver:an...@cv...:/cvsroot/maven-plugins/:maven-plugins/javancss</connection> 1.4 +0 -1 maven-plugins/jaxb/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/jaxb/project.xml,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- project.xml 20 Jan 2004 08:35:51 -0000 1.3 +++ project.xml 15 Oct 2004 11:17:33 -0000 1.4 @@ -12,7 +12,6 @@ <shortDescription>JAXB Tools</shortDescription> <siteDirectory>/home/groups/m/ma/maven-plugins/htdocs/jaxb/</siteDirectory> - <distributionDirectory>/home/groups/m/ma/maven-plugins/htdocs/jaxb/distributions/</distributionDirectory> <repository> <connection>scm:cvs:pserver:ano...@cv...:/cvsroot/maven-plugins:maven-plugins/jaxb</connection> 1.9 +0 -1 maven-plugins/junitpp/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/junitpp/project.xml,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- project.xml 20 Jan 2004 08:35:51 -0000 1.8 +++ project.xml 15 Oct 2004 11:17:33 -0000 1.9 @@ -14,7 +14,6 @@ <shortDescription>MAVEN Plug-in for JUNITPP</shortDescription> <!-- issue tracking url, siteAddress are in parent --> <siteDirectory>/home/groups/m/ma/maven-plugins/htdocs/junitpp/</siteDirectory> - <distributionDirectory>/home/groups/m/ma/maven-plugins/htdocs/junitpp/distributions/</distributionDirectory> <repository> <connection>scm:cvs:pserver:ano...@cv...:/cvsroot/maven-plugins:maven-plugins/junitpp</connection> 1.10 +0 -1 maven-plugins/kodo/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/kodo/project.xml,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- project.xml 16 Jun 2004 18:55:11 -0000 1.9 +++ project.xml 15 Oct 2004 11:17:34 -0000 1.10 @@ -13,7 +13,6 @@ <url>http://maven-plugins.sourceforge.net/kodo/</url> <!-- issueTrackingUrl, siteAddress are in parent --> <siteDirectory>/home/groups/m/ma/maven-plugins/htdocs/kodo/</siteDirectory> - <distributionDirectory>/home/groups/m/ma/maven-plugins/htdocs/kodo/distributions/</distributionDirectory> <repository> <connection>scm:cvs:pserver:ano...@cv...:/cvsroot/maven-plugins:maven-plugins/kodo</connection> 1.2 +0 -1 maven-plugins/middlegen/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/middlegen/project.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- project.xml 20 Sep 2004 02:04:10 -0000 1.1 +++ project.xml 15 Oct 2004 11:17:34 -0000 1.2 @@ -16,7 +16,6 @@ <shortDescription>Middlegen Plugin for Maven</shortDescription> <!-- issue tracking url, siteAddress are in parent --> <siteDirectory>/home/groups/m/ma/maven-plugins/htdocs/middlegen/</siteDirectory> - <distributionDirectory>/home/groups/m/ma/maven-plugins/htdocs/middlegen/distributions/</distributionDirectory> <repository> <connection>scm:cvs:pserver:ano...@cv...:/cvsroot/maven-plugins:maven-plugins/middlegen</connection> 1.20 +0 -1 maven-plugins/rpm/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/rpm/project.xml,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- project.xml 20 Jan 2004 08:35:51 -0000 1.19 +++ project.xml 15 Oct 2004 11:17:34 -0000 1.20 @@ -13,7 +13,6 @@ <shortDescription>Maven plugin to generate RPM's (Redhat Package)</shortDescription> <!-- issue tracking url, siteAddress are in parent --> <siteDirectory>/home/groups/m/ma/maven-plugins/htdocs/rpm/</siteDirectory> - <distributionDirectory>/home/groups/m/ma/maven-plugins/htdocs/rpm/distributions/</distributionDirectory> <!-- Gump integration --> <gumpRepositoryId>jakarta</gumpRepositoryId> 1.16 +0 -1 maven-plugins/sdocbook/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/sdocbook/project.xml,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- project.xml 13 Apr 2004 21:26:57 -0000 1.15 +++ project.xml 15 Oct 2004 11:17:34 -0000 1.16 @@ -16,7 +16,6 @@ <shortDescription>MAVEN Plug-in for DOCBOOK</shortDescription> <!-- issueTrackingUrl, siteAddress are in parent --> <siteDirectory>/home/groups/m/ma/maven-plugins/htdocs/sdocbook/</siteDirectory> - <distributionDirectory>/home/groups/m/ma/maven-plugins/htdocs/sdocbook/distributions/</distributionDirectory> <repository> <connection>scm:cvs:pserver:ano...@cv...:/cvsroot/maven-plugins:maven-plugins/sdocbook</connection> 1.6 +0 -1 maven-plugins/sourceforge/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/sourceforge/project.xml,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- project.xml 26 Aug 2004 21:11:34 -0000 1.5 +++ project.xml 15 Oct 2004 11:17:35 -0000 1.6 @@ -18,7 +18,6 @@ <shortDescription>Deploys distributions to Sourceforge</shortDescription> <!-- issue tracking url, siteAddress are in parent --> <siteDirectory>/home/groups/m/ma/maven-plugins/htdocs/sourceforge/</siteDirectory> - <distributionDirectory>/home/groups/m/ma/maven-plugins/htdocs/sourceforge/distributions/</distributionDirectory> <repository> <connection>scm:cvs:pserver:ano...@cv...:/cvsroot/maven-plugins:maven-plugins/sourceforge</connection> 1.3 +0 -1 maven-plugins/springgraph/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/springgraph/project.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- project.xml 14 Sep 2004 17:34:37 -0000 1.2 +++ project.xml 15 Oct 2004 11:17:35 -0000 1.3 @@ -34,7 +34,6 @@ <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> 1.3 +1 -2 maven-plugins/vignette/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/vignette/project.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- project.xml 4 May 2004 23:51:28 -0000 1.2 +++ project.xml 15 Oct 2004 11:17:35 -0000 1.3 @@ -14,7 +14,6 @@ <shortDescription>Plugin used to deploy to a Vignette CMS.</shortDescription> !-- issue tracking url, siteAddress are in parent --> <siteDirectory>/home/groups/m/ma/maven-plugins/htdocs/vignette/</siteDirectory> - <distributionDirectory>/home/groups/m/ma/maven-plugins/htdocs/vignette/distributions/</distributionDirectory> <repository> <connection>scm:cvs:pserver:an...@cv...:/cvsroot/maven-plugins/:maven-plugins/vignette</connection> @@ -48,4 +47,4 @@ <build/> -</project> \ No newline at end of file +</project> 1.20 +0 -1 maven-plugins/was40/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/was40/project.xml,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- project.xml 27 Aug 2004 00:15:57 -0000 1.19 +++ project.xml 15 Oct 2004 11:17:36 -0000 1.20 @@ -20,7 +20,6 @@ <url>http://maven-plugins.sourceforge.net/maven-was40-plugin/</url> <siteDirectory>/home/groups/m/ma/maven-plugins/htdocs/maven-was40-plugin/</siteDirectory> - <distributionDirectory>/home/groups/m/ma/maven-plugins/htdocs/maven-was40-plugin/distributions/</distributionDirectory> <repository> <connection>scm:cvs:pserver:ano...@cv...:/cvsroot/maven-plugins:maven-plugins/was40</connection> <developerConnection>scm:cvs:ext:${maven.username}@cvs.sourceforge.net:/cvsroot/maven-plugins:maven-plugins/was40</developerConnection> 1.12 +0 -1 maven-plugins/was5/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/was5/project.xml,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- project.xml 27 Aug 2004 05:49:05 -0000 1.11 +++ project.xml 15 Oct 2004 11:17:36 -0000 1.12 @@ -20,7 +20,6 @@ <url>http://maven-plugins.sourceforge.net/maven-was5-plugin/</url> <siteDirectory>/home/groups/m/ma/maven-plugins/htdocs/maven-was5-plugin/</siteDirectory> - <distributionDirectory>/home/groups/m/ma/maven-plugins/htdocs/maven-was5-plugin/distributions/</distributionDirectory> <repository> <connection>scm:cvs:pserver:ano...@cv...:/cvsroot/maven-plugins:maven-plugins/was5</connection> <developerConnection>scm:cvs:ext:${maven.username}@cvs.sourceforge.net:/cvsroot/maven-plugins:maven-plugins/was5</developerConnection> 1.14 +0 -1 maven-plugins/webtest/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/webtest/project.xml,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- project.xml 12 Oct 2004 13:27:32 -0000 1.13 +++ project.xml 15 Oct 2004 11:17:36 -0000 1.14 @@ -14,7 +14,6 @@ <shortDescription>Maven 1.0 Plugin for Canoo WebTest</shortDescription> <!-- issue tracking url, siteAddress are in parent --> <siteDirectory>/home/groups/m/ma/maven-plugins/htdocs/webtest/</siteDirectory> - <distributionDirectory>/home/groups/m/ma/maven-plugins/htdocs/webtest/distributions/</distributionDirectory> <repository> <connection>scm:cvs:pserver:wd...@cv...:/cvsroot/maven-plugins:maven-plugins/webtest</connection> 1.22 +0 -1 maven-plugins/wiki/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/wiki/project.xml,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- project.xml 20 Jan 2004 08:35:51 -0000 1.21 +++ project.xml 15 Oct 2004 11:17:37 -0000 1.22 @@ -18,7 +18,6 @@ <shortDescription>Generate a Wiki from your project !</shortDescription> <!-- issue tracking url, siteAddress are in parent --> <siteDirectory>/home/groups/m/ma/maven-plugins/htdocs/wiki/</siteDirectory> - <distributionDirectory>/home/groups/m/ma/maven-plugins/htdocs/wiki/distributions/</distributionDirectory> <repository> <connection>scm:cvs:pserver:ano...@cv...:/cvsroot/maven-plugins:maven-plugins/wiki</connection> 1.3 +0 -1 maven-plugins/word2html/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/word2html/project.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- project.xml 19 Feb 2004 07:09:40 -0000 1.2 +++ project.xml 15 Oct 2004 11:17:37 -0000 1.3 @@ -15,7 +15,6 @@ <!-- issue tracking url, siteAddress are in parent --> <url>http://maven-plugins.sourceforge.net/word2html/</url> <siteDirectory>/home/groups/m/ma/maven-plugins/htdocs/word2html/</siteDirectory> - <distributionDirectory>/home/groups/m/ma/maven-plugins/htdocs/word2html/distributions/</distributionDirectory> <repository> <connection>scm:cvs:pserver:ano...@cv...:/cvsroot/maven-plugins:maven-plugins/word2html</connection> 1.3 +0 -1 maven-plugins/xmlresume/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/xmlresume/project.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- project.xml 13 Feb 2004 06:56:59 -0000 1.2 +++ project.xml 15 Oct 2004 11:17:38 -0000 1.3 @@ -17,7 +17,6 @@ </description> <!-- issueTrackingUrl, siteAddress are in parent --> <siteDirectory>/home/groups/m/ma/maven-plugins/htdocs/xmlresume/</siteDirectory> - <distributionDirectory>/home/groups/m/ma/maven-plugins/htdocs/xmlresume/distributions/</distributionDirectory> <repository> <connection>scm:cvs:pserver:ano...@cv...:/cvsroot/maven-plugins:maven-plugins/xmlresume</connection> |
From: Siegfried G. <wd...@us...> - 2004-10-12 13:29:16
|
wdsgoe 04/10/12 06:27:22 Modified: webtest .cvsignore Log: Preparing release 0.9.1 Revision Changes Path 1.3 +1 -10 maven-plugins/webtest/.cvsignore Index: .cvsignore =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/webtest/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 15 Apr 2003 01:50:42 -0000 1.2 +++ .cvsignore 12 Oct 2004 13:27:22 -0000 1.3 @@ -1,11 +1,2 @@ -.classpath -.project -build.properties -dist -junit*.properties -lib target -tmp -*.bak -*.log -*.gz +maven.log |
From: Siegfried G. <wd...@us...> - 2004-10-12 13:29:00
|
wdsgoe 04/10/12 06:27:32 Modified: webtest project.xml plugin.jelly Log: Preparing release 0.9.1 Revision Changes Path 1.13 +38 -37 maven-plugins/webtest/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/webtest/project.xml,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- project.xml 12 Apr 2004 10:56:58 -0000 1.12 +++ project.xml 12 Oct 2004 13:27:32 -0000 1.13 @@ -6,12 +6,12 @@ <id>maven-webtest-plugin</id> <name>Canoo WebTest Plug-in</name> <!-- groupId is in parent --> - <currentVersion>0.8</currentVersion> + <currentVersion>0.9.1</currentVersion> <!-- organization is in parent --> <inceptionYear>2002</inceptionYear> <!-- package, logo are in parent. no gumpRepositoryId --> <description>Maven Plugin for Canoo WebTest</description> - <shortDescription>Maven B10 Plugin for Canoo WebTest</shortDescription> + <shortDescription>Maven 1.0 Plugin for Canoo WebTest</shortDescription> <!-- issue tracking url, siteAddress are in parent --> <siteDirectory>/home/groups/m/ma/maven-plugins/htdocs/webtest/</siteDirectory> <distributionDirectory>/home/groups/m/ma/maven-plugins/htdocs/webtest/distributions/</distributionDirectory> @@ -68,31 +68,34 @@ </developers> <dependencies> - <dependency> - <groupId>webtest</groupId> - <artifactId>webtest</artifactId> - <version>277</version> - <url>http://webtest.canoo.com</url> - </dependency> - - <dependency> - <id>oro</id> - <version>2.0.6</version> - </dependency> - + <dependency> <groupId>ant</groupId> <artifactId>ant</artifactId> - <version>1.5.1</version> - <url>http://jakarta.apache.org/ant</url> + <version>1.5.2</version> + <url>http://jakarata.apache.org/ant</url> </dependency> + <dependency> <groupId>ant</groupId> <artifactId>ant-optional</artifactId> - <version>1.5.1</version> - <url>http://jakarta.apache.org/ant</url> + <version>1.5.2</version> + <url>http://jakarata.apache.org/ant</url> </dependency> - + + <dependency> + <groupId>dom4j</groupId> + <artifactId>dom4j</artifactId> + <version>1.4</version> + <url>http://www.dom4j.org</url> + </dependency> + + <dependency> + <groupId>jtidy</groupId> + <artifactId>jtidy</artifactId> + <version>4aug2000r7-dev</version> + </dependency> + <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> @@ -101,34 +104,33 @@ </dependency> <dependency> - <groupId>dom4j</groupId> - <artifactId>dom4j</artifactId> - <version>1.3</version> - <url>http://www.dom4j.org</url> + <groupId>log4j</groupId> + <artifactId>log4j</artifactId> + <version>1.2.8</version> </dependency> - - <!-- Note: NekoHTML and Xerces are needed by HttpUnit --> <dependency> - <groupId>httpunit</groupId> - <artifactId>httpunit</artifactId> - <version>1.5.3</version> - <url>http://www.httpunit.org</url> + <groupId>oro</groupId> + <artifactId>oro</artifactId> + <version>2.0.6</version> </dependency> + <dependency> - <groupId>nekohtml</groupId> - <artifactId>nekohtml</artifactId> - <version>0.7.4</version> + <groupId>xalan</groupId> + <artifactId>xalan</artifactId> + <version>2.5.1</version> </dependency> + <dependency> <groupId>xerces</groupId> <artifactId>xercesImpl</artifactId> - <version>2.3.0</version> + <version>2.4.0</version> </dependency> + <dependency> - <groupId>xerces</groupId> - <artifactId>xmlParserAPIs</artifactId> - <version>2.2.1</version> + <groupId>xml-apis</groupId> + <artifactId>xml-apis</artifactId> + <version>1.0.b2</version> </dependency> </dependencies> @@ -171,7 +173,6 @@ <report>maven-developer-activity-plugin</report> <report>maven-file-activity-plugin</report> <report>maven-license-plugin</report> - <!-- report>maven-webtest-plugin</report --> </reports> </project> 1.8 +157 -151 maven-plugins/webtest/plugin.jelly Index: plugin.jelly =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/webtest/plugin.jelly,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- plugin.jelly 10 Aug 2003 13:59:33 -0000 1.7 +++ plugin.jelly 12 Oct 2004 13:27:32 -0000 1.8 @@ -1,9 +1,9 @@ <?xml version="1.0"?> -<project - xmlns:j="jelly:core" - xmlns:util="jelly:util" - xmlns:doc="doc" +<project + xmlns:j="jelly:core" + xmlns:util="jelly:util" + xmlns:doc="doc" xmlns:x="jelly:xml"> <!-- ================================================================== --> @@ -11,9 +11,9 @@ <!-- ================================================================== --> <goal name="maven-webtest-plugin:register"> <util:available file="${maven.webtest.src}"> - <doc:registerReport name="Canoo WebTest Report" - pluginName="webtest" - description="Canoo WebTest Report." + <doc:registerReport name="Canoo WebTest Report" + pluginName="webtest" + description="Canoo WebTest Report." link="webtest-report"/> </util:available> </goal> @@ -30,53 +30,75 @@ <!-- ================================================================== --> <!-- W E B T E S T T A R G E T --> <!-- ================================================================== --> - + + <!-- ================================================================== --> + <!-- webtest:report --> + <!-- ================================================================== --> + <goal name="webtest:report" description="Run Canoo WebTest"> <attainGoal name="webtest"/> </goal> - + + <!-- ================================================================== --> + <!-- webtest --> + <!-- ================================================================== --> + <goal name="webtest" description="Run Canoo WebTest"> <j:set var="testCaseName" value="${maven.webtest.file}"/> <!-- if no webtest script is defined skip the processing --> - <j:if test="${!testCaseName.equals('noop')}"> - <attainGoal name="webtest:clean"/> + <j:if test="${!testCaseName.equals('noop')}"> + <attainGoal name="webtest:clean"/> <attainGoal name="webtest:info"/> <attainGoal name="webtest:test"/> <attainGoal name="webtest:generate-test-report"/> - <attainGoal name="webtest:generate-summary-report"/> </j:if> </goal> - - <goal name="webtest:info" description="Prints the configuration"> + + <!-- ================================================================== --> + <!-- webtest:info --> + <!-- ================================================================== --> + + <goal name="webtest:info" description="Prints the configuration"> <echo> + Plugin Settings + =============================================================================== + maven.webtest.src = ${maven.webtest.src} + maven.webtest.file = ${maven.webtest.file} + maven.webtest.target = ${maven.webtest.target} maven.webtest.src = ${maven.webtest.src} - maven.webtest.file = ${maven.webtest.file} - maven.webtest.target = ${maven.webtest.target} - maven.webtest.src = ${maven.webtest.src} + maven.webtest.ant.options = ${maven.webtest.ant.options} + maven.webtest.home = ${maven.webtest.home} + + Canoo WebTest Configuration + =============================================================================== maven.webtest.config.host = ${maven.webtest.config.host} maven.webtest.config.port = ${maven.webtest.config.port} - maven.webtest.config.protocol = ${maven.webtest.config.protocol} + maven.webtest.config.protocol = ${maven.webtest.config.protocol} maven.webtest.config.basepath = ${maven.webtest.config.basepath} maven.webtest.config.summary = ${maven.webtest.config.summary} - maven.webtest.config.verbose = ${maven.webtest.config.verbose} maven.webtest.config.saveresponse = ${maven.webtest.config.saveresponse} - maven.webtest.config.resultpath = ${maven.webtest.config.resultpath} + maven.webtest.config.resultpath = ${maven.webtest.config.resultpath} maven.webtest.config.resultfile = ${maven.webtest.config.resultfile} - maven.webtest.config.showhtmlparseroutput = ${maven.webtest.config.showhtmlparseroutput} + maven.webtest.config.showhtmlparseroutput = ${maven.webtest.config.showhtmlparseroutput} maven.webtest.config.haltonfailure = ${maven.webtest.config.haltonfailure} maven.webtest.config.haltonerror = ${maven.webtest.config.haltonerror} - maven.webtest.ant.options = ${maven.webtest.ant.options} + maven.webtest.config.verbose = ${maven.webtest.config.verbose} + maven.webtest.config.autorefresh = ${maven.webtest.config.autorefresh} </echo> </goal> - <goal name="webtest:test" description="Runs the Canoo webtest scripts"> + <!-- ================================================================== --> + <!-- webtest:test --> + <!-- ================================================================== --> + + <goal name="webtest:test" description="Runs the Canoo webtest scripts"> + + <j:set var="mavenRepoLocal" value='${context.getVariable("maven.repo.local")}'/> - <j:set var="mavenRepoLocal" value='${context.getVariable("maven.repo.local")}'/> - <!-- Create the result path --> <mkdir dir="${maven.webtest.config.resultpath}"/> - - <!-- Create an iterator over all webtest scripts to be executed --> + + <!-- Create an iterator over all webtest scripts to be executed --> <fileScanner var="testScripts"> <fileset dir="${maven.webtest.src}"> <patternset> @@ -88,173 +110,157 @@ <echo>Starting Canoo Webtest ...</echo> <path id="webtest.classpath"> - <pathelement location="${maven.build.dest}"/> - <pathelement path="${pom.getDependencyClasspath()}"/> <pathelement path="${plugin.getDependencyClasspath()}"/> + <pathelement location="${plugin.dir}/plugin-resources/classes"/> </path> - <!-- - On UNIX we seem to have a problem with empty command + <!-- + On UNIX we seem to have a problem with empty command line parameters. Therefore we explicitely check for them and start ANT accordingly --> - + <j:set var="hasAntTarget" value="${maven.webtest.target}X"/> - - <j:forEach var="testScriptFile" items="${testScripts.iterator()}"> - <!-- echo>Processing ${testScriptFile.getName()}</echo --> - <!-- Start an ANT process for each webtest script --> + + <j:forEach var="testScriptFile" items="${testScripts.iterator()}"> + <!-- echo>Processing ${testScriptFile.getName()}</echo --> + <!-- Start an ANT process for each webtest script --> <j:if test="${hasAntTarget != 'X'}"> - <echo>We have an Ant target!!!</echo> - <java classname="org.apache.tools.ant.Main" fork="yes" dir="${basedir}" failonerror="false"> + <java classname="org.apache.tools.ant.Main" fork="yes" dir="${basedir}" failonerror="true"> <classpath> <path refid="webtest.classpath"/> </classpath> - <sysproperty key="host" value="${maven.webtest.config.host}"/> - <sysproperty key="port" value="${maven.webtest.config.port}"/> - <sysproperty key="protocol" value="${maven.webtest.config.protocol}"/> - <sysproperty key="basepath" value="${maven.webtest.config.basepath}"/> - <sysproperty key="summary" value="${maven.webtest.config.summary}"/> - <sysproperty key="verbose" value="${maven.webtest.config.verbose}"/> - <sysproperty key="saveresponse" value="${maven.webtest.config.saveresponse}"/> - <sysproperty key="resultpath" file="${maven.webtest.config.resultpath}"/> - <sysproperty key="resultfile" file="${maven.webtest.config.resultfile}"/> - <sysproperty key="haltonfailure" value="${maven.webtest.config.haltonfailure}"/> - <sysproperty key="haltonerror" value="${maven.webtest.config.haltonerror}"/> - <sysproperty key="showhtmlparseroutput" value="${maven.webtest.config.showhtmlparseroutput}"/> - <arg value="${maven.webtest.ant.options}"/> - <arg value="-f"/> + <jvmarg value="-Xmx200m"/> + <sysproperty key="host" value="${maven.webtest.config.host}"/> + <sysproperty key="port" value="${maven.webtest.config.port}"/> + <sysproperty key="protocol" value="${maven.webtest.config.protocol}"/> + <sysproperty key="basepath" value="${maven.webtest.config.basepath}"/> + <sysproperty key="summary" value="${maven.webtest.config.summary}"/> + <sysproperty key="saveresponse" value="${maven.webtest.config.saveresponse}"/> + <sysproperty key="resultpath" value="${maven.webtest.config.resultpath}"/> + <sysproperty key="resultfile" value="${maven.webtest.config.resultfile}"/> + <sysproperty key="haltonfailure" value="${maven.webtest.config.haltonfailure}"/> + <sysproperty key="haltonerror" value="${maven.webtest.config.haltonerror}"/> + <sysproperty key="showhtmlparseroutput" value="${maven.webtest.config.showhtmlparseroutput}"/> + <sysproperty key="verbose" value="${maven.webtest.config.verbose}"/> + <sysproperty key="autorefresh" value="${maven.webtest.config.autorefresh}"/> + <sysproperty key="webtest.home" value="${maven.webtest.home}"/> + <arg value="${maven.webtest.ant.options}"/> + <arg value="-f"/> <arg value="${testScriptFile}"/> <arg value="${maven.webtest.target}"/> </java> </j:if> <j:if test="${hasAntTarget == 'X'}"> - <echo>We have NO Ant target!!</echo> - <java classname="org.apache.tools.ant.Main" fork="yes" dir="${basedir}" failonerror="false"> + <java classname="org.apache.tools.ant.Main" fork="yes" dir="${basedir}" failonerror="true"> <classpath> <path refid="webtest.classpath"/> </classpath> - <sysproperty key="host" value="${maven.webtest.config.host}"/> - <sysproperty key="port" value="${maven.webtest.config.port}"/> - <sysproperty key="protocol" value="${maven.webtest.config.protocol}"/> - <sysproperty key="basepath" value="${maven.webtest.config.basepath}"/> - <sysproperty key="summary" value="${maven.webtest.config.summary}"/> - <sysproperty key="verbose" value="${maven.webtest.config.verbose}"/> - <sysproperty key="saveresponse" value="${maven.webtest.config.saveresponse}"/> - <sysproperty key="resultpath" file="${maven.webtest.config.resultpath}"/> - <sysproperty key="resultfile" file="${maven.webtest.config.resultfile}"/> - <sysproperty key="haltonfailure" value="${maven.webtest.config.haltonfailure}"/> - <sysproperty key="haltonerror" value="${maven.webtest.config.haltonerror}"/> - <sysproperty key="showhtmlparseroutput" value="${maven.webtest.config.showhtmlparseroutput}"/> - <arg value="${maven.webtest.ant.options}"/> - <arg value="-f"/> + <jvmarg value="-Xmx200m"/> + <sysproperty key="host" value="${maven.webtest.config.host}"/> + <sysproperty key="port" value="${maven.webtest.config.port}"/> + <sysproperty key="protocol" value="${maven.webtest.config.protocol}"/> + <sysproperty key="basepath" value="${maven.webtest.config.basepath}"/> + <sysproperty key="summary" value="${maven.webtest.config.summary}"/> + <sysproperty key="saveresponse" value="${maven.webtest.config.saveresponse}"/> + <sysproperty key="resultpath" value="${maven.webtest.config.resultpath}"/> + <sysproperty key="resultfile" value="${maven.webtest.config.resultfile}"/> + <sysproperty key="haltonfailure" value="${maven.webtest.config.haltonfailure}"/> + <sysproperty key="haltonerror" value="${maven.webtest.config.haltonerror}"/> + <sysproperty key="showhtmlparseroutput" value="${maven.webtest.config.showhtmlparseroutput}"/> + <sysproperty key="verbose" value="${maven.webtest.config.verbose}"/> + <sysproperty key="autorefresh" value="${maven.webtest.config.autorefresh}"/> + <sysproperty key="webtest.home" value="${maven.webtest.home}"/> + <arg value="${maven.webtest.ant.options}"/> + <arg value="-f"/> <arg value="${testScriptFile}"/> </java> - </j:if> - </j:forEach> - - <echo>Finished running Canoo Webtest Plugin</echo> - + </j:if> + </j:forEach> + + <echo>Finished running Canoo Webtest Plugin 0.9.1</echo> + </goal> + <!-- ================================================================== --> + <!-- webtest:generate-test-report --> + <!-- ================================================================== --> <goal name="webtest:generate-test-report" description="Transforms the Canoo Webtest results into HTML"> - <!-- Create the result path --> - <j:set var="webtest.docs.dest" - value="${pom.getPluginContext('maven-xdoc-plugin').getVariable('maven.docs.dest')}/webtest"/> - <j:set var="webtest.gen.docs" - value="${pom.getPluginContext('maven-xdoc-plugin').getVariable('maven.gen.docs')}/webtest"/> - <mkdir dir="${webtest.docs.dest}"/> - <mkdir dir="${webtest.gen.docs}"/> + <!-- Determine the result directory --> + <j:set var="webtest.docs.dest" value="${pom.getPluginContext('maven-xdoc-plugin').getVariable('maven.docs.dest')}"/> + <j:set var="webtest.resource.dest" value="${webtest.docs.dest}/webtest"/> - <!-- Copy all responses --> - <copy todir="${webtest.docs.dest}/response"> + <!-- Create the result directory --> + <mkdir dir="${webtest.docs.dest}"/> + <mkdir dir="${webtest.docs.dest}/webtest"/> + + <!-- Copy all of the HTML responses --> + <copy todir="${webtest.resource.dest}/response"> <fileset dir="${maven.webtest.config.resultpath}" includes="*.html"/> </copy> - - <!-- Create an iterator over all test summary reports , i.e. all XML files --> - <fileScanner var="testSummaries"> - <fileset dir="${maven.webtest.config.resultpath}"> - <include name="*.xml"/> - </fileset> - </fileScanner> - <j:forEach var="testSummaryFile" items="${testSummaries.iterator()}"> - <echo>Transforming ${testSummaryFile.getName()} into XDOC ...</echo> - <doc:jsl input="${testSummaryFile}" output="webtest/${testSummaryFile.getName()}" - stylesheet="${plugin.resources}/report.jsl" omitXmlDeclaration="true" - outputMode="xml" prettyPrint="true"/> - </j:forEach> - </goal> - - <goal name="webtest:generate-summary-report" - description="Creates a XDOC summary report of the Canoo Webtest results"> + <!-- Copy the images --> + <copy todir="${webtest.resource.dest}/images"> + <fileset dir="${maven.webtest.home}/images" includes="*.*"/> + </copy> - <echo>Summary</echo> + <!-- Copy the CSS --> + <copy todir="${webtest.resource.dest}/css"> + <fileset dir="${maven.webtest.home}/css" includes="*.*"/> + </copy> - <!-- Create the result path --> - <j:set var="webtest.docs.dest" - value="${pom.getPluginContext('maven-xdoc-plugin').getVariable('maven.docs.dest')}/webtest"/> - <j:set var="webtest.gen.docs" - value="${pom.getPluginContext('maven-xdoc-plugin').getVariable('maven.gen.docs')}/webtest"/> - <mkdir dir="${webtest.docs.dest}"/> - <mkdir dir="${webtest.gen.docs}"/> + <!-- Invoke XALAN to to the transformation --> + <java classname="org.apache.xalan.xslt.Process" fork="yes" failonerror="true"> + <classpath> + <pathelement path="${plugin.getDependencyPath('xalan')}"/> + <pathelement path="${plugin.getDependencyPath('xerces')}"/> + <pathelement path="${plugin.getDependencyPath('xml-apis')}"/> + </classpath> + <arg value="-in"/> + <arg value="${maven.webtest.config.resultpath}/webtest-raw-report.xml"/> + <arg value="-out"/> + <arg value="${webtest.docs.dest}/maven-webtest-report.html"/> + <arg value="-xsl"/> + <arg value="file:${plugin.dir}/plugin-resources/maven-webtest-report.xsl"/> + <arg value="-xsl"/> + <arg value="file:${plugin.dir}/plugin-resources/maven-webtest-report.xsl"/> + </java> - <!-- Create an iterator over all webtest summaries to be evaluated --> - <fileScanner var="testSummaries"> - <fileset dir="${maven.webtest.config.resultpath}"> - <patternset> - <include name="*.xml"/> - </patternset> - </fileset> - </fileScanner> - - <!-- Create an webtest summary reports as XML file --> - <j:file name="${maven.build.dir}/webtest-raw-report.xml" - outputMode="XML" encoding="ISO-8859-1" prettyPrint="true"> - <x:element name="summary"> - <j:forEach var="testSummaryFile" items="${testSummaries.iterator()}"> - <x:parse var="xmlTestReport" xml="${testSummaryFile}"/> - <x:set var="success" select="string($xmlTestReport/summary/testresult/@successful}"/> - <x:set var="starttime" select="string($xmlTestReport/summary/testresult/@starttime}"/> - <x:set var="endtime" select="string($xmlTestReport/summary/testresult/@endtime}"/> - <j:set var="duration"><x:expr select="sum($xmlTestReport/summary/testresult/results/step/result/completed/@duration)"/></j:set> - <x:element name="test"> - <x:element name="file">${testSummaryFile.getName()}</x:element> - <x:element name="success">${success}</x:element> - <x:element name="starttime">${starttime}</x:element> - <x:element name="endtime">${endtime}</x:element> - <x:element name="duration">${duration}</x:element> - </x:element> - </j:forEach> - </x:element> - </j:file> - - <!-- Transform the XML file into XDOC --> - <doc:jsl input="${maven.build.dir}/webtest-raw-report.xml" - output="webtest-report.xml" stylesheet="${plugin.resources}/summary.jsl" - omitXmlDeclaration="true" outputMode="xml" prettyPrint="true"/> - - </goal> - + </goal> + + <!-- ================================================================== --> + <!-- webtest:clean --> + <!-- ================================================================== --> + <goal name="webtest:clean" description="Removes temporary webtest files"> - <!-- Delete all of the previous left-overs --> + <!-- Delete all of the previous left-overs --> <delete failonerror="false"> <fileset dir="${maven.webtest.config.resultpath}" includes="lastResponse*.html"/> - <fileset dir="${maven.webtest.config.resultpath}" includes="*.xml"/> + <fileset dir="${maven.webtest.config.resultpath}" includes="*.xml"/> </delete> - <!-- Delete all of the previous HTML reports --> + <!-- Delete all of the previous HTML reports --> <delete failonerror="false"> <fileset dir="${webtest.dest}" includes="*.html"/> </delete> - + <delete file="${maven.build.dir}/webtest-raw-report.xml"/> <delete file="${webtest.dest}/webtest-report.html"/> - - </goal> - + + </goal> + + <!-- ================================================================== --> + <!-- webtest:loop --> + <!-- ================================================================== --> + + <goal name="webtest:loop" description="Executes the webtest until it fails"> + <j:while test="true"> + <attainGoal name="webtest:clean"/> + <attainGoal name="webtest:test"/> + </j:while> + </goal> </project> |
From: Siegfried G. <wd...@us...> - 2004-10-12 13:26:59
|
wdsgoe 04/10/12 06:25:32 Modified: webtest/xdocs how-to.xml changes.xml Log: Preparing release 0.9.1 Revision Changes Path 1.6 +1 -1 maven-plugins/webtest/xdocs/how-to.xml Index: how-to.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/webtest/xdocs/how-to.xml,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- how-to.xml 18 Jul 2003 09:30:01 -0000 1.5 +++ how-to.xml 12 Oct 2004 13:25:32 -0000 1.6 @@ -2,7 +2,7 @@ <document> <properties> - <title>Maven Canoo WebTest Plug-i How To</title> + <title>Maven Canoo WebTest Plug-in How To</title> <author email="sie...@it...">Siegfried Goeschl</author> </properties> 1.6 +18 -0 maven-plugins/webtest/xdocs/changes.xml Index: changes.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/webtest/xdocs/changes.xml,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- changes.xml 10 Aug 2003 13:59:34 -0000 1.5 +++ changes.xml 12 Oct 2004 13:25:32 -0000 1.6 @@ -7,6 +7,24 @@ <releases> + <release version="0.9.1" date="2004-08-10"> + <action dev="wdsgoe" type="update"> + Shipping the custom Canoo WebTest as plugin-resources since the can't be uploaded to IBIBLIOP + </action> + <action dev="wdsgoe" type="add"> + Added a webtest:loop target + </action> + </release> + + <release version="0.9.1" date="2004-08-10"> + <action dev="wdsgoe" type="update"> + Dropping JSTL in favour for XSLT and the the available XSL templates from Canoo + </action> + <action dev="wdsgoe" type="add"> + Added a webtest:loop target + </action> + </release> + <release version="0.8" date="2003-08-01"> <action dev="wdsgoe" type="fix"> Fixed empty target problem with the ANT invocation |
From: Siegfried G. <wd...@us...> - 2004-10-12 13:26:38
|
wdsgoe 04/10/12 06:25:18 Modified: webtest/webtest/config sample.properties Log: Preparing release 0.9.1 Revision Changes Path 1.3 +2 -2 maven-plugins/webtest/webtest/config/sample.properties Index: sample.properties =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/webtest/webtest/config/sample.properties,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sample.properties 18 Jul 2003 09:30:01 -0000 1.2 +++ sample.properties 12 Oct 2004 13:25:17 -0000 1.3 @@ -1,2 +1,2 @@ -jakarta.host=jakarta.apache.org -maven.host=www.maven.org +green.url=index.html +red.url=foo.html |
From: Siegfried G. <wd...@us...> - 2004-10-12 13:26:24
|
wdsgoe 04/10/12 06:25:03 Modified: webtest/src/plugin-resources .cvsignore Log: Preparing release 0.9.1 Revision Changes Path 1.2 +0 -11 maven-plugins/webtest/src/plugin-resources/.cvsignore <<Binary file>> |
From: Siegfried G. <wd...@us...> - 2004-10-12 13:26:04
|
wdsgoe 04/10/12 06:24:45 Added: webtest/src/plugin-resources webtestTaskdefs.properties maven-webtest-report.xsl BuildNumber.txt webtest/webtest webtest.xml red_test.xml green_test.xml webtest/src/plugin-resources/images todo.gif optional.gif ok.gif webtest/src/plugin-resources/css report.css webtest/src/plugin-resources/classes log4j.properties webtest/xdocs goals.xml Log: Preparing release 0.9.1 Revision Changes Path 1.1 maven-plugins/webtest/src/plugin-resources/webtestTaskdefs.properties Index: webtestTaskdefs.properties =================================================================== testSpec=com.canoo.webtest.ant.TestSpecificationTask config=com.canoo.webtest.engine.Configuration steps=com.canoo.webtest.ant.TestStepSequence followframe=com.canoo.webtest.steps.request.FollowFrame clickbutton=com.canoo.webtest.steps.request.ClickButton clicklink=com.canoo.webtest.steps.request.ClickLink verifyxpath=com.canoo.webtest.steps.verify.VerifyXPath verifylinks=com.canoo.webtest.steps.verify.VerifyLinks verifycheckbox=com.canoo.webtest.steps.verify.VerifyCheckbox invoke=com.canoo.webtest.steps.request.InvokePage setinputfield=com.canoo.webtest.steps.SetInputField setselectfield=com.canoo.webtest.steps.SetSelectField setcheckbox=com.canoo.webtest.steps.SetCheckbox verifyelement=com.canoo.webtest.steps.verify.VerifyHtmlElementNamed verifyelementtext=com.canoo.webtest.steps.verify.VerifyElementText verifyinputfield=com.canoo.webtest.steps.verify.VerifyInputField verifyselectfield=com.canoo.webtest.steps.verify.VerifySelectField verifytext=com.canoo.webtest.steps.verify.VerifyText verifytextarea=com.canoo.webtest.steps.verify.VerifyElementText verifytitle=com.canoo.webtest.steps.verify.VerifyTitle storeregex=com.canoo.webtest.steps.StoreRegExMatch storexpath=com.canoo.webtest.steps.StoreXPath previousresponse=com.canoo.webtest.steps.PreviousResponse not=com.canoo.webtest.ant.NotStep repeat=com.canoo.webtest.ant.RepeatStep new_setinputfield=com.canoo.webtest.steps.form.SetTextField new_setselectfield=com.canoo.webtest.steps.form.SetSelectField new_setcheckbox=com.canoo.webtest.steps.form.SetCheckbox new_setradiobutton=com.canoo.webtest.steps.form.SetRadioButton new_selectform=com.canoo.webtest.steps.form.SelectForm decryptPdfDocument=com.canoo.webtest.steps.pdftest.DecryptPdfDocumentStep verifyPdfEncryption=com.canoo.webtest.steps.pdftest.VerifyPdfDocumentEncryptedStep verifyPdfEncryptionStrength=com.canoo.webtest.steps.pdftest.VerifyPdfDocumentEncryptionStrengthStep verifyPdfEncryptProperty=com.canoo.webtest.steps.pdftest.VerifyPdfEncryptPropertyStep verifyPdfTitle=com.canoo.webtest.steps.pdftest.VerifyPdfDocumentTitleStep verifyPdfInfoProperty=com.canoo.webtest.steps.pdftest.VerifyPdfInfoPropertyStep verifyPdfPageCount=com.canoo.webtest.steps.pdftest.VerifyPdfNumberOfPagesStep verifyPdfFieldCount=com.canoo.webtest.steps.pdftest.VerifyPdfNumberOfFieldsStep verifyPdfField=com.canoo.webtest.steps.pdftest.VerifyPdfFieldStep verifyPdfTextField=com.canoo.webtest.steps.pdftest.VerifyPdfTextFieldStep verifyPdfCheckboxField=com.canoo.webtest.steps.pdftest.VerifyPdfCheckboxFieldStep verifyPdfReadOnlyField=com.canoo.webtest.steps.pdftest.VerifyPdfReadOnlyFieldStep verifyPdfText=com.canoo.webtest.steps.pdftest.VerifyPdfTextStep # extension (steps provided as it, without functional tests) myCustomStep=com.canoo.webtest.extension.MyCustomStep relayToBrowser=com.canoo.webtest.extension.RelayToBrowser storeDynamicProperty=com.canoo.webtest.extension.StoreDynamicPropertyStep group=com.canoo.webtest.extension.GroupStep setfilefield=com.canoo.webtest.extension.SetFileField 1.1 maven-plugins/webtest/src/plugin-resources/maven-webtest-report.xsl Index: maven-webtest-report.xsl =================================================================== <?xml version="1.0"?> <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"> <xsl:output method="html"/> <!-- Variable passed from ant with the creation time --> <xsl:param name="reporttime"/> <xsl:param name="resources.dir" select="'./webtest'"/> <xsl:template match="/"> <!-- HTML prefix --> <HTML> <HEAD> <meta http-equiv="content-style-type" content="text/css"/> <LINK rel="stylesheet" type="text/css" href="{$resources.dir}/css/report.css"></LINK> <TITLE>Canoo WebTest - Test Result Overview</TITLE> </HEAD> <BODY> <!-- outer holder table --> <table border="0" width="96%" cellspacing="0" style="margin-left:10px;"> <tr> <td width="10"> </td> <td> <table border="0"> <!-- CS Header --> <tr > <td class="Topmenu1Container" > <br/> <H2>Canoo WebTest Report</H2> </td> <td class="Topmenu1Container" align="right" valign="bottom"> Report created at <xsl:value-of select="$reporttime"/> </td> </tr> <!-- spacer --> <tr><td>  </td></tr> <!-- Header and summary table --> <tr align="left"> <xsl:call-template name="StepStatistics"/> </tr> <tr> <xsl:call-template name="OverviewTable"/> </tr> <!-- All individual test results --> <xsl:apply-templates /> <!-- Footer & fun --> <tr> <td class="footer" colspan="2"> <hr/> Created using <a href="http://webtest.canoo.com">CanooWebTest</a> </td> </tr> </table> </td> </tr> </table> <!-- HTML postfix --> </BODY> </HTML> </xsl:template> <xsl:template name="OverviewTable"> <xsl:variable name="testresult.list" select="summary/testresult"/> <xsl:variable name="duration.total" select="sum(//testresult/results/step/result/completed/@duration)"/> <td valign="top"> <a> <xsl:attribute name="name">overview</xsl:attribute> </a> <h4>Test Scenario Overview (<xsl:call-template name="time"> <xsl:with-param name="msecs" select="$duration.total"/> </xsl:call-template>) </h4> <!-- Create summary table entries choosing the td-class depending on sucsessful yes/no and create a link to the appropriate detail section (e.g. #testspec1). --> <table cellpadding="5" border="0" cellspacing="0"> <tr><th>No</th><th>Result</th><th>Name</th><th>Duration</th><th>%</th><th> </th><th>Graph</th></tr> <xsl:for-each select="$testresult.list"> <xsl:variable name="actual.testspec.name" select="@testspecname"/> <tr> <td class="light" align="right"> <xsl:number /></td> <td class="light" align="center"> <xsl:if test="@successful='no'"><img src="{$resources.dir}/images/todo.gif"/></xsl:if> <xsl:if test="@successful='yes'"><img src="{$resources.dir}/images/ok.gif"/></xsl:if> </td> <td class="light" nowrap="true"> <a> <xsl:attribute name="href">#testspec<xsl:number /></xsl:attribute> <xsl:value-of select="@testspecname"/> </a> </td> <xsl:variable name="actual.testspec.name" select="@testspecname"/> <xsl:variable name="actual.testspec.duration" select="sum(self::node()[@testspecname=$actual.testspec.name]/results/step/result/completed/@duration)"/> <td class="light" align="right"> <xsl:call-template name="time"> <xsl:with-param name="msecs" select="$actual.testspec.duration"/> </xsl:call-template></td> <td class="light" align="right"> <xsl:value-of select="round($actual.testspec.duration * 100 div $duration.total)"/></td> <xsl:call-template name="colorBar"> <xsl:with-param name="percentage" select="$actual.testspec.duration * 100 div $duration.total"/> <xsl:with-param name="color" select="'lightblue'"/> </xsl:call-template> </tr> </xsl:for-each> </table> </td> </xsl:template> <xsl:template name="StepStatistics"> <td valign="top" > <table cellpadding="0" border="0" cellspacing="2" width="100%"><tr><td valign="top" width="50%"> <H4>Result Summary</H4> <xsl:variable name="steps.total" select="count(//results/step)"/> <xsl:variable name="steps.ok" select="count(//results/step/result/completed)"/> <xsl:variable name="steps.failed" select="count(//results/step/result/failed)"/> <xsl:variable name="steps.else" select="count(//results/step/result/notexecuted)"/> <table cellpadding="3" border="0" cellspacing="0"> <tr><th align="right">Result</th><th align="right">#</th><th align="right">%</th><th> </th><th>Graph</th></tr> <tr> <td class="light" ><img src="{$resources.dir}/images/ok.gif" alt="Steps which executed successfully"/></td> <td class="light" align="right"><xsl:value-of select="$steps.ok"/></td> <td class="light" align="right"><xsl:value-of select="round($steps.ok * 100 div $steps.total)"/></td> <xsl:call-template name="colorBar"> <xsl:with-param name="percentage" select="$steps.ok * 100 div $steps.total"/> <xsl:with-param name="color" select="'lightgreen'"/> </xsl:call-template> </tr> <tr> <td class="light" ><img src="{$resources.dir}/images/todo.gif" alt="Steps which failed"/></td> <td class="light" align="right"><xsl:value-of select="$steps.failed"/></td> <td class="light" align="right"><xsl:value-of select="round($steps.failed * 100 div $steps.total)"/></td> <xsl:call-template name="colorBar"> <xsl:with-param name="percentage" select="$steps.failed * 100 div $steps.total"/> <xsl:with-param name="color" select="'red'"/> </xsl:call-template> </tr><tr> <td class="light" ><img src="{$resources.dir}/images/optional.gif" alt="Steps which were not executed"/></td> <td class="light" align="right"><xsl:value-of select="$steps.else"/></td> <td class="light" align="right"><xsl:value-of select="round($steps.else * 100 div $steps.total)"/></td> <xsl:call-template name="colorBar"> <xsl:with-param name="percentage" select="$steps.else * 100 div $steps.total"/> <xsl:with-param name="color" select="'yellow'"/> </xsl:call-template> </tr> <tr> <td class="light" ><b>Sum</b></td> <td class="light" align="right"><b> <xsl:value-of select="$steps.total"/></b></td> <td class="light" align="right"><b> 100</b></td> <td class="light" > </td> <td class="light" > </td> </tr> </table> </td><td valign="top"> <H4>Server Roundtrip Timing Profile</H4> <!-- ================================ server roundtrip statistic table ============================= --> <xsl:variable name="invoke.steps" select="//results/step[parameter[@name='stepType'][@value='invoke']]"/> <xsl:variable name="clicklink.steps" select="//results/step[parameter[@name='stepType'][@value='clicklink']]"/> <xsl:variable name="clickbutton.steps" select="//results/step[parameter[@name='stepType'][@value='clickbutton']]"/> <xsl:variable name="duration.steps" select="$invoke.steps | $clicklink.steps | $clickbutton.steps"/> <xsl:variable name="last.steps" select="count($duration.steps/result/completed[@duration > 30000])"/> <xsl:variable name="third.steps" select="count($duration.steps/result/completed[@duration > 10000][30000 >= @duration])"/> <xsl:variable name="second.steps" select="count($duration.steps/result/completed[@duration > 5000][10000 >= @duration])"/> <xsl:variable name="first.steps" select="count($duration.steps/result/completed[@duration > 1000][5000 >= @duration])"/> <xsl:variable name="begin.steps" select="count($duration.steps/result/completed[1000 >= @duration])"/> <table cellpadding="3" border="0" cellspacing="0"> <tr><th align="center">Secs</th><th align="right">#</th><th align="right">%</th><th> </th><th>Histogram</th></tr> <xsl:call-template name="histogramRow"> <xsl:with-param name="label">  0 -  1 </xsl:with-param> <xsl:with-param name="steps" select="$begin.steps" /> <xsl:with-param name="duration.steps" select="$duration.steps"/> </xsl:call-template> <xsl:call-template name="histogramRow"> <xsl:with-param name="label">  1 -  5 </xsl:with-param> <xsl:with-param name="steps" select="$first.steps" /> <xsl:with-param name="duration.steps" select="$duration.steps"/> </xsl:call-template> <xsl:call-template name="histogramRow"> <xsl:with-param name="label">  5 - 10 </xsl:with-param> <xsl:with-param name="steps" select="$second.steps" /> <xsl:with-param name="duration.steps" select="$duration.steps"/> </xsl:call-template> <xsl:call-template name="histogramRow"> <xsl:with-param name="label"> 10 - 30 </xsl:with-param> <xsl:with-param name="steps" select="$third.steps" /> <xsl:with-param name="duration.steps" select="$duration.steps"/> </xsl:call-template> <xsl:call-template name="histogramRow"> <xsl:with-param name="label">    > 30 </xsl:with-param> <xsl:with-param name="steps" select="$last.steps" /> <xsl:with-param name="duration.steps" select="$duration.steps"/> </xsl:call-template> <tr> <td class="light" ><b>Sum</b></td> <td class="light" align="right"><b> <xsl:value-of select="count($duration.steps)"/></b></td> <td class="light" align="right"><b> 100</b></td> <td class="light" > </td> <td class="light" > </td> </tr> <tr> <td class="light" ><b>Avg</b></td> <td class="light" align="right"><b> </b></td> <td class="light" align="right"><b> </b></td> <td class="light" > </td> <td class="light" ><b> <xsl:value-of select="round(sum($duration.steps/result/completed/@duration) div 1000 div count($duration.steps))"/></b></td> </tr> </table> </td></tr></table> </td> </xsl:template> <xsl:template name="histogramRow"> <xsl:param name="label"/> <xsl:param name="steps"/> <xsl:param name="duration.steps"/> <tr> <td class="light" nowrap="true"> <xsl:value-of select="$label"/> </td> <td class="light" align="right"><xsl:value-of select="$steps"/></td> <td class="light" align="right"><xsl:value-of select="round($steps * 100 div count($duration.steps))"/></td> <xsl:call-template name="colorBar"> <xsl:with-param name="percentage" select="$steps * 100 div count($duration.steps)"/> <xsl:with-param name="color" select="'lightblue'"/> </xsl:call-template> </tr> </xsl:template> <xsl:template name="colorBar"> <xsl:param name="percentage"/> <xsl:param name="color"/> <td width="2px" class="light"> </td> <td width="80%" class="light"> <xsl:if test="$percentage > 0"> <table border="0" cellpadding="0" cellspacing="0"> <xsl:attribute name="width"> <xsl:value-of select="concat($percentage, '%')"/> </xsl:attribute> <tr> <td bgcolor="{$color}"> </td> </tr> </table> </xsl:if> </td> </xsl:template> <xsl:template name="time"> <xsl:param name="msecs"/> <xsl:variable name="base" select="round($msecs div 1000)"/> <xsl:variable name="hours" select="floor($base div 3600)"/> <xsl:variable name="mins" select="floor(($base - $hours*3600) div 60)"/> <xsl:variable name="secs" select="floor(($base - $hours*3600) - $mins*60)"/> <xsl:if test="10 > $hours">0</xsl:if><xsl:value-of select="$hours"/>:<xsl:if test="10 > $mins">0</xsl:if><xsl:value-of select="$mins"/>:<xsl:if test="10 > $secs">0</xsl:if><xsl:value-of select="$secs"/> </xsl:template> <xsl:template match="testresult"> <xsl:variable name="testspec.name" select="@testspecname"/> <tr><td colspan="2"> <hr/> </td></tr> <tr><td> <!-- general info left --> <!-- Header and red/green box for sucess/failure overview--> <blockquote> <a> <xsl:attribute name="name">#testspec<xsl:number /></xsl:attribute> </a> <H4> <!-- the success indicator --> <xsl:if test="@successful='no'"> <img src="{$resources.dir}/images/todo.gif"/> </xsl:if> <xsl:if test="@successful='yes'"> <img src="{$resources.dir}/images/ok.gif"/> </xsl:if>   <xsl:value-of select="$testspec.name"/> </H4> Test started at <xsl:value-of select="@starttime"/><br/> Based on <xsl:apply-templates select="config"/> </blockquote> </td> </tr> <tr> <td> <!-- The test step results in sequence below --> <xsl:apply-templates select="results"/> </td> </tr> <tr> <td colspan="2"> <xsl:apply-templates select="results/failure"/> <xsl:apply-templates select="results/error"/> </td> </tr> <!-- Create link back to overview (top) --> <tr><td><a href="#overview">Back to Test Report Overview</a></td></tr> </xsl:template> <!-- Individual templates --> <xsl:template match="config"> <xsl:variable name="configHref"><xsl:value-of select="parameter[@name='protocol']/@value"/>://<xsl:value-of select="parameter[@name='host']/@value"/>:<xsl:value-of select="parameter[@name='port']/@value"/>/<xsl:value-of select="parameter[@name='basepath']/@value"/>/</xsl:variable> <a><xsl:attribute name="href"><xsl:value-of select="$configHref"/></xsl:attribute> <xsl:attribute name="target">_new</xsl:attribute> <xsl:value-of select="$configHref"/></a> </xsl:template> <xsl:template match="parameter[@name='resultfilename']"> <tr> <td colspan="2"> <a> <xsl:attribute name="href"> <xsl:text>webtest/response/</xsl:text><xsl:value-of select="@value"/> </xsl:attribute> <xsl:attribute name="target">_new</xsl:attribute> Resulting page </a> </td> </tr> </xsl:template> <xsl:template match="parameter"> <tr> <!-- do not show regegex='false' --> <xsl:if test="@name='regex'"> <xsl:if test="@value='false'"> <td class="light"> </td> <td class="light"> </td> </xsl:if> <xsl:if test="@value!='false'"> <td class="light"><b><xsl:value-of select="@name"/></b></td> <td class="light"><xsl:value-of select="@value"/></td> </xsl:if> </xsl:if> <xsl:if test="@name!='regex'"> <!-- zeige nicht 'null' --> <td class="light"><b><xsl:value-of select="@name"/></b></td> <td class="light"> <xsl:if test="@name='text'"> <xsl:if test="@value='null'"> </xsl:if> <xsl:if test="@value!='null'"><xsl:value-of select="@value"/></xsl:if> </xsl:if> <xsl:if test="@name!='text'"> <xsl:value-of select="@value"/> </xsl:if> </td> </xsl:if> </tr> </xsl:template> <xsl:template match="results"> <xsl:if test="count(step) > 0"> <table cellpadding="3" border="0" cellspacing="0" > <tr><th>No</th><th>Result</th><th>Name</th><th>Parameter</th><th>Duration</th></tr> <xsl:apply-templates select="step"/> </table> </xsl:if> </xsl:template> <xsl:template match="step"> <tr> <!-- ###################################################################### --> <!-- tj: create image to show/hide substeps if row contains substeps and add onclick and groupStep attribute to image --> <!-- td class="light" style="border-bottom:1px inset black;"> <table cellspacing="0" cellpadding="0" align="right"> <tr> <td align="right" class="light"><b> <xsl:number/></b></td> </tr> <xsl:if test="parameter[@name='stepType'][@value='group']"> <tr> <td align="right"> <img> <xsl:attribute name="onclick">changeLevelOfDetailForGroup(this)</xsl:attribute> <xsl:attribute name="groupStep">true</xsl:attribute> <xsl:attribute name="src">./images/more.gif</xsl:attribute> </img> </td> </tr> </xsl:if> </table> </td --> <!-- ###################################################################### --> <xsl:apply-templates select="result"/> <td style="border-bottom:1px inset black;" valign="top" class="light"> <table cellpadding="0" cellspacing="0"> <tr> <td nowrap="true"><b><xsl:value-of select="parameter[@name='stepType']/@value"/></b></td></tr> <tr> <td> <!-- zeige nicht title unknown--> <xsl:if test="parameter[@name='stepId']/@value='<unknown>'">   </xsl:if> <xsl:if test="parameter[@name='stepId']/@value!='<unknown>'"> <xsl:value-of select="parameter[@name='stepId']/@value"/> </xsl:if> </td></tr> <xsl:apply-templates select="parameter[@name='resultfilename']"/> </table> </td> <td style="border-bottom:1px inset black;" valign="top" class="light"> <table cellpadding="2" cellspacing="0"> <xsl:apply-templates select="parameter[@name!='stepType' and @name!='stepId' and @name!='resultfilename']"/> </table> <!-- Write new table for contained steps (if any) --> <xsl:if test="count(step) > 0"> <xsl:call-template name="renderStepTable" /> </xsl:if> </td> <td style="border-bottom:1px inset black;" valign="top" align="right" class="light"> <xsl:value-of select="result/completed/@duration"/></td> </tr> </xsl:template> <xsl:template name="renderStepTable"> <table cellpadding="3" cellspacing="0"> <tr><th>No</th><th>Result</th><th>Name</th><th>Parameter</th><th>Duration</th></tr> <xsl:apply-templates select="step"/> </table> </xsl:template> <xsl:template match="result"> <xsl:if test="completed"> <td style="border-bottom:1px inset black;" class="light" align="center"> <!-- ###################################################################### --> <!-- tj: set status of a step of type 'group' to 'failed' if one of its nested steps fails --> <!-- tj: set status to 'ok' if step is not of type 'group' or if all substeps of a step of type 'group' have been executed successfully. --> <xsl:if test="preceding-sibling::*[@name='stepType'][@value='group']/following-sibling::step/result/failed"> <img src="{$resources.dir}/images/todo.gif"/> </xsl:if> <xsl:if test="not(preceding-sibling::*[@name='stepType'][@value='group']/following-sibling::step/result/failed)"> <img src="{$resources.dir}/images/ok.gif"/> </xsl:if> <!-- ###################################################################### --> </td> </xsl:if> <xsl:if test="failed"> <td style="border-bottom:1px inset black;" class="light" align="center"> <img src="{$resources.dir}/images/todo.gif"/><br/> <a> <xsl:attribute name="href">#error<xsl:number count="testresult"/></xsl:attribute> <font size="-10"> Error </font> </a> </td> </xsl:if> <xsl:if test="notexecuted"> <td style="border-bottom:1px inset black;" class="light" align="center"> <img src="{$resources.dir}/images/optional.gif"/> </td> </xsl:if> </xsl:template> <xsl:template match="failure"> <a> <xsl:attribute name="name">error<xsl:number count="testresult"/></xsl:attribute> <h2>Failure</h2> </a> <h3>Message</h3> <xsl:value-of select="@message"/> <br/><br/> </xsl:template> <xsl:template match="error"> <a> <xsl:attribute name="name">error<xsl:number count="testresult"/></xsl:attribute> <h2>Error</h2> </a> <h3>Exception</h3> <xsl:value-of select="@exception"/> <h3>Exception</h3> <xsl:value-of select="@message"/> <h3>Stacktrace</h3> <PRE> <xsl:value-of select="text()" disable-output-escaping="no"/> </PRE> </xsl:template> </xsl:stylesheet> 1.1 maven-plugins/webtest/src/plugin-resources/BuildNumber.txt Index: BuildNumber.txt =================================================================== 457 1.1 maven-plugins/webtest/webtest/webtest.xml Index: webtest.xml =================================================================== <?xml version="1.0" encoding="ISO-8859-1"?> <project name="Sample Master Test" basedir="." default="all"> <!-- | | Add additional targets here | --> <target name="all" > <ant antfile="green_test.xml" dir="."/> <!-- ant antfile="red_test.xml" dir="."/ --> </target> </project> 1.1 maven-plugins/webtest/webtest/red_test.xml Index: red_test.xml =================================================================== <?xml version="1.0" encoding="ISO-8859-1"?> <!DOCTYPE project [ <!ENTITY init SYSTEM "modules/set.init.txt"> <!ENTITY config SYSTEM "modules/set.config.txt"> ]> <project name="Canoo Webtest Sample" basedir="." default="all"> <!-- Load configuration data from properties --> <property file="config/sample.properties"/> <!-- Initialize Canoo WebTest --> &init; <!-- | | Add additional targets here | --> <target name="all" > <antcall target="RedTest"/> </target> <!-- | | Cruise around the Jakarta site (well, not too much) | --> <target name="RedTest" > <testSpec name="RedTest" > &config; <steps> <invoke stepid="Go to the JAKARTA home page" url="${red.url}" /> </steps> </testSpec> </target> </project> 1.1 maven-plugins/webtest/webtest/green_test.xml Index: green_test.xml =================================================================== <?xml version="1.0" encoding="ISO-8859-1"?> <!DOCTYPE project [ <!ENTITY init SYSTEM "modules/set.init.txt"> <!ENTITY config SYSTEM "modules/set.config.txt"> ]> <project name="Canoo Webtest Sample" basedir="." default="all"> <!-- Load configuration data from properties --> <property file="config/sample.properties"/> <!-- Initialize Canoo WebTest --> &init; <!-- | | Add additional targets here | --> <target name="all" > <antcall target="GreenTest"/> </target> <!-- | | Cruise around the Jakarta site (well, not too much) | --> <target name="GreenTest" > <testSpec name="GreenTest" > &config; <steps> <invoke stepid="Go to the JAKARTA home page" url="${green.url}" /> </steps> </testSpec> </target> </project> 1.1 maven-plugins/webtest/src/plugin-resources/images/todo.gif <<Binary file>> 1.1 maven-plugins/webtest/src/plugin-resources/images/optional.gif <<Binary file>> 1.1 maven-plugins/webtest/src/plugin-resources/images/ok.gif <<Binary file>> 1.1 maven-plugins/webtest/src/plugin-resources/css/report.css Index: report.css =================================================================== BODY { BACKGROUND-COLOR: #ffffff } TABLE { COLOR: #000000 } TH { FONT-WEIGHT: bold; FONT-SIZE: 10pt; MARGIN: 0in; COLOR: #000000; FONT-FAMILY: Arial, Helvetica, sans-serif; BACKGROUND-COLOR: #e1e1e1 } P { FONT-SIZE: 10pt; MARGIN: 0in; FONT-FAMILY: Arial, Helvetica, sans-serif } TR { FONT-SIZE: 10pt; MARGIN: 0in; FONT-FAMILY: Arial, Helvetica, sans-serif } TR .params{ FONT-SIZE: 8pt; MARGIN: 0in; FONT-FAMILY: Arial, Helvetica, sans-serif } TD { FONT-SIZE: 10pt; MARGIN: 0in; FONT-FAMILY: Arial, Helvetica, sans-serif } TD.red { FONT-WEIGHT: bold; BACKGROUND-COLOR: #ff0000; text-align : center; vertical-align : middle; color : White; } TD.green { FONT-WEIGHT: bold; BACKGROUND-COLOR: #00ff00; text-align : center; vertical-align : middle; color : White; } TD.normal { FONT-WEIGHT: bold; BACKGROUND-COLOR: #ffffff; text-align : center; vertical-align : middle; color : Black; } TD.boldgreen { FONT-WEIGHT: bold; FONT-SIZE: 14pt; MARGIN: 0in; FONT-FAMILY: Arial, Helvetica, sans-serif; BACKGROUND-COLOR: #00ff00; text-align : center; vertical-align : middle; color : White; } TD.boldred { FONT-WEIGHT: bold; FONT-SIZE: 14pt; MARGIN: 0in; FONT-FAMILY: Arial, Helvetica, sans-serif; BACKGROUND-COLOR: #ff0000; text-align : center; vertical-align : middle; color : White; } TD.tocgreen { BACKGROUND-COLOR: #00ff00; } TD.tocred { BACKGROUND-COLOR: #ff0000; } TD.footer { FONT-STYLE: italic; text-align : right; color : blue; } TD.paramname { text-align : right; color : Green; margin-right : 16px; vertical-align : top; } TD.stepname { color : Green; text-transform : uppercase; } PRE { FONT-SIZE: 8pt; LINE-HEIGHT: normal; FONT-STYLE: normal; FONT-FAMILY: "Courier New", Courier, mono; WHITE-SPACE: pre } H2 { FONT-WEIGHT: bold; FONT-SIZE: 20px; FONT-FAMILY: Arial, Helvetica, sans-serif } H3 { FONT-WEIGHT: bold; FONT-SIZE: 16px; FONT-FAMILY: Arial, Helvetica, sans-serif } A.result{ FONT-WEIGHT: bold; FONT-SIZE: 10pt; MARGIN: 0in; FONT-FAMILY: Arial, Helvetica, sans-serif; color : White; } A.toc{ FONT-WEIGHT: bold; FONT-SIZE: 14pt; MARGIN: 0in; FONT-FAMILY: Arial, Helvetica, sans-serif; color : White; text-align : left; } 1.1 maven-plugins/webtest/src/plugin-resources/classes/log4j.properties Index: log4j.properties =================================================================== ## standard way of logging log4j.rootCategory=WARN, stdout ## log all the https specifics # log4j.logger.com.canoo.webtest.security=debug ## log debug information about connection calls # log4j.logger.com.canoo.webtest.steps.request=debug # log4j.logger.com.canoo.webtest.engine.Context=debug # log4j.logger.com.canoo.webtest.steps.pdftest=debug ## log what httpunit is doing, helpful to debug http header relay # log4j.logger.com.meterware.httpunit=debug log4j.appender.stdout=org.apache.log4j.ConsoleAppender log4j.appender.stdout.layout=org.apache.log4j.PatternLayout ## Pattern to output the caller's file name and line number. ## find description of format under ## http://jakarta.apache.org/log4j/docs/api/org/apache/log4j/PatternLayout.html ## log4j.appender.stdout.layout.ConversionPattern=%d [%t] %-5p %c %x - %m%n 1.1 maven-plugins/webtest/xdocs/goals.xml Index: goals.xml =================================================================== <?xml version="1.0" encoding="UTF-8"?> <document> <properties> <title>Maven Canoo WebTest Plug-in Goals</title> <author email="sie...@it...">Siegfried Goeschl</author> </properties> <body> <goals> <goal> <name>webtest</name> <description> The all inclusive target doing everything </description> </goal> <goal> <name>webtest:info</name> <description> Prints configuration information </description> </goal> <goal> <name>webtest:test</name> <description> Runs the Canoo WebTests </description> </goal> <goal> <name>webtest:generate-test-report</name> <description> Transforms the Canoo Webtest results into HTML </description> </goal> <goal> <name>webtest:clean</name> <description> Removes temporary webtest files </description> </goal> <goal> <name>webtest:loop</name> <description> Executes the webtest until it fails </description> </goal> </goals> </body> </document> |
From: Siegfried G. <wd...@us...> - 2004-10-12 13:22:28
|
wdsgoe 04/10/12 06:21:12 Added: webtest/webtest/modules set.init.txt set.config.txt Log: Preparing release 0.9.1 Revision Changes Path 1.1 maven-plugins/webtest/webtest/modules/set.init.txt Index: set.init.txt =================================================================== <!-- Adding the ANT taskdef --> <taskdef file="${webtest.home}/webtestTaskdefs.properties"> <classpath> <fileset dir="${webtest.home}"> <include name="lib/*.jar"/> <include name="lib/base/*.jar"/> </fileset> <pathelement path="${webtest.home}/lib"/> </classpath> </taskdef> 1.1 maven-plugins/webtest/webtest/modules/set.config.txt Index: set.config.txt =================================================================== <config host="${host}" port="${port}" protocol="${protocol}" basepath="${basepath}" summary="${summary}" saveresponse="${saveresponse}" resultpath="${resultpath}" resultfile="${resultfile}" haltonfailure="${haltonfailure}" haltonerror="${haltonerror}" showhtmlparseroutput="${showhtmlparseroutput}" verbose="${verbose}" autorefresh="${autorefresh}" /> |
From: Siegfried G. <wd...@us...> - 2004-10-12 13:20:44
|
wdsgoe 04/10/12 06:19:42 maven-plugins/webtest/webtest/modules - New directory |
From: Siegfried G. <wd...@us...> - 2004-10-12 13:19:36
|
wdsgoe 04/10/12 06:18:22 Added: webtest/src/plugin-resources/lib webtest-457.jar pdfUnit-1.0.jar pdfbox-0.6.6-patch.jar js.jar httpunit-1.5.4-patch.jar Log: Preparing release 0.9.1 Revision Changes Path 1.1 maven-plugins/webtest/src/plugin-resources/lib/webtest-457.jar <<Binary file>> 1.1 maven-plugins/webtest/src/plugin-resources/lib/pdfUnit-1.0.jar <<Binary file>> 1.1 maven-plugins/webtest/src/plugin-resources/lib/pdfbox-0.6.6-patch.jar <<Binary file>> 1.1 maven-plugins/webtest/src/plugin-resources/lib/js.jar <<Binary file>> 1.1 maven-plugins/webtest/src/plugin-resources/lib/httpunit-1.5.4-patch.jar <<Binary file>> |
From: Siegfried G. <wd...@us...> - 2004-10-12 13:17:29
|
wdsgoe 04/10/12 06:16:09 maven-plugins/webtest/src/plugin-resources/lib - New directory |
From: Siegfried G. <wd...@us...> - 2004-10-12 13:15:26
|
wdsgoe 04/10/12 06:14:29 maven-plugins/webtest/src/plugin-resources/images - New directory |
From: Siegfried G. <wd...@us...> - 2004-10-12 13:15:15
|
wdsgoe 04/10/12 06:14:20 maven-plugins/webtest/src/plugin-resources/css - New directory |
From: Siegfried G. <wd...@us...> - 2004-10-12 13:15:03
|
wdsgoe 04/10/12 06:14:08 maven-plugins/webtest/src/plugin-resources/classes - New directory |
From: Siegfried G. <wd...@us...> - 2004-10-12 13:14:38
|
wdsgoe 04/10/12 06:13:50 Removed: webtest/src/plugin-resources summary.jsl report.jsl webtest/webtest sample.xml Log: Preparing release 0.9.1 |