You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@directory.apache.org by "Alex Karasulu (JIRA)" <ji...@apache.org> on 2007/08/29 22:30:31 UTC

[jira] Created: (DIRSERVER-1045) Installer should download ApacheDirectoryStudio.zip file into target directory.

Installer should download ApacheDirectoryStudio.zip file into target directory.
-------------------------------------------------------------------------------

                 Key: DIRSERVER-1045
                 URL: https://issues.apache.org/jira/browse/DIRSERVER-1045
             Project: Directory ApacheDS
          Issue Type: Improvement
    Affects Versions: 1.5.1
            Reporter: Alex Karasulu
            Assignee: Chris Custine
            Priority: Trivial
             Fix For: 1.5.2


The server-installer project pulls down the zip file for Apache Directory Studio during the installer build into the maven basedir instead of target. Nothing serious but by convention this should be pulled down into the target folder of that project. 

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


[jira] Commented: (DIRSERVER-1045) Installer should download ApacheDirectoryStudio.zip file into target directory.

Posted by "David Jencks (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/DIRSERVER-1045?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12523671 ] 

David Jencks commented on DIRSERVER-1045:
-----------------------------------------

isn't the zip file a maven generated artifact so it should be published and available through maven and already in your local maven repo????  If not why not?

> Installer should download ApacheDirectoryStudio.zip file into target directory.
> -------------------------------------------------------------------------------
>
>                 Key: DIRSERVER-1045
>                 URL: https://issues.apache.org/jira/browse/DIRSERVER-1045
>             Project: Directory ApacheDS
>          Issue Type: Improvement
>    Affects Versions: 1.5.1
>            Reporter: Alex Karasulu
>            Assignee: Chris Custine
>            Priority: Trivial
>             Fix For: 1.5.2
>
>
> The server-installer project pulls down the zip file for Apache Directory Studio during the installer build into the maven basedir instead of target. Nothing serious but by convention this should be pulled down into the target folder of that project. 

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


[jira] Closed: (DIRSERVER-1045) Installer should download ApacheDirectoryStudio.zip file into target directory.

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

Alex Karasulu closed DIRSERVER-1045.
------------------------------------


> Installer should download ApacheDirectoryStudio.zip file into target directory.
> -------------------------------------------------------------------------------
>
>                 Key: DIRSERVER-1045
>                 URL: https://issues.apache.org/jira/browse/DIRSERVER-1045
>             Project: Directory ApacheDS
>          Issue Type: Improvement
>    Affects Versions: 1.5.1
>            Reporter: Alex Karasulu
>            Assignee: Chris Custine
>            Priority: Trivial
>             Fix For: 1.5.2
>
>
> The server-installer project pulls down the zip file for Apache Directory Studio during the installer build into the maven basedir instead of target. Nothing serious but by convention this should be pulled down into the target folder of that project. 

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


[jira] Resolved: (DIRSERVER-1045) Installer should download ApacheDirectoryStudio.zip file into target directory.

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

Emmanuel Lecharny resolved DIRSERVER-1045.
------------------------------------------

    Resolution: Fixed

Resolved as the pom.xml files have been reviewed.

> Installer should download ApacheDirectoryStudio.zip file into target directory.
> -------------------------------------------------------------------------------
>
>                 Key: DIRSERVER-1045
>                 URL: https://issues.apache.org/jira/browse/DIRSERVER-1045
>             Project: Directory ApacheDS
>          Issue Type: Improvement
>    Affects Versions: 1.5.1
>            Reporter: Alex Karasulu
>            Assignee: Chris Custine
>            Priority: Trivial
>             Fix For: 1.5.2
>
>
> The server-installer project pulls down the zip file for Apache Directory Studio during the installer build into the maven basedir instead of target. Nothing serious but by convention this should be pulled down into the target folder of that project. 

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


[jira] Commented: (DIRSERVER-1045) Installer should download ApacheDirectoryStudio.zip file into target directory.

Posted by "Pierre-Arnaud Marcelot (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/DIRSERVER-1045?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12584884#action_12584884 ] 

Pierre-Arnaud Marcelot commented on DIRSERVER-1045:
---------------------------------------------------

I think Felix has fixed this one.

> Installer should download ApacheDirectoryStudio.zip file into target directory.
> -------------------------------------------------------------------------------
>
>                 Key: DIRSERVER-1045
>                 URL: https://issues.apache.org/jira/browse/DIRSERVER-1045
>             Project: Directory ApacheDS
>          Issue Type: Improvement
>    Affects Versions: 1.5.1
>            Reporter: Alex Karasulu
>            Assignee: Chris Custine
>            Priority: Trivial
>             Fix For: 1.5.2
>
>
> The server-installer project pulls down the zip file for Apache Directory Studio during the installer build into the maven basedir instead of target. Nothing serious but by convention this should be pulled down into the target folder of that project. 

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


[jira] Commented: (DIRSERVER-1045) Installer should download ApacheDirectoryStudio.zip file into target directory.

Posted by "Chris Custine (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/DIRSERVER-1045?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12523667 ] 

Chris Custine commented on DIRSERVER-1045:
------------------------------------------

I did it this way because target gets cleaned a lot and then it just has to download it every time.  Currently if the file on the server is older than the one already downloaded it will just use the local one, which saves some time, so I put it in the basedir as a hack so that it doesn't get cleaned.

I am hoping for a much better way to do this after these releases (1.0 and 1.5.1) , but we can definitely do something short term too.

> Installer should download ApacheDirectoryStudio.zip file into target directory.
> -------------------------------------------------------------------------------
>
>                 Key: DIRSERVER-1045
>                 URL: https://issues.apache.org/jira/browse/DIRSERVER-1045
>             Project: Directory ApacheDS
>          Issue Type: Improvement
>    Affects Versions: 1.5.1
>            Reporter: Alex Karasulu
>            Assignee: Chris Custine
>            Priority: Trivial
>             Fix For: 1.5.2
>
>
> The server-installer project pulls down the zip file for Apache Directory Studio during the installer build into the maven basedir instead of target. Nothing serious but by convention this should be pulled down into the target folder of that project. 

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