You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "Patrick Lightbody (JIRA)" <ji...@codehaus.org> on 2006/02/28 21:01:35 UTC

[jira] Created: (MIDEA-26) Library support and template overrides

Library support and template overrides
--------------------------------------

         Key: MIDEA-26
         URL: http://jira.codehaus.org/browse/MIDEA-26
     Project: Maven 2.x Idea Plugin
        Type: New Feature

    Reporter: Patrick Lightbody
 Attachments: idea.patch

The supplied patch provides two features:

1) If the files workspace.xml, module.xml, or project.xml are found in src/main/idea, they will be used in place of those found in the plugin jar. That is, they will be used for creating new config files (Rather than updating existing ones).

2) You may specify a <library> element that can allow you to tweak how the library is defined in the module:

 * exclude: prevents the library from being configured - great for times when you wish to instead link in a module as a dependency
 * sources: a comma separated list of source paths to bind to the library
 * classes: a comma separated list of class paths to use in place of the typical jar found in ~/.m2

-- 
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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Updated: (MIDEA-26) Library support and template overrides

Posted by "Patrick Lightbody (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MIDEA-26?page=all ]

Patrick Lightbody updated MIDEA-26:
-----------------------------------

    Attachment: idea.diff

> Library support and template overrides
> --------------------------------------
>
>          Key: MIDEA-26
>          URL: http://jira.codehaus.org/browse/MIDEA-26
>      Project: Maven 2.x Idea Plugin
>         Type: New Feature

>     Reporter: Patrick Lightbody
>  Attachments: idea.diff, idea.diff, idea.diff, idea.diff, idea.diff, idea.patch
>
>
> The supplied patch provides two features:
> 1) If the files workspace.xml, module.xml, or project.xml are found in src/main/idea, they will be used in place of those found in the plugin jar. That is, they will be used for creating new config files (Rather than updating existing ones).
> 2) You may specify a <library> element that can allow you to tweak how the library is defined in the module:
>  * exclude: prevents the library from being configured - great for times when you wish to instead link in a module as a dependency
>  * sources: a comma separated list of source paths to bind to the library
>  * classes: a comma separated list of class paths to use in place of the typical jar found in ~/.m2

-- 
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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Updated: (MIDEA-26) Library support and template overrides

Posted by "Patrick Lightbody (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MIDEA-26?page=all ]

Patrick Lightbody updated MIDEA-26:
-----------------------------------

    Attachment: idea.diff

> Library support and template overrides
> --------------------------------------
>
>          Key: MIDEA-26
>          URL: http://jira.codehaus.org/browse/MIDEA-26
>      Project: Maven 2.x Idea Plugin
>         Type: New Feature

>     Reporter: Patrick Lightbody
>  Attachments: idea.diff, idea.diff, idea.patch
>
>
> The supplied patch provides two features:
> 1) If the files workspace.xml, module.xml, or project.xml are found in src/main/idea, they will be used in place of those found in the plugin jar. That is, they will be used for creating new config files (Rather than updating existing ones).
> 2) You may specify a <library> element that can allow you to tweak how the library is defined in the module:
>  * exclude: prevents the library from being configured - great for times when you wish to instead link in a module as a dependency
>  * sources: a comma separated list of source paths to bind to the library
>  * classes: a comma separated list of class paths to use in place of the typical jar found in ~/.m2

-- 
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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Updated: (MIDEA-26) Library support and template overrides

Posted by "Patrick Lightbody (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MIDEA-26?page=all ]

Patrick Lightbody updated MIDEA-26:
-----------------------------------

    Attachment: idea.diff

> Library support and template overrides
> --------------------------------------
>
>          Key: MIDEA-26
>          URL: http://jira.codehaus.org/browse/MIDEA-26
>      Project: Maven 2.x Idea Plugin
>         Type: New Feature

>     Reporter: Patrick Lightbody
>  Attachments: idea.diff, idea.diff, idea.diff, idea.patch
>
>
> The supplied patch provides two features:
> 1) If the files workspace.xml, module.xml, or project.xml are found in src/main/idea, they will be used in place of those found in the plugin jar. That is, they will be used for creating new config files (Rather than updating existing ones).
> 2) You may specify a <library> element that can allow you to tweak how the library is defined in the module:
>  * exclude: prevents the library from being configured - great for times when you wish to instead link in a module as a dependency
>  * sources: a comma separated list of source paths to bind to the library
>  * classes: a comma separated list of class paths to use in place of the typical jar found in ~/.m2

-- 
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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Updated: (MIDEA-26) Library support and template overrides

Posted by "Patrick Lightbody (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MIDEA-26?page=all ]

Patrick Lightbody updated MIDEA-26:
-----------------------------------

    Attachment: idea.diff

> Library support and template overrides
> --------------------------------------
>
>          Key: MIDEA-26
>          URL: http://jira.codehaus.org/browse/MIDEA-26
>      Project: Maven 2.x Idea Plugin
>         Type: New Feature

>     Reporter: Patrick Lightbody
>  Attachments: idea.diff, idea.diff, idea.diff, idea.diff, idea.patch
>
>
> The supplied patch provides two features:
> 1) If the files workspace.xml, module.xml, or project.xml are found in src/main/idea, they will be used in place of those found in the plugin jar. That is, they will be used for creating new config files (Rather than updating existing ones).
> 2) You may specify a <library> element that can allow you to tweak how the library is defined in the module:
>  * exclude: prevents the library from being configured - great for times when you wish to instead link in a module as a dependency
>  * sources: a comma separated list of source paths to bind to the library
>  * classes: a comma separated list of class paths to use in place of the typical jar found in ~/.m2

-- 
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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Updated: (MIDEA-26) Library support and template overrides

Posted by "Patrick Lightbody (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MIDEA-26?page=all ]

Patrick Lightbody updated MIDEA-26:
-----------------------------------

    Attachment: idea.diff

> Library support and template overrides
> --------------------------------------
>
>          Key: MIDEA-26
>          URL: http://jira.codehaus.org/browse/MIDEA-26
>      Project: Maven 2.x Idea Plugin
>         Type: New Feature

>     Reporter: Patrick Lightbody
>  Attachments: idea.diff, idea.patch
>
>
> The supplied patch provides two features:
> 1) If the files workspace.xml, module.xml, or project.xml are found in src/main/idea, they will be used in place of those found in the plugin jar. That is, they will be used for creating new config files (Rather than updating existing ones).
> 2) You may specify a <library> element that can allow you to tweak how the library is defined in the module:
>  * exclude: prevents the library from being configured - great for times when you wish to instead link in a module as a dependency
>  * sources: a comma separated list of source paths to bind to the library
>  * classes: a comma separated list of class paths to use in place of the typical jar found in ~/.m2

-- 
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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Closed: (MIDEA-26) Library support and template overrides

Posted by "Edwin Punzalan (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MIDEA-26?page=all ]
     
Edwin Punzalan closed MIDEA-26:
-------------------------------

     Assign To: Edwin Punzalan
    Resolution: Fixed

Patch applied. Thanks.

> Library support and template overrides
> --------------------------------------
>
>          Key: MIDEA-26
>          URL: http://jira.codehaus.org/browse/MIDEA-26
>      Project: Maven 2.x Idea Plugin
>         Type: New Feature

>     Reporter: Patrick Lightbody
>     Assignee: Edwin Punzalan
>  Attachments: idea.diff, idea.diff, idea.diff, idea.diff, idea.diff, idea.patch
>
>
> The supplied patch provides two features:
> 1) If the files workspace.xml, module.xml, or project.xml are found in src/main/idea, they will be used in place of those found in the plugin jar. That is, they will be used for creating new config files (Rather than updating existing ones).
> 2) You may specify a <library> element that can allow you to tweak how the library is defined in the module:
>  * exclude: prevents the library from being configured - great for times when you wish to instead link in a module as a dependency
>  * sources: a comma separated list of source paths to bind to the library
>  * classes: a comma separated list of class paths to use in place of the typical jar found in ~/.m2

-- 
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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org