You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "Tim Morrow (JIRA)" <ji...@apache.org> on 2007/04/06 17:31:34 UTC

[jira] Created: (AMQ-1223) Maven plugin could locate activemq-data directory in target dir

Maven plugin could locate activemq-data directory in target dir
---------------------------------------------------------------

                 Key: AMQ-1223
                 URL: https://issues.apache.org/activemq/browse/AMQ-1223
             Project: ActiveMQ
          Issue Type: Improvement
    Affects Versions: 4.2.0
            Reporter: Tim Morrow
            Priority: Minor
         Attachments: maven-plugin-activemq-data.txt

I'd like the Maven plugin to coerce the activemq-data directory to the build output (target) directory so that it will be deleted when doing a "clean".  Useful for integration tests where we don't need the activemq-data directory to survive between broker  instantiations.

The attached patch will cause the activemq-data directory to be located in the existing configured "outputDirectory", which defaults to "target".  This essentially changes the current behavior.


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


[jira] Updated: (AMQ-1223) Maven plugin could locate activemq-data directory in target dir

Posted by "Adrian Co (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/AMQ-1223?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Adrian Co updated AMQ-1223:
---------------------------

    Fix Version/s: 5.0.0

> Maven plugin could locate activemq-data directory in target dir
> ---------------------------------------------------------------
>
>                 Key: AMQ-1223
>                 URL: https://issues.apache.org/activemq/browse/AMQ-1223
>             Project: ActiveMQ
>          Issue Type: Improvement
>    Affects Versions: 5.0.0
>            Reporter: Tim Morrow
>            Assignee: Adrian Co
>            Priority: Minor
>             Fix For: 5.0.0
>
>         Attachments: maven-plugin-activemq-data.txt
>
>
> I'd like the Maven plugin to coerce the activemq-data directory to the build output (target) directory so that it will be deleted when doing a "clean".  Useful for integration tests where we don't need the activemq-data directory to survive between broker  instantiations.
> The attached patch will cause the activemq-data directory to be located in the existing configured "outputDirectory", which defaults to "target".  This essentially changes the current behavior.

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


[jira] Issue Comment Edited: (AMQ-1223) Maven plugin could locate activemq-data directory in target dir

Posted by "Adrian Co (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/AMQ-1223?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_39418 ] 

Adrian Co edited comment on AMQ-1223 at 6/15/07 2:54 AM:
---------------------------------------------------------

Patch applied! Thanks Tim!

Fixed in - http://svn.apache.org/viewvc?view=rev&rev=547575

BTW, more info for using the plugin here - http://cwiki.apache.org/confluence/display/ACTIVEMQ/Maven2+ActiveMQ+Broker+Plugin

Let me know if you encounter any issues.


 was:
Patch applied! Thanks Tim!

Fixed in - http://svn.apache.org/viewvc?view=rev&rev=547575

BTW, for info for using the plugin here - http://cwiki.apache.org/confluence/display/ACTIVEMQ/Maven2+ActiveMQ+Broker+Plugin

Let me know if you encounter any issues.

> Maven plugin could locate activemq-data directory in target dir
> ---------------------------------------------------------------
>
>                 Key: AMQ-1223
>                 URL: https://issues.apache.org/activemq/browse/AMQ-1223
>             Project: ActiveMQ
>          Issue Type: Improvement
>    Affects Versions: 5.0.0
>            Reporter: Tim Morrow
>            Assignee: Adrian Co
>            Priority: Minor
>             Fix For: 5.0.0
>
>         Attachments: maven-plugin-activemq-data.txt
>
>
> I'd like the Maven plugin to coerce the activemq-data directory to the build output (target) directory so that it will be deleted when doing a "clean".  Useful for integration tests where we don't need the activemq-data directory to survive between broker  instantiations.
> The attached patch will cause the activemq-data directory to be located in the existing configured "outputDirectory", which defaults to "target".  This essentially changes the current behavior.

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


[jira] Commented: (AMQ-1223) Maven plugin could locate activemq-data directory in target dir

Posted by "Tim Morrow (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/AMQ-1223?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_38973 ] 

Tim Morrow commented on AMQ-1223:
---------------------------------

Reference to mailing list post: http://www.nabble.com/Controlling-location-of-activemq-data-with-maven-plugin-tf3537221s2354.html


> Maven plugin could locate activemq-data directory in target dir
> ---------------------------------------------------------------
>
>                 Key: AMQ-1223
>                 URL: https://issues.apache.org/activemq/browse/AMQ-1223
>             Project: ActiveMQ
>          Issue Type: Improvement
>    Affects Versions: 4.2.0
>            Reporter: Tim Morrow
>            Priority: Minor
>         Attachments: maven-plugin-activemq-data.txt
>
>
> I'd like the Maven plugin to coerce the activemq-data directory to the build output (target) directory so that it will be deleted when doing a "clean".  Useful for integration tests where we don't need the activemq-data directory to survive between broker  instantiations.
> The attached patch will cause the activemq-data directory to be located in the existing configured "outputDirectory", which defaults to "target".  This essentially changes the current behavior.

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


[jira] Resolved: (AMQ-1223) Maven plugin could locate activemq-data directory in target dir

Posted by "Adrian Co (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/AMQ-1223?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Adrian Co resolved AMQ-1223.
----------------------------

    Resolution: Fixed

Patch applied! Thanks Tim!

Fixed in - http://svn.apache.org/viewvc?view=rev&rev=547575

BTW, for info for using the plugin here - http://cwiki.apache.org/confluence/display/ACTIVEMQ/Maven2+ActiveMQ+Broker+Plugin

Let me know if you encounter any issues.

> Maven plugin could locate activemq-data directory in target dir
> ---------------------------------------------------------------
>
>                 Key: AMQ-1223
>                 URL: https://issues.apache.org/activemq/browse/AMQ-1223
>             Project: ActiveMQ
>          Issue Type: Improvement
>    Affects Versions: 5.0.0
>            Reporter: Tim Morrow
>            Assignee: Adrian Co
>            Priority: Minor
>         Attachments: maven-plugin-activemq-data.txt
>
>
> I'd like the Maven plugin to coerce the activemq-data directory to the build output (target) directory so that it will be deleted when doing a "clean".  Useful for integration tests where we don't need the activemq-data directory to survive between broker  instantiations.
> The attached patch will cause the activemq-data directory to be located in the existing configured "outputDirectory", which defaults to "target".  This essentially changes the current behavior.

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


[jira] Updated: (AMQ-1223) Maven plugin could locate activemq-data directory in target dir

Posted by "James Strachan (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/AMQ-1223?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

James Strachan updated AMQ-1223:
--------------------------------

    Assignee: Adrian Co

Fancy taking a stab at these Adrian? :)

> Maven plugin could locate activemq-data directory in target dir
> ---------------------------------------------------------------
>
>                 Key: AMQ-1223
>                 URL: https://issues.apache.org/activemq/browse/AMQ-1223
>             Project: ActiveMQ
>          Issue Type: Improvement
>    Affects Versions: 5.0.0
>            Reporter: Tim Morrow
>            Assignee: Adrian Co
>            Priority: Minor
>         Attachments: maven-plugin-activemq-data.txt
>
>
> I'd like the Maven plugin to coerce the activemq-data directory to the build output (target) directory so that it will be deleted when doing a "clean".  Useful for integration tests where we don't need the activemq-data directory to survive between broker  instantiations.
> The attached patch will cause the activemq-data directory to be located in the existing configured "outputDirectory", which defaults to "target".  This essentially changes the current behavior.

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