Re: [classlib] Testing conventions - a proposal

2006-07-08 Thread Geir Magnusson Jr
Nathan Beyer wrote: -Original Message- From: Geir Magnusson Jr [mailto:[EMAIL PROTECTED] This is a fun thread. I plan to read it from end to end later today and comment. Initial thoughts are that I've been wanting to use TestNG for months (hence my resistance to any JUnit

Re: Re: [classlib] Testing conventions - a proposal

2006-07-08 Thread Alex Blewitt
On 08/07/06, Geir Magnusson Jr [EMAIL PROTECTED] wrote: So while I like the annotations, and expect we can use them effectively, I have an instinctive skepticism of annotations right now because in general (in general in Java), I'm not convinced we've used them enough to grok good design

Re: [announce] New Apache Harmony Committer : Weldon Washburn

2006-07-08 Thread Weldon Washburn
Thanks everyone. I look forword to working with you. Let's make Harmony exceed expectations! - Terms of use : http://incubator.apache.org/harmony/mailing.html To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

Re: [classlib] Testing conventions - a proposal

2006-07-08 Thread Geir Magnusson Jr
Alex Blewitt wrote: On 08/07/06, Geir Magnusson Jr [EMAIL PROTECTED] wrote: So while I like the annotations, and expect we can use them effectively, I have an instinctive skepticism of annotations right now because in general (in general in Java), I'm not convinced we've used them enough

Re: [general] milestones and roadmap (round 1 summary)

2006-07-08 Thread Geir Magnusson Jr
Weldon Washburn wrote: On 7/6/06, Tim Ellison [EMAIL PROTECTED] wrote: Geir Magnusson Jr wrote: I think this captures the input so far w/ a minimum of editorializing on my part for now :) let me know if anything was left off, or if there are new things to be added I agree. It looks

[DRLVM] GC/VM interface discussion

2006-07-08 Thread Weldon Washburn
All, As a first step to improving DRLVM's GC/VM interface, it would be great to cleanup drlvm/trunk/vm/include/open/vm_gc.h and gc.h. Basically the concept is to start by removing unused APIs and fixing the comments. A second step would be to modify these files to accommodate different GCs such

Re: [classlib] debug compilation as default

2006-07-08 Thread Thorbjørn Ravn Andersen
Ivan Volosyuk skrev den 08-07-2006 00:35: Working on different projects, I've found out that Java programmers and C programmers have different habits. Java programmers likes ant, Linux/C programmers - make. I am C programmer :) If we going to do all the build ant-way, let's use cpptask as DRLVM

Re: [testing] Peace

2006-07-08 Thread Thorbjørn Ravn Andersen
Tim Ellison skrev den 07-07-2006 00:10: May I tactfully suggest that we get this back to a discussion of the pros and cons of JUnit test suites and/or TestNG metadata vs. directory layout. Sounds good. Then I have a question: I have used JUnit 3 somewhat for test-driven development, and

Re: [classlib] debug compilation as default

2006-07-08 Thread Geir Magnusson Jr
Ivan Volosyuk wrote: Working on different projects, I've found out that Java programmers and C programmers have different habits. Java programmers likes ant, Linux/C programmers - make. I am C programmer :) I am both, and I like using both for different things. If we going to do all the

Re: [classlib] debug compilation as default

2006-07-08 Thread Geir Magnusson Jr
Thorbjørn Ravn Andersen wrote: Ivan Volosyuk skrev den 08-07-2006 00:35: Working on different projects, I've found out that Java programmers and C programmers have different habits. Java programmers likes ant, Linux/C programmers - make. I am C programmer :) If we going to do all the build

Re: [classlib] debug compilation as default

2006-07-08 Thread Tim Ellison
Geir Magnusson Jr wrote: Ivan Volosyuk wrote: Working on different projects, I've found out that Java programmers and C programmers have different habits. Java programmers likes ant, Linux/C programmers - make. I am C programmer :) I am both, and I like using both for different things.

RE: [vm-kernel][testing] Where to put VM-agnostic tests for kernel classes?

2006-07-08 Thread Nathan Beyer
-Original Message- From: Tim Ellison [mailto:[EMAIL PROTECTED] That is the default name, but you can change it with a command line option -vm: and put it in a directory specified by -vmdir:, e.g. java -vmdir:drlvm -vm:foo Does this work for DRLVM now? I tried this method two

Re: [classlib] debug compilation as default

2006-07-08 Thread Mark Hindess
On 8 July 2006 at 1:35, Ivan Volosyuk [EMAIL PROTECTED] wrote: On 7/7/06, Mark Hindess [EMAIL PROTECTED] wrote: On 7 July 2006 at 21:29, Ivan Volosyuk [EMAIL PROTECTED] wrote: On 7/7/06, Geir Magnusson Jr [EMAIL PROTECTED] wrote: Ivan Volosyuk wrote: The drlvm build

Re: [classlib] debug compilation as default

2006-07-08 Thread Mark Hindess
On 8 July 2006 at 19:13, =?ISO-8859-1?Q?Thorbj=F8rn_Ravn_Andersen?= [EMAIL PROTECTED] wrote: Ivan Volosyuk skrev den 08-07-2006 00:35: Working on different projects, I've found out that Java programmers and C programmers have different habits. Java programmers likes ant, Linux/C