[jira] Updated: (HARMONY-185) linux native sources use uninitialized variables

2006-03-07 Thread Mark Hindess (JIRA)
[ http://issues.apache.org/jira/browse/HARMONY-185?page=all ] Mark Hindess updated HARMONY-185: - Attachment: avoid.uninitialized.variable.warnings linux native sources use uninitialized variables

How to deal with this kind of serialization compatibility issue?

2006-03-07 Thread Paulex Yang
This kind of serialization compatibility issue may be found again later, if only RI use some non-API class as default implementation of serializable abstract class. So I think we need some discussion on this issue for a principle. I propose two choice: 1. just let it be 2. mimic a class as

Re: J2SE 5 Plan / Roadmap

2006-03-07 Thread will pugh
You might also want to mention the Memory Model changes that came as part of JSR 133. http://java.sun.com/docs/books/jls/third_edition/html/memory.html --Will Nathan Beyer wrote: Here's a good link with a summary of some of the new features:

[jira] Created: (HARMONY-186) X509CertSelector.match throws ArrayIndexOutOfBoundsException when checks keyUsage criterion

2006-03-07 Thread Stepan Mishura (JIRA)
X509CertSelector.match throws ArrayIndexOutOfBoundsException when checks keyUsage criterion --- Key: HARMONY-186 URL: http://issues.apache.org/jira/browse/HARMONY-186 Project: Harmony

[jira] Updated: (HARMONY-186) X509CertSelector.match throws ArrayIndexOutOfBoundsException when checks keyUsage criterion

2006-03-07 Thread Stepan Mishura (JIRA)
[ http://issues.apache.org/jira/browse/HARMONY-186?page=all ] Stepan Mishura updated HARMONY-186: --- Attachment: fixHarmony186.txt Patch includes bug fix and regression test X509CertSelector.match throws ArrayIndexOutOfBoundsException when checks

[jira] Closed: (HARMONY-99) java.nio.charset.CharsetDecoder.decode(ByteBuffer in) does not throw MalformedInputException when buffer's current position is not legal

2006-03-07 Thread Tim Ellison (JIRA)
[ http://issues.apache.org/jira/browse/HARMONY-99?page=all ] Tim Ellison closed HARMONY-99: -- Verified by Svetlana java.nio.charset.CharsetDecoder.decode(ByteBuffer in) does not throw MalformedInputException when buffer's current position is not legal

[jira] Closed: (HARMONY-102) java.util.Date.parse(String) throws java.lang.IllegalArgumentException for legal string

2006-03-07 Thread Tim Ellison (JIRA)
[ http://issues.apache.org/jira/browse/HARMONY-102?page=all ] Tim Ellison closed HARMONY-102: --- Verified by Svetlana java.util.Date.parse(String) throws java.lang.IllegalArgumentException for legal string

[jira] Closed: (HARMONY-94) java.util.Collections.binarySearch(List, Object, Comparator c) throws NPE when c is null

2006-03-07 Thread Tim Ellison (JIRA)
[ http://issues.apache.org/jira/browse/HARMONY-94?page=all ] Tim Ellison closed HARMONY-94: -- Verified by Svetlana java.util.Collections.binarySearch(List, Object, Comparator c) throws NPE when c is null

[jira] Closed: (HARMONY-93) some methods in java.util.Collections don't throw NPE when the parameter is null

2006-03-07 Thread Tim Ellison (JIRA)
[ http://issues.apache.org/jira/browse/HARMONY-93?page=all ] Tim Ellison closed HARMONY-93: -- Verified by Svetlana some methods in java.util.Collections don't throw NPE when the parameter is null

Re: How to deal with this kind of serialization compatibility issue?

2006-03-07 Thread George Harley
Paulex Yang wrote: This kind of serialization compatibility issue may be found again later, if only RI use some non-API class as default implementation of serializable abstract class. So I think we need some discussion on this issue for a principle. I propose two choice: 1. just let it be 2.

[jira] Closed: (HARMONY-73) java.net.InetAddress.getLocalHost() returns wrong host name for loopback address

2006-03-07 Thread Tim Ellison (JIRA)
[ http://issues.apache.org/jira/browse/HARMONY-73?page=all ] Tim Ellison closed HARMONY-73: -- Verified by Svetlana java.net.InetAddress.getLocalHost() returns wrong host name for loopback address

[jira] Assigned: (HARMONY-92) Suggestion: Move com.ibm.platform from NIO to LUNI

2006-03-07 Thread Tim Ellison (JIRA)
[ http://issues.apache.org/jira/browse/HARMONY-92?page=all ] Tim Ellison reassigned HARMONY-92: -- Assign To: Tim Ellison Suggestion: Move com.ibm.platform from NIO to LUNI -- Key: HARMONY-92

Re: J2SE 5 Plan / Roadmap

2006-03-07 Thread Dalibor Topic
On Mon, Mar 06, 2006 at 09:21:38PM -0600, Nathan Beyer wrote: Alright, more specifically a char is no longer guaranteed to be a single Unicode character, but rather two bytes of a UTF-16 sequence. That wasn't the case before either. Some character representations can only reasonably be

Re: How to deal with this kind of serialization compatibility issue?

2006-03-07 Thread Mikhail Loenko
George, 2006/3/7, George Harley [EMAIL PROTECTED]: Paulex Yang wrote: This kind of serialization compatibility issue may be found again later, if only RI use some non-API class as default implementation of serializable abstract class. So I think we need some discussion on this issue for

[jira] Resolved: (HARMONY-92) Suggestion: Move com.ibm.platform from NIO to LUNI

2006-03-07 Thread Tim Ellison (JIRA)
[ http://issues.apache.org/jira/browse/HARMONY-92?page=all ] Tim Ellison resolved HARMONY-92: Resolution: Fixed Mark / Richard, Thanks for the patches instructions. The 'platform' code has been moved from NIO to LUNI at repo revision 383849.

[jira] Closed: (HARMONY-153) mark deprecated API

2006-03-07 Thread Tim Ellison (JIRA)
[ http://issues.apache.org/jira/browse/HARMONY-153?page=all ] Tim Ellison closed HARMONY-153: --- Verified by Mikhail mark deprecated API --- Key: HARMONY-153 URL: http://issues.apache.org/jira/browse/HARMONY-153

Re: How to deal with this kind of serialization compatibility issue?

2006-03-07 Thread George Harley
Mikhail Loenko wrote: George, 2006/3/7, George Harley [EMAIL PROTECTED]: Paulex Yang wrote: This kind of serialization compatibility issue may be found again later, if only RI use some non-API class as default implementation of serializable abstract class. So I think we need some

Re: How to deal with this kind of serialization compatibility issue?

2006-03-07 Thread Mikhail Loenko
2006/3/7, George Harley [EMAIL PROTECTED]: I wonder what lessons other class library development teams have learned in this area ? BTW, the problem with serialization of crypto keys (various implementations of java.security.Key) was resolved in 1.5 by introducing a new class

[jira] Commented: (HARMONY-92) Suggestion: Move com.ibm.platform from NIO to LUNI

2006-03-07 Thread Mark Hindess (JIRA)
[ http://issues.apache.org/jira/browse/HARMONY-92?page=comments#action_12369215 ] Mark Hindess commented on HARMONY-92: - Looks good. Thanks Tim. Suggestion: Move com.ibm.platform from NIO to LUNI --

Re: How to deal with this kind of serialization compatibility issue?

2006-03-07 Thread Mikhail Loenko
The problem is serial form contains class name sun.foo and if you deal with o.a.h.foo then serialization framework will never know that you class's readObject() is to be invoked. Another option is provide 'pairs' to ObjectInputStream.readObject(): for each 'foo' method it will know what is the

[jira] Assigned: (HARMONY-148) java.nio.charset.CharsetDecoder: decode(in,out,endOfInput) method doesn't preserve replace string for successive decode invocation while out doesn't have engouh space

2006-03-07 Thread Tim Ellison (JIRA)
[ http://issues.apache.org/jira/browse/HARMONY-148?page=all ] Tim Ellison reassigned HARMONY-148: --- Assign To: Tim Ellison java.nio.charset.CharsetDecoder: decode(in,out,endOfInput) method doesn't preserve replace string for successive decode

[jira] Commented: (HARMONY-148) java.nio.charset.CharsetDecoder: decode(in,out,endOfInput) method doesn't preserve replace string for successive decode invocation while out doesn't have engouh space

2006-03-07 Thread Tim Ellison (JIRA)
[ http://issues.apache.org/jira/browse/HARMONY-148?page=comments#action_12369217 ] Tim Ellison commented on HARMONY-148: - Richard, Fix applied to NIO_CHAR module java.nio.charset.CharsetDecoder at repo revision 383862. Please can you provide your

[jira] Assigned: (HARMONY-149) java.nio.charset.Charset.forName(name) return different reference value when requiring the same Charset.

2006-03-07 Thread Tim Ellison (JIRA)
[ http://issues.apache.org/jira/browse/HARMONY-149?page=all ] Tim Ellison reassigned HARMONY-149: --- Assign To: Tim Ellison java.nio.charset.Charset.forName(name) return different reference value when requiring the same Charset.

Re: ITC's Contribution

2006-03-07 Thread Daniel Gandara
Daniel Gandara wrote: c) Some still missing components... we have checked some pre-conditions before making this announcement and we found that there are some components we need (i.e.: concurrent) which are not on Harmony yet. Is someone working on those missing components?

[jira] Assigned: (HARMONY-172) Harmony text component has some API difference with JSE 5 spec

2006-03-07 Thread Tim Ellison (JIRA)
[ http://issues.apache.org/jira/browse/HARMONY-172?page=all ] Tim Ellison reassigned HARMONY-172: --- Assign To: Tim Ellison Harmony text component has some API difference with JSE 5 spec --

[jira] Resolved: (HARMONY-149) java.nio.charset.Charset.forName(name) return different reference value when requiring the same Charset.

2006-03-07 Thread Tim Ellison (JIRA)
[ http://issues.apache.org/jira/browse/HARMONY-149?page=all ] Tim Ellison resolved HARMONY-149: - Resolution: Fixed Richard, Fixed in NIO_CHAR module java.nio.charset.Charset at repo revision 383867. Take a look at how I changed the test case to

[jira] Commented: (HARMONY-172) Harmony text component has some API difference with JSE 5 spec

2006-03-07 Thread Tim Ellison (JIRA)
[ http://issues.apache.org/jira/browse/HARMONY-172?page=comments#action_12369220 ] Tim Ellison commented on HARMONY-172: - Paulex, I thought the decision was to implement the BreakIterator methods to do the 'obvious' thing? I've put in the

[jira] Assigned: (HARMONY-170) java.nio.charset.CharsetEncoder.encode method does not handle the unexpected exception

2006-03-07 Thread Tim Ellison (JIRA)
[ http://issues.apache.org/jira/browse/HARMONY-170?page=all ] Tim Ellison reassigned HARMONY-170: --- Assign To: Tim Ellison java.nio.charset.CharsetEncoder.encode method does not handle the unexpected exception

[jira] Resolved: (HARMONY-170) java.nio.charset.CharsetEncoder.encode method does not handle the unexpected exception

2006-03-07 Thread Tim Ellison (JIRA)
[ http://issues.apache.org/jira/browse/HARMONY-170?page=all ] Tim Ellison resolved HARMONY-170: - Resolution: Fixed Thanks Richard, That was as exemplary JIRA report -- a patch for the code and test suite, and following the conventions! It made

[jira] Assigned: (HARMONY-178) java.text.DateFormat$Field's contructor may replace predefined consts with new value in cache

2006-03-07 Thread Tim Ellison (JIRA)
[ http://issues.apache.org/jira/browse/HARMONY-178?page=all ] Tim Ellison reassigned HARMONY-178: --- Assign To: Tim Ellison java.text.DateFormat$Field's contructor may replace predefined consts with new value in cache

[jira] Resolved: (HARMONY-178) java.text.DateFormat$Field's contructor may replace predefined consts with new value in cache

2006-03-07 Thread Tim Ellison (JIRA)
[ http://issues.apache.org/jira/browse/HARMONY-178?page=all ] Tim Ellison resolved HARMONY-178: - Resolution: Fixed Paulex, Thanks for the patches. I added a copyright statement to the test and updated the test suite. Applied to TEXT module

[jira] Created: (HARMONY-187) java.io.ObjectOutputStream.writeUnshared() works incorrectly.

2006-03-07 Thread Dmitry M. Kononov (JIRA)
java.io.ObjectOutputStream.writeUnshared() works incorrectly. - Key: HARMONY-187 URL: http://issues.apache.org/jira/browse/HARMONY-187 Project: Harmony Type: Bug Components: Classlib Reporter:

[jira] Updated: (HARMONY-187) java.io.ObjectOutputStream.writeUnshared() works incorrectly.

2006-03-07 Thread Dmitry M. Kononov (JIRA)
[ http://issues.apache.org/jira/browse/HARMONY-187?page=all ] Dmitry M. Kononov updated HARMONY-187: -- Attachment: Test16.java java.io.ObjectOutputStream.writeUnshared() works incorrectly.

[jira] Assigned: (HARMONY-174) Change windows native clean to be less verbose/confusing

2006-03-07 Thread Tim Ellison (JIRA)
[ http://issues.apache.org/jira/browse/HARMONY-174?page=all ] Tim Ellison reassigned HARMONY-174: --- Assign To: Tim Ellison Change windows native clean to be less verbose/confusing

[jira] Resolved: (HARMONY-174) Change windows native clean to be less verbose/confusing

2006-03-07 Thread Tim Ellison (JIRA)
[ http://issues.apache.org/jira/browse/HARMONY-174?page=all ] Tim Ellison resolved HARMONY-174: - Resolution: Fixed Thanks Mark, Fixed in native-src/win.IA32/rules.mak at repo revision 383882. Please check that it was applied as you expected.

[jira] Created: (HARMONY-188) ObjectOutputStream.useProtocolVersion(version) should check a parameter value.

2006-03-07 Thread Dmitry M. Kononov (JIRA)
ObjectOutputStream.useProtocolVersion(version) should check a parameter value. -- Key: HARMONY-188 URL: http://issues.apache.org/jira/browse/HARMONY-188 Project: Harmony Type: Bug

Re: How to deal with this kind of serialization compatibility issue?

2006-03-07 Thread Geir Magnusson Jr
This is somewhat terrifying, isn't it? Are there really references to com.sun.* in serialized API objects? This *has* to be a bug in the whole spec if so... Is serialization called out as being non-portable? (I never thought of this before because I always worked in homogeneous JRE

Re: How to deal with this kind of serialization compatibility issue?

2006-03-07 Thread Chris Gray
Hi George, I wonder what lessons other class library development teams have learned in this area ? I guess that our experience from Wonka can be summed up as serialization is a PITA. Most of the time the problem can be solved, you just never know where the next one will pop up. We advise our

[classlib] do we have any current instances where we've chosen to disagree with the spec or RI?

2006-03-07 Thread Geir Magnusson Jr
If so, lets be sure to log them in JIRA - I created a category for this (I forget the name, but it will be obvious...) geir

[jira] Updated: (HARMONY-188) ObjectOutputStream.useProtocolVersion(version) should check a parameter value.

2006-03-07 Thread Dmitry M. Kononov (JIRA)
[ http://issues.apache.org/jira/browse/HARMONY-188?page=all ] Dmitry M. Kononov updated HARMONY-188: -- Attachment: Test17.java ObjectOutputStream.useProtocolVersion(version) should check a parameter value.

Re: [jira] Updated: (HARMONY-188) ObjectOutputStream.useProtocolVersion(version) should check a parameter value.

2006-03-07 Thread crispyalien
PLS HELP ME UNSUBSCRIBE TO THAT JIRA list!!! HELP.. I HATE harmony already because of all that spam!! On 3/7/06, Dmitry M. Kononov (JIRA) [EMAIL PROTECTED] wrote: [ http://issues.apache.org/jira/browse/HARMONY-188?page=all ] Dmitry M. Kononov updated HARMONY-188:

Component status pages (was:Re: any donations expected for awt and swing?)

2006-03-07 Thread zoe slattery
Tim Ellison wrote: Geir Magnusson Jr wrote: Tim Ellison wrote: Probably best to put the 'concerted work in progress' description on the wiki, so anyone can join in; the website status page was intended to be more of a current state of the code overview. We should also start to set

Re: [jira] Updated: (HARMONY-188) ObjectOutputStream.useProtocolVersion(version) should check a parameter value.

2006-03-07 Thread Mark Hindess
On 3/7/06, crispyalien [EMAIL PROTECTED] wrote: PLS HELP ME UNSUBSCRIBE TO THAT JIRA list!!! HELP.. I HATE harmony already because of all that spam!! JIRA messages are sent to the harmony-dev list. Currently the only way to avoid them is to unsubscribe from the harmony-dev list or filter them

Re: [jira] Updated: (HARMONY-188) ObjectOutputStream.useProtocolVersion(version) should check a parameter value.

2006-03-07 Thread Archie Cobbs
Mark Hindess wrote: Geir, There are quite a lot of JIRA messages these days, perhaps it is time to split the JIRA traffic to a separate list with a reply-to set to harmony-dev. Or perhaps just have them sent to the commit list? Yes, please... +1e6 -Archie

Re: How to deal with this kind of serialization compatibility issue?

2006-03-07 Thread Mikhail Loenko
2006/3/7, Geir Magnusson Jr [EMAIL PROTECTED]: This is somewhat terrifying, isn't it? Are there really references to com.sun.* in serialized API objects? Yes, there are. For example, TimeZone.ser produced by the example from the JIRA issue that started this thread, refers to

Re: How to deal with this kind of serialization compatibility issue?

2006-03-07 Thread George Harley
Mikhail Loenko wrote: The problem is serial form contains class name sun.foo and if you deal with o.a.h.foo then serialization framework will never know that you class's readObject() is to be invoked. Yep, you're right : it really is a lot worse than I originally envisaged :-( Another

Re: How to deal with this kind of serialization compatibility issue?

2006-03-07 Thread George Harley
Thanks Chris, your experience on this matter is very welcome. Even if it does make me feel a little depressed ;-) Best regards, George Chris Gray wrote: Hi George, I wonder what lessons other class library development teams have learned in this area ? I guess that our experience

[jira] Commented: (HARMONY-171) Move more shared code from win/linux natives.

2006-03-07 Thread Mark Hindess (JIRA)
[ http://issues.apache.org/jira/browse/HARMONY-171?page=comments#action_12369238 ] Mark Hindess commented on HARMONY-171: -- Oops. There is a typo in the 01 script: svn remove native-src/win.IA32/archive/zip.c should read: svn remove

Re: How to deal with this kind of serialization compatibility issue?

2006-03-07 Thread Geir Magnusson Jr
I see it as an opportunity. :) We should ask Sun what to do they are the go to people for compatibility questions, right? geir George Harley wrote: Thanks Chris, your experience on this matter is very welcome. Even if it does make me feel a little depressed ;-) Best regards, George

Re: unsubscribing WAS (inappropriately) [jira] Updated: (HARMONY-188) ObjectOutputStream.useProtocolVersion(version) should check a parameter value.

2006-03-07 Thread Matt Benson
--- crispyalien [EMAIL PROTECTED] wrote: PLS HELP ME UNSUBSCRIBE TO THAT JIRA list!!! HELP.. I HATE harmony already because of all that spam!! [SNIP] The way to unsubscribe is probably sending an empty email to: [EMAIL PROTECTED] at a guess. It is unfortunate that you feel that you have

jira messages redirected to commits mailing list (was: [jira] Updated: (HARMONY-188) ...)

2006-03-07 Thread Leo Simons
Taking care of this now... I will note that this makes it even more important for committers and active contributors to subscribe to the commits mailing list - a lot of important information is in those jira messages. I will also note that it *also* makes it even more important that Jira is not

Re: jira messages redirected to commits mailing list (was: [jira] Updated: (HARMONY-188) ...)

2006-03-07 Thread Craig Blake
Sweet, many thanks. Craig On Mar 7, 2006, at 9:14 AM, Leo Simons wrote: Taking care of this now... I will note that this makes it even more important for committers and active contributors to subscribe to the commits mailing list - a lot of important information is in those jira messages.

Re: jira messages redirected to commits mailing list (was: [jira] Updated: (HARMONY-188) ...)

2006-03-07 Thread S. Meslin-Weber
On Tue, Mar 07, 2006 at 09:19:54AM -0800, Craig Blake wrote: Sweet, many thanks. +1, I wasn't being flooded but it's nice to be able to separate these flows without client-side filters. Steph -- Stephane Meslin-Weber

Re: [classlib] do we have any current instances where we've chosen to disagree with the spec or RI?

2006-03-07 Thread Tim Ellison
Yes we do. I'm not convinced that logging them in JIRA is the right thing -- I'd like to see them a bit closer to the code. IMHO when we agree on a departure from the spec/RI then the differences should be embodied in an API test case. We should expect the test to pass on harmony code, and fail

Re: [classlib] do we have any current instances where we've chosen to disagree with the spec or RI?

2006-03-07 Thread Geir Magnusson Jr
Tim Ellison wrote: Yes we do. I'm not convinced that logging them in JIRA is the right thing -- I'd like to see them a bit closer to the code. Having them in JIRA doesn't exclude doing anything else, just serves as an additional tracking system - a central directory of how we deviate so

Re: svn commit: r383950 - /incubator/harmony/enhanced/classlib/trunk/modules/luni/make/common/build.xml

2006-03-07 Thread Geir Magnusson Jr
do you want to discuss what you are undoing? geir [EMAIL PROTECTED] wrote: Author: tellison Date: Tue Mar 7 10:08:47 2006 New Revision: 383950 URL: http://svn.apache.org/viewcvs?rev=383950view=rev Log: Use the test suite, and put the results in the reporting dir Modified:

unsubscribing help (was: Re: [jira] Resolved: (HARMONY-174) Change windows native clean to be less verbose/confusing)

2006-03-07 Thread Tim Ellison
Valentin, JIRA certainly produces tons of e-mail (too much IMHO) and AIUI it is all sent to the dev list for everyone to see. It is easy to filter/delete if you only want to see the discussions, but if you want to get off the dev list altogether send mail to [EMAIL PROTECTED]. Regards, Tim

Re: svn commit: r383946 - in /incubator/harmony/enhanced/classlib/trunk: ./ RUNNING-TESTS.txt build-test.xml make/build-test.xml

2006-03-07 Thread Geir Magnusson Jr
can we rename the directory then? I really hate having the main build script in a subdir (I'm used to them in root), and if we can't agree on that, can we not call it make? [EMAIL PROTECTED] wrote: Author: tellison Date: Tue Mar 7 10:01:56 2006 New Revision: 383946 URL:

Re: [jira] Resolved: (HARMONY-174) Change windows native clean to be less verbose/confusing

2006-03-07 Thread Geir Magnusson Jr
I'm not sure who you wrote to - I'm very good about unsubbing people who write directly. I just manually unsubscribed you. Adios. geir crispyalien wrote: how the hell can I get out of this list? I wrote the administrators and I got no respons..I hate this spaming..I registered myself only

Re: jira messages redirected to commits mailing list

2006-03-07 Thread Tim Ellison
Is there some way to teach JIRA not to send so much mail? Every state change produces mail to the world - even though it is likely only of interest to the reporter, assignee, and watchers. i.e. any way to solve the problem rather than move it ;-) Regards, Tim Leo Simons wrote: Taking care

Re: jira messages redirected to commits mailing list

2006-03-07 Thread Geir Magnusson Jr
Tim Ellison wrote: Is there some way to teach JIRA not to send so much mail? Stop using it as a chat room. :) Every state change produces mail to the world - even though it is likely only of interest to the reporter, assignee, and watchers. i.e. any way to solve the problem rather than

luni test script tweaks (was: Re: svn commit: r383950 - /incubator/harmony/enhanced/classlib/trunk/modules/luni/make/common/build.xml)

2006-03-07 Thread Tim Ellison
Geir Magnusson Jr wrote: do you want to discuss what you are undoing? I assume the monster diff is due to EOL differences or something... 1. I've make the test report location a variable 2. I've undone somebody else's undoing of the test suite invocation Regards, Tim [EMAIL PROTECTED]

Re: luni test script tweaks

2006-03-07 Thread Geir Magnusson Jr
Tim Ellison wrote: Geir Magnusson Jr wrote: do you want to discuss what you are undoing? I assume the monster diff is due to EOL differences or something... 1. I've make the test report location a variable I thought you pointed it back into luni? 2. I've undone somebody else's undoing

location for top-level scripts (was: Re: svn commit: r383946 - in /incubator/harmony/enhanced/classlib/trunk: ./ RUNNING-TESTS.txt build-test.xml make/build-test.xml)

2006-03-07 Thread Tim Ellison
Geir Magnusson Jr wrote: can we rename the directory then? Its name follows the pattern set by modules/luni/make/ and modules/security/make/. What do you want to call them? I really hate having the main build script in a subdir (I'm used to them in root), and if we can't agree on that, can

Re: jira messages redirected to commits mailing list

2006-03-07 Thread Tim Ellison
Geir Magnusson Jr wrote: Tim Ellison wrote: Is there some way to teach JIRA not to send so much mail? Stop using it as a chat room. :) So what is the right way to use JIRA? - people open an issue, - maybe comment with a test case - maybe attach a patch or two - I may comment on the

Re: luni test script tweaks

2006-03-07 Thread Tim Ellison
Geir Magnusson Jr wrote: Tim Ellison wrote: Geir Magnusson Jr wrote: do you want to discuss what you are undoing? I assume the monster diff is due to EOL differences or something... 1. I've make the test report location a variable I thought you pointed it back into luni? Nope, see

Re: jira messages redirected to commits mailing list

2006-03-07 Thread Geir Magnusson Jr
Tim Ellison wrote: Geir Magnusson Jr wrote: Tim Ellison wrote: Is there some way to teach JIRA not to send so much mail? Stop using it as a chat room. :) So what is the right way to use JIRA? - people open an issue, - maybe comment with a test case - maybe attach a patch or two So

Re: jira messages redirected to commits mailing list

2006-03-07 Thread Craig Blake
One of the cooler Jira features is the mailing list integration. You can subscribe it to the mailing list, after which it will automatically scan email subjects for issue identifiers (i.e. HARMONY- ) and add the email content as a comment to the referenced issue, including attachments.

Re: jira messages redirected to commits mailing list

2006-03-07 Thread Geir Magnusson Jr
That's great! I wonder if we have that feature turned on in the ASF installation Craig Blake wrote: One of the cooler Jira features is the mailing list integration. You can subscribe it to the mailing list, after which it will automatically scan email subjects for issue identifiers

Re: Location of ResourceBundle classes for javax.accessibility.AccessibleBundle

2006-03-07 Thread karan malhi
Since nobody objected to this package structure, I will just assume the package to be org.apache.harmony.accessibility.internal Paulex Yang wrote: I'm not sure myself, but I personally think that is fine. There is also a Resources directory in every source folder, I have no idea what it

Re: jira messages redirected to commits mailing list

2006-03-07 Thread Tim Ellison
Geir Magnusson Jr wrote: Tim Ellison wrote: Geir Magnusson Jr wrote: Tim Ellison wrote: snip What steps should I stop doing? It was a joke, referring to my continual plea to get some of the conversations out and into -dev@ Sorry, the joke was lost on me. I would like to help reduce the

Re: enhanced/classlib/trunk/depends

2006-03-07 Thread Jean-frederic Clere
Tim Ellison wrote: Jean-frederic Clere wrote: Tim Ellison wrote: Jean-frederic Clere wrote: Mark Hindess wrote: Using touch .now; sleep 2; (cd make; ant) ; find depends ... \! -anewer .now on both builds shows that the only files that aren't accessed by either

Re: luni test script tweaks

2006-03-07 Thread Geir Magnusson Jr
Tim Ellison wrote: Geir Magnusson Jr wrote: Tim Ellison wrote: Geir Magnusson Jr wrote: Tim Ellison wrote: Geir Magnusson Jr wrote: do you want to discuss what you are undoing? I assume the monster diff is due to EOL differences or something... 1. I've make the test report location a

RE: Component status pages (was:Re: any donations expected for awt and swing?)

2006-03-07 Thread Nathan Beyer
-Original Message- From: zoe slattery [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 07, 2006 7:50 AM To: harmony-dev@incubator.apache.org Subject: Component status pages (was:Re: any donations expected for awt and swing?) Tim Ellison wrote: Geir Magnusson Jr wrote: Tim