You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by "Xavier Hanin (JIRA)" <ji...@apache.org> on 2008/02/27 09:54:51 UTC

[jira] Created: (IVY-748) Exclude Ant jar from bin-with-deps distribution format

Exclude Ant jar from bin-with-deps distribution format
------------------------------------------------------

                 Key: IVY-748
                 URL: https://issues.apache.org/jira/browse/IVY-748
             Project: Ivy
          Issue Type: Task
            Reporter: Xavier Hanin
             Fix For: 2.0


Currently we package in bin-with-deps distribution all Ivy dependencies, including ant jar. But this doesn't make sense, people who want to use Ivy with Ant will first install Ant, then Ivy. So we should exclude ant jar from our bin-with-deps distributions format.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (IVY-748) Exclude Ant jar from bin-with-deps distribution format

Posted by "Jan Matèrne (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/IVY-748?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12572842#action_12572842 ] 

Jan Matèrne commented on IVY-748:
---------------------------------

An "installer" would be fine: Ivy ;)
A "bootstrap" Ivy download without any dependency and working from commandline and a starter which asks for the dependency to load and then load them. Maybe some "profiles": command line - Ant - IvyDE - all

... the starter could also be a WebStart application ....


(just thinking loud ...)

> Exclude Ant jar from bin-with-deps distribution format
> ------------------------------------------------------
>
>                 Key: IVY-748
>                 URL: https://issues.apache.org/jira/browse/IVY-748
>             Project: Ivy
>          Issue Type: Task
>            Reporter: Xavier Hanin
>             Fix For: 2.0
>
>
> Currently we package in bin-with-deps distribution all Ivy dependencies, including ant jar. But this doesn't make sense, people who want to use Ivy with Ant will first install Ant, then Ivy. So we should exclude ant jar from our bin-with-deps distributions format.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (IVY-748) Exclude Ant jar from bin-with-deps distribution format

Posted by "Xavier Hanin (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/IVY-748?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Xavier Hanin reassigned IVY-748:
--------------------------------

    Assignee: Xavier Hanin

> Exclude Ant jar from bin-with-deps distribution format
> ------------------------------------------------------
>
>                 Key: IVY-748
>                 URL: https://issues.apache.org/jira/browse/IVY-748
>             Project: Ivy
>          Issue Type: Task
>            Reporter: Xavier Hanin
>            Assignee: Xavier Hanin
>             Fix For: 2.0
>
>
> Currently we package in bin-with-deps distribution all Ivy dependencies, including ant jar. But this doesn't make sense, people who want to use Ivy with Ant will first install Ant, then Ivy. So we should exclude ant jar from our bin-with-deps distributions format.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (IVY-748) Exclude Ant jar from bin-with-deps distribution format

Posted by "Xavier Hanin (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/IVY-748?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12572836#action_12572836 ] 

Xavier Hanin commented on IVY-748:
----------------------------------

We have no dependency on Ant when using from command line, except if you want to use AntBuild triggers, which seems pretty obvious. But I agree we should put a note about that on the installation page. Maybe we could even improve the installation page with a list of optional dependencies (which are provided in bin-with-deps) and their usage.

> Exclude Ant jar from bin-with-deps distribution format
> ------------------------------------------------------
>
>                 Key: IVY-748
>                 URL: https://issues.apache.org/jira/browse/IVY-748
>             Project: Ivy
>          Issue Type: Task
>            Reporter: Xavier Hanin
>             Fix For: 2.0
>
>
> Currently we package in bin-with-deps distribution all Ivy dependencies, including ant jar. But this doesn't make sense, people who want to use Ivy with Ant will first install Ant, then Ivy. So we should exclude ant jar from our bin-with-deps distributions format.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (IVY-748) Exclude Ant jar from bin-with-deps distribution format

Posted by "Jan Matèrne (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/IVY-748?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12572835#action_12572835 ] 

Jan Matèrne commented on IVY-748:
---------------------------------

Dont forget the possibility to use Ivy just from the command line - so Ant is not installed.
* Is there a dependency on Ant in that context?

If you remove ant.jar you should have a clear note about that in the installation manual.

> Exclude Ant jar from bin-with-deps distribution format
> ------------------------------------------------------
>
>                 Key: IVY-748
>                 URL: https://issues.apache.org/jira/browse/IVY-748
>             Project: Ivy
>          Issue Type: Task
>            Reporter: Xavier Hanin
>             Fix For: 2.0
>
>
> Currently we package in bin-with-deps distribution all Ivy dependencies, including ant jar. But this doesn't make sense, people who want to use Ivy with Ant will first install Ant, then Ivy. So we should exclude ant jar from our bin-with-deps distributions format.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (IVY-748) Exclude Ant jar from bin-with-deps distribution format

Posted by "Xavier Hanin (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/IVY-748?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12572844#action_12572844 ] 

Xavier Hanin commented on IVY-748:
----------------------------------

The bin distrib already use a pretty similar mechanism, just less user friendly: in the bin distrib we provide ivy.jar, and a build.xml using ivy.jar to download the dependencies described in the ivy.xml. This requires to have Ant installed as well. 

But I like your idea of a webstart installer based on Ivy itself to download the dependencies required per profile.

> Exclude Ant jar from bin-with-deps distribution format
> ------------------------------------------------------
>
>                 Key: IVY-748
>                 URL: https://issues.apache.org/jira/browse/IVY-748
>             Project: Ivy
>          Issue Type: Task
>            Reporter: Xavier Hanin
>             Fix For: 2.0
>
>
> Currently we package in bin-with-deps distribution all Ivy dependencies, including ant jar. But this doesn't make sense, people who want to use Ivy with Ant will first install Ant, then Ivy. So we should exclude ant jar from our bin-with-deps distributions format.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Closed: (IVY-748) Exclude Ant jar from bin-with-deps distribution format

Posted by "Xavier Hanin (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/IVY-748?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Xavier Hanin closed IVY-748.
----------------------------

       Resolution: Fixed
    Fix Version/s:     (was: 2.0)
                   2.0-RC1

> Exclude Ant jar from bin-with-deps distribution format
> ------------------------------------------------------
>
>                 Key: IVY-748
>                 URL: https://issues.apache.org/jira/browse/IVY-748
>             Project: Ivy
>          Issue Type: Task
>            Reporter: Xavier Hanin
>            Assignee: Xavier Hanin
>             Fix For: 2.0-RC1
>
>
> Currently we package in bin-with-deps distribution all Ivy dependencies, including ant jar. But this doesn't make sense, people who want to use Ivy with Ant will first install Ant, then Ivy. So we should exclude ant jar from our bin-with-deps distributions format.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.