|
From: Tuan N. <tua...@ex...> - 2004-06-02 19:17:19
|
what maven version do you use , we only test exo with maven RC2 , also
try to clean all your maven repository since there are some old jars
file in the maven repository if you build exo beta 4 or 5
Menke, John wrote:
>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>
>
>
>
>
>-------------------------------------------------------
>This SF.Net email is sponsored by the new InstallShield X.
>>From Windows to Linux, servers to mobile, InstallShield X is the one
>installation-authoring solution that does it all. Learn more and
>evaluate today! http://www.installshield.com/Dev2Dev/0504
>_______________________________________________
>Exo-developers mailing list
>Exo...@li...
>https://lists.sourceforge.net/lists/listinfo/exo-developers
>
>
>
|