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 Nash (JIRA)" <tu...@ws.apache.org> on 2007/05/23 23:58:16 UTC

[jira] Created: (TUSCANY-1298) calculator-web build.xml file produces bad war file

calculator-web build.xml file produces bad war file
---------------------------------------------------

                 Key: TUSCANY-1298
                 URL: https://issues.apache.org/jira/browse/TUSCANY-1298
             Project: Tuscany
          Issue Type: Bug
          Components: Java SCA Samples
    Affects Versions: Java-SCA-0.90
         Environment: Windows XP
            Reporter: Simon Nash
         Assigned To: Simon Nash
             Fix For: Java-SCA-0.90


The ant script for this sample builds a war that is not deployable because of two missing files:
   sca-api-0.90-incubating.jar
   tuscany-host-webapp-0.90-incubating.jar
The pre-built war file that is shipped as part of the binary distro is fine.

The missing sca-api-0.90-incubating.jar file is caused by a bug in the build.xml file for calculator-web, which attempts to pull this file in from ../../lib instead of ../../modules.

The missing tuscany-host-webapp-0.90-incubating.jar file is not packaged in the binary distro, and is therefore beyond the powers of build.xml to pull into the webapp.  It needs to be added to the modules directory in the binary distro.

-- 
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


[jira] Resolved: (TUSCANY-1298) calculator-web build.xml file produces bad war file

Posted by "Luciano Resende (JIRA)" <tu...@ws.apache.org>.
     [ https://issues.apache.org/jira/browse/TUSCANY-1298?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Luciano Resende resolved TUSCANY-1298.
--------------------------------------

       Resolution: Fixed
    Fix Version/s: Java-SCA-Next

Fixed in both 0.90 branch and trunk. Tested in jetty

> calculator-web build.xml file produces bad war file
> ---------------------------------------------------
>
>                 Key: TUSCANY-1298
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-1298
>             Project: Tuscany
>          Issue Type: Bug
>          Components: Java SCA Samples
>    Affects Versions: Java-SCA-0.90
>         Environment: Windows XP
>            Reporter: Simon Nash
>         Assigned To: Simon Nash
>             Fix For: Java-SCA-Next, Java-SCA-0.90
>
>         Attachments: patch1298
>
>
> The ant script for this sample builds a war that is not deployable because of two missing files:
>    sca-api-0.90-incubating.jar
>    tuscany-host-webapp-0.90-incubating.jar
> The pre-built war file that is shipped as part of the binary distro is fine.
> The missing sca-api-0.90-incubating.jar file is caused by a bug in the build.xml file for calculator-web, which attempts to pull this file in from ../../lib instead of ../../modules.
> The missing tuscany-host-webapp-0.90-incubating.jar file is not packaged in the binary distro, and is therefore beyond the powers of build.xml to pull into the webapp.  It needs to be added to the modules directory in the binary distro.

-- 
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


[jira] Updated: (TUSCANY-1298) calculator-web build.xml file produces bad war file

Posted by "Simon Nash (JIRA)" <tu...@ws.apache.org>.
     [ https://issues.apache.org/jira/browse/TUSCANY-1298?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Simon Nash updated TUSCANY-1298:
--------------------------------

    Attachment: patch1298

Updated distribution/bundle/pom.xml to include tuscany-host-webapp-0.90-incubating.jar

Updated samples/calculator-web//buld.xml to include sca-api-0.90-incubating.jar

> calculator-web build.xml file produces bad war file
> ---------------------------------------------------
>
>                 Key: TUSCANY-1298
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-1298
>             Project: Tuscany
>          Issue Type: Bug
>          Components: Java SCA Samples
>    Affects Versions: Java-SCA-0.90
>         Environment: Windows XP
>            Reporter: Simon Nash
>         Assigned To: Simon Nash
>             Fix For: Java-SCA-0.90
>
>         Attachments: patch1298
>
>
> The ant script for this sample builds a war that is not deployable because of two missing files:
>    sca-api-0.90-incubating.jar
>    tuscany-host-webapp-0.90-incubating.jar
> The pre-built war file that is shipped as part of the binary distro is fine.
> The missing sca-api-0.90-incubating.jar file is caused by a bug in the build.xml file for calculator-web, which attempts to pull this file in from ../../lib instead of ../../modules.
> The missing tuscany-host-webapp-0.90-incubating.jar file is not packaged in the binary distro, and is therefore beyond the powers of build.xml to pull into the webapp.  It needs to be added to the modules directory in the binary distro.

-- 
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