Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[mylyn-builds-dev] Question about configuration caches and extending buildplans

Hi all,

I am building a connector for Red Hat's build system koji and have a need
of storing koji's data model into a subclass of build plan.  According to
my previous mailing list conversations, I am aware that the emf framework
will increase the difficulty of doing so.  I wonder would it be related to
serializing/deserializing the objects?  If that's the case, is it possible
for me to actually store koji's data model (which is declared serializable)
into the configuration cache and convert it to a subclass of buildplan during
runtime through BuildServerBehavior's getConfiguration()?

Looking forward to read your reply, thank you very much!

Best regards,

Ken Leung


Back to the top