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/09/22 15:00:52 UTC

[jira] Created: (TUSCANY-1794) mvn builds larger sample-calculator-webapp.war than ant package

mvn builds larger sample-calculator-webapp.war than ant package
---------------------------------------------------------------

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


The sample-calculator-webapp.war built by mvn is larger than that built by ant package.  Both wars deploy and run successfully.  The differences should be investigated and the mvn build shuld be updated to remove the redundant content.

-- 
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-1794) mvn builds larger sample-calculator-webapp.war than ant package

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

Luciano Resende updated TUSCANY-1794:
-------------------------------------

    Fix Version/s:     (was: Java-SCA-1.2)
                   Java-SCA-Next
         Assignee:     (was: Luciano Resende)

>From initial investigation, this seems like an issue with the ant-generator, that is calculating different dependency set then regular maven build, and I don't feel all that confortable by changing that right before the release, might cause other side effects, so I'm going to move back to SCA-Next.

> mvn builds larger sample-calculator-webapp.war than ant package
> ---------------------------------------------------------------
>
>                 Key: TUSCANY-1794
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-1794
>             Project: Tuscany
>          Issue Type: Bug
>          Components: Java SCA Samples
>    Affects Versions: Java-SCA-1.0
>         Environment: Windows XP
>            Reporter: Simon Nash
>            Priority: Minor
>             Fix For: Java-SCA-Next
>
>
> The sample-calculator-webapp.war built by mvn is larger than that built by ant package.  Both wars deploy and run successfully.  The differences should be investigated and the mvn build shuld be updated to remove the redundant content.

-- 
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-1794) mvn builds larger sample-calculator-webapp.war than ant package

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

Simon Laws updated TUSCANY-1794:
--------------------------------

    Fix Version/s:     (was: Java-SCA-Next)
                   Java-SCA-1.1

Assign to 1.1

> mvn builds larger sample-calculator-webapp.war than ant package
> ---------------------------------------------------------------
>
>                 Key: TUSCANY-1794
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-1794
>             Project: Tuscany
>          Issue Type: Bug
>          Components: Java SCA Samples
>    Affects Versions: Java-SCA-1.0
>         Environment: Windows XP
>            Reporter: Simon Nash
>             Fix For: Java-SCA-1.1
>
>
> The sample-calculator-webapp.war built by mvn is larger than that built by ant package.  Both wars deploy and run successfully.  The differences should be investigated and the mvn build shuld be updated to remove the redundant content.

-- 
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-1794) mvn builds larger sample-calculator-webapp.war than ant package

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

Luciano Resende updated TUSCANY-1794:
-------------------------------------

    Priority: Minor  (was: Major)

> mvn builds larger sample-calculator-webapp.war than ant package
> ---------------------------------------------------------------
>
>                 Key: TUSCANY-1794
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-1794
>             Project: Tuscany
>          Issue Type: Bug
>          Components: Java SCA Samples
>    Affects Versions: Java-SCA-1.0
>         Environment: Windows XP
>            Reporter: Simon Nash
>            Assignee: Luciano Resende
>            Priority: Minor
>             Fix For: Java-SCA-1.2
>
>
> The sample-calculator-webapp.war built by mvn is larger than that built by ant package.  Both wars deploy and run successfully.  The differences should be investigated and the mvn build shuld be updated to remove the redundant content.

-- 
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] Commented: (TUSCANY-1794) mvn builds larger sample-calculator-webapp.war than ant package

Posted by "Simon Laws (JIRA)" <tu...@ws.apache.org>.
    [ https://issues.apache.org/jira/browse/TUSCANY-1794?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12555636#action_12555636 ] 

Simon Laws commented on TUSCANY-1794:
-------------------------------------

The ant build file is now generated directly from the maven build file but the problem still persists as the ant build is falling foul of the fact that the distribution only ships one version of any referenced jar. Sometimes build.xml files are generated that reference the wrong version. 

> mvn builds larger sample-calculator-webapp.war than ant package
> ---------------------------------------------------------------
>
>                 Key: TUSCANY-1794
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-1794
>             Project: Tuscany
>          Issue Type: Bug
>          Components: Java SCA Samples
>    Affects Versions: Java-SCA-1.0
>         Environment: Windows XP
>            Reporter: Simon Nash
>             Fix For: Java-SCA-1.1
>
>
> The sample-calculator-webapp.war built by mvn is larger than that built by ant package.  Both wars deploy and run successfully.  The differences should be investigated and the mvn build shuld be updated to remove the redundant content.

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