Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ptp-dev] Updated Resource Manager Schema

Al,

Thanks, I'll take a look tomorrow. One brief note: Eclipse already provides a variable substitution mechanism that might be appropriate to use. See org.eclipse.core.variables.

Regards,
Greg

On Jan 16, 2011, at 6:24 PM, Albert L. Rossi wrote:

> I will try to come up with a PBS instance XML based on this schema; I may not get to it until Tuesday, as I have to devote some time tomorrow to another project I'm working on.
> 
> 
> ----- Albert L. Rossi <arossi@xxxxxxxxxxxxx> wrote:
>> Greg, Randy, Dave,
>> 
>> I have posted a draft of the (control part) of the ResourceManager.xsd (http://wiki.eclipse.org/PTP/designs/resource_manager_xsd); please take a look when you get a chance.
>> 
>> This is a valid XSD which will generate the necessary Java Classes using the JAXB compiler.  I have not yet decided whether it will be simpler to use JAXB runtime to build the actual instance objects from valid instances of the XML, or whether we just might want to parse it in using a DOM parser and then pull from it as necessary.  
>> 
>> Let me know about the holes here, or what you don't think is going to work.  Undoubtedly we will need to iterate a few times.
>> 
>> Thanks, Al
>> 
>> _______________________________________________
>> ptp-dev mailing list
>> ptp-dev@xxxxxxxxxxx
>> https://dev.eclipse.org/mailman/listinfo/ptp-dev
>> 
> 
> _______________________________________________
> ptp-dev mailing list
> ptp-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/ptp-dev



Back to the top