gil cattaneo (JIRA)
2013-07-02 11:52:20 UTC
gil cattaneo created COCOON-2337:
------------------------------------
Summary: cocoon-maven-plugin 1.0.2 - maven-war-plugin 2.3 problem
Key: COCOON-2337
URL: https://issues.apache.org/jira/browse/COCOON-2337
Project: Cocoon
Issue Type: Bug
Components: - Build System: Maven
Reporter: gil cattaneo
hi
i have this problem building cocoon-maven-plugin 1.0.2
in fedora we have maven-war-plugin 2.3
[ERROR] ~/rpmbuild/BUILD/cocoon-maven-plugin-1.0.2/src/main/java/org/apache/cocoon/maven/deployer/AbstractDeployMojo.java:[168,18] cannot find symbol
# symbol: method copyResources(java.io.File,java.io.File)
i changed
super.copyResources(getWarSourceDirectory(), getWebappDirectory())
with
super.buildWebapp(this.getProject(), getWebappDirectory())
should fix? plugin build ...
thanks in advance
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
------------------------------------
Summary: cocoon-maven-plugin 1.0.2 - maven-war-plugin 2.3 problem
Key: COCOON-2337
URL: https://issues.apache.org/jira/browse/COCOON-2337
Project: Cocoon
Issue Type: Bug
Components: - Build System: Maven
Reporter: gil cattaneo
hi
i have this problem building cocoon-maven-plugin 1.0.2
in fedora we have maven-war-plugin 2.3
[ERROR] ~/rpmbuild/BUILD/cocoon-maven-plugin-1.0.2/src/main/java/org/apache/cocoon/maven/deployer/AbstractDeployMojo.java:[168,18] cannot find symbol
# symbol: method copyResources(java.io.File,java.io.File)
i changed
super.copyResources(getWarSourceDirectory(), getWebappDirectory())
with
super.buildWebapp(this.getProject(), getWebappDirectory())
should fix? plugin build ...
thanks in advance
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira