Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ptp-dev] Problems trying to create resource manager using XML framework

You check out the packages from the orbit directory of the tools project in CVS.

Greg

On Apr 26, 2011, at 11:15 AM, Albert L. Rossi wrote:

> Dave,
> 
> First, I have not tried to build using Java 1.6.  I was under the impression that we were not migrating HEAD to 1.6, and that is the reason for the additional plugin requirements.
> 
> The next build should have all the required plugins, but for now you need to get these from Orbit:
> 
> javax.xml;bundle-version="1.3.4",
> javax.xml.stream;bundle-version="1.0.1",
> javax.xml.bind;bundle-version="2.1.9", 
> com.sun.xml.bind;bundle-version="2.1.9",
> javax.activation;bundle-version="1.1.0"
> 
> I'm not sure what the forbidden references is all about.  There may be a few inevitable ones to CDT, but not to the Java runtime as far as I know.
> 
> Yes, the way to go would be to create the plugin and use the extension point to map the name of the new RM to the location of the configuration file in it.
> 
> Al
> 
> ----- Dave Wootton <dwootton@xxxxxxxxxx> wrote:
>> Al
>> I'm experimenting with building a PE resource manager using your framework 
>> and ran into a problem where I suspect I don't have some prerequisite 
>> plugins installed. I've installed the Indigo M6A build, CDT 8.0, RSE 3.3, 
>> Java 1.6.20  and extracted the latest PTP source from HEAD. 
>> 
>> At first I was getting hundreds of error messages in 
>> org.eclipse.ptp.rm.jaxb.core complaining about forbidden references to 
>> classes in the Java runtime. I got around that by turning off the error 
>> flag in the error/warnings properties page for forbidden reference. 
>> 
>> Then I got error messages in org.eclipse.ptp.rm.jaxb.core 
>> org.eclipse.ptp.rm.jaxb.tests and org.eclipse.ptp.rm.jaxb.ui complaining 
>> that javax.xml.stream, javax.xml.bind, com.sun.xml.bind and 
>> javax.activation could not be resolved.  Is there something else I need to 
>> install? I see the javax* packages defined in the Java 6 javadoc but not 
>> Java 5.
>> 
>> I'm assuming once I get everything else configured properly, I need to 
>> create a single PE plugin that refers to your framework and sets up the 
>> right extension points. What do I need to specify in these files to get 
>> set up?
>> 
>> Thanks
>> Dave
> _______________________________________________
> ptp-dev mailing list
> ptp-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/ptp-dev



Back to the top