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 "Hez Jing (JIRA)" <ji...@apache.org> on 2007/07/03 07:31:04 UTC

[jira] Created: (IVY-555) Tutorial to use Maven repository (instead of IvyRep)

Tutorial to use Maven repository (instead of IvyRep)
----------------------------------------------------

                 Key: IVY-555
                 URL: https://issues.apache.org/jira/browse/IVY-555
             Project: Ivy
          Issue Type: Bug
          Components: Documentation
    Affects Versions: 2.0.0-alpha-1
            Reporter: Hez Jing


Review all the tutorial to use Maven repository instead of ivyrep repository.

For example, the dependency should have declared as
<dependency org="commons-lang" name="commons-lang" rev="2.0" />

instead of
<dependency org="apache" name="commons-lang" rev="2.0" />

Add instructions to find information with mvnrepository.com and translate it in Ivy dependency information.

See also mailing-list with subject:Unresolved dependencies


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


[jira] Assigned: (IVY-555) Tutorial to use Maven repository (instead of IvyRep)

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

Xavier Hanin reassigned IVY-555:
--------------------------------

    Assignee: Xavier Hanin

> Tutorial to use Maven repository (instead of IvyRep)
> ----------------------------------------------------
>
>                 Key: IVY-555
>                 URL: https://issues.apache.org/jira/browse/IVY-555
>             Project: Ivy
>          Issue Type: Bug
>          Components: Documentation
>    Affects Versions: 2.0.0-alpha-1
>            Reporter: Hez Jing
>            Assignee: Xavier Hanin
>
> Review all the tutorial to use Maven repository instead of ivyrep repository.
> For example, the dependency should have declared as
> <dependency org="commons-lang" name="commons-lang" rev="2.0" />
> instead of
> <dependency org="apache" name="commons-lang" rev="2.0" />
> Add instructions to find information with mvnrepository.com and translate it in Ivy dependency information.
> See also mailing-list with subject:Unresolved dependencies

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


[jira] Commented: (IVY-555) Tutorial to use Maven repository (instead of IvyRep)

Posted by "Nigel Charman (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/IVY-555?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12517166 ] 

Nigel Charman commented on IVY-555:
-----------------------------------

There should also be some updates to other parts of the documentation.  For instance the IvyRep resolver documentation (http://incubator.apache.org/ivy/history/trunk/resolver/ivyrep.html) should "deprecate the use of ivyrep without specifying the root. " (see  http://www.nabble.com/Ivyrep-tf3400811.html#a9470321).

Also the Public Repositories section of http://incubator.apache.org/ivy/m2comparison.html needs updating.

> Tutorial to use Maven repository (instead of IvyRep)
> ----------------------------------------------------
>
>                 Key: IVY-555
>                 URL: https://issues.apache.org/jira/browse/IVY-555
>             Project: Ivy
>          Issue Type: Bug
>          Components: Documentation
>    Affects Versions: 2.0.0-alpha-1
>            Reporter: Hez Jing
>
> Review all the tutorial to use Maven repository instead of ivyrep repository.
> For example, the dependency should have declared as
> <dependency org="commons-lang" name="commons-lang" rev="2.0" />
> instead of
> <dependency org="apache" name="commons-lang" rev="2.0" />
> Add instructions to find information with mvnrepository.com and translate it in Ivy dependency information.
> See also mailing-list with subject:Unresolved dependencies

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


[jira] Resolved: (IVY-555) Tutorial to use Maven repository (instead of IvyRep)

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

Xavier Hanin resolved IVY-555.
------------------------------

       Resolution: Fixed
    Fix Version/s: 2.0.0-beta-1

I've updated the quick start tutorial to explain how to use the maven 2 repository in Ivy. I've also remove the ivyrep tutorial which doesn't make sense anymore. I'll create a new issue to make the use of root attribute in ivyrep resolver mandatory.

> Tutorial to use Maven repository (instead of IvyRep)
> ----------------------------------------------------
>
>                 Key: IVY-555
>                 URL: https://issues.apache.org/jira/browse/IVY-555
>             Project: Ivy
>          Issue Type: Bug
>          Components: Documentation
>    Affects Versions: 2.0.0-alpha-1
>            Reporter: Hez Jing
>            Assignee: Xavier Hanin
>             Fix For: 2.0.0-beta-1
>
>
> Review all the tutorial to use Maven repository instead of ivyrep repository.
> For example, the dependency should have declared as
> <dependency org="commons-lang" name="commons-lang" rev="2.0" />
> instead of
> <dependency org="apache" name="commons-lang" rev="2.0" />
> Add instructions to find information with mvnrepository.com and translate it in Ivy dependency information.
> See also mailing-list with subject:Unresolved dependencies

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