[TRINIDAD] testBinaryCompatibility build error

2010-11-08 Thread Jeanne Waldman
Hi, I got this error while building for my Skin Versioning patch. testBinaryCompatibility(org.apache.myfaces.trinidad.ClirrRunnerTest) I built the other day and it was fine. Did someone add a new test? I did add some new APIs. What do I have to do to get this to pass? Looking at the

Re: [TRINIDAD] testBinaryCompatibility build error

2010-11-08 Thread Blake Sullivan
Jeanne, This is the result of the api checks for backwards compatibility. The trinidad-api/src/test/clirr/clirr-runner.txt file acts as a golden file for allowed api changes. If your test fails, the target directory will contain the clirr-runner.txt file of all of the api changes found.

Re: [TRINIDAD] testBinaryCompatibility build error

2010-11-08 Thread Matthias Wessendorf
Jeanne, Was there an INFO diff? Perhaps I should change it to ERROR only .. -M sent from my Android phone On Nov 9, 2010 2:46 AM, Blake Sullivan blake.sulli...@oracle.com wrote: Jeanne, This is the result of the api checks for backwards compatibility. The