| Summary: | API use scan NPE with ant (PDE core not initialized) | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Eclipse Project] PDE | Reporter: | Nicolas Bros <nicolas.bros> | ||||
| Component: | API Tools | Assignee: | PDE API Tools Inbox <pde-apitools-inbox> | ||||
| Status: | CLOSED DUPLICATE | QA Contact: | |||||
| Severity: | normal | ||||||
| Priority: | P3 | CC: | emft.facet-inbox, Michael_Rennie | ||||
| Version: | 3.7 | ||||||
| Target Milestone: | --- | ||||||
| Hardware: | PC | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Attachments: |
|
||||||
|
Description
Nicolas Bros
This is a known issue and has been fixed in bug 342193. > What I don't understand is that the wiki page describes running the API scan > like a standard Java application. I am not sure what you mean. The section describes how to run the tasks from the commandline; there is no Java nor running Eclipse involved at all. > Shouldn't it be run as an Eclipse application > instead? It *could* be run that way as well. But we also support running the Ant tasks from the commandline using only Ant like the following: root%>ant -buildfile <build file name> > Otherwise, how are the bundles supposed to be started if there is no > Equinox running? The bundles do not get started in the commandline case. The cause of this issue is that there is no OSGi running and the target platform service was not working as expected without OSGi. *** This bug has been marked as a duplicate of bug 342193 *** |