manifest classpath contains an extra space in it which breaks the netbeans 
harness build system
-----------------------------------------------------------------------------------------------

                 Key: MNBMODULE-7
                 URL: http://jira.codehaus.org/browse/MNBMODULE-7
             Project: Maven 2.x Netbeans Module Plugin
          Issue Type: Bug
    Affects Versions: 2.4
         Environment: nbm-maven-plugin 2.4-SNAPSHOT (head), maven 2.0.4, 
netbeans 5.5.
            Reporter: Rohnny Moland
         Assigned To: Milos Kleint


When creating a netbeans module from maven with external jar dependencies, the 
generated classpath contains an extra space in it,
which breaks the harness build system in netbeans.
This is how it is in the module classpath:
Class-Path:  ext/binding.jar ext/other.jar
(note 2 spaces after colon)

This is how it should be:
Class-Path: ext/binding.jar ext/other.jar

The problem is located in NetbeansJarUpdateMojo line 190, and should be easy to 
fix. :)


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