Commit Graph

26 Commits

Author SHA1 Message Date
vmassol
adeae6bdc2 - Added new <code>cactus.tmp.dir</code> optional property to specify a location where Cactus will put its temporary files (mostly where it setup containers for execution). Defaults to <code>[java.io.tmpdir]/[containername]</code>.
- Generate the Cactus test reports in the Cactus reports directory instead of directly in the Maven build directory. This fixes bug <a href="http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-669">MAVEN-669</a> and <a href="http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-671">MAVEN-671</a>.


git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113967 13f79535-47bb-0310-9956-ffa450edef68
2003-09-06 09:38:25 +00:00
vmassol
1d75a19e91 Upgraded to cactus build of 2003-08-29. It fixes one issue with WL 7.x (performance pack is switched off).
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113905 13f79535-47bb-0310-9956-ffa450edef68
2003-08-30 08:30:40 +00:00
vmassol
271886b98f Upgraded to nekohtml 0.7.7
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113904 13f79535-47bb-0310-9956-ffa450edef68
2003-08-30 08:20:26 +00:00
vmassol
922a95f549 - Updated to Cactus 1.6dev-20030809 in order to fix an issue with spaces in long file names (Reported by Sebastien Brunot)
- Updated dependency versions for commons-httpclient and httpunit


git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113814 13f79535-47bb-0310-9956-ffa450edef68
2003-08-09 16:56:43 +00:00
vmassol
e8a6b9c745 Added new optional property <code>cactus.weblogic7x.beahome</code> to
configure the location of BEA HOME for the WebLogic 7.x container. It
        is only needed if the BEA HOME location is not the parent 
        directory of <code>cactus.home.weblogic7x</code>.


git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113813 13f79535-47bb-0310-9956-ffa450edef68
2003-08-08 17:52:04 +00:00
vmassol
7484f19a81 Upgrade to cactus 1.6dev-20030807 as it fixes bugs with the WL 7.x integration. Support for WL 7.x is now working fine (at least on my machine :-)).
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113805 13f79535-47bb-0310-9956-ffa450edef68
2003-08-07 07:45:43 +00:00
vmassol
1f59053ef5 Added back support for WL 7.x. I haven't tested it though. If someone who has WL7 on his machine could test it, that would be great... :-)
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113799 13f79535-47bb-0310-9956-ffa450edef68
2003-08-05 10:27:36 +00:00
vmassol
c16c940066 Update to Cactus 1.5-beta1
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113798 13f79535-47bb-0310-9956-ffa450edef68
2003-08-05 09:29:47 +00:00
vmassol
b43c05b894 Prepare for version 3.1
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113796 13f79535-47bb-0310-9956-ffa450edef68
2003-08-05 09:23:37 +00:00
vmassol
d6a02892af Prepare to release version 3.0
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113793 13f79535-47bb-0310-9956-ffa450edef68
2003-08-05 09:16:26 +00:00
dion
c81f195ecf Synch on commons logging 1.0.3
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113709 13f79535-47bb-0310-9956-ffa450edef68
2003-07-25 03:32:23 +00:00
epugh
e8c1edec5d Added cactus:match goal. Need to refactor catus:test/match/single goals to reuse code.
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113638 13f79535-47bb-0310-9956-ffa450edef68
2003-07-10 15:58:11 +00:00
epugh
3bd3c8a091 Added new cactus:single target to run just one testcase.
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113636 13f79535-47bb-0310-9956-ffa450edef68
2003-07-10 12:09:38 +00:00
evenisse
68daa1e923 Add xml declaration to all xml generated report. Fixed for character encoding.
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113614 13f79535-47bb-0310-9956-ffa450edef68
2003-07-08 11:01:08 +00:00
epugh
bbb2d1061e Added ability to pass to ant cactus task a tmpDir for Tomcat 4.x and 5.x. Allows you
to put the cactus tomcat container anywhere you want.  Defaults to the system
directory however.


git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113609 13f79535-47bb-0310-9956-ffa450edef68
2003-07-07 19:44:27 +00:00
vmassol
d3652269ab Add all user jars that have been marked to be included in the cactus
test (with the 
        <code>&lt;cactus.bundle&gt;true&lt;/cactus.bundle&gt;</code> property
        in dependencies). For example, DBUnit would be a jar you would 
        include in a Cactus test but not in a runtime war.


git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113566 13f79535-47bb-0310-9956-ffa450edef68
2003-07-01 21:04:52 +00:00
vmassol
db6e173b60 <action dev="vmassol" type="fix">
Updated to Cactus/Ant of 19th of June 2003 which fixes a bug
        preventing JBoss to start correctly on unix machines (caused by
        an invalid URL file format on unix. Thanks to Chris Lenz for
        fixing it.
      </action>


git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113523 13f79535-47bb-0310-9956-ffa450edef68
2003-06-19 20:27:00 +00:00
vmassol
b02ca64527 The cactus:compile goal now correctly copy the non java files to the target class directory. Thanks to Florin Vancea for reporting this bug. This fixes bug http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-478
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113489 13f79535-47bb-0310-9956-ffa450edef68
2003-06-12 12:28:48 +00:00
vmassol
eef02557cb WARNING: Full plugin rewrite! Version 3.0 of the Cactus plugin now relies on the newest Cactus/Ant integration which has completely changed since version 2.0 (and 2.1-SNAPSHOT, which by the way has never been released, and never will). Thanks to the new Cactus/Ant, some features have also been added. The plugin now uses the new <cactifywar> and <cactus> Ant tasks (see http://jakarta.apache.org/cactus/integration/ant/index.html for more details).
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113436 13f79535-47bb-0310-9956-ffa450edef68
2003-05-23 21:05:56 +00:00
vmassol
75a1b667e1 Updated to use the Cactus/Ant integration built on 26th of April 2003. This makes the <code>web.xml</code> merge works.
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113417 13f79535-47bb-0310-9956-ffa450edef68
2003-05-09 10:59:27 +00:00
vmassol
c572a4f94a Fix by Ben Walding for the reported failing cactus report generation.
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113345 13f79535-47bb-0310-9956-ffa450edef68
2003-04-13 22:59:11 +00:00
vmassol
73cc7cc5a9 prepare for 2.1 dev
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113335 13f79535-47bb-0310-9956-ffa450edef68
2003-04-13 09:31:19 +00:00
vmassol
5c7d6e7829 Preparing for 2.0 release of the Cactus plugin
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113290 13f79535-47bb-0310-9956-ffa450edef68
2003-04-08 21:40:20 +00:00
vmassol
fbf88d7467 added entry for the 2.0 release
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113175 13f79535-47bb-0310-9956-ffa450edef68
2003-03-22 16:42:11 +00:00
vmassol
b48257bad2 Prepare for release 1.2
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113168 13f79535-47bb-0310-9956-ffa450edef68
2003-03-22 16:05:11 +00:00
jvanzyl
530c640d4f Initial revision
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@112724 13f79535-47bb-0310-9956-ffa450edef68
2003-01-24 03:44:26 +00:00