You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tuscany.apache.org by "Simon Laws (JIRA)" <tu...@ws.apache.org> on 2007/09/18 12:47:43 UTC

[jira] Resolved: (TUSCANY-1733) Webapp build.xml files have outdated list of dependencies

     [ https://issues.apache.org/jira/browse/TUSCANY-1733?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Simon Laws resolved TUSCANY-1733.
---------------------------------

    Resolution: Fixed

Done.  Wars will be larger than they absolutely need to be as I found a superset of libs that worked and used it. 

I note that we build the alert-aggregator demo with maven with wstx-3.2.0 but ship version 3.2.1. I'll raise a separate JIRA for this. 

> Webapp build.xml files have outdated list of dependencies
> ---------------------------------------------------------
>
>                 Key: TUSCANY-1733
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-1733
>             Project: Tuscany
>          Issue Type: Bug
>    Affects Versions: Java-SCA-1.0
>            Reporter: Jean-Sebastien Delfino
>            Priority: Critical
>             Fix For: Java-SCA-1.0
>
>
> Most of the webapp build.xml files have outdated lists of dependencies, as they have been created by hand.
> We should go through them a update the zipfilesets listing the tuscany JARs and external dependencies to match exactly what we have in the WARs built by Maven.
> If that helps, here are Linux commands that can be used to generate these lists:
> the tuscany jars
> jar tvf sample-feed-aggregator-webapp.war | grep .jar | awk '{ printf "%s\n", $8 }' | sed -e "s/WEB-INF\/lib\///" | awk '{ printf "<include name=\"%s\"/>\n", $1 }' | grep tuscany
> the external jars
> jar tvf sample-feed-aggregator-webapp.war | grep .jar | awk '{ printf "%s\n", $8 }' | sed -e "s/WEB-INF\/lib\///" | awk '{ printf "<include name=\"%s\"/>\n", $1 }' | grep -v tuscany

-- 
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: tuscany-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-dev-help@ws.apache.org