[jira] Created: (MEVENIDE-628) Fails to represent resources as Other Sources in the Project tree for POM that explicitly points to a non-conventional resources folder.

View: New views
4 Messages — Rating Filter:   Alert me  

[jira] Created: (MEVENIDE-628) Fails to represent resources as Other Sources in the Project tree for POM that explicitly points to a non-conventional resources folder.

by JIRA jira@codehaus.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Fails to represent resources as Other Sources in the Project tree for POM that explicitly points to a non-conventional resources folder.
----------------------------------------------------------------------------------------------------------------------------------------

                 Key: MEVENIDE-628
                 URL: http://jira.codehaus.org/browse/MEVENIDE-628
             Project: mevenide
          Issue Type: Bug
          Components: mevenide-netbeans
    Affects Versions: NB_FUTURE
         Environment: All operating systems, not platform or hardware specific.
            Reporter: Martin Jozef
            Assignee: Milos Kleint
             Fix For: NB_FUTURE


Our company BIPT.com is starting to use Maven for our project, however most of our code came from eclipse environment therefore we configured our POM to reflect as much as possible to our existing folder structure including resources. So for example:
<build>
        <sourceDirectory>src</sourceDirectory>
        <outputDirectory>build</outputDirectory>
        <testSourceDirectory>srctest</testSourceDirectory>
        <resources>
            <resource>
                <directory>resources</directory>
            </resource>
        </resources>
    </build>

in this case mavenide-netbeans fails to represent   <directory>resources</directory>   as Other Sources as it does when using standard Maven archetype.
We have to flip between Projects & files view all the time to get to the resources folder.

--
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 from this list, please visit:

    http://xircles.codehaus.org/manage_email



[jira] Updated: (MEVENIDE-628) Fails to represent resources as Other Sources in the Project tree for POM that explicitly points to a non-conventional resources folder.

by JIRA jira@codehaus.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


     [ http://jira.codehaus.org/browse/MEVENIDE-628?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Milos Kleint updated MEVENIDE-628:
----------------------------------

    Affects Version/s:     (was: NB_FUTURE)
                       NB_3.1
          Component/s:     (was: mevenide-netbeans)
                       mevenide2-netbeans
           Issue Type: Improvement  (was: Bug)

well, the Other resources node is more primitive than you assume. It just lists everything under src/main or src/test and excludes java and webapp subfolders.

We would need to add a node for resources explicitly. That also means adding support for excludes/includes I guess..

> Fails to represent resources as Other Sources in the Project tree for POM that explicitly points to a non-conventional resources folder.
> ----------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: MEVENIDE-628
>                 URL: http://jira.codehaus.org/browse/MEVENIDE-628
>             Project: mevenide
>          Issue Type: Improvement
>          Components: mevenide2-netbeans
>    Affects Versions: NB_3.1
>         Environment: All operating systems, not platform or hardware specific.
>            Reporter: Martin Jozef
>            Assignee: Milos Kleint
>             Fix For: NB_FUTURE
>
>
> Our company BIPT.com is starting to use Maven for our project, however most of our code came from eclipse environment therefore we configured our POM to reflect as much as possible to our existing folder structure including resources. So for example:
> <build>
>         <sourceDirectory>src</sourceDirectory>
>         <outputDirectory>build</outputDirectory>
>         <testSourceDirectory>srctest</testSourceDirectory>
>         <resources>
>             <resource>
>                 <directory>resources</directory>
>             </resource>
>         </resources>
>     </build>
> in this case mavenide-netbeans fails to represent   <directory>resources</directory>   as Other Sources as it does when using standard Maven archetype.
> We have to flip between Projects & files view all the time to get to the resources folder.

--
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 from this list, please visit:

    http://xircles.codehaus.org/manage_email



[jira] Commented: (MEVENIDE-628) Fails to represent resources as Other Sources in the Project tree for POM that explicitly points to a non-conventional resources folder.

by JIRA jira@codehaus.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


    [ http://jira.codehaus.org/browse/MEVENIDE-628?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=156529#action_156529 ]

Jaromir Uhrik commented on MEVENIDE-628:
----------------------------------------

This bug was transferred to the NetBeans Issuezilla bug tracking system as http://www.netbeans.org/issues/show_bug.cgi?id=154480

> Fails to represent resources as Other Sources in the Project tree for POM that explicitly points to a non-conventional resources folder.
> ----------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: MEVENIDE-628
>                 URL: http://jira.codehaus.org/browse/MEVENIDE-628
>             Project: mevenide
>          Issue Type: Improvement
>          Components: mevenide2-netbeans
>    Affects Versions: NB_3.1
>         Environment: All operating systems, not platform or hardware specific.
>            Reporter: Martin Jozef
>            Assignee: Milos Kleint
>             Fix For: NB_FUTURE
>
>
> Our company BIPT.com is starting to use Maven for our project, however most of our code came from eclipse environment therefore we configured our POM to reflect as much as possible to our existing folder structure including resources. So for example:
> <build>
>         <sourceDirectory>src</sourceDirectory>
>         <outputDirectory>build</outputDirectory>
>         <testSourceDirectory>srctest</testSourceDirectory>
>         <resources>
>             <resource>
>                 <directory>resources</directory>
>             </resource>
>         </resources>
>     </build>
> in this case mavenide-netbeans fails to represent   <directory>resources</directory>   as Other Sources as it does when using standard Maven archetype.
> We have to flip between Projects & files view all the time to get to the resources folder.

--
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 from this list, please visit:

    http://xircles.codehaus.org/manage_email



[jira] Closed: (MEVENIDE-628) Fails to represent resources as Other Sources in the Project tree for POM that explicitly points to a non-conventional resources folder.

by JIRA jira@codehaus.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


     [ http://jira.codehaus.org/browse/MEVENIDE-628?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Milos Kleint closed MEVENIDE-628.
---------------------------------

    Resolution: Duplicate

closing the issue as duplicate of the newly created one in netbeans.org issuezilla.
Please post your additional comments to the new issue.

> Fails to represent resources as Other Sources in the Project tree for POM that explicitly points to a non-conventional resources folder.
> ----------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: MEVENIDE-628
>                 URL: http://jira.codehaus.org/browse/MEVENIDE-628
>             Project: mevenide
>          Issue Type: Improvement
>          Components: mevenide2-netbeans
>    Affects Versions: NB_3.1
>         Environment: All operating systems, not platform or hardware specific.
>            Reporter: Martin Jozef
>            Assignee: Milos Kleint
>             Fix For: NB_FUTURE
>
>
> Our company BIPT.com is starting to use Maven for our project, however most of our code came from eclipse environment therefore we configured our POM to reflect as much as possible to our existing folder structure including resources. So for example:
> <build>
>         <sourceDirectory>src</sourceDirectory>
>         <outputDirectory>build</outputDirectory>
>         <testSourceDirectory>srctest</testSourceDirectory>
>         <resources>
>             <resource>
>                 <directory>resources</directory>
>             </resource>
>         </resources>
>     </build>
> in this case mavenide-netbeans fails to represent   <directory>resources</directory>   as Other Sources as it does when using standard Maven archetype.
> We have to flip between Projects & files view all the time to get to the resources folder.

--
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 from this list, please visit:

    http://xircles.codehaus.org/manage_email