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 "Xavier Hanin (JIRA)" <ji...@apache.org> on 2007/10/27 14:34:50 UTC

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

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