Missing Depdendent Libraries
"bbergeson" <[email protected]>
| Newsgroups | gmane.comp.java.netbeans.modules.openide.devel |
|---|---|
| Message-ID | <[email protected]> |
If I create a new RCP application and enable the following Modules under the IDE node, I get a warning that a token is missing as shown below and that there are no known providers. Does anyone know where I can find the associated jar files? org.eclipse.mylyn.wikitext.core -> missing org.apache.ant org.eclipse.mylyn.tasks.core -> missing org.apache.xereces I have tried to look on the Apache ANT website but all the jar files I see there have an internal package path of org.apache.tools.ant which is not correct and doesn't work. I also can't find an Apache Xerces library that works. I have to enable both of these libraries in order to expose the NetBeans Python pluggin in my application. thx Blaine