Hi Ant,

It now works fine with the helloworld sample. I've checked and it uses
alpha3 with mvn help:describe
-Dplugin=org.apache.tuscany.sca:tuscany-zip-plugin.

I've tried packaging webapps as zip and running them with something like
node = NodeFactory.newInstance().createNode(new Contribution("foo",
"target/helloworld-webapp-2.0-SNAPSHOT.zip"));
node.start();
but the Tuscany runtime simply logs
INFO: Loading contribution:
file:/home/fmoga/coding/apache-tuscany/trunk/samples/getting-started/helloworld-webapp/target/helloworld-webapp-2.0-SNAPSHOT.zip
and doesn't deploy the webapp. Is this plugin intended to support webapps as
well? Couldn't find any information related to this in the README.

Thanks,

Florian

On Fri, Jun 3, 2011 at 12:06 PM, ant elder <ant.el...@gmail.com> wrote:

> Please vote on releasing the Tuscany Zip Plugin module (RC2).
>
> The change over the alpha2 release is to rename the module from
> maven-zip-plugin to tuscany-zip-plugin, see TUSCANY-3861. This RC2
> fixes the issue Florian found with the old plugin name still being
> referenced.
>
> The tag for the release is:
>
> https://svn.apache.org/repos/asf/tuscany/maven-plugins/tags/tuscany-zip-plugin-alpha3
>
> The Maven staging repository is:
> http://people.apache.org/~antelder/tuscany/tuscany-zip-plugin-alpha3-RC2
>
> +1 from me.
>
>   ...ant
>

Reply via email to