Serious Problems :-(

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

My project I have been working on all week has now started generating warnings for every single component, about them being unreleased. I am not talking about my authored components, but EVERY component.

It happened since I tried saving the project as XML...

Is there any way to fix this? Or do I have to start again from scratch??
 
Mark,

This is a known bug in XPe Tools. The fix has been promised (considered) for
next SP.

Basically, the bug is that if you save your Configuration as XML, it does
not reserve the released bit in the configuration instances.
However, you can ignore the warnings. It builds the Configuration anyway,
you can use the build.

KM
My project I have been working on all week has now started generating
warnings for every single component, about them being unreleased. I am not
talking about my authored components, but EVERY component.
 
KM said:
Mark,

This is a known bug in XPe Tools. The fix has been promised (considered) for
next SP.

Basically, the bug is that if you save your Configuration as XML, it does
not reserve the released bit in the configuration instances.
However, you can ignore the warnings. It builds the Configuration anyway,
you can use the build.

KM

My concern, is that because I am using unreleased components, it's behaviour may be different. Is there some way to manually manipulate the XML file to add the requried missing information, to get rid of these warnings.

I cannot release this with warning or errors, as our company coding standards prohibit this.
 
Mark,

I don't think you are using unreleased components. You are using latest
component revisions and that's enough.
It is just that the bit is cleared for every instance.

I don't really know how to change the XML to add the Release flag.

You can try adding "Released" attrribute to all your instances manually (tag
<INSTANCE in the xml file). I never tried this and can't tell you if it is
working solution.

KM
My concern, is that because I am using unreleased components, it's
behaviour may be different. Is there some way to manually manipulate the
XML file to add the requried missing information, to get rid of these
warnings.
I cannot release this with warning or errors, as our company coding
standards prohibit this.
 
Back
Top