Hi, > Procedurally, I don't think you can cherry pick parts of the code to > get something that 'works'. And cherry picking is a painful to do anyway, I'd like to avoid it if we can.
> I think that you should be able to go to git, say "give me the code as it was > when we cut RC1" That exactly what you can do - the source release package contents exactly what was tagged with "apache-flex-sdk-4.11.0RC1". That even includes the flex-sdk-description.xml that was created as part of the compile process (check the version/date in it) :-) What we may not be doing is testing that source release or tag in Jenkins CI. That's may actually be hard to do as in this case it needs the tagged code plus the updates to the tests, but no other updates if you wanted to be really picky. I think Alex run the tests against the source release/RC1 tag not the latest in the release branch and he would of updated the tests which are not part of the source release. Thanks, Justin