From b02ca64527edd3aa74f83e7c86442367cdc9fc44 Mon Sep 17 00:00:00 2001 From: vmassol Date: Thu, 12 Jun 2003 12:28:48 +0000 Subject: [PATCH] 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 --- cactus/plugin.jelly | 10 ++++++++++ .../org/apache/maven/cactus/sample/test.xml | 4 ++++ cactus/xdocs/changes.xml | 6 ++++++ 3 files changed, 20 insertions(+) create mode 100644 cactus/sample/src/test-cactus/org/apache/maven/cactus/sample/test.xml diff --git a/cactus/plugin.jelly b/cactus/plugin.jelly index 29b9eb7a..9fa1b11f 100644 --- a/cactus/plugin.jelly +++ b/cactus/plugin.jelly @@ -72,6 +72,7 @@ + + + + + + + + + + No Cactus source files to compile. diff --git a/cactus/sample/src/test-cactus/org/apache/maven/cactus/sample/test.xml b/cactus/sample/src/test-cactus/org/apache/maven/cactus/sample/test.xml new file mode 100644 index 00000000..a15853b1 --- /dev/null +++ b/cactus/sample/src/test-cactus/org/apache/maven/cactus/sample/test.xml @@ -0,0 +1,4 @@ + + + diff --git a/cactus/xdocs/changes.xml b/cactus/xdocs/changes.xml index 37fb8c37..8d2be5cd 100644 --- a/cactus/xdocs/changes.xml +++ b/cactus/xdocs/changes.xml @@ -8,6 +8,12 @@ + + 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 + MAVEN-478. + Major change: updated to use the Cactus/Ant integration built on 23rd of May 2003 (it is completely different from the Cactus/Ant