Re: [jira] Created: (HARMONY-152) Security module native build incorrectly use PATH variable

2006-03-02 Thread Alexey Petrenko
2006/3/3, Mikhail Loenko <[EMAIL PROTECTED]>: > 'Path', 'Include', etc are common e.g. for Windows 2000, Really? Neve heard about this... Is it documented somewhere? > see also http://ant.apache.org/manual/CoreTasks/property.html What part of this document you talking about? -- Alexey A. Petrenko

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

2006-03-02 Thread Richard Liang (JIRA)
[ http://issues.apache.org/jira/browse/HARMONY-149?page=all ] Richard Liang updated HARMONY-149: -- Attachment: Charset_patch_149.txt Would you please have a try and apply the patch on Charset.java ? Thanks a lot! To apply patch, simply click "Team"->"App

Archive component comparison result between Harmony and JSE 5 spec

2006-03-02 Thread Paulex Yang
I did some comparison about archive component between Harmony codes and JSE 5 spec, and the difference has been raised as JIRA issues just now. I will provides patches for them soon :-) . -- Paulex Yang China Software Development Lab IBM

Re: [jira] Commented: (HARMONY-141) Constructors of java.nio.charset.CharsetEncoder do not validate arguments

2006-03-02 Thread Mark Hindess
Obviously we should encourage submission of patches but the committers should remember that tthere are non-committers around who are happy to help get worthwhile contributions in shape! Perhaps just adding a comment to the JIRI suggesting the submitter provide a patch or ask for help on the list?

[jira] Created: (HARMONY-163) Three types in java.util.jar are not implemented in Harmony

2006-03-02 Thread Paulex Yang (JIRA)
Three types in java.util.jar are not implemented in Harmony --- Key: HARMONY-163 URL: http://issues.apache.org/jira/browse/HARMONY-163 Project: Harmony Type: Bug Components: Classlib Reporter: Paulex Yan

Re: [jira] Commented: (HARMONY-156) InputStreamReader.getEncoding() and OutputStreamWriter.getEncoding() should return a historical charset name.

2006-03-02 Thread Paulex Yang
Ah, thank you very much, but...I have some concerns whether we can look at the Sun's bug database. Any official ideas from Harmony PPMC? ;-) karan malhi wrote: You might want to look at this http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6201170 Paulex Yang (JIRA) wrote: [ http://is

[jira] Created: (HARMONY-162) One JSE 5 method are not implemented in java/util/jar/JarEntry

2006-03-02 Thread Paulex Yang (JIRA)
One JSE 5 method are not implemented in java/util/jar/JarEntry -- Key: HARMONY-162 URL: http://issues.apache.org/jira/browse/HARMONY-162 Project: Harmony Type: Bug Components: Classlib Reporter: Paul

[jira] Created: (HARMONY-161) Improper override method in java/util/zip/GZIPOutputStream.close()

2006-03-02 Thread Paulex Yang (JIRA)
Improper override method in java/util/zip/GZIPOutputStream.close() -- Key: HARMONY-161 URL: http://issues.apache.org/jira/browse/HARMONY-161 Project: Harmony Type: Bug Components: Classlib Report

Re: [jira] Commented: (HARMONY-156) InputStreamReader.getEncoding() and OutputStreamWriter.getEncoding() should return a historical charset name.

2006-03-02 Thread karan malhi
You might want to look at this http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6201170 Paulex Yang (JIRA) wrote: [ http://issues.apache.org/jira/browse/HARMONY-156?page=comments#action_12368656 ] Paulex Yang commented on HARMONY-156: - All the spec

[jira] Created: (HARMONY-160) Three JSE 5 methods are not implemented in java.util.zip.InflaterInputStream

2006-03-02 Thread Paulex Yang (JIRA)
Three JSE 5 methods are not implemented in java.util.zip.InflaterInputStream Key: HARMONY-160 URL: http://issues.apache.org/jira/browse/HARMONY-160 Project: Harmony Type: Bug Components: C

[jira] Created: (HARMONY-159) Two JSE 5 methods are not implemented in java.util.zip.Inflator

2006-03-02 Thread Paulex Yang (JIRA)
Two JSE 5 methods are not implemented in java.util.zip.Inflator --- Key: HARMONY-159 URL: http://issues.apache.org/jira/browse/HARMONY-159 Project: Harmony Type: Bug Reporter: Paulex Yang Two methods:

[jira] Created: (HARMONY-158) Two JSE 5 methods are not implemented in java.util.zip.Deflator

2006-03-02 Thread Paulex Yang (JIRA)
Two JSE 5 methods are not implemented in java.util.zip.Deflator --- Key: HARMONY-158 URL: http://issues.apache.org/jira/browse/HARMONY-158 Project: Harmony Type: Bug Reporter: Paulex Yang Two methods:

[jira] Commented: (HARMONY-156) InputStreamReader.getEncoding() and OutputStreamWriter.getEncoding() should return a historical charset name.

2006-03-02 Thread Paulex Yang (JIRA)
[ http://issues.apache.org/jira/browse/HARMONY-156?page=comments#action_12368656 ] Paulex Yang commented on HARMONY-156: - All the spec about Charset historical name is: " Some charsets have an historical name that is defined for compatibility with prev

Re: [jira] Created: (HARMONY-152) Security module native build incorrectly use PATH variable

2006-03-02 Thread Mikhail Loenko
'Path', 'Include', etc are common e.g. for Windows 2000, see also http://ant.apache.org/manual/CoreTasks/property.html Well, I can fix *my* XP but a lot of people will download Harmony, try and throw out I think ALL common environment variables should be spelled all standard ways. Thanks, Mikhai

[jira] Updated: (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 f

2006-03-02 Thread Richard Liang (JIRA)
[ http://issues.apache.org/jira/browse/HARMONY-148?page=all ] Richard Liang updated HARMONY-148: -- Attachment: CharsetDecoder_patch_148.txt This patch fixes bug Harmony 148. Would you please have a try ? The patch could be simply applied by clicking "te

RE: [VOTE] Accept HARMONY-88 : Contribution of code and unit tests for jndi, logging, prefs and sql plus unit tests only for beans, crypto, math, regex and security

2006-03-02 Thread Nathan Beyer
+1 -Original Message- From: Geir Magnusson Jr [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 01, 2006 6:05 AM To: harmony-dev@incubator.apache.org Subject: [VOTE] Accept HARMONY-88 : Contribution of code and unit tests for jndi, logging, prefs and sql plus unit tests only for beans, cry

[jchevm] workarounds for Cygwin zip/jar problems that makes "hello world" work

2006-03-02 Thread Weldon Washburn
Archie, I finally got JCHEVM to compile and run "hello world" with gnu classpath. My next step is to replace gnu classpath with harmony class lib. For anyone interested, below is the workarounds I used: 1) Unzip /usr/local/classpath/share/classpath/glibj.zip to /usr/local/unzipped_glibj 2) Unzi

Re: [VOTE] Accept HARMONY-57 : Contribution of unit test code for a number of components

2006-03-02 Thread Paulex Yang
Nathan, Seems currently in SVN, the test cases are distributed to the various classlib modules. How about we create a project named as common/base/whatever to contain the common/base/whatever utilities/tests which are very frequently used by many modules? Nathan Beyer wrote: +1 What's the

RE: [VOTE] Accept HARMONY-57 : Contribution of unit test code for a number of components

2006-03-02 Thread Nathan Beyer
+1 What's the plan on putting this in SVN? Will this be its own project or will it be distributed to the various classlib modules? The reason I ask is that there are a number of common classes and base classes, which would make splitting the tests up a bit more challenging. Assuming this gets che

Re: [jira] Commented: (HARMONY-141) Constructors of java.nio.charset.CharsetEncoder do not validate arguments

2006-03-02 Thread Richard Liang
Agree ;-) Richard Liang China Software Development Lab, IBM Geir Magnusson Jr wrote: maybe we should reject things not in patch format, as it puts unnecessary load on the committers. Feel free to drop the code into comment or email so that we can discuss, but patch is much easier for every

Re: Sorry for making trouble for vote

2006-03-02 Thread Richard Liang
Thanks a lot for your encouragement, Stefano. I will try to participate as much as possible ;-) Richard Liang China Software Development Lab, IBM Stefano Mazzocchi wrote: Richard Liang wrote: Dear Geir, Just realize I'm not a committers after I'm too impertinent to read your notes clearly

Re: running builds on classlib (was: Re: [jira] Commented: (HARMONY-116) strange exec behaviour with harmony vme/classlib)

2006-03-02 Thread Mark Hindess
On 02/03/06, Tim Ellison <[EMAIL PROTECTED]> wrote: > > Mark Hindess wrote: > > > > On 02/03/06, Tim Ellison <[EMAIL PROTECTED]> wrote: > >>> The build now completes with the Eclipse compiler. > >> Great, so are the classlib builds now running on the classlib code + > >> eclipse compiler + IBM VME?

Re: any donations expected for awt and swing?

2006-03-02 Thread Geir Magnusson Jr
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 ourselves some goals, in terms of applications to run, e

Re: [VOTE] Accept HARMONY-57 : Contribution of unit test code for a number of components

2006-03-02 Thread Geir Magnusson Jr
Leo Simons wrote: On Thu, Mar 02, 2006 at 09:50:02AM -0500, Geir Magnusson Jr wrote: Stefano Mazzocchi wrote: can I vote a "blank statement +1" that you can use to move code into SVN? I think that if you would like to make a +1 blanket statement, then we'll count that in the future. In my

Re: any donations expected for awt and swing?

2006-03-02 Thread Tim Ellison
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 ourselves some goals, in terms of applications to run, etc. If you want to mak

running builds on classlib (was: Re: [jira] Commented: (HARMONY-116) strange exec behaviour with harmony vme/classlib)

2006-03-02 Thread Tim Ellison
Mark Hindess wrote: > On 02/03/06, Tim Ellison <[EMAIL PROTECTED]> wrote: >>> The build now completes with the Eclipse compiler. >> Great, so are the classlib builds now running on the classlib code + >> eclipse compiler + IBM VME? > > Yes! So now I'm hoping to change our internal builds to: So

[jira] Closed: (HARMONY-157) snapshot tar.gz has wrong permissions on java executable

2006-03-02 Thread Tim Ellison (JIRA)
[ http://issues.apache.org/jira/browse/HARMONY-157?page=all ] Tim Ellison closed HARMONY-157: --- Verified by Mark > snapshot tar.gz has wrong permissions on java executable > > > Key: HARMON

[jira] Closed: (HARMONY-154) Files in native-src/linux.IA32/sig should be renamed with prefix hy

2006-03-02 Thread Tim Ellison (JIRA)
[ http://issues.apache.org/jira/browse/HARMONY-154?page=all ] Tim Ellison closed HARMONY-154: --- Verified by Oliver > Files in native-src/linux.IA32/sig should be renamed with prefix hy > ---

[jira] Closed: (HARMONY-155) Native code tidy up - comments and casts

2006-03-02 Thread Tim Ellison (JIRA)
[ http://issues.apache.org/jira/browse/HARMONY-155?page=all ] Tim Ellison closed HARMONY-155: --- Verified by Oliver > Native code tidy up - comments and casts > > > Key: HARMONY-155 > URL: http://i

Re: [VOTE] Accept HARMONY-57 : Contribution of unit test code for a number of components

2006-03-02 Thread Leo Simons
On Thu, Mar 02, 2006 at 09:50:02AM -0500, Geir Magnusson Jr wrote: > Stefano Mazzocchi wrote: > >can I vote a "blank statement +1" that you can use to move code into SVN? > > I think that if you would like to make a +1 blanket statement, then > we'll count that in the future. In my mind, in term

Re: [VOTE] Accept HARMONY-127 : Eclipse plug-in for Harmony JRE support

2006-03-02 Thread Leo Simons
Man, I didn't even know it was coming. Too much email (and lots of real life stuff to do, I must say, moving house is a lot of work!) for me to keep track. Way cool though. I need to sort-of get "off" the PPMC, back into my "just mentoring" role, and then we need some more people on that PPMC who a

any donations expected for awt and swing?

2006-03-02 Thread karan malhi
Hi, I am writing the interfaces for the javax.accessibility package. Some of the interfaces are dependent on classes from the awt package. Are we expecting any donations for awt, swing packages? If donations are not expected then what approach should I take? Should I start writing stuff for a

[jira] Commented: (HARMONY-157) snapshot tar.gz has wrong permissions on java executable

2006-03-02 Thread Mark Hindess (JIRA)
[ http://issues.apache.org/jira/browse/HARMONY-157?page=comments#action_12368557 ] Mark Hindess commented on HARMONY-157: -- Looks good. Thanks Tim. > snapshot tar.gz has wrong permissions on java executable > --

Re: [jira] Commented: (HARMONY-116) strange exec behaviour with harmony vme/classlib

2006-03-02 Thread Mark Hindess
On 02/03/06, Tim Ellison <[EMAIL PROTECTED]> wrote: > > The build now completes with the Eclipse compiler. > > Great, so are the classlib builds now running on the classlib code + > eclipse compiler + IBM VME? Yes! So now I'm hoping to change our internal builds to: 1) Build with IBM jdk. 2)

[jira] Commented: (HARMONY-154) Files in native-src/linux.IA32/sig should be renamed with prefix hy

2006-03-02 Thread Oliver Deakin (JIRA)
[ http://issues.apache.org/jira/browse/HARMONY-154?page=comments#action_12368555 ] Oliver Deakin commented on HARMONY-154: --- Looks good, thanks. > Files in native-src/linux.IA32/sig should be renamed with prefix hy > --

[jira] Commented: (HARMONY-155) Native code tidy up - comments and casts

2006-03-02 Thread Oliver Deakin (JIRA)
[ http://issues.apache.org/jira/browse/HARMONY-155?page=comments#action_12368554 ] Oliver Deakin commented on HARMONY-155: --- Looks good, thanks. > Native code tidy up - comments and casts > > > Key: HA

Re: jiritus

2006-03-02 Thread Geir Magnusson Jr
Tim Ellison wrote: Geir Magnusson Jr wrote: Um. Sorry - I take back the first part. I misread it. I thought you were putting it in yourself... Never mind. There's nothing to see here. Look! An eagle! Over there! Where? where? looks like a sparrow to me. My [friendly] rant about JI

[jira] Closed: (HARMONY-116) strange exec behaviour with harmony vme/classlib

2006-03-02 Thread Tim Ellison (JIRA)
[ http://issues.apache.org/jira/browse/HARMONY-116?page=all ] Tim Ellison closed HARMONY-116: --- Verified by Mark > strange exec behaviour with harmony vme/classlib > > > Key: HARMONY-116 >

Re: [jira] Commented: (HARMONY-116) strange exec behaviour with harmony vme/classlib

2006-03-02 Thread Tim Ellison
> The build now completes with the Eclipse compiler. Great, so are the classlib builds now running on the classlib code + eclipse compiler + IBM VME? Regards, Tim Mark Hindess (JIRA) wrote: > [ > http://issues.apache.org/jira/browse/HARMONY-116?page=comments#action_12368528 > ] > > Mar

[jira] Resolved: (HARMONY-154) Files in native-src/linux.IA32/sig should be renamed with prefix hy

2006-03-02 Thread Tim Ellison (JIRA)
[ http://issues.apache.org/jira/browse/HARMONY-154?page=all ] Tim Ellison resolved HARMONY-154: - Resolution: Fixed Oliver, Fixed in native-src/linux.IA32/sig at repo revision 382448. Please check that the patch was applied as you expected. > Fil

[jira] Assigned: (HARMONY-154) Files in native-src/linux.IA32/sig should be renamed with prefix hy

2006-03-02 Thread Tim Ellison (JIRA)
[ http://issues.apache.org/jira/browse/HARMONY-154?page=all ] Tim Ellison reassigned HARMONY-154: --- Assign To: Tim Ellison > Files in native-src/linux.IA32/sig should be renamed with prefix hy > --

[jira] Resolved: (HARMONY-157) snapshot tar.gz has wrong permissions on java executable

2006-03-02 Thread Tim Ellison (JIRA)
[ http://issues.apache.org/jira/browse/HARMONY-157?page=all ] Tim Ellison resolved HARMONY-157: - Resolution: Fixed Thanks Mark, Applied patch to make/build.xml at repo revision 382447. Please check that the patch was applied as you expected. > s

[jira] Assigned: (HARMONY-157) snapshot tar.gz has wrong permissions on java executable

2006-03-02 Thread Tim Ellison (JIRA)
[ http://issues.apache.org/jira/browse/HARMONY-157?page=all ] Tim Ellison reassigned HARMONY-157: --- Assign To: Tim Ellison > snapshot tar.gz has wrong permissions on java executable > > >

[jira] Resolved: (HARMONY-155) Native code tidy up - comments and casts

2006-03-02 Thread Tim Ellison (JIRA)
[ http://issues.apache.org/jira/browse/HARMONY-155?page=all ] Tim Ellison resolved HARMONY-155: - Resolution: Fixed Thanks for the patch Oliver, Applied to native-src/ at repo revision 382442. Please check that the patch was applied as you expected

[jira] Assigned: (HARMONY-155) Native code tidy up - comments and casts

2006-03-02 Thread Tim Ellison (JIRA)
[ http://issues.apache.org/jira/browse/HARMONY-155?page=all ] Tim Ellison reassigned HARMONY-155: --- Assign To: Tim Ellison > Native code tidy up - comments and casts > > > Key: HARMONY-155 > URL

Re: auth natives

2006-03-02 Thread Tim Ellison
Ok Stepan, I've unhooked the old .cpp natives (to avoid confusion) in repo revision 382441. Regards, Tim Stepan Mishura wrote: > Thanks Tim, Mark -- I've verified that tests pass > > Thanks, > Stepan > > > On 3/2/06, Tim Ellison <[EMAIL PROTECTED]> wrote: >> Thanks Stepan -- I've applied your

[jira] Created: (HARMONY-157) snapshot tar.gz has wrong permissions on java executable

2006-03-02 Thread Mark Hindess (JIRA)
snapshot tar.gz has wrong permissions on java executable Key: HARMONY-157 URL: http://issues.apache.org/jira/browse/HARMONY-157 Project: Harmony Type: Bug Components: Classlib Reporter: Mark Hindess

[jira] Updated: (HARMONY-157) snapshot tar.gz has wrong permissions on java executable

2006-03-02 Thread Mark Hindess (JIRA)
[ http://issues.apache.org/jira/browse/HARMONY-157?page=all ] Mark Hindess updated HARMONY-157: - Attachment: snapshot.file.mode.fix.diff Fixes mode of deploy/jre/bin/java in snapshot tar. > snapshot tar.gz has wrong permissions on java executable > ---

[jira] Commented: (HARMONY-116) strange exec behaviour with harmony vme/classlib

2006-03-02 Thread Mark Hindess (JIRA)
[ http://issues.apache.org/jira/browse/HARMONY-116?page=comments#action_12368528 ] Mark Hindess commented on HARMONY-116: -- Looks good. The build now completes with the Eclipse compiler. > strange exec behaviour with harmony vme/classlib > --

Re: Sorry for making trouble for vote

2006-03-02 Thread Mark Hindess
On 02/03/06, Geir Magnusson Jr <[EMAIL PROTECTED]> wrote: > > Stefano Mazzocchi wrote: > > > > If somebody sees an iceberg while dancing on the deck of the titanic, I > > would want the captains to know sooner rather than later ;-) > > Now there's a positive thought... > > Maybe that will be the 'c

[jira] Resolved: (HARMONY-116) strange exec behaviour with harmony vme/classlib

2006-03-02 Thread Tim Ellison (JIRA)
[ http://issues.apache.org/jira/browse/HARMONY-116?page=all ] Tim Ellison resolved HARMONY-116: - Resolution: Fixed Thanks Mark, Patch applied in native-src/linux.IA32/luni/procimpl.c at repo revision 382415. Please check that the patch was applied

[jira] Assigned: (HARMONY-116) strange exec behaviour with harmony vme/classlib

2006-03-02 Thread Tim Ellison (JIRA)
[ http://issues.apache.org/jira/browse/HARMONY-116?page=all ] Tim Ellison reassigned HARMONY-116: --- Assign To: Tim Ellison > strange exec behaviour with harmony vme/classlib > > > Key: HARMONY-11

Re: [jira] Created: (HARMONY-62) java.text.BreakIterator.getSentenceInstance().next() treats '\n' as the end of the sentence

2006-03-02 Thread Tim Ellison
Art, (Found your note languishing in my reader -- sorry it took so long to reply.) While the wording of the Java spec may allow us to vary the behavior of the break iterator, it will be of cold comfort to any apps that we disrupt if the results are significantly different. As Richard points out,

jiritus (was: Re: [jira] Assigned: (HARMONY-153) mark deprecated API)

2006-03-02 Thread Tim Ellison
Geir Magnusson Jr wrote: > Um. Sorry - I take back the first part. I misread it. I thought you > were putting it in yourself... Never mind. There's nothing to see > here. Look! An eagle! Over there! Where? where? looks like a sparrow to me. > My [friendly] rant about JIRA still stands th

[jira] Resolved: (HARMONY-152) Security module native build incorrectly use PATH variable

2006-03-02 Thread Tim Ellison (JIRA)
[ http://issues.apache.org/jira/browse/HARMONY-152?page=all ] Tim Ellison resolved HARMONY-152: - Resolution: Fixed Alexey, Modified as you suggest to better support case sensitive env var platforms. Fixed in SECURITY module make/build.xml at repo r

[jira] Assigned: (HARMONY-152) Security module native build incorrectly use PATH variable

2006-03-02 Thread Tim Ellison (JIRA)
[ http://issues.apache.org/jira/browse/HARMONY-152?page=all ] Tim Ellison reassigned HARMONY-152: --- Assign To: Tim Ellison > Security module native build incorrectly use PATH variable > -- > >

Re: [jira] Created: (HARMONY-152) Security module native build incorrectly use PATH variable

2006-03-02 Thread Tim Ellison
I agree. Tim Alexey Petrenko wrote: > 2006/3/2, Mikhail Loenko <[EMAIL PROTECTED]>: >> They are really case sensitive, but e.g. on my XP the variable's name is >> 'Path' > Probably you should fix your XP in this case :) > > If we will treat PATH variable this way (use ALL the variants) then > wh

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

2006-03-02 Thread Geir Magnusson Jr
Um. Sorry - I take back the first part. I misread it. I thought you were putting it in yourself... Never mind. There's nothing to see here. Look! An eagle! Over there! My [friendly] rant about JIRA still stands tho... :) geir Geir Magnusson Jr wrote: Please note that there's no need

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

2006-03-02 Thread Tim Ellison (JIRA)
[ http://issues.apache.org/jira/browse/HARMONY-153?page=all ] Tim Ellison resolved HARMONY-153: - Resolution: Fixed Mikhail, I've fixed the problem at repo revision 382400, but to fit in with common convention I have added some explanations to the

Re: [jira] Commented: (HARMONY-141) Constructors of java.nio.charset.CharsetEncoder do not validate arguments

2006-03-02 Thread Geir Magnusson Jr
maybe we should reject things not in patch format, as it puts unnecessary load on the committers. Feel free to drop the code into comment or email so that we can discuss, but patch is much easier for everyone involved Tim Ellison wrote: p.s. I accept test cases in patch format too ;-)

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

2006-03-02 Thread Geir Magnusson Jr
Please note that there's no need to pre-JIRA something you're about to do, unless your short term memory is so shot that you might forget and wander away from your desk, humming Oh Canada! in a minor key while looking for the body of Jimmy Hoffa Just do it. Maybe a quick note to the mail

Re: [jira] Commented: (HARMONY-141) Constructors of java.nio.charset.CharsetEncoder do not validate arguments

2006-03-02 Thread Tim Ellison
p.s. I accept test cases in patch format too ;-) Regards, Tim Richard Liang (JIRA) wrote: > [ > http://issues.apache.org/jira/browse/HARMONY-141?page=comments#action_12368097 > ] > > Richard Liang commented on HARMONY-141: > --- > > Here are the test

Re: Sorry for making trouble for vote

2006-03-02 Thread Geir Magnusson Jr
Stefano Mazzocchi wrote: Richard Liang wrote: Dear Geir, Just realize I'm not a committers after I'm too impertinent to read your notes clearly. :-) Sorry again. Richard, committers make 'binding' votes, but votes from the community are as important because they stimulate participation a

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

2006-03-02 Thread Tim Ellison (JIRA)
[ http://issues.apache.org/jira/browse/HARMONY-153?page=all ] Tim Ellison reassigned HARMONY-153: --- Assign To: Tim Ellison > mark deprecated API > --- > > Key: HARMONY-153 > URL: http://issues.apache.org/jira/browse/HAR

Re: [VOTE] Accept HARMONY-57 : Contribution of unit test code for a number of components

2006-03-02 Thread Geir Magnusson Jr
Stefano Mazzocchi wrote: Geir Magnusson Jr wrote: All paperwork has been received. I'll be getting that into SVN today, but lets get the voting kicked off... Please vote on acceptance of the donation of ontribution of unit test code for a number of components : [ ] +1 Accept [ ] -1 Don't

Re: [VOTE] Accept HARMONY-57 : Contribution of unit test code for a number of components

2006-03-02 Thread karan malhi
+1 Geir Magnusson Jr wrote: All paperwork has been received. I'll be getting that into SVN today, but lets get the voting kicked off... Please vote on acceptance of the donation of ontribution of unit test code for a number of components : [ ] +1 Accept [ ] -1 Don't accept (provide reason

Re: [VOTE] Accept HARMONY-88 : Contribution of code and unit tests for jndi, logging, prefs and sql plus unit tests only for beans, crypto, math, regex and security

2006-03-02 Thread karan malhi
+1 Geir Magnusson Jr wrote: All paperwork has been received. I'll be getting that into SVN today, but lest get the voting kicked off... Please vote on acceptance of the donation of Contribution of code and unit tests for jndi, logging, prefs and sql plus unit tests only for beans, crypto,

Re: [VOTE] Accept HARMONY-127 : Eclipse plug-in for Harmony JRE support

2006-03-02 Thread karan malhi
+1 Geir Magnusson Jr wrote: All paperwork has been received. I'll be getting that into SVN today, but lest get the voting kicked off... Please vote on acceptance of the donation of the eclipse plug-in for Harmony JRE Support : [ ] +1 Accept [ ] -1 Don't accept (provide reason) -- Kara

Re: Sorry for making trouble for vote

2006-03-02 Thread Stefano Mazzocchi
Richard Liang wrote: Dear Geir, Just realize I'm not a committers after I'm too impertinent to read your notes clearly. :-) Sorry again. Richard, committers make 'binding' votes, but votes from the community are as important because they stimulate participation and signal information to th

Re: [VOTE] Accept HARMONY-57 : Contribution of unit test code for a number of components

2006-03-02 Thread Stefano Mazzocchi
Geir Magnusson Jr wrote: All paperwork has been received. I'll be getting that into SVN today, but lets get the voting kicked off... Please vote on acceptance of the donation of ontribution of unit test code for a number of components : [ ] +1 Accept [ ] -1 Don't accept (provide reason) Vo

Re: [VOTE] Accept HARMONY-88 : Contribution of code and unit tests for jndi, logging, prefs and sql plus unit tests only for beans, crypto, math, regex and security

2006-03-02 Thread Stefano Mazzocchi
Geir Magnusson Jr wrote: All paperwork has been received. I'll be getting that into SVN today, but lest get the voting kicked off... Please vote on acceptance of the donation of Contribution of code and unit tests for jndi, logging, prefs and sql plus unit tests only for beans, crypto, math,

Re: [VOTE] Accept HARMONY-127 : Eclipse plug-in for Harmony JRE support

2006-03-02 Thread Stefano Mazzocchi
Geir Magnusson Jr wrote: All paperwork has been received. I'll be getting that into SVN today, but lest get the voting kicked off... Please vote on acceptance of the donation of the eclipse plug-in for Harmony JRE Support : [ ] +1 Accept [ ] -1 Don't accept (provide reason) +1 -- Stefano

[jira] Resolved: (HARMONY-141) Constructors of java.nio.charset.CharsetEncoder do not validate arguments

2006-03-02 Thread Tim Ellison (JIRA)
[ http://issues.apache.org/jira/browse/HARMONY-141?page=all ] Tim Ellison resolved HARMONY-141: - Resolution: Fixed Richard, Thanks for the patch. Applied to NIO_CHAR module at repo revision 382383 with minor modification to the test case (to brin

[jira] Created: (HARMONY-156) InputStreamReader.getEncoding() and OutputStreamWriter.getEncoding() should return a historical charset name.

2006-03-02 Thread Dmitry M. Kononov (JIRA)
InputStreamReader.getEncoding() and OutputStreamWriter.getEncoding() should return a historical charset name. - Key: HARMONY-156 URL: http://issues.apache.org/jira/browse/

Re: build problems

2006-03-02 Thread Alexey Petrenko
> How can I fugure out which javac is used? JAVA_HOME points to JDK1.5 (have > tried 1.4 also - same result) Try ant -verbose it prints out a lot of info... -- Alexey A. Petrenko Intel Middleware Products Division

[jira] Assigned: (HARMONY-141) Constructors of java.nio.charset.CharsetEncoder do not validate arguments

2006-03-02 Thread Tim Ellison (JIRA)
[ http://issues.apache.org/jira/browse/HARMONY-141?page=all ] Tim Ellison reassigned HARMONY-141: --- Assign To: Tim Ellison > Constructors of java.nio.charset.CharsetEncoder do not validate arguments >

Re: [jira] Created: (HARMONY-152) Security module native build incorrectly use PATH variable

2006-03-02 Thread Alexey Petrenko
2006/3/2, Mikhail Loenko <[EMAIL PROTECTED]>: > They are really case sensitive, but e.g. on my XP the variable's name is > 'Path' Probably you should fix your XP in this case :) If we will treat PATH variable this way (use ALL the variants) then why we will not use ALL variants of all other eviron

[jira] Updated: (HARMONY-155) Native code tidy up - comments and casts

2006-03-02 Thread Oliver Deakin (JIRA)
[ http://issues.apache.org/jira/browse/HARMONY-155?page=all ] Oliver Deakin updated HARMONY-155: -- Attachment: code.comment.cleanup.diff Attached patch describing code changes > Native code tidy up - comments and casts >

[jira] Created: (HARMONY-155) Native code tidy up - comments and casts

2006-03-02 Thread Oliver Deakin (JIRA)
Native code tidy up - comments and casts Key: HARMONY-155 URL: http://issues.apache.org/jira/browse/HARMONY-155 Project: Harmony Type: Improvement Components: Classlib Reporter: Oliver Deakin Priority: Minor Attac

[jira] Updated: (HARMONY-154) Files in native-src/linux.IA32/sig should be renamed with prefix hy

2006-03-02 Thread Oliver Deakin (JIRA)
[ http://issues.apache.org/jira/browse/HARMONY-154?page=all ] Oliver Deakin updated HARMONY-154: -- Attachment: hysig.renames.diff Patch for source/makefile changes - this patch should be applied after the renames have been carried out. > Files in nativ

[jira] Created: (HARMONY-154) Files in native-src/linux.IA32/sig should be renamed with prefix hy

2006-03-02 Thread Oliver Deakin (JIRA)
Files in native-src/linux.IA32/sig should be renamed with prefix hy --- Key: HARMONY-154 URL: http://issues.apache.org/jira/browse/HARMONY-154 Project: Harmony Type: Improvement Components: Classlib

[jira] Resolved: (HARMONY-142) java.nio.charset.CharsetDecoder constructor doesn't throw IllegalArgumentException when averageCharsPerByte is greater than maxCharsPerByte.

2006-03-02 Thread Tim Ellison (JIRA)
[ http://issues.apache.org/jira/browse/HARMONY-142?page=all ] Tim Ellison resolved HARMONY-142: - Resolution: Fixed Richard, Thanks for the patch, applied to NIO_CHAR module java.nio.charset.CharsetDecoder at repo revision 382380. I made a couple

[jira] Assigned: (HARMONY-142) java.nio.charset.CharsetDecoder constructor doesn't throw IllegalArgumentException when averageCharsPerByte is greater than maxCharsPerByte.

2006-03-02 Thread Tim Ellison (JIRA)
[ http://issues.apache.org/jira/browse/HARMONY-142?page=all ] Tim Ellison reassigned HARMONY-142: --- Assign To: Tim Ellison > java.nio.charset.CharsetDecoder constructor doesn't throw > IllegalArgumentException when averageCharsPerByte is greater than

Re: [jira] Created: (HARMONY-146) doxygen build is broken

2006-03-02 Thread Mark Hindess
On 01/03/06, Stuart Ballard <[EMAIL PROTECTED]> wrote: > Mark Hindess googlemail.com> writes: > > > Since these are generated files they probably shouldn't be in svn in > > the first place. Though I can see why it is handy to have them there. > > Perhaps we need a "snapshot" on the web site? > >

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

2006-03-02 Thread Mikhail Loenko (JIRA)
[ http://issues.apache.org/jira/browse/HARMONY-153?page=all ] Mikhail Loenko updated HARMONY-153: --- Attachment: deprecated.txt patch > mark deprecated API > --- > > Key: HARMONY-153 > URL: http://issues.apache.org/jira

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

2006-03-02 Thread Mikhail Loenko (JIRA)
mark deprecated API --- Key: HARMONY-153 URL: http://issues.apache.org/jira/browse/HARMONY-153 Project: Harmony Type: Improvement Components: Classlib Reporter: Mikhail Loenko Priority: Minor As agreed on the mailing list deprecated clas

[jira] Commented: (HARMONY-151) RI docs does not specify values for constant fields in javax.accessibility.AccessibleAction interface

2006-03-02 Thread Tim Ellison (JIRA)
[ http://issues.apache.org/jira/browse/HARMONY-151?page=comments#action_12368487 ] Tim Ellison commented on HARMONY-151: - Yes, that is a reasonable approach -- I expect that the lack of specification for these values is an oversight. > RI docs does no

Re: build problems

2006-03-02 Thread Mikhail Loenko
When I'm checking out from scratch on my old machine everything works well. The new machine was originally pure, i'm populating it with various soft right now. I go 'cd enhanced/classlib/trunk/make' and there type 'ant'. How can I fugure out which javac is used? JAVA_HOME points to JDK1.5 (have t

Re: build problems

2006-03-02 Thread Tim Ellison
Mikhail, I've just checked everything out from scratch and it builds ok for me. That is a type that was moved recently but the extra elements in the package name certainly look weird. Are you running the stock build.xml, and a regular javac? Regards, Tim Mikhail Loenko wrote: > Hello > > I've

Re: svn commit: r382185 - in /incubator/harmony/enhanced/classlib/trunk/native-src/linux.IA32: ./ fdlibm/ include/ lib/ text/ zlib/

2006-03-02 Thread Tim Ellison
Oops, thanks -- I already had lib/*.a so have just removed linux.IA32/lib/ from the ignores. Regards, Tim Mark Hindess wrote: > On 01/03/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: >> Author: tellison >> Date: Wed Mar 1 14:35:08 2006 >> New Revision: 382185 >> >> URL: http://svn.apache.org/

Re: [jira] Created: (HARMONY-152) Security module native build incorrectly use PATH variable

2006-03-02 Thread Mikhail Loenko
They are really case sensitive, but e.g. on my XP the variable's name is 'Path' I think it should include all various pathes, like Path, PATH, and path and do not include PAth and PatH Thanks, Mikhail 2006/3/2, Alexey Petrenko (JIRA) <[EMAIL PROTECTED]>: > Security module native build incorrectl

[jira] Created: (HARMONY-152) Security module native build incorrectly use PATH variable

2006-03-02 Thread Alexey Petrenko (JIRA)
Security module native build incorrectly use PATH variable -- Key: HARMONY-152 URL: http://issues.apache.org/jira/browse/HARMONY-152 Project: Harmony Type: Bug Components: Classlib Environment: WinXP Re

build problems

2006-03-02 Thread Mikhail Loenko
Hello I've created a new workspace on a pure machine and trying to build classlib. I get the following error: compile: [javac] Compiling 663 source files to H:\workspace\harmony\bin [javac] H:\workspace\harmony\modules\luni\src\main\java\java\util\Locale.java:31: cannot access org.apach

Re: Security module layout

2006-03-02 Thread George Harley
Hi Stepan, Thanks for raising this. I agree with you that accomplishing the separate goals of HARMONY-95 and HARMONY-147 would probably be easier if security was first moved to the new layout (assuming it gets the blessing of the committers) before auth gets separated out. Best regards, Geor

Re: Security module layout

2006-03-02 Thread Stepan Mishura
George, we are going to extract auth module (see HARMONY-95) and all platform-specific java code will go into the new module. To avoid patches conflict will we define a sequence in which we will apply them? IMHO, it makes sense to adjust to proposed layout first and then to perform auth module ext