You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "Carlos Sanchez (JIRA)" <ji...@apache.org> on 2007/07/11 02:42:04 UTC

[jira] Created: (FELIX-326) NPE in manifest goal

NPE in manifest goal
--------------------

                 Key: FELIX-326
                 URL: https://issues.apache.org/jira/browse/FELIX-326
             Project: Felix
          Issue Type: Bug
          Components: Maven Bundle Plugin
            Reporter: Carlos Sanchez
         Attachments: patch.txt



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


[jira] Reopened: (FELIX-326) NPE in manifest goal

Posted by "Carlos Sanchez (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/FELIX-326?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Carlos Sanchez reopened FELIX-326:
----------------------------------


I missed another exception

org.apache.maven.lifecycle.LifecycleExecutionException: Error trying to generate Manifest
        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:564)
        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:480)
        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:459)
        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:311)
        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:278)
        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:143)
        at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:334)
        at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:125)
        at org.apache.maven.cli.MavenCli.main(MavenCli.java:272)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
        at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
        at org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
        at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
Caused by: org.apache.maven.plugin.MojoExecutionException: Error trying to generate Manifest
        at org.apache.felix.bundleplugin.ManifestPlugin.execute(ManifestPlugin.java:62)
        at org.apache.felix.bundleplugin.BundlePlugin.execute(BundlePlugin.java:123)
        at org.apache.felix.bundleplugin.BundlePlugin.execute(BundlePlugin.java:118)
        at org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:443)
        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:539)
        ... 16 more
Caused by: java.util.zip.ZipException: The system cannot find the file specified
        at java.util.zip.ZipFile.open(Native Method)
        at java.util.zip.ZipFile.<init>(ZipFile.java:203)
        at java.util.zip.ZipFile.<init>(ZipFile.java:234)
        at aQute.lib.osgi.ZipResource.build(ZipResource.java:39)
        at aQute.lib.osgi.ZipResource.build(ZipResource.java:32)
        at aQute.lib.osgi.Jar.<init>(Jar.java:31)
        at aQute.lib.osgi.Jar.<init>(Jar.java:50)
        at aQute.lib.osgi.Analyzer.setJar(Analyzer.java:619)
        at org.apache.felix.bundleplugin.ManifestPlugin.getAnalyzer(ManifestPlugin.java:118)
        at org.apache.felix.bundleplugin.ManifestPlugin.getManifest(ManifestPlugin.java:86)
        at org.apache.felix.bundleplugin.ManifestPlugin.execute(ManifestPlugin.java:58)
        ... 20 more

> NPE in manifest goal
> --------------------
>
>                 Key: FELIX-326
>                 URL: https://issues.apache.org/jira/browse/FELIX-326
>             Project: Felix
>          Issue Type: Bug
>          Components: Maven Bundle Plugin
>            Reporter: Carlos Sanchez
>         Attachments: patch.txt, patch.txt
>
>


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


[jira] Updated: (FELIX-326) NPE in manifest goal

Posted by "Stuart McCulloch (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/FELIX-326?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Stuart McCulloch updated FELIX-326:
-----------------------------------


can this issue be closed?

> NPE in manifest goal
> --------------------
>
>                 Key: FELIX-326
>                 URL: https://issues.apache.org/jira/browse/FELIX-326
>             Project: Felix
>          Issue Type: Bug
>          Components: Maven Bundle Plugin
>            Reporter: Carlos Sanchez
>         Attachments: patch.txt, patch.txt
>
>


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


[jira] Updated: (FELIX-326) NPE in manifest goal

Posted by "Carlos Sanchez (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/FELIX-326?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Carlos Sanchez updated FELIX-326:
---------------------------------

    Attachment: patch.txt

> NPE in manifest goal
> --------------------
>
>                 Key: FELIX-326
>                 URL: https://issues.apache.org/jira/browse/FELIX-326
>             Project: Felix
>          Issue Type: Bug
>          Components: Maven Bundle Plugin
>            Reporter: Carlos Sanchez
>         Attachments: patch.txt
>
>


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


[jira] Resolved: (FELIX-326) NPE in manifest goal

Posted by "Karl Pauls (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/FELIX-326?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Karl Pauls resolved FELIX-326.
------------------------------

    Resolution: Fixed

Applied the patch in r555293.

> NPE in manifest goal
> --------------------
>
>                 Key: FELIX-326
>                 URL: https://issues.apache.org/jira/browse/FELIX-326
>             Project: Felix
>          Issue Type: Bug
>          Components: Maven Bundle Plugin
>            Reporter: Carlos Sanchez
>         Attachments: patch.txt
>
>


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


[jira] Updated: (FELIX-326) NPE in manifest goal

Posted by "Stuart McCulloch (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/FELIX-326?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Stuart McCulloch updated FELIX-326:
-----------------------------------


Hi,

I'd like to get all resolved defects verified before releasing the 1.1.0 version of the bundleplugin - so I'd really appreciate it if you could check things are still ok with the current snapshot, and if so close off the defect.

Thanks in advance!

> NPE in manifest goal
> --------------------
>
>                 Key: FELIX-326
>                 URL: https://issues.apache.org/jira/browse/FELIX-326
>             Project: Felix
>          Issue Type: Bug
>          Components: Maven Bundle Plugin
>            Reporter: Carlos Sanchez
>         Attachments: patch.txt, patch.txt
>
>


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


[jira] Resolved: (FELIX-326) NPE in manifest goal

Posted by "Karl Pauls (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/FELIX-326?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Karl Pauls resolved FELIX-326.
------------------------------

    Resolution: Fixed

Applied the patch in r555989

> NPE in manifest goal
> --------------------
>
>                 Key: FELIX-326
>                 URL: https://issues.apache.org/jira/browse/FELIX-326
>             Project: Felix
>          Issue Type: Bug
>          Components: Maven Bundle Plugin
>            Reporter: Carlos Sanchez
>         Attachments: patch.txt, patch.txt
>
>


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


[jira] Closed: (FELIX-326) NPE in manifest goal

Posted by "Stuart McCulloch (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/FELIX-326?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Stuart McCulloch closed FELIX-326.
----------------------------------


> NPE in manifest goal
> --------------------
>
>                 Key: FELIX-326
>                 URL: https://issues.apache.org/jira/browse/FELIX-326
>             Project: Felix
>          Issue Type: Bug
>          Components: Maven Bundle Plugin
>            Reporter: Carlos Sanchez
>         Attachments: patch.txt, patch.txt
>
>


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


[jira] Updated: (FELIX-326) NPE in manifest goal

Posted by "Carlos Sanchez (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/FELIX-326?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Carlos Sanchez updated FELIX-326:
---------------------------------

    Attachment: patch.txt

Patch for last exception

> NPE in manifest goal
> --------------------
>
>                 Key: FELIX-326
>                 URL: https://issues.apache.org/jira/browse/FELIX-326
>             Project: Felix
>          Issue Type: Bug
>          Components: Maven Bundle Plugin
>            Reporter: Carlos Sanchez
>         Attachments: patch.txt, patch.txt
>
>


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