You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "jimma (JIRA)" <ji...@apache.org> on 2007/11/22 04:09:43 UTC

[jira] Created: (CXF-1228) The file with same full name will be overwrited when create bundle jar

The file with same full name will be overwrited when create bundle jar
----------------------------------------------------------------------

                 Key: CXF-1228
                 URL: https://issues.apache.org/jira/browse/CXF-1228
             Project: CXF
          Issue Type: Bug
          Components: Build system
    Affects Versions: 2.0.3
            Reporter: jimma
             Fix For: 2.0.4


If  there is a file : META-INF/config.xml  in  api module and there is same name file : META-INF/config.xml in runtime module . When create bundle jar , the same name file will be overwrited. This will cause different behavior between using bundle jar and menifest jar . Is there any approach to let the maven plugin  prompt  overwriting ?  
  

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Closed: (CXF-1228) The file with same full name will be overwrited when create bundle jar

Posted by "Daniel Kulp (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CXF-1228?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Daniel Kulp closed CXF-1228.
----------------------------

       Resolution: Invalid
    Fix Version/s:     (was: 2.0.5)
                   Invalid


I'm closing this as it's not valid for current builds.



> The file with same full name will be overwrited when create bundle jar
> ----------------------------------------------------------------------
>
>                 Key: CXF-1228
>                 URL: https://issues.apache.org/jira/browse/CXF-1228
>             Project: CXF
>          Issue Type: Bug
>          Components: Build system
>    Affects Versions: 2.0.3
>            Reporter: jimma
>             Fix For: Invalid
>
>
> If  there is a file : META-INF/config.xml  in  api module and there is same name file : META-INF/config.xml in runtime module . When create bundle jar , the same name file will be overwrited. This will cause different behavior between using bundle jar and menifest jar . Is there any approach to let the maven plugin  prompt  overwriting ?  
>   

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (CXF-1228) The file with same full name will be overwrited when create bundle jar

Posted by "Daniel Kulp (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CXF-1228?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12544920 ] 

Daniel Kulp commented on CXF-1228:
----------------------------------


You would need to provide more concrete details.


The Shade plugin that is used to do the bundling has transformers that can be used to "merge" things together.   For example, we have a transformers for doing appending, xml appending, and our  own that we wrote (in buildtools) for doing the tools-plugin.xml files.




> The file with same full name will be overwrited when create bundle jar
> ----------------------------------------------------------------------
>
>                 Key: CXF-1228
>                 URL: https://issues.apache.org/jira/browse/CXF-1228
>             Project: CXF
>          Issue Type: Bug
>          Components: Build system
>    Affects Versions: 2.0.3
>            Reporter: jimma
>             Fix For: 2.0.4
>
>
> If  there is a file : META-INF/config.xml  in  api module and there is same name file : META-INF/config.xml in runtime module . When create bundle jar , the same name file will be overwrited. This will cause different behavior between using bundle jar and menifest jar . Is there any approach to let the maven plugin  prompt  overwriting ?  
>   

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (CXF-1228) The file with same full name will be overwrited when create bundle jar

Posted by "Daniel Kulp (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CXF-1228?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12547987 ] 

Daniel Kulp commented on CXF-1228:
----------------------------------


Is this still an issue on 2.0.x?   The only service.validator.xml I find in the source tree is in rt-bindings-xml.   I don't see one in tools-wsdlto-frontend-jaxws.



> The file with same full name will be overwrited when create bundle jar
> ----------------------------------------------------------------------
>
>                 Key: CXF-1228
>                 URL: https://issues.apache.org/jira/browse/CXF-1228
>             Project: CXF
>          Issue Type: Bug
>          Components: Build system
>    Affects Versions: 2.0.3
>            Reporter: jimma
>             Fix For: 2.0.4
>
>
> If  there is a file : META-INF/config.xml  in  api module and there is same name file : META-INF/config.xml in runtime module . When create bundle jar , the same name file will be overwrited. This will cause different behavior between using bundle jar and menifest jar . Is there any approach to let the maven plugin  prompt  overwriting ?  
>   

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (CXF-1228) The file with same full name will be overwrited when create bundle jar

Posted by "jimma (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CXF-1228?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12544930 ] 

jimma commented on CXF-1228:
----------------------------

I found this issue in 2.0.3 kit .

The cxf-2.0.3-incubator.jar\META-INF\service.validator.xml does not merge the same name file under rt-bindings-xml module . 
It only contains the content from module tools-wsdlto-frontend-jaxws .

 



> The file with same full name will be overwrited when create bundle jar
> ----------------------------------------------------------------------
>
>                 Key: CXF-1228
>                 URL: https://issues.apache.org/jira/browse/CXF-1228
>             Project: CXF
>          Issue Type: Bug
>          Components: Build system
>    Affects Versions: 2.0.3
>            Reporter: jimma
>             Fix For: 2.0.4
>
>
> If  there is a file : META-INF/config.xml  in  api module and there is same name file : META-INF/config.xml in runtime module . When create bundle jar , the same name file will be overwrited. This will cause different behavior between using bundle jar and menifest jar . Is there any approach to let the maven plugin  prompt  overwriting ?  
>   

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.