You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@directory.apache.org by "Stefan Seelmann (JIRA)" <ji...@apache.org> on 2007/06/07 15:01:32 UTC

[jira] Created: (DIRSTUDIO-125) Bootstrap Ivy

Bootstrap Ivy
-------------

                 Key: DIRSTUDIO-125
                 URL: https://issues.apache.org/jira/browse/DIRSTUDIO-125
             Project: Directory Studio
          Issue Type: Improvement
    Affects Versions: 0.8.0
            Reporter: Stefan Seelmann
            Assignee: Stefan Seelmann
            Priority: Minor
             Fix For: 0.9.0


We should bootstrap Ivy in the Stuido ant build scripts to prevent users/developers to install Ivy manually.

There is an example how to bootstrap Ivy in the ApacheConEU2007 presentation slides: http://incubator.apache.org/ivy/presentations/apache-con-2007/slides.ppt

-----------------------------
<target name="install-ivy" description="--> install ivy">
    <mkdir dir="${ivy.jar.dir}"/>
    <get src="${ivy.jar.url}"
         dest="${ivy.jar.dir}/ivy.jar" usetimestamp="true"/>
    <path id="ivy.lib.path">
        <fileset dir="${ivy.jar.dir}" includes="*.jar"/>
    </path>
    <taskdef resource="org/apache/ivy/ant/antlib.xml"
             uri="antlib:org.apache.ivy.ant" 
             classpathref="ivy.lib.path"/>
</target> 
-----------------------------


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


[jira] Closed: (DIRSTUDIO-125) Bootstrap Ivy

Posted by "Pierre-Arnaud Marcelot (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DIRSTUDIO-125?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Pierre-Arnaud Marcelot closed DIRSTUDIO-125.
--------------------------------------------


> Bootstrap Ivy
> -------------
>
>                 Key: DIRSTUDIO-125
>                 URL: https://issues.apache.org/jira/browse/DIRSTUDIO-125
>             Project: Directory Studio
>          Issue Type: Improvement
>    Affects Versions: 0.8.0
>            Reporter: Stefan Seelmann
>            Assignee: Pierre-Arnaud Marcelot
>            Priority: Minor
>             Fix For: 0.9.0
>
>
> We should bootstrap Ivy in the Stuido ant build scripts to prevent users/developers to install Ivy manually.
> There is an example how to bootstrap Ivy in the ApacheConEU2007 presentation slides: http://incubator.apache.org/ivy/presentations/apache-con-2007/slides.ppt
> -----------------------------
> <target name="install-ivy" description="--> install ivy">
>     <mkdir dir="${ivy.jar.dir}"/>
>     <get src="${ivy.jar.url}"
>          dest="${ivy.jar.dir}/ivy.jar" usetimestamp="true"/>
>     <path id="ivy.lib.path">
>         <fileset dir="${ivy.jar.dir}" includes="*.jar"/>
>     </path>
>     <taskdef resource="org/apache/ivy/ant/antlib.xml"
>              uri="antlib:org.apache.ivy.ant" 
>              classpathref="ivy.lib.path"/>
> </target> 
> -----------------------------

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


[jira] Updated: (DIRSTUDIO-125) Bootstrap Ivy

Posted by "Pierre-Arnaud Marcelot (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DIRSTUDIO-125?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Pierre-Arnaud Marcelot updated DIRSTUDIO-125:
---------------------------------------------

    Fix Version/s:     (was: 0.9.0)
                   1.0.0

> Bootstrap Ivy
> -------------
>
>                 Key: DIRSTUDIO-125
>                 URL: https://issues.apache.org/jira/browse/DIRSTUDIO-125
>             Project: Directory Studio
>          Issue Type: Improvement
>    Affects Versions: 0.8.0
>            Reporter: Stefan Seelmann
>            Assignee: Pierre-Arnaud Marcelot
>            Priority: Minor
>             Fix For: 1.0.0
>
>
> We should bootstrap Ivy in the Stuido ant build scripts to prevent users/developers to install Ivy manually.
> There is an example how to bootstrap Ivy in the ApacheConEU2007 presentation slides: http://incubator.apache.org/ivy/presentations/apache-con-2007/slides.ppt
> -----------------------------
> <target name="install-ivy" description="--> install ivy">
>     <mkdir dir="${ivy.jar.dir}"/>
>     <get src="${ivy.jar.url}"
>          dest="${ivy.jar.dir}/ivy.jar" usetimestamp="true"/>
>     <path id="ivy.lib.path">
>         <fileset dir="${ivy.jar.dir}" includes="*.jar"/>
>     </path>
>     <taskdef resource="org/apache/ivy/ant/antlib.xml"
>              uri="antlib:org.apache.ivy.ant" 
>              classpathref="ivy.lib.path"/>
> </target> 
> -----------------------------

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


[jira] Resolved: (DIRSTUDIO-125) Bootstrap Ivy

Posted by "Pierre-Arnaud Marcelot (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DIRSTUDIO-125?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Pierre-Arnaud Marcelot resolved DIRSTUDIO-125.
----------------------------------------------

    Resolution: Fixed

This has been done with the new build system.

> Bootstrap Ivy
> -------------
>
>                 Key: DIRSTUDIO-125
>                 URL: https://issues.apache.org/jira/browse/DIRSTUDIO-125
>             Project: Directory Studio
>          Issue Type: Improvement
>    Affects Versions: 0.8.0
>            Reporter: Stefan Seelmann
>            Assignee: Pierre-Arnaud Marcelot
>            Priority: Minor
>             Fix For: 0.9.0
>
>
> We should bootstrap Ivy in the Stuido ant build scripts to prevent users/developers to install Ivy manually.
> There is an example how to bootstrap Ivy in the ApacheConEU2007 presentation slides: http://incubator.apache.org/ivy/presentations/apache-con-2007/slides.ppt
> -----------------------------
> <target name="install-ivy" description="--> install ivy">
>     <mkdir dir="${ivy.jar.dir}"/>
>     <get src="${ivy.jar.url}"
>          dest="${ivy.jar.dir}/ivy.jar" usetimestamp="true"/>
>     <path id="ivy.lib.path">
>         <fileset dir="${ivy.jar.dir}" includes="*.jar"/>
>     </path>
>     <taskdef resource="org/apache/ivy/ant/antlib.xml"
>              uri="antlib:org.apache.ivy.ant" 
>              classpathref="ivy.lib.path"/>
> </target> 
> -----------------------------

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


[jira] Updated: (DIRSTUDIO-125) Bootstrap Ivy

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

Stefan Seelmann updated DIRSTUDIO-125:
--------------------------------------

    Assignee: Pierre-Arnaud Marcelot  (was: Stefan Seelmann)

> Bootstrap Ivy
> -------------
>
>                 Key: DIRSTUDIO-125
>                 URL: https://issues.apache.org/jira/browse/DIRSTUDIO-125
>             Project: Directory Studio
>          Issue Type: Improvement
>    Affects Versions: 0.8.0
>            Reporter: Stefan Seelmann
>            Assignee: Pierre-Arnaud Marcelot
>            Priority: Minor
>             Fix For: 0.9.0
>
>
> We should bootstrap Ivy in the Stuido ant build scripts to prevent users/developers to install Ivy manually.
> There is an example how to bootstrap Ivy in the ApacheConEU2007 presentation slides: http://incubator.apache.org/ivy/presentations/apache-con-2007/slides.ppt
> -----------------------------
> <target name="install-ivy" description="--> install ivy">
>     <mkdir dir="${ivy.jar.dir}"/>
>     <get src="${ivy.jar.url}"
>          dest="${ivy.jar.dir}/ivy.jar" usetimestamp="true"/>
>     <path id="ivy.lib.path">
>         <fileset dir="${ivy.jar.dir}" includes="*.jar"/>
>     </path>
>     <taskdef resource="org/apache/ivy/ant/antlib.xml"
>              uri="antlib:org.apache.ivy.ant" 
>              classpathref="ivy.lib.path"/>
> </target> 
> -----------------------------

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