[Wicket-user] Re: Wicket 1.1 line endings bug?

2005-11-05 Thread jan_bar
I don't know what is the best solutions. For me the pain is in JUnit tests when I compare byte to byte the rendered results with expected results. It should not break because of changed line endings. I have to write comparator that will take different line endings into account. Jan Juergen

Re: [Wicket-user] Re: Wicket 1.1 line endings bug?

2005-11-05 Thread Juergen Donnerstag
Are you using DiffPrint which we use for core unit tests? May be we just have to extend this class Juergen On 11/5/05, jan_bar [EMAIL PROTECTED] wrote: I don't know what is the best solutions. For me the pain is in JUnit tests when I compare byte to byte the rendered results with expected

Re: Re: [Wicket-user] Re: Wicket 1.1 line endings bug?

2005-11-04 Thread Martijn Dashorst
Sent: Thursday, November 03, 2005 4:15 PM Subject: [Norton AntiSpam] Re: [Wicket-user] Re: Wicket 1.1 line endings bug? +1 on stopping the use of the mac :) -Igor On 11/3/05, Johan

[Wicket-user] Re: Wicket 1.1 line endings bug?

2005-11-03 Thread jan_bar
Filled as #1347101. Thanks for your work on Wicket. It would be nice if you don't change line endings in Wicket sources (this is not related to the reported bug) between releases of Wicket. When I use source comparing just to see differences between versions, all files differ. Thanks, Jan

Re: [Wicket-user] Re: Wicket 1.1 line endings bug?

2005-11-03 Thread Martijn Dashorst
I don't change the line endings, CVS does that for me. So basically you are suggesting I should stop using my mac ;-). Long live the differences between Mac, Linux and Dos... CR/LF/CRLF. Just curious, why don't you use CVS diff's? Check out Wicket 1.1 from CVS, and compare it to another version.

Re: [Wicket-user] Re: Wicket 1.1 line endings bug?

2005-11-03 Thread Johan Compagner
You should just stop using youre mac yes. That would be make everything much better :) On 11/3/05, Martijn Dashorst [EMAIL PROTECTED] wrote: I don't change the line endings, CVS does that for me. So basically you are suggesting I should stop using my mac ;-). Long live the differences between

Re: [Wicket-user] Re: Wicket 1.1 line endings bug?

2005-11-03 Thread Igor Vaynberg
+1 on stopping the use of the mac :) -Igor On 11/3/05, Johan Compagner [EMAIL PROTECTED] wrote: You should just stop using youre mac yes. That would be make everything much better :) On 11/3/05, Martijn Dashorst [EMAIL PROTECTED] wrote: I don't change the line endings, CVS does that for me. So

Re: Re: [Wicket-user] Re: Wicket 1.1 line endings bug?

2005-11-03 Thread Adam Chesney
To: wicket-user@lists.sourceforge.net Sent: Thursday, November 03, 2005 4:15 PM Subject: [Norton AntiSpam] Re: [Wicket-user] Re: Wicket 1.1 line endings bug? +1 on stopping the use of the mac :)-Igor On 11/3/05, Johan Compagner [EMAIL PROTECTED] wrote: You should just stop using

Re: Re: [Wicket-user] Re: Wicket 1.1 line endings bug?

2005-11-03 Thread Igor Vaynberg
. Thanks, Adam. - Original Message - From: Igor Vaynberg To: wicket-user@lists.sourceforge.net Sent: Thursday, November 03, 2005 4:15 PM Subject: [Norton AntiSpam] Re: [Wicket-user] Re: Wicket 1.1 line endings bug? +1 on stopping the use of the mac :)-Igor On 11

Re: Re: [Wicket-user] Re: Wicket 1.1 line endings bug?

2005-11-03 Thread David Leangen
: Wicket 1.1 line endings bug? +1 on stopping the use of the mac :) -Igor On 11/3/05, Johan Compagner [EMAIL PROTECTED] wrote