You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Oleg Gusakov (JIRA)" <ji...@codehaus.org> on 2008/12/08 18:19:19 UTC

[jira] Created: (MERCURY-50) Implement repository writing functionality

Implement repository writing functionality
------------------------------------------

                 Key: MERCURY-50
                 URL: http://jira.codehaus.org/browse/MERCURY-50
             Project: Mercury
          Issue Type: Sub-task
            Reporter: Oleg Gusakov




-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (MERCURY-50) Implement repository writing functionality

Posted by "Oleg Gusakov (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MERCURY-50?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Oleg Gusakov updated MERCURY-50:
--------------------------------

    Component/s: Ant tasks

> Implement repository writing functionality
> ------------------------------------------
>
>                 Key: MERCURY-50
>                 URL: http://jira.codehaus.org/browse/MERCURY-50
>             Project: Mercury
>          Issue Type: Sub-task
>          Components: Ant tasks
>            Reporter: Oleg Gusakov
>            Assignee: Oleg Gusakov
>   Original Estimate: 2 days
>  Remaining Estimate: 2 days
>


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (MERCURY-50) Implement repository writing functionality

Posted by "Oleg Gusakov (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MERCURY-50?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Oleg Gusakov updated MERCURY-50:
--------------------------------

    Remaining Estimate: 2 days
     Original Estimate: 2 days

> Implement repository writing functionality
> ------------------------------------------
>
>                 Key: MERCURY-50
>                 URL: http://jira.codehaus.org/browse/MERCURY-50
>             Project: Mercury
>          Issue Type: Sub-task
>            Reporter: Oleg Gusakov
>   Original Estimate: 2 days
>  Remaining Estimate: 2 days
>


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (MERCURY-50) Implement repository writing functionality

Posted by "Oleg Gusakov (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MERCURY-50?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=157605#action_157605 ] 

Oleg Gusakov commented on MERCURY-50:
-------------------------------------

Going after the following syntax:

{code:xml|title=build.xml|borderStyle=solid}

  <target name="deploy" depends="compile">
    <merc:write repoid="localRepo"
                        bin="${target}/t.jar"
                        name="t:t:1.0"
    />

  </target>
  
{code}

> Implement repository writing functionality
> ------------------------------------------
>
>                 Key: MERCURY-50
>                 URL: http://jira.codehaus.org/browse/MERCURY-50
>             Project: Mercury
>          Issue Type: Sub-task
>          Components: Ant tasks
>            Reporter: Oleg Gusakov
>            Assignee: Oleg Gusakov
>   Original Estimate: 2 days
>  Remaining Estimate: 2 days
>
> Install / deploy functionality

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Closed: (MERCURY-50) Implement repository writing functionality

Posted by "Oleg Gusakov (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MERCURY-50?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Oleg Gusakov closed MERCURY-50.
-------------------------------

    Resolution: Fixed

done

> Implement repository writing functionality
> ------------------------------------------
>
>                 Key: MERCURY-50
>                 URL: http://jira.codehaus.org/browse/MERCURY-50
>             Project: Mercury
>          Issue Type: Sub-task
>          Components: Ant tasks
>            Reporter: Oleg Gusakov
>            Assignee: Oleg Gusakov
>   Original Estimate: 2 days
>  Remaining Estimate: 2 days
>
> Install / deploy functionality

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (MERCURY-50) Implement repository writing functionality

Posted by "Oleg Gusakov (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MERCURY-50?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Oleg Gusakov updated MERCURY-50:
--------------------------------

    Assignee: Oleg Gusakov

> Implement repository writing functionality
> ------------------------------------------
>
>                 Key: MERCURY-50
>                 URL: http://jira.codehaus.org/browse/MERCURY-50
>             Project: Mercury
>          Issue Type: Sub-task
>            Reporter: Oleg Gusakov
>            Assignee: Oleg Gusakov
>   Original Estimate: 2 days
>  Remaining Estimate: 2 days
>


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (MERCURY-50) Implement repository writing functionality

Posted by "Oleg Gusakov (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MERCURY-50?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Oleg Gusakov updated MERCURY-50:
--------------------------------

    Description: Install / deploy functionality

> Implement repository writing functionality
> ------------------------------------------
>
>                 Key: MERCURY-50
>                 URL: http://jira.codehaus.org/browse/MERCURY-50
>             Project: Mercury
>          Issue Type: Sub-task
>          Components: Ant tasks
>            Reporter: Oleg Gusakov
>            Assignee: Oleg Gusakov
>   Original Estimate: 2 days
>  Remaining Estimate: 2 days
>
> Install / deploy functionality

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Work started: (MERCURY-50) Implement repository writing functionality

Posted by "Oleg Gusakov (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MERCURY-50?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Work on MERCURY-50 started by Oleg Gusakov.

> Implement repository writing functionality
> ------------------------------------------
>
>                 Key: MERCURY-50
>                 URL: http://jira.codehaus.org/browse/MERCURY-50
>             Project: Mercury
>          Issue Type: Sub-task
>          Components: Ant tasks
>            Reporter: Oleg Gusakov
>            Assignee: Oleg Gusakov
>   Original Estimate: 2 days
>  Remaining Estimate: 2 days
>
> Install / deploy functionality

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira