Use sigil build console to report errors vs throwing exception from builder
---------------------------------------------------------------------------
Key: FELIX-1690
URL: https://issues.apache.org/jira/browse/FELIX-1690
Project: Felix
Issue Type: Improvement
Components: Sigil
Environment: Eclipse
Reporter: David Savage
Priority: Minor
Often see the following error message if the eclipse incremental build runs
after the headless build has cleaned the compile directory - causes an annoying
pop up dialog:
error on clean build
java.lang.Exception: [BND: Missing file on classpath:
/Users/dave/Documents/osgi-in-action/svn/code/chapter10/paint-example-ds/org.foo.paint/build/classes,
BND: Missing file on classpath:
/Users/dave/Documents/osgi-in-action/svn/code/chapter10/paint-example-ds/org.foo.shape/build/classes]
at org.apache.felix.sigil.bnd.BundleBuilder.createBundle(BundleBuilder.java:215)
at
org.apache.felix.sigil.eclipse.internal.builders.SigilIncrementalProjectBuilder.doBuild(SigilIncrementalProjectBuilder.java:174)
at
org.apache.felix.sigil.eclipse.internal.builders.SigilIncrementalProjectBuilder.autoBuild(SigilIncrementalProjectBuilder.java:115)
at
org.apache.felix.sigil.eclipse.internal.builders.SigilIncrementalProjectBuilder.build(SigilIncrementalProjectBuilder.java:75)
at org.eclipse.core.internal.events.BuildManager$2.run(BuildManager.java:627)
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
<truncated>
Should redirect all build messages to sigil build console instead
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.