[
https://issues.apache.org/jira/browse/TUSCANY-1586?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jean-Sebastien Delfino resolved TUSCANY-1586.
---------------------------------------------
Resolution: Fixed
Fixed in revision r569275. I am now able to use tuscany-sca-all.jar to run some
of the samples.
> 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]