Skip to content

Instantly share code, notes, and snippets.

@tonit
Created May 23, 2011 19:52
Show Gist options
  • Save tonit/987443 to your computer and use it in GitHub Desktop.
Save tonit/987443 to your computer and use it in GitHub Desktop.
bndtools problem
zazu:bndtools tonit$ ant build p2
Buildfile: /Users/tonit/devel/oss/bndtools/build.xml
build:
init:
[bndprepare] java.lang.AbstractMethodError
[bndprepare] at aQute.bnd.build.Project.getBundle(Project.java:769)
[bndprepare] at aQute.bnd.build.Project.getBundles(Project.java:424)
[bndprepare] at aQute.bnd.build.Project.parseBuildpath(Project.java:343)
[bndprepare] at aQute.bnd.build.Project.prepare(Project.java:251)
[bndprepare] at aQute.bnd.build.Project.getBootclasspath(Project.java:553)
[bndprepare] at aQute.bnd.build.Project._p_bootclasspath(Project.java:612)
[bndprepare] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[bndprepare] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
[bndprepare] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
[bndprepare] at java.lang.reflect.Method.invoke(Method.java:597)
[bndprepare] at aQute.lib.osgi.Macro.doCommand(Macro.java:210)
[bndprepare] at aQute.lib.osgi.Macro.doCommands(Macro.java:186)
[bndprepare] at aQute.lib.osgi.Macro.replace(Macro.java:134)
[bndprepare] at aQute.lib.osgi.Macro.process(Macro.java:71)
[bndprepare] at aQute.lib.osgi.Macro.process(Macro.java:86)
[bndprepare] at aQute.lib.osgi.Macro.process(Macro.java:58)
[bndprepare] at aQute.lib.osgi.Macro.process(Macro.java:53)
[bndprepare] at aQute.lib.osgi.Macro.process(Macro.java:949)
[bndprepare] at aQute.lib.osgi.Macro.getFlattenedProperties(Macro.java:911)
[bndprepare] at aQute.lib.osgi.Processor.getFlattenedProperties(Processor.java:922)
[bndprepare] at aQute.bnd.ant.PrepareTask.execute(PrepareTask.java:38)
[bndprepare] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:291)
[bndprepare] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[bndprepare] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
[bndprepare] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
[bndprepare] at java.lang.reflect.Method.invoke(Method.java:597)
[bndprepare] at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
[bndprepare] at org.apache.tools.ant.Task.perform(Task.java:348)
[bndprepare] at org.apache.tools.ant.Target.execute(Target.java:390)
[bndprepare] at org.apache.tools.ant.Target.performTasks(Target.java:411)
[bndprepare] at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1399)
[bndprepare] at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38)
[bndprepare] at org.apache.tools.ant.Project.executeTargets(Project.java:1251)
[bndprepare] at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:442)
[bndprepare] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:291)
[bndprepare] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[bndprepare] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
[bndprepare] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
[bndprepare] at java.lang.reflect.Method.invoke(Method.java:597)
[bndprepare] at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
[bndprepare] at org.apache.tools.ant.Task.perform(Task.java:348)
[bndprepare] at org.apache.tools.ant.Target.execute(Target.java:390)
[bndprepare] at org.apache.tools.ant.Target.performTasks(Target.java:411)
[bndprepare] at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1399)
[bndprepare] at org.apache.tools.ant.Project.executeTarget(Project.java:1368)
[bndprepare] at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
[bndprepare] at org.apache.tools.ant.Project.executeTargets(Project.java:1251)
[bndprepare] at org.apache.tools.ant.Main.runBuild(Main.java:809)
[bndprepare] at org.apache.tools.ant.Main.startAnt(Main.java:217)
[bndprepare] at org.apache.tools.ant.launch.Launcher.run(Launcher.java:280)
[bndprepare] at org.apache.tools.ant.launch.Launcher.main(Launcher.java:109)
[bndprepare] java.lang.AbstractMethodError
[bndprepare] at aQute.bnd.build.Project.getBundle(Project.java:769)
[bndprepare] at aQute.bnd.build.Project.getBundles(Project.java:424)
[bndprepare] at aQute.bnd.build.Project.parseBuildpath(Project.java:343)
[bndprepare] at aQute.bnd.build.Project.prepare(Project.java:251)
[bndprepare] at aQute.bnd.build.Project.getDependson(Project.java:490)
[bndprepare] at aQute.bnd.build.Project._p_dependson(Project.java:584)
[bndprepare] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[bndprepare] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
[bndprepare] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
[bndprepare] at java.lang.reflect.Method.invoke(Method.java:597)
[bndprepare] at aQute.lib.osgi.Macro.doCommand(Macro.java:210)
[bndprepare] at aQute.lib.osgi.Macro.doCommands(Macro.java:186)
[bndprepare] at aQute.lib.osgi.Macro.replace(Macro.java:134)
[bndprepare] at aQute.lib.osgi.Macro.process(Macro.java:71)
[bndprepare] at aQute.lib.osgi.Macro.process(Macro.java:86)
[bndprepare] at aQute.lib.osgi.Macro.process(Macro.java:58)
[bndprepare] at aQute.lib.osgi.Macro.process(Macro.java:53)
[bndprepare] at aQute.lib.osgi.Macro.process(Macro.java:949)
[bndprepare] at aQute.lib.osgi.Macro.getFlattenedProperties(Macro.java:911)
[bndprepare] at aQute.lib.osgi.Processor.getFlattenedProperties(Processor.java:922)
[bndprepare] at aQute.bnd.ant.PrepareTask.execute(PrepareTask.java:38)
[bndprepare] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:291)
[bndprepare] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[bndprepare] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
[bndprepare] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
[bndprepare] at java.lang.reflect.Method.invoke(Method.java:597)
[bndprepare] at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
[bndprepare] at org.apache.tools.ant.Task.perform(Task.java:348)
[bndprepare] at org.apache.tools.ant.Target.execute(Target.java:390)
[bndprepare] at org.apache.tools.ant.Target.performTasks(Target.java:411)
[bndprepare] at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1399)
[bndprepare] at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38)
[bndprepare] at org.apache.tools.ant.Project.executeTargets(Project.java:1251)
[bndprepare] at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:442)
[bndprepare] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:291)
[bndprepare] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[bndprepare] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
[bndprepare] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
[bndprepare] at java.lang.reflect.Method.invoke(Method.java:597)
[bndprepare] at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
[bndprepare] at org.apache.tools.ant.Task.perform(Task.java:348)
[bndprepare] at org.apache.tools.ant.Target.execute(Target.java:390)
[bndprepare] at org.apache.tools.ant.Target.performTasks(Target.java:411)
[bndprepare] at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1399)
[bndprepare] at org.apache.tools.ant.Project.executeTarget(Project.java:1368)
[bndprepare] at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
[bndprepare] at org.apache.tools.ant.Project.executeTargets(Project.java:1251)
[bndprepare] at org.apache.tools.ant.Main.runBuild(Main.java:809)
[bndprepare] at org.apache.tools.ant.Main.startAnt(Main.java:217)
[bndprepare] at org.apache.tools.ant.launch.Launcher.run(Launcher.java:280)
[bndprepare] at org.apache.tools.ant.launch.Launcher.main(Launcher.java:109)
[bndprepare] java.lang.AbstractMethodError
[bndprepare] at aQute.bnd.build.Project.getBundle(Project.java:769)
[bndprepare] at aQute.bnd.build.Project.getBundles(Project.java:424)
[bndprepare] at aQute.bnd.build.Project.parseBuildpath(Project.java:343)
[bndprepare] at aQute.bnd.build.Project.prepare(Project.java:251)
[bndprepare] at aQute.bnd.build.Project.getOutput(Project.java:558)
[bndprepare] at aQute.bnd.build.Project._p_output(Project.java:618)
[bndprepare] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[bndprepare] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
[bndprepare] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
[bndprepare] at java.lang.reflect.Method.invoke(Method.java:597)
[bndprepare] at aQute.lib.osgi.Macro.doCommand(Macro.java:210)
[bndprepare] at aQute.lib.osgi.Macro.doCommands(Macro.java:186)
[bndprepare] at aQute.lib.osgi.Macro.replace(Macro.java:134)
[bndprepare] at aQute.lib.osgi.Macro.process(Macro.java:71)
[bndprepare] at aQute.lib.osgi.Macro.process(Macro.java:86)
[bndprepare] at aQute.lib.osgi.Macro.process(Macro.java:58)
[bndprepare] at aQute.lib.osgi.Macro.process(Macro.java:53)
[bndprepare] at aQute.lib.osgi.Macro.process(Macro.java:949)
[bndprepare] at aQute.lib.osgi.Macro.getFlattenedProperties(Macro.java:911)
[bndprepare] at aQute.lib.osgi.Processor.getFlattenedProperties(Processor.java:922)
[bndprepare] at aQute.bnd.ant.PrepareTask.execute(PrepareTask.java:38)
[bndprepare] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:291)
[bndprepare] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[bndprepare] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
[bndprepare] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
[bndprepare] at java.lang.reflect.Method.invoke(Method.java:597)
[bndprepare] at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
[bndprepare] at org.apache.tools.ant.Task.perform(Task.java:348)
[bndprepare] at org.apache.tools.ant.Target.execute(Target.java:390)
[bndprepare] at org.apache.tools.ant.Target.performTasks(Target.java:411)
[bndprepare] at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1399)
[bndprepare] at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38)
[bndprepare] at org.apache.tools.ant.Project.executeTargets(Project.java:1251)
[bndprepare] at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:442)
[bndprepare] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:291)
[bndprepare] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[bndprepare] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
[bndprepare] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
[bndprepare] at java.lang.reflect.Method.invoke(Method.java:597)
[bndprepare] at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
[bndprepare] at org.apache.tools.ant.Task.perform(Task.java:348)
[bndprepare] at org.apache.tools.ant.Target.execute(Target.java:390)
[bndprepare] at org.apache.tools.ant.Target.performTasks(Target.java:411)
[bndprepare] at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1399)
[bndprepare] at org.apache.tools.ant.Project.executeTarget(Project.java:1368)
[bndprepare] at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
[bndprepare] at org.apache.tools.ant.Project.executeTargets(Project.java:1251)
[bndprepare] at org.apache.tools.ant.Main.runBuild(Main.java:809)
[bndprepare] at org.apache.tools.ant.Main.startAnt(Main.java:217)
[bndprepare] at org.apache.tools.ant.launch.Launcher.run(Launcher.java:280)
[bndprepare] at org.apache.tools.ant.launch.Launcher.main(Launcher.java:109)
[bndprepare] java.lang.AbstractMethodError
[bndprepare] at aQute.bnd.build.Project.getBundle(Project.java:769)
[bndprepare] at aQute.bnd.build.Project.getBundles(Project.java:424)
[bndprepare] at aQute.bnd.build.Project.parseBuildpath(Project.java:343)
[bndprepare] at aQute.bnd.build.Project.prepare(Project.java:251)
[bndprepare] at aQute.bnd.build.Project.getRunpath(Project.java:516)
[bndprepare] at aQute.bnd.build.Project._p_testpath(Project.java:600)
[bndprepare] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[bndprepare] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
[bndprepare] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
[bndprepare] at java.lang.reflect.Method.invoke(Method.java:597)
[bndprepare] at aQute.lib.osgi.Macro.doCommand(Macro.java:210)
[bndprepare] at aQute.lib.osgi.Macro.doCommands(Macro.java:186)
[bndprepare] at aQute.lib.osgi.Macro.replace(Macro.java:134)
[bndprepare] at aQute.lib.osgi.Macro.process(Macro.java:71)
[bndprepare] at aQute.lib.osgi.Macro.process(Macro.java:86)
[bndprepare] at aQute.lib.osgi.Macro.process(Macro.java:58)
[bndprepare] at aQute.lib.osgi.Macro.process(Macro.java:53)
[bndprepare] at aQute.lib.osgi.Macro.process(Macro.java:949)
[bndprepare] at aQute.lib.osgi.Macro.getFlattenedProperties(Macro.java:911)
[bndprepare] at aQute.lib.osgi.Processor.getFlattenedProperties(Processor.java:922)
[bndprepare] at aQute.bnd.ant.PrepareTask.execute(PrepareTask.java:38)
[bndprepare] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:291)
[bndprepare] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[bndprepare] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
[bndprepare] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
[bndprepare] at java.lang.reflect.Method.invoke(Method.java:597)
[bndprepare] at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
[bndprepare] at org.apache.tools.ant.Task.perform(Task.java:348)
[bndprepare] at org.apache.tools.ant.Target.execute(Target.java:390)
[bndprepare] at org.apache.tools.ant.Target.performTasks(Target.java:411)
[bndprepare] at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1399)
[bndprepare] at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38)
[bndprepare] at org.apache.tools.ant.Project.executeTargets(Project.java:1251)
[bndprepare] at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:442)
[bndprepare] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:291)
[bndprepare] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[bndprepare] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
[bndprepare] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
[bndprepare] at java.lang.reflect.Method.invoke(Method.java:597)
[bndprepare] at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
[bndprepare] at org.apache.tools.ant.Task.perform(Task.java:348)
[bndprepare] at org.apache.tools.ant.Target.execute(Target.java:390)
[bndprepare] at org.apache.tools.ant.Target.performTasks(Target.java:411)
[bndprepare] at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1399)
[bndprepare] at org.apache.tools.ant.Project.executeTarget(Project.java:1368)
[bndprepare] at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
[bndprepare] at org.apache.tools.ant.Project.executeTargets(Project.java:1251)
[bndprepare] at org.apache.tools.ant.Main.runBuild(Main.java:809)
[bndprepare] at org.apache.tools.ant.Main.startAnt(Main.java:217)
[bndprepare] at org.apache.tools.ant.launch.Launcher.run(Launcher.java:280)
[bndprepare] at org.apache.tools.ant.launch.Launcher.main(Launcher.java:109)
[bndprepare] java.lang.AbstractMethodError
[bndprepare] at aQute.bnd.build.Project.getBundle(Project.java:769)
[bndprepare] at aQute.bnd.build.Project.getBundles(Project.java:424)
[bndprepare] at aQute.bnd.build.Project.parseBuildpath(Project.java:343)
[bndprepare] at aQute.bnd.build.Project.prepare(Project.java:251)
[bndprepare] at aQute.bnd.build.Project.getBuildpath(Project.java:495)
[bndprepare] at aQute.bnd.build.Project._p_buildpath(Project.java:596)
[bndprepare] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[bndprepare] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
[bndprepare] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
[bndprepare] at java.lang.reflect.Method.invoke(Method.java:597)
[bndprepare] at aQute.lib.osgi.Macro.doCommand(Macro.java:210)
[bndprepare] at aQute.lib.osgi.Macro.doCommands(Macro.java:186)
[bndprepare] at aQute.lib.osgi.Macro.replace(Macro.java:134)
[bndprepare] at aQute.lib.osgi.Macro.process(Macro.java:71)
[bndprepare] at aQute.lib.osgi.Macro.process(Macro.java:86)
[bndprepare] at aQute.lib.osgi.Macro.process(Macro.java:58)
[bndprepare] at aQute.lib.osgi.Macro.process(Macro.java:53)
[bndprepare] at aQute.lib.osgi.Macro.process(Macro.java:949)
[bndprepare] at aQute.lib.osgi.Macro.getFlattenedProperties(Macro.java:911)
[bndprepare] at aQute.lib.osgi.Processor.getFlattenedProperties(Processor.java:922)
[bndprepare] at aQute.bnd.ant.PrepareTask.execute(PrepareTask.java:38)
[bndprepare] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:291)
[bndprepare] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[bndprepare] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
[bndprepare] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
[bndprepare] at java.lang.reflect.Method.invoke(Method.java:597)
[bndprepare] at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
[bndprepare] at org.apache.tools.ant.Task.perform(Task.java:348)
[bndprepare] at org.apache.tools.ant.Target.execute(Target.java:390)
[bndprepare] at org.apache.tools.ant.Target.performTasks(Target.java:411)
[bndprepare] at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1399)
[bndprepare] at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38)
[bndprepare] at org.apache.tools.ant.Project.executeTargets(Project.java:1251)
[bndprepare] at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:442)
[bndprepare] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:291)
[bndprepare] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[bndprepare] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
[bndprepare] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
[bndprepare] at java.lang.reflect.Method.invoke(Method.java:597)
[bndprepare] at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
[bndprepare] at org.apache.tools.ant.Task.perform(Task.java:348)
[bndprepare] at org.apache.tools.ant.Target.execute(Target.java:390)
[bndprepare] at org.apache.tools.ant.Target.performTasks(Target.java:411)
[bndprepare] at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1399)
[bndprepare] at org.apache.tools.ant.Project.executeTarget(Project.java:1368)
[bndprepare] at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
[bndprepare] at org.apache.tools.ant.Project.executeTargets(Project.java:1251)
[bndprepare] at org.apache.tools.ant.Main.runBuild(Main.java:809)
[bndprepare] at org.apache.tools.ant.Main.startAnt(Main.java:217)
[bndprepare] at org.apache.tools.ant.launch.Launcher.run(Launcher.java:280)
[bndprepare] at org.apache.tools.ant.launch.Launcher.main(Launcher.java:109)
[bndprepare] java.lang.AbstractMethodError
[bndprepare] at aQute.bnd.build.Project.getBundle(Project.java:769)
[bndprepare] at aQute.bnd.build.Project.getBundles(Project.java:424)
[bndprepare] at aQute.bnd.build.Project.parseBuildpath(Project.java:343)
[bndprepare] at aQute.bnd.build.Project.prepare(Project.java:251)
[bndprepare] at aQute.bnd.build.Project.getAllsourcepath(Project.java:548)
[bndprepare] at aQute.bnd.build.Project._p_allsourcepath(Project.java:608)
[bndprepare] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[bndprepare] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
[bndprepare] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
[bndprepare] at java.lang.reflect.Method.invoke(Method.java:597)
[bndprepare] at aQute.lib.osgi.Macro.doCommand(Macro.java:210)
[bndprepare] at aQute.lib.osgi.Macro.doCommands(Macro.java:186)
[bndprepare] at aQute.lib.osgi.Macro.replace(Macro.java:134)
[bndprepare] at aQute.lib.osgi.Macro.process(Macro.java:71)
[bndprepare] at aQute.lib.osgi.Macro.process(Macro.java:86)
[bndprepare] at aQute.lib.osgi.Macro.process(Macro.java:58)
[bndprepare] at aQute.lib.osgi.Macro.process(Macro.java:53)
[bndprepare] at aQute.lib.osgi.Macro.process(Macro.java:949)
[bndprepare] at aQute.lib.osgi.Macro.getFlattenedProperties(Macro.java:911)
[bndprepare] at aQute.lib.osgi.Processor.getFlattenedProperties(Processor.java:922)
[bndprepare] at aQute.bnd.ant.PrepareTask.execute(PrepareTask.java:38)
[bndprepare] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:291)
[bndprepare] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[bndprepare] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
[bndprepare] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
[bndprepare] at java.lang.reflect.Method.invoke(Method.java:597)
[bndprepare] at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
[bndprepare] at org.apache.tools.ant.Task.perform(Task.java:348)
[bndprepare] at org.apache.tools.ant.Target.execute(Target.java:390)
[bndprepare] at org.apache.tools.ant.Target.performTasks(Target.java:411)
[bndprepare] at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1399)
[bndprepare] at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38)
[bndprepare] at org.apache.tools.ant.Project.executeTargets(Project.java:1251)
[bndprepare] at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:442)
[bndprepare] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:291)
[bndprepare] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[bndprepare] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
[bndprepare] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
[bndprepare] at java.lang.reflect.Method.invoke(Method.java:597)
[bndprepare] at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
[bndprepare] at org.apache.tools.ant.Task.perform(Task.java:348)
[bndprepare] at org.apache.tools.ant.Target.execute(Target.java:390)
[bndprepare] at org.apache.tools.ant.Target.performTasks(Target.java:411)
[bndprepare] at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1399)
[bndprepare] at org.apache.tools.ant.Project.executeTarget(Project.java:1368)
[bndprepare] at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
[bndprepare] at org.apache.tools.ant.Project.executeTargets(Project.java:1251)
[bndprepare] at org.apache.tools.ant.Main.runBuild(Main.java:809)
[bndprepare] at org.apache.tools.ant.Main.startAnt(Main.java:217)
[bndprepare] at org.apache.tools.ant.launch.Launcher.run(Launcher.java:280)
[bndprepare] at org.apache.tools.ant.launch.Launcher.main(Launcher.java:109)
[bndprepare] java.lang.AbstractMethodError
[bndprepare] at aQute.bnd.build.Project.getBundle(Project.java:769)
[bndprepare] at aQute.bnd.build.Project.getBundles(Project.java:424)
[bndprepare] at aQute.bnd.build.Project.parseBuildpath(Project.java:343)
[bndprepare] at aQute.bnd.build.Project.prepare(Project.java:251)
[bndprepare] at aQute.bnd.build.Project.getSourcePath(Project.java:543)
[bndprepare] at aQute.bnd.build.Project._p_sourcepath(Project.java:604)
[bndprepare] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[bndprepare] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
[bndprepare] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
[bndprepare] at java.lang.reflect.Method.invoke(Method.java:597)
[bndprepare] at aQute.lib.osgi.Macro.doCommand(Macro.java:210)
[bndprepare] at aQute.lib.osgi.Macro.doCommands(Macro.java:186)
[bndprepare] at aQute.lib.osgi.Macro.replace(Macro.java:134)
[bndprepare] at aQute.lib.osgi.Macro.process(Macro.java:71)
[bndprepare] at aQute.lib.osgi.Macro.process(Macro.java:86)
[bndprepare] at aQute.lib.osgi.Macro.process(Macro.java:58)
[bndprepare] at aQute.lib.osgi.Macro.process(Macro.java:53)
[bndprepare] at aQute.lib.osgi.Macro.process(Macro.java:949)
[bndprepare] at aQute.lib.osgi.Macro.getFlattenedProperties(Macro.java:911)
[bndprepare] at aQute.lib.osgi.Processor.getFlattenedProperties(Processor.java:922)
[bndprepare] at aQute.bnd.ant.PrepareTask.execute(PrepareTask.java:38)
[bndprepare] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:291)
[bndprepare] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[bndprepare] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
[bndprepare] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
[bndprepare] at java.lang.reflect.Method.invoke(Method.java:597)
[bndprepare] at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
[bndprepare] at org.apache.tools.ant.Task.perform(Task.java:348)
[bndprepare] at org.apache.tools.ant.Target.execute(Target.java:390)
[bndprepare] at org.apache.tools.ant.Target.performTasks(Target.java:411)
[bndprepare] at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1399)
[bndprepare] at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38)
[bndprepare] at org.apache.tools.ant.Project.executeTargets(Project.java:1251)
[bndprepare] at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:442)
[bndprepare] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:291)
[bndprepare] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[bndprepare] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
[bndprepare] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
[bndprepare] at java.lang.reflect.Method.invoke(Method.java:597)
[bndprepare] at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
[bndprepare] at org.apache.tools.ant.Task.perform(Task.java:348)
[bndprepare] at org.apache.tools.ant.Target.execute(Target.java:390)
[bndprepare] at org.apache.tools.ant.Target.performTasks(Target.java:411)
[bndprepare] at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1399)
[bndprepare] at org.apache.tools.ant.Project.executeTarget(Project.java:1368)
[bndprepare] at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
[bndprepare] at org.apache.tools.ant.Project.executeTargets(Project.java:1251)
[bndprepare] at org.apache.tools.ant.Main.runBuild(Main.java:809)
[bndprepare] at org.apache.tools.ant.Main.startAnt(Main.java:217)
[bndprepare] at org.apache.tools.ant.launch.Launcher.run(Launcher.java:280)
[bndprepare] at org.apache.tools.ant.launch.Launcher.main(Launcher.java:109)
[bndprepare] Warnings
[bndprepare] Exception in replace: java.lang.AbstractMethodError
[echo] Enter project bndtools.core
dependencies:
BUILD FAILED
/Users/tonit/devel/oss/bndtools/build.xml:4: The following error occurred while executing this line:
/Users/tonit/devel/oss/bndtools/cnf/build.xml:44: Invalid file: /Users/tonit/devel/oss/bndtools/bndtools.core/${p-dependson
Total time: 1 second
zazu:bndtools tonit$ git status
# On branch master
nothing to commit (working directory clean)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment