|
From: Menke, J. <Joh...@ac...> - 2004-06-02 17:39:38
|
I retrieved the most recent cvs and attempted to run maven
multiproject:install
i get the following error:
java:jar-resources:
Copying 7 files to
C:\EXO\SRC\JAVA\exo\exoplatform\exo-build\..\exo-services\xml-processing-ser
vice\impl\target\classes\
C:\EXO\SRC\JAVA\exo\exoplatform\exo-build\..\exo-services\xml-processing-ser
vice\impl\target\dtd
BUILD FAILED
File...... c:\EXO\MAVEN\plugins\maven-multiproject-plugin-1.3\plugin.jelly
Element... maven:reactor
Line...... 216
Column.... 9
Unable to obtain goal [multiproject:install-callback] --
c:\EXO\MAVEN\plugins\maven-java-plugin-1.4\plugin.jelly:150:38:
<maven:copy-resources> Failed to copy
C:\EXO\SRC\JAVA\exo\exoplatform\exo-services\xml-processing-service\impl\dtd
\xhtm
l-special.ent to
C:\EXO\SRC\JAVA\exo\exoplatform\exo-build\..\exo-services\xml-processing-ser
vice\impl\target\classes\
the corresponding lines lines in
c:\EXO\MAVEN\plugins\maven-multiproject-plugin-1.3\plugin.jelly:
<maven:reactor
basedir="${maven.multiproject.basedir}"
banner="Executing ${goal}"
projectList="${multiprojects}"
goals="${goal}"
ignoreFailures="${maven.multiproject.ignoreFailures}"
/>
the corresponding lines in
c:\EXO\MAVEN\plugins\maven-java-plugin-1.4\plugin.jelly:150:38:
<goal name="java:jar-resources"
description="Copy any resources that must be present in the deployed
JAR file">
<j:if test="${!pom.build.resources.isEmpty()}">
<maven:copy-resources
resources="${pom.build.resources}"
todir="${maven.build.dest}"/>
</j:if>
</goal>
|