[
https://jira.codehaus.org/browse/MNBMODULE-158?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jesse Glick closed MNBMODULE-158.
---------------------------------
Resolution: Cannot Reproduce
Using Maven 3.0.4, I get no error in trunk, and using the mentioned tag I get
{noformat}
[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR]
.../CoreUtils/src/main/java/org/sleuthkit/autopsy/coreutils/AutopsyExceptionHandler.java:[31,24]
error: package org.netbeans.core does not exist
[ERROR]
.../CoreUtils/src/main/java/org/sleuthkit/autopsy/coreutils/AutopsyExceptionHandler.java:[31,24]
error: package org.netbeans.core does not exist
[ERROR]
.../CoreUtils/src/main/java/org/sleuthkit/autopsy/coreutils/AutopsyExceptionHandler.java:[42,46]
error: cannot find symbol
{noformat}
as expected, since {{org.netbeans.core}} is not in compile scope. Nor can it be
without the impl dep you added, since this is not a public API.
(API usage tip: rather than {{supersedes}}, try {{position}} with any number
you like, since
http://deadlock.netbeans.org/hudson/job/nbms-and-javadoc/lastStableBuild/artifact/nbbuild/build/generated/services.txt
shows {{NbErrorManager}} at no particular position and thus at the very end,
so you can run stuff first. Or if you must supersede the default handler,
obtain it via
{{Lookup.getDefault().lookup(ClassLoader.class).loadClass("org.netbeans.core.NbErrorManager").newInstance()}}
and handle exceptions gracefully.)
> Problem with 'Uncharacterized problems"
> ---------------------------------------
>
> Key: MNBMODULE-158
> URL: https://jira.codehaus.org/browse/MNBMODULE-158
> Project: Maven NetBeans Module Plugin
> Issue Type: Bug
> Affects Versions: 3.6
> Reporter: Benson Margulies
> Assignee: Jesse Glick
> Attachments: nbm.oops
>
>
> My situation does not look much like MNBMODULE-102 afaikt. I will attach a
> log.
> [ERROR] Failed to execute goal
> org.codehaus.mojo:nbm-maven-plugin:3.6:manifest (default-manifest) on project
> coreutils: Uncategorized problems with NetBeans dependency verification
> (maybe MNBMODULE-102): [org.netbeans.core.NbErrorManager] -> [Help 1]
> org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute
> goal org.codehaus.mojo:nbm-maven-plugin:3.6:manifest (default-manifest) on
> project coreutils: Uncategorized problems with NetBeans dependency
> verification (maybe MNBMODULE-102): [org.netbeans.core.NbErrorManager]
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://jira.codehaus.org/secure/ContactAdministrators!default.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