Discussion:
[jira] [Created] (COCOON-2337) cocoon-maven-plugin 1.0.2 - maven-war-plugin 2.3 problem
gil cattaneo (JIRA)
2013-07-02 11:52:20 UTC
Permalink
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
Francesco Chicchiriccò (JIRA)
2013-07-02 12:12:20 UTC
Permalink
[ https://issues.apache.org/jira/browse/COCOON-2337?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13697716#comment-13697716 ]

Francesco Chicchiriccò commented on COCOON-2337:
------------------------------------------------

Which Maven version are you running?
BTW, why are you building the cocoon-maven-plugin?
Post by gil cattaneo (JIRA)
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
gil cattaneo (JIRA)
2013-07-02 12:28:20 UTC
Permalink
[ https://issues.apache.org/jira/browse/COCOON-2337?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13697722#comment-13697722 ]

gil cattaneo commented on COCOON-2337:
--------------------------------------

hi
i built cocoon 3.0.0-alpha-3 and for the submodule sample need this plugin

Apache Maven 3.0.5 (rNON-CANONICAL_2013-03-12_12-47_mockbuild; 2013-03-12 13:47:10+0100)
Maven home: /usr/share/maven
Java version: 1.7.0_25, vendor: Oracle Corporation
Java home: /usr/lib/jvm/java-1.7.0-openjdk-1.7.0.25.i386/jre
Default locale: it_IT, platform encoding: UTF-8
OS name: "linux", version: "3.9.8-300.fc19.i686", arch: "i386", family: "unix"

java version "1.7.0_25"
OpenJDK Runtime Environment (fedora-2.3.10.3.fc19-i386)
OpenJDK Server VM (build 23.7-b01, mixed mode)
thanks for your interest
regards
Post by gil cattaneo (JIRA)
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
Francesco Chicchiriccò (JIRA)
2013-07-02 12:40:21 UTC
Permalink
[ https://issues.apache.org/jira/browse/COCOON-2337?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13697734#comment-13697734 ]

Francesco Chicchiriccò commented on COCOON-2337:
------------------------------------------------

Everything seems to look fine: could you please detail the steps you are following?
I still don't figure out why are you "building" cocoon 3.0.0-alpha-3: if you want to run your own Cocoon 3 project, you should start by generating a project from Maven archetype [1].

[1] http://cocoon.apache.org/3.0/download.html
Post by gil cattaneo (JIRA)
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
gil cattaneo (JIRA)
2013-07-02 13:12:20 UTC
Permalink
[ https://issues.apache.org/jira/browse/COCOON-2337?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13697761#comment-13697761 ]

gil cattaneo commented on COCOON-2337:
--------------------------------------

which steps? do you means how i made to build cocoon-aven-plugin with maven 3.x?
regards
Post by gil cattaneo (JIRA)
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
Francesco Chicchiriccò (JIRA)
2013-07-02 13:15:20 UTC
Permalink
[ https://issues.apache.org/jira/browse/COCOON-2337?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13697762#comment-13697762 ]

Francesco Chicchiriccò commented on COCOON-2337:
------------------------------------------------

No, I mean the steps that brought you to the need of building the cocoon-maven-plugin or cocoon3.
Post by gil cattaneo (JIRA)
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
gil cattaneo (JIRA)
2013-07-02 13:27:20 UTC
Permalink
[ https://issues.apache.org/jira/browse/COCOON-2337?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13697779#comment-13697779 ]

gil cattaneo commented on COCOON-2337:
--------------------------------------

ok sorry
cocoon 2.x is too old and should bring in fedora some old unwanted libraries as excalibur
thanks
Post by gil cattaneo (JIRA)
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
gil cattaneo (JIRA)
2013-07-02 13:29:26 UTC
Permalink
[ https://issues.apache.org/jira/browse/COCOON-2337?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13697779#comment-13697779 ]

gil cattaneo edited comment on COCOON-2337 at 7/2/13 1:28 PM:
--------------------------------------------------------------

ok sorry
cocoon 2.x is too old and should bring in fedora some old unwanted libraries as excalibur (2010/12/15 - Apache Excalibur has been retired)
thanks

was (Author: puntogil):
ok sorry
cocoon 2.x is too old and should bring in fedora some old unwanted libraries as excalibur
thanks
Post by gil cattaneo (JIRA)
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
Francesco Chicchiriccò (JIRA)
2013-07-02 13:33:20 UTC
Permalink
[ https://issues.apache.org/jira/browse/COCOON-2337?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13697783#comment-13697783 ]

Francesco Chicchiriccò edited comment on COCOON-2337 at 7/2/13 1:32 PM:
------------------------------------------------------------------------

Gil, I don't understand why you are building Cocoon 3 sources (à la C2.1), since you should be instead using the Maven archetype for generating your own, Cocoon 3-based, project, as described in http://cocoon.apache.org/3.0/download.html

was (Author: ilgrosso):
Gil, I don't understand why are you building Cocoon 3 sources (à la C2.1), since you should be instead using the Maven archetype for generating your own, Cocoon 3-based, project, as described in http://cocoon.apache.org/3.0/download.html
Post by gil cattaneo (JIRA)
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
Francesco Chicchiriccò (JIRA)
2013-07-02 13:33:20 UTC
Permalink
[ https://issues.apache.org/jira/browse/COCOON-2337?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13697783#comment-13697783 ]

Francesco Chicchiriccò commented on COCOON-2337:
------------------------------------------------

Gil, I don't understand why are you building Cocoon 3 sources (à la C2.1), since you should be instead using the Maven archetype for generating your own, Cocoon 3-based, project, as described in http://cocoon.apache.org/3.0/download.html
Post by gil cattaneo (JIRA)
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
gil cattaneo (JIRA)
2013-07-02 13:55:19 UTC
Permalink
[ https://issues.apache.org/jira/browse/COCOON-2337?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13697795#comment-13697795 ]

gil cattaneo commented on COCOON-2337:
--------------------------------------

in fedora we don't want to install or use archetypes
thnaks
Post by gil cattaneo (JIRA)
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
Francesco Chicchiriccò (JIRA)
2013-07-03 08:15:21 UTC
Permalink
[ https://issues.apache.org/jira/browse/COCOON-2337?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Francesco Chicchiriccò closed COCOON-2337.
------------------------------------------

Resolution: Fixed
Assignee: Francesco Chicchiriccò

Gil,
now I understand your problem: I have actually found some problems in the 3.0.0-alpha-3 archetype and published some workaround instructions [1] that should fix yours as well.

[1] http://cocoon.apache.org/3.0/download.html
Post by gil cattaneo (JIRA)
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
Assignee: Francesco Chicchiriccò
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
Roy Assink 13-02-90 (JIRA)
2014-08-05 16:56:13 UTC
Permalink
[ https://issues.apache.org/jira/browse/COCOON-2337?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Roy Assink 13-02-90 reopened COCOON-2337:
------------------------------------------


BLACKspider
Post by gil cattaneo (JIRA)
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
Assignee: Francesco Chicchiriccò
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 was sent by Atlassian JIRA
(v6.2#6252)
Francesco Chicchiriccò (JIRA)
2014-08-05 17:32:12 UTC
Permalink
[ https://issues.apache.org/jira/browse/COCOON-2337?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Francesco Chicchiriccò updated COCOON-2337:
-------------------------------------------

Comment: was deleted

(was: BLACKspider
)
Post by gil cattaneo (JIRA)
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
Assignee: Francesco Chicchiriccò
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 was sent by Atlassian JIRA
(v6.2#6252)
Francesco Chicchiriccò (JIRA)
2014-08-05 17:32:13 UTC
Permalink
[ https://issues.apache.org/jira/browse/COCOON-2337?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Francesco Chicchiriccò closed COCOON-2337.
------------------------------------------

Resolution: Fixed
Post by gil cattaneo (JIRA)
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
Assignee: Francesco Chicchiriccò
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 was sent by Atlassian JIRA
(v6.2#6252)

Loading...