You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by "Antonio Moreno (JIRA)" <ji...@apache.org> on 2012/12/19 12:57:13 UTC

[jira] [Comment Edited] (COCOON3-116) Archetype block fix for copy resources

    [ https://issues.apache.org/jira/browse/COCOON3-116?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13535895#comment-13535895 ] 

Antonio Moreno edited comment on COCOON3-116 at 12/19/12 11:56 AM:
-------------------------------------------------------------------

Hi Francesco,

I have reviewed your patch in COCOON3-105 and as well your commit. You have included the line, but I'll try to remove it and let you know.

{code}
~/src/apache/c3$ cat cocoon-sample/pom.xml
  <build>
    <resources>
      <resource>
        <directory>src/main/resources</directory>
        <filtering>false</filtering>
        <excludes>
          <exclude>META-INF/cocoon/spring/**</exclude>
        </excludes>
      </resource>
      <resource>
        <directory>src/main/resources/META-INF/cocoon/spring</directory>
        <filtering>true</filtering>
        <targetPath>${project.build.outputDirectory}/META-INF/cocoon/spring</targetPath>
      </resource>
    </resources>
{code}
                
      was (Author: antonio moreno):
    Hi Francesco,

I have reviewed your patch and have it included, I'll try to remove it.
                  
> Archetype block fix for copy resources
> --------------------------------------
>
>                 Key: COCOON3-116
>                 URL: https://issues.apache.org/jira/browse/COCOON3-116
>             Project: Cocoon 3
>          Issue Type: Bug
>          Components: cocoon-archetype-X
>    Affects Versions: 3.0.0-beta-1
>            Reporter: Antonio Moreno
>            Priority: Blocker
>         Attachments: cocoon-archetype-block.diff
>
>
> Since the new fix for COCOON3-105 we need to activate the filtering to inject the project name in the spring config.

--
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