You are viewing a plain text version of this content. The canonical link for it is here.
Posted to ivy-commits@incubator.apache.org by "Tjeerd Verhagen (JIRA)" <ji...@apache.org> on 2007/06/27 09:03:26 UTC

[jira] Created: (IVY-543) Adding option 'cp', which makes it possible for main to be loaded from file

Adding option 'cp', which makes it possible for main to be loaded from file
---------------------------------------------------------------------------

                 Key: IVY-543
                 URL: https://issues.apache.org/jira/browse/IVY-543
             Project: Ivy
          Issue Type: Improvement
          Components: Core
            Reporter: Tjeerd Verhagen
            Priority: Trivial
             Fix For: 2.0


Without this option it is hard to start an application which sits in just a jar file or classes directory.

With the new option 'cp' the application classpath can be added. This makes it possible to load all kind of versioned packages through Ivy and start An Application (the application actually doesn't need to know anything about Ivy!!!). Without this option it's quite hard to just start an application, which is not in a jar and described as a Ivy atrtifact (and stored in a Ivy repository). Especially for development this can be very handy (IMO).


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


[jira] Assigned: (IVY-543) Adding option 'cp', which makes it possible for main to be loaded from file

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

Xavier Hanin reassigned IVY-543:
--------------------------------

    Assignee: Xavier Hanin

> Adding option 'cp', which makes it possible for main to be loaded from file
> ---------------------------------------------------------------------------
>
>                 Key: IVY-543
>                 URL: https://issues.apache.org/jira/browse/IVY-543
>             Project: Ivy
>          Issue Type: Improvement
>          Components: Core
>            Reporter: Tjeerd Verhagen
>            Assignee: Xavier Hanin
>            Priority: Trivial
>             Fix For: 2.0.0-beta-1
>
>         Attachments: patch_ivy_543_option_cp.txt
>
>
> Without this option it is hard to start an application which sits in just a jar file or classes directory.
> With the new option 'cp' the application classpath can be added. This makes it possible to load all kind of versioned packages through Ivy and start An Application (the application actually doesn't need to know anything about Ivy!!!). Without this option it's quite hard to just start an application, which is not in a jar and described as a Ivy atrtifact (and stored in a Ivy repository). Especially for development this can be very handy (IMO).

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


[jira] Resolved: (IVY-543) Adding option 'cp', which makes it possible for main to be loaded from file

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

Xavier Hanin resolved IVY-543.
------------------------------

       Resolution: Fixed
    Fix Version/s:     (was: 2.0)
                   2.0.0-beta-1

I've applied your patch, with slight modification, to use the system dependent path separator, and make checkstyle happy with the source. Thanks a lot for your contribution!

> Adding option 'cp', which makes it possible for main to be loaded from file
> ---------------------------------------------------------------------------
>
>                 Key: IVY-543
>                 URL: https://issues.apache.org/jira/browse/IVY-543
>             Project: Ivy
>          Issue Type: Improvement
>          Components: Core
>            Reporter: Tjeerd Verhagen
>            Priority: Trivial
>             Fix For: 2.0.0-beta-1
>
>         Attachments: patch_ivy_543_option_cp.txt
>
>
> Without this option it is hard to start an application which sits in just a jar file or classes directory.
> With the new option 'cp' the application classpath can be added. This makes it possible to load all kind of versioned packages through Ivy and start An Application (the application actually doesn't need to know anything about Ivy!!!). Without this option it's quite hard to just start an application, which is not in a jar and described as a Ivy atrtifact (and stored in a Ivy repository). Especially for development this can be very handy (IMO).

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


[jira] Updated: (IVY-543) Adding option 'cp', which makes it possible for main to be loaded from file

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

Tjeerd Verhagen updated IVY-543:
--------------------------------

    Attachment: patch_ivy_543_option_cp.txt

Patch was created with Eclipse (v3.2.2).

> Adding option 'cp', which makes it possible for main to be loaded from file
> ---------------------------------------------------------------------------
>
>                 Key: IVY-543
>                 URL: https://issues.apache.org/jira/browse/IVY-543
>             Project: Ivy
>          Issue Type: Improvement
>          Components: Core
>            Reporter: Tjeerd Verhagen
>            Priority: Trivial
>             Fix For: 2.0
>
>         Attachments: patch_ivy_543_option_cp.txt
>
>
> Without this option it is hard to start an application which sits in just a jar file or classes directory.
> With the new option 'cp' the application classpath can be added. This makes it possible to load all kind of versioned packages through Ivy and start An Application (the application actually doesn't need to know anything about Ivy!!!). Without this option it's quite hard to just start an application, which is not in a jar and described as a Ivy atrtifact (and stored in a Ivy repository). Especially for development this can be very handy (IMO).

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