tuscany-sca-all.jar missing META-INF/services declarations
----------------------------------------------------------

                 Key: TUSCANY-1586
                 URL: https://issues.apache.org/jira/browse/TUSCANY-1586
             Project: Tuscany
          Issue Type: Bug
          Components: Build System
            Reporter: Jean-Sebastien Delfino
            Priority: Critical
             Fix For: Java-SCA-0.99


The distribution build does not merge all META-INF/services declarations 
correctly, for example META-INF/services/*PushTransformers, and 
META-INF/services/*JavaInterfaceVisitors are not merged in tuscany-sca-all, 
causing weird runtime when using this JAR behavior as some of its core function 
is not activated.

I am going to regenerate the shade transformer/merge configuration like this:

find . -type f | grep "META-INF/services" | grep -v ".svn" | xargs -i basename 
{} | sort | uniq | grep "org.apache.tuscany" | awk {'printf "                   
         <transformer 
implementation=\"org.codehaus.mojo.shade.resource.AppendingTransformer\">\n     
                           <resource>META-INF/services/%s</resource>\n          
                  </transformer>\n", $1 }'



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


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to