Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[higgins-dev] higgins2ant trouble

I'm using higgins2ant 1.0.0.3 on a new project I'm trying to create but it will not generate the dependencies correctly.  My MANIFEST.MF file has a "Require-Bundle: org.eclipse.higgins.dependencies.redistributable" statement but the generated dependencies.xml file contains no dependencies.  This is what it generates:

<dependencies id="org.eclipse.higgins.util.saml">
    <higginsProjects/>
</dependencies>

I also notice the dependencies.xml file has 'standalone="no"' while most other projects do not so I wondered if that had something to do with it.  At any rate, I can't get my dependencies to resolve with the eclipse IDE and the build.xml file doesn't show the "redistributable" stuff either.  Little help?

Thanks,
Tom




Back to the top