Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cbi-dev] bundle runtime/build execution environment

Ok, looks like I missed differences in classes in nested jars. Will need
to update Tycho to better report those and will review/fix the remaining
differences later this week or over weekend.

--
Regards,
Igor

On 12-08-08 9:37 AM, Thanh Ha wrote:
I use egrep to parse using the following command:

   egrep '(baseline and reactor have same version but different
contents|class: different)' dump.log > class-different.log

This gets me a list of modules with different contents. I then usually
ignore most of them except ones that have lines below it that state
there are classes different. I've attached the parsed log which shows a
few classes being different.


Thanh


On 08/08/2012 08:46 AM, Igor Fedorenko wrote:
According to the log there is just one class difference in
HookedJavaFileObject$ForwardingWriter, which I mentioned in an earlier
email. I also spot-checked couple of classes using javap and they are
identical to Juno.

How do you compare classes? Can you give me some examples of differences
that you see?

--
Regards,
Igor


_______________________________________________
cbi-dev mailing list
cbi-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/cbi-dev



Back to the top