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

Dennis Lundberg moved MOJO-583 to MNETBEANSFREEFORM-9:
------------------------------------------------------

    Component/s:     (was: netbeans)
            Key: MNETBEANSFREEFORM-9  (was: MOJO-583)
        Project: Maven 2.x Netbeans Freeform Plugin  (was: Mojo)

> NetBeans bug creating compilation classpath - ignores provided dependencies
> ---------------------------------------------------------------------------
>
>                 Key: MNETBEANSFREEFORM-9
>                 URL: http://jira.codehaus.org/browse/MNETBEANSFREEFORM-9
>             Project: Maven 2.x Netbeans Freeform Plugin
>          Issue Type: Bug
>         Environment: Mojo: 2.1-SNAPSHOT
> Windows XP SP2
> JDK 1.4x
> Maven 2.0.4
>            Reporter: Josh Kitterman
>         Attachments: BaseAnalyser.diff
>
>
> The BaseAnalyser class ignores provided dependencies when creating the 
> compilation classpath entries.
> The method "addMainCompilationUnits"
> line 797 should be changed
> From:
> Iterator iterator = mavenProject.getRuntimeArtifacts().iterator();
> TO:
> Iterator iterator = mavenProject.getCompileArtifacts().iterator();

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

Reply via email to