You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Brett Porter (JIRA)" <ji...@codehaus.org> on 2007/04/09 05:38:46 UTC

[jira] Created: (MANTTASKS-64) uberjar does not contain the lightweight http wagon

uberjar does not contain the lightweight http wagon
---------------------------------------------------

                 Key: MANTTASKS-64
                 URL: http://jira.codehaus.org/browse/MANTTASKS-64
             Project: Maven 2.x Ant Tasks
          Issue Type: Bug
    Affects Versions: 2.0.6
            Reporter: Brett Porter


the new uberjar does not contain the lightweight wagon, so any use fails unles you add a declaration to your script which was not necessary in the previous release.

In addition, the JAR seems to be larger than before despite the omission - was something unnecessarily included?

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (MANTTASKS-64) uberjar does not contain the lightweight http wagon

Posted by "Herve Boutemy (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MANTTASKS-64?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_93791 ] 

Herve Boutemy commented on MANTTASKS-64:
----------------------------------------

Subject: Re: [VOTE] Release Maven Ant Tasks 2.0.6
Date: dimanche 22 avril 2007 01:35
From: Jason van Zyl <ja...@maven.org>
To: "Maven Developers List" <de...@maven.apache.org>

[...]
It work fine on its own, it's when it's built with the release plugin
it doesn't work. I knew this but forgot to check as to why. It run to
the integration-test phase but something is causing a problem with
the build is done by the release plugin. Probably something simple.
I'll track it down in the morning.

[...]
The build is fine and the jar is produced correctly. It's the release
plugin causing the problem.

We'll sort it out.

Jason.


> uberjar does not contain the lightweight http wagon
> ---------------------------------------------------
>
>                 Key: MANTTASKS-64
>                 URL: http://jira.codehaus.org/browse/MANTTASKS-64
>             Project: Maven 2.x Ant Tasks
>          Issue Type: Bug
>    Affects Versions: 2.0.6
>            Reporter: Brett Porter
>         Attachments: MANTTASKS-64.diff
>
>
> the new uberjar does not contain the lightweight wagon, so any use fails unles you add a declaration to your script which was not necessary in the previous release.
> In addition, the JAR seems to be larger than before despite the omission - was something unnecessarily included?

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (MANTTASKS-64) uberjar does not contain the lightweight http wagon

Posted by "Herve Boutemy (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MANTTASKS-64?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Herve Boutemy updated MANTTASKS-64:
-----------------------------------

    Attachment: MANTTASKS-64_site.diff

Here is a patch for the documentation http://maven.apache.org/ant-tasks.html.
I think I covered every new feature added to this release.

My (fr)english is not so good, you'll probably need some corrections before commit...

> uberjar does not contain the lightweight http wagon
> ---------------------------------------------------
>
>                 Key: MANTTASKS-64
>                 URL: http://jira.codehaus.org/browse/MANTTASKS-64
>             Project: Maven 2.x Ant Tasks
>          Issue Type: Bug
>    Affects Versions: 2.0.6
>            Reporter: Brett Porter
>         Attachments: MANTTASKS-64.diff, MANTTASKS-64_site.diff
>
>
> the new uberjar does not contain the lightweight wagon, so any use fails unles you add a declaration to your script which was not necessary in the previous release.
> In addition, the JAR seems to be larger than before despite the omission - was something unnecessarily included?

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (MANTTASKS-64) uberjar does not contain the lightweight http wagon

Posted by "Herve Boutemy (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MANTTASKS-64?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Herve Boutemy updated MANTTASKS-64:
-----------------------------------

    Attachment: MANTTASKS-64.diff

here is pacth to correct excludes list: jmock was excluded instead of jtidy

> uberjar does not contain the lightweight http wagon
> ---------------------------------------------------
>
>                 Key: MANTTASKS-64
>                 URL: http://jira.codehaus.org/browse/MANTTASKS-64
>             Project: Maven 2.x Ant Tasks
>          Issue Type: Bug
>    Affects Versions: 2.0.6
>            Reporter: Brett Porter
>         Attachments: MANTTASKS-64.diff
>
>
> the new uberjar does not contain the lightweight wagon, so any use fails unles you add a declaration to your script which was not necessary in the previous release.
> In addition, the JAR seems to be larger than before despite the omission - was something unnecessarily included?

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Closed: (MANTTASKS-64) uberjar does not contain the lightweight http wagon

Posted by "Jason van Zyl (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MANTTASKS-64?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jason van Zyl closed MANTTASKS-64.
----------------------------------

    Resolution: Fixed

> uberjar does not contain the lightweight http wagon
> ---------------------------------------------------
>
>                 Key: MANTTASKS-64
>                 URL: http://jira.codehaus.org/browse/MANTTASKS-64
>             Project: Maven 2.x Ant Tasks
>          Issue Type: Bug
>    Affects Versions: 2.0.6
>            Reporter: Brett Porter
>            Assignee: Jason van Zyl
>         Attachments: MANTTASKS-64.diff, MANTTASKS-64_site.diff
>
>
> the new uberjar does not contain the lightweight wagon, so any use fails unles you add a declaration to your script which was not necessary in the previous release.
> In addition, the JAR seems to be larger than before despite the omission - was something unnecessarily included?

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (MANTTASKS-64) uberjar does not contain the lightweight http wagon

Posted by "Herve Boutemy (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MANTTASKS-64?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_92877 ] 

Herve Boutemy commented on MANTTASKS-64:
----------------------------------------

found that jtidy and xml-apis were effectively added as a dependency of wagon-http-lightweight 1.0-beta-2
=> must be excluded

but I don't understand your assessment that the new uberjar does not contain the lightweight wagon: it is here
and it works for me, perfectly downloads lots of artifacts

what is the new declaration that is needed in your script ?

I would really like the new tasks to be released, since previous ones are really so old (depend on Maven internals 2.0.2, even if named 2.0.4!)

> uberjar does not contain the lightweight http wagon
> ---------------------------------------------------
>
>                 Key: MANTTASKS-64
>                 URL: http://jira.codehaus.org/browse/MANTTASKS-64
>             Project: Maven 2.x Ant Tasks
>          Issue Type: Bug
>    Affects Versions: 2.0.6
>            Reporter: Brett Porter
>
> the new uberjar does not contain the lightweight wagon, so any use fails unles you add a declaration to your script which was not necessary in the previous release.
> In addition, the JAR seems to be larger than before despite the omission - was something unnecessarily included?

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira