[jira] Created: (HARMONY-100) text/BidiWrapper issue?

2006-02-17 Thread Vladimir Gorr (JIRA)
text/BidiWrapper issue? --- Key: HARMONY-100 URL: http://issues.apache.org/jira/browse/HARMONY-100 Project: Harmony Type: Bug Reporter: Vladimir Gorr Let's consider the following test: import java.text.Bidi; public class Test {

[classlib] security moved

2006-02-17 Thread Geir Magnusson Jr
I moved modules/security to archive/modules/security and moved modules/security2 to modules/security. I adjusted build scripts as needed. I wasn't able to go further or put a snapshot up because of really awful network conditions in the hotel I'm in. (There seems to be something systemically

[jira] Closed: (HARMONY-79) java.util.jar.Attributes.put(Object name, Object value) doesn't throw ClassCastException

2006-02-17 Thread Tim Ellison (JIRA)
[ http://issues.apache.org/jira/browse/HARMONY-79?page=all ] Tim Ellison closed HARMONY-79: -- Verified by Svetlana java.util.jar.Attributes.put(Object name, Object value) doesn't throw ClassCastException

[jira] Commented: (HARMONY-67) java.nio.charset.Charset.decode(ByteBuffer) throws unexpected BufferOverflowException for UTF-16BE, UTF-16LE, UTF-16 charsets.

2006-02-17 Thread Tim Ellison (JIRA)
[ http://issues.apache.org/jira/browse/HARMONY-67?page=comments#action_12366769 ] Tim Ellison commented on HARMONY-67: Svetlana, can you explain why you think the decode behavior is wrong? The test, as written in our SVN repository, passes on Harmony

Re: I welcome J2SE 6's faster-splash.... re: Java speed-up

2006-02-17 Thread Tim Ellison
Geir Magnusson Jr wrote: This can't be a Java issue - it must be the design-by-committee-for-all-platforms-ever-to-be problem... I would love to see a good sound API in the style of SWT. Call it JavaAudio... ... and implement it on Harmony code, we'd be very receptive to patches and

Re: Mission impossible: new APIs without spec in Java 5.0

2006-02-17 Thread Richard Liang
Hello Anton, Thanks a lot. Yes, we can use test to investigate the behavior of RI. :-) Richard Liang China Software Development Lab, IBM Anton Avtamonov wrote: On 2/16/06, Tim Ellison [EMAIL PROTECTED] wrote: Hmm, they look to me like they could be impl methods that were inadvertently

[jira] Commented: (HARMONY-67) java.nio.charset.Charset.decode(ByteBuffer) throws unexpected BufferOverflowException for UTF-16BE, UTF-16LE, UTF-16 charsets.

2006-02-17 Thread Svetlana Samoilenko (JIRA)
[ http://issues.apache.org/jira/browse/HARMONY-67?page=comments#action_12366771 ] Svetlana Samoilenko commented on HARMONY-67: Tim, I agree with Vladimir, this condition

Re: [jira] Created: (HARMONY-95) Extract auth component from 'security2' module

2006-02-17 Thread Tim Ellison
Geir, do you want to do this or shall I? Stepan: could you update the classlib componentization page to reflect the new proposed modules? http://wiki.apache.org/harmony/componentization Thanks Tim Stepan Mishura (JIRA) wrote: Extract auth component from 'security2' module

[classlib] policy file

2006-02-17 Thread Tim Ellison
why has our permissions policy file (in jre/lib/security) gone from java.policy - drl.policy, lost its license etc. ? Regards, Tim -- Tim Ellison ([EMAIL PROTECTED]) IBM Java technology centre, UK.

Re: [classlib] policy file

2006-02-17 Thread Mikhail Loenko
java.security also does not have a license... Why do you think they have to have a license? Thanks, Mikhail On 2/17/06, Tim Ellison [EMAIL PROTECTED] wrote: why has our permissions policy file (in jre/lib/security) gone from java.policy - drl.policy, lost its license etc. ? Regards, Tim

[jira] Closed: (HARMONY-67) java.nio.charset.Charset.decode(ByteBuffer) throws unexpected BufferOverflowException for UTF-16BE, UTF-16LE, UTF-16 charsets.

2006-02-17 Thread Tim Ellison (JIRA)
[ http://issues.apache.org/jira/browse/HARMONY-67?page=all ] Tim Ellison closed HARMONY-67: -- Resolution: Fixed Verified by Svetlana. (If anyone disagrees I'm happy to reopen it) java.nio.charset.Charset.decode(ByteBuffer) throws unexpected

Re: [classlib] security moved

2006-02-17 Thread Tim Ellison
Geir Magnusson Jr wrote: I moved modules/security to archive/modules/security and moved modules/security2 to modules/security. I adjusted build scripts as needed. Thanks. How about making the archive/ a peer of trunk/, branches/ tags/, then people downloading trunk won't get the archived

Re: [classlib] policy file

2006-02-17 Thread Tim Ellison
I meant it's copyright / license block comment. Same reason every other files does. ...and why drl.policy? any objection to changing it back? Regards, Tim Mikhail Loenko wrote: java.security also does not have a license... Why do you think they have to have a license? Thanks, Mikhail

Re: newbie to project-where to start from

2006-02-17 Thread Tim Ellison
Mikhail Loenko wrote: depending on the bug... actually, this is the answer I would give too (which I know is not very helpful). Some apparent 'bugs' are ambiguities in the spec, or a different choice of under-specified behavior that we likely want to match to ensure compatibility; others may be

Re: newbie to project-where to start from

2006-02-17 Thread Anton Avtamonov
Just minor comment: Many times I saw very strange behavior in jdk which I was absolutely sure about: definitely a bug. But then... I found applications which used those strange things! I hust want to say that it is important to be very careful when deciding what is bug: it is very probable to

[jira] Created: (HARMONY-101) NPE in java.util.regex.Pattern.compile()

2006-02-17 Thread Svetlana Samoilenko (JIRA)
NPE in java.util.regex.Pattern.compile() Key: HARMONY-101 URL: http://issues.apache.org/jira/browse/HARMONY-101 Project: Harmony Type: Bug Components: Classlib Reporter: Svetlana Samoilenko According to 1.4.2 and

[jira] Commented: (HARMONY-100) text/BidiWrapper issue?

2006-02-17 Thread Tim Ellison (JIRA)
[ http://issues.apache.org/jira/browse/HARMONY-100?page=comments#action_12366777 ] Tim Ellison commented on HARMONY-100: - Vladimir, Thanks for the observation. I agree there is a problem here, but I don't agree with your conclusion. Looking at

[jira] Commented: (HARMONY-100) text/BidiWrapper issue?

2006-02-17 Thread Tim Ellison (JIRA)
[ http://issues.apache.org/jira/browse/HARMONY-100?page=comments#action_12366778 ] Tim Ellison commented on HARMONY-100: - What I forgot to say at the end was... and thank you for reading it so closely to find this bug! text/BidiWrapper issue?

Re: svn commit: r378390 - in /incubator/harmony/enhanced/classlib/trunk/native-src/win.IA32/auth: ./ auth_copyright.c authwin32.c authwin32.h hyauth.def hyauth.rc makefile

2006-02-17 Thread Tim Ellison
sure -- this is the C version of the jaaswin code (including some Hy portlib-ification), with building code in the makefile format that the other natives use. The Linux version still needs doing, so I wanted to stash it in SVN for discussion with Mikhail et al before linking it into the actual

Re: newbie to project-where to start from

2006-02-17 Thread Mikhail Loenko
I agree with Tim that we should discuss on the dev list Later we might want to have some roadmap once we find a number of similar issues At this point I think we might be compatible when RI throws wrong exceptions - for example it often mixes NPE and IllegalArgumentException Thanks, Mikhail On

Re: [jira] Created: (HARMONY-100) text/BidiWrapper issue?

2006-02-17 Thread Tim Ellison
congratulations -- you are our 100th customer! Step over here for your special gift. (Too bad Svetlana, you missed out after all that hard work :-) ). Tim Vladimir Gorr (JIRA) wrote: text/BidiWrapper issue? --- Key: HARMONY-100 URL:

Re: newbie to project-where to start from

2006-02-17 Thread Anton Avtamonov
On 2/17/06, Mikhail Loenko [EMAIL PROTECTED] wrote: I agree with Tim that we should discuss on the dev list +1 Later we might want to have some roadmap once we find a number of similar issues At this point I think we might be compatible when RI throws wrong exceptions - for example it

[jira] Commented: (HARMONY-68) java.nio.charset.Charset.isSupported(String charsetName) does not throw IllegalCharsetNameException for spoiled standard sharset name

2006-02-17 Thread Tim Ellison (JIRA)
[ http://issues.apache.org/jira/browse/HARMONY-68?page=comments#action_12366784 ] Tim Ellison commented on HARMONY-68: The test looks invalid to me. You shoud only expect an java.nio.charset.IllegalCharsetNameException if the name itself contains

Re: newbie to project-where to start from

2006-02-17 Thread karan malhi
Anton Avtamonov wrote: IMHO, when spec states some exception we should be spec-compatible. +1 On 2/17/06, Mikhail Loenko [EMAIL PROTECTED] wrote: I agree with Tim that we should discuss on the dev list +1 Later we might want to have some roadmap once we find a number of

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

2006-02-17 Thread Svetlana Samoilenko (JIRA)
java.util.Date.parse(String) throws java.lang.IllegalArgumentException for legal string Key: HARMONY-102 URL: http://issues.apache.org/jira/browse/HARMONY-102 Project: Harmony

Re: [classlib] policy file

2006-02-17 Thread Geir Magnusson Jr
It probably has been that way for weeks, since we switched to security2. Easy fix... Tim Ellison wrote: why has our permissions policy file (in jre/lib/security) gone from java.policy - drl.policy, lost its license etc. ? Regards, Tim

Re: [classlib] policy file

2006-02-17 Thread Geir Magnusson Jr
We historically have add the Apache License to all of our files. We should do this here for consistency, but it's not critical - I expect our policies to change to eliminate this practice at some point in the near future. If we do a release though before that policy change happens, we should

Re: [classlib] security moved

2006-02-17 Thread Geir Magnusson Jr
Tim Ellison wrote: Geir Magnusson Jr wrote: I moved modules/security to archive/modules/security and moved modules/security2 to modules/security. I adjusted build scripts as needed. Thanks. How about making the archive/ a peer of trunk/, branches/ tags/, then people downloading trunk

Re: [classlib] policy file

2006-02-17 Thread Geir Magnusson Jr
I actually have an objection to *that* name, so I will if you don't... Tim Ellison wrote: I meant it's copyright / license block comment. Same reason every other files does. ...and why drl.policy? any objection to changing it back? Regards, Tim Mikhail Loenko wrote: java.security also

Re: [classlib] policy file

2006-02-17 Thread Geir Magnusson Jr
Mikhail Loenko wrote: On 2/17/06, Tim Ellison [EMAIL PROTECTED] wrote: I meant it's copyright / license block comment. Same reason every other files does. That is not a source code, BTW corresponding RI's files do not have copyrights. We don't care - we put it on all resources. See our

Re: [classlib] policy file

2006-02-17 Thread Geir Magnusson Jr
Actually, looking at it, it makes no sense to have this coming from module/security anyway. I'll revert to using the one from depends/files geir Geir Magnusson Jr wrote: Mikhail Loenko wrote: On 2/17/06, Tim Ellison [EMAIL PROTECTED] wrote: I meant it's copyright / license block

Re: newbie to project-where to start from

2006-02-17 Thread Geir Magnusson Jr
I agree - that is why I would say that since we are new to the Implementation of Java Family, we'd want to mimic the bugs (yes, with discussion as I'm sure there will be bugs we don't want to mimic...). The reason is that even if we're right - it's a bug - we're going not be successful with

Re: [classlib] security moved

2006-02-17 Thread Geir Magnusson Jr
Tim Ellison wrote: Geir Magnusson Jr wrote: Tim Ellison wrote: Geir Magnusson Jr wrote: I moved modules/security to archive/modules/security and moved modules/security2 to modules/security. I adjusted build scripts as needed. Thanks. How about making the archive/ a peer of trunk/,

[jira] Commented: (HARMONY-64) java.nio.charset.Charset.forName(String name) does not throw UnsupportedCharsetException if valid name starts with x-

2006-02-17 Thread Tim Ellison (JIRA)
[ http://issues.apache.org/jira/browse/HARMONY-64?page=comments#action_12366796 ] Tim Ellison commented on HARMONY-64: Richard, When you say icu4jni's latest code can you be more specific? Was this HEAD or a release ... ? We need to know exactly what

[Fwd: svn commit: r378514 - /incubator/harmony/enhanced/classlib/trunk/make/build-java.xml]

2006-02-17 Thread Tim Ellison
(I need to go back and make sure the content from modules/security drl.policy that I removed is represented in depends/files ) yeah it is, I did that already. Regards, Tim Original Message Subject: svn commit: r378514 -

Re: Platform dependent code placement (was: Re: repo layout again)

2006-02-17 Thread Oliver Deakin
Tim Ellison wrote: Andrey Chernyshev wrote: snip On the other hand, having a separate source trees like linux32.sparc, solaris64.sparc, win.IA32 for each specific platform combination may lead to a huge code duplication. We may need to be able to share the code through the certain, but

[classlib] Snapshot build 378478 available

2006-02-17 Thread Tim Ellison
A new class library snapshot build is available on the Harmony binary downloads page: http://cvs.apache.org/dist/incubator/harmony/snapshots/ This is the state of the classlib code at repository revision 378478, and is made available as a convenience for those who do not have the required tool

Re: [classlib] security moved

2006-02-17 Thread Geir Magnusson Jr
Really.. It's a snapshot. Please. That way you can get the refactoring in and new VM up T The PMC had been advised that we are doing shapshots... Geir Magnusson Jr wrote: Tim Ellison wrote: Geir Magnusson Jr wrote: Tim Ellison wrote: Geir Magnusson Jr wrote: I moved

Re: I welcome J2SE 6's faster-splash.... re: Java speed-up

2006-02-17 Thread Thorbjørn Ravn Andersen
Stefano Mazzocchi wrote: But look at the bright side: there are probably many other really simple yet useful things that can be done to make java more useful on the desktop and this will be a marketing win for alternative JVMs. That would be to be able to write small java programs which

Re: compiling JCHEVM with GCC/Cygwin

2006-02-17 Thread Enrico Migliore
snowdosker wrote: Thank you Enrico and Archie. So now with assertions disabled I faced next problem, Enrico mentioned in his email. The same failed to open native library /usr/local/classpath/lib/classpath/libjavanio.dll.a: permission denied I'm trying to run it under XP professional so

[jira] Assigned: (HARMONY-63) java.text.MessageFormat.parse(String): incorrect size of Object array parsed from the string

2006-02-17 Thread Tim Ellison (JIRA)
[ http://issues.apache.org/jira/browse/HARMONY-63?page=all ] Tim Ellison reassigned HARMONY-63: -- Assign To: Tim Ellison java.text.MessageFormat.parse(String): incorrect size of Object array parsed from the string

Re: [jira] Commented: (HARMONY-64) java.nio.charset.Charset.forName(String name) does not throw UnsupportedCharsetException if valid name starts with x-

2006-02-17 Thread Richard Liang
Hello Tim, Sorry for my carelessness :-) The icu4jni's latest code is the CVS HEAD checked out on Feb. 16, 2006. There is no new icu4jni release since version 3.4. Richard Liang China Software Development Lab, IBM Tim Ellison (JIRA) wrote: [

[jira] Assigned: (HARMONY-65) java.text.MessageFormat.applyPattern(String pattern) and two MessageFormat constructors fail to detect unmatched braces in the pattern

2006-02-17 Thread Tim Ellison (JIRA)
[ http://issues.apache.org/jira/browse/HARMONY-65?page=all ] Tim Ellison reassigned HARMONY-65: -- Assign To: Tim Ellison java.text.MessageFormat.applyPattern(String pattern) and two MessageFormat constructors fail to detect unmatched braces in the

Re: [jira] Commented: (HARMONY-68) java.nio.charset.Charset.isSupported(String charsetName) does not throw IllegalCharsetNameException for spoiled standard sharset name

2006-02-17 Thread Richard Liang
Hello Tim, I think this is caused by different understanding of the java spec: A charset name **must** begin with either a letter or a digit. The empty string is not a legal charset name What do think the implication of must here? :-) Richard Liang China Software Development Lab, IBM

Re: Platform dependent code placement (was: Re: repo layout again)

2006-02-17 Thread Andrey Chernyshev
src\main\native\win\foo_ia32.cpp - file is applicable only for Windows / IA32; why has the ARCH flipped onto the file name? why not win_ia32 ? Well, let's see - if I have a file which is shared between Windows and Linux, but it is IA32 specific, then I'll have to duplicate it in

Re: I welcome J2SE 6's faster-splash.... re: Java speed-up

2006-02-17 Thread Stefano Mazzocchi
Geir Magnusson Jr wrote: This can't be a Java issue - it must be the design-by-committee-for-all-platforms-ever-to-be problem... I would love to see a good sound API in the style of SWT. It's called quicktime for java and has been there for years :-) -- Stefano.

Re: [classlib] Snapshot build 378478 available

2006-02-17 Thread Stefano Mazzocchi
Tim Ellison wrote: A new class library snapshot build is available on the Harmony binary downloads page: http://cvs.apache.org/dist/incubator/harmony/snapshots/ This is the state of the classlib code at repository revision 378478, and is made available as a convenience for those who do not

[jira] Resolved: (HARMONY-65) java.text.MessageFormat.applyPattern(String pattern) and two MessageFormat constructors fail to detect unmatched braces in the pattern

2006-02-17 Thread Tim Ellison (JIRA)
[ http://issues.apache.org/jira/browse/HARMONY-65?page=all ] Tim Ellison resolved HARMONY-65: Resolution: Fixed Tatyana, Fixed in TEXT module in java.text.Format and java.text.MessageFormat at repo revision 378567. Please check that this fully

Re: Platform dependent code placement (was: Re: repo layout again)

2006-02-17 Thread Andrey Chernyshev
The idea is good, however I think including both the OS and arch in the directory name is preferable. It is just as simple a convention, gives the coder an at-a-glance view of which OS/arch's have platform specific code associated with them and keeps the actual source filenames consistent

Re: compiling JCHEVM with GCC/Cygwin

2006-02-17 Thread snowdosker
Hello, Enrico are you saying that, even though the permissions of libjavanio.dll.a are -r-xr-xr-x, you got the same message? Please, let me know. Yes, I just set all x rights /usr/local/classpath/lib/classpath/ on all files in and up directory tree (on winXP logged with full admin

Re: Platform dependent code placement (was: Re: repo layout again)

2006-02-17 Thread Tim Ellison
Andrey Chernyshev wrote: src\main\native\win\foo_ia32.cpp - file is applicable only for Windows / IA32; why has the ARCH flipped onto the file name? why not win_ia32 ? Well, let's see - if I have a file which is shared between Windows and Linux, but it is IA32 specific, then I'll have

Re: [jira] Commented: (HARMONY-68) java.nio.charset.Charset.isSupported(String charsetName) does not throw IllegalCharsetNameException for spoiled standard sharset name

2006-02-17 Thread Tim Ellison
Richard Liang wrote: Hello Tim, I think this is caused by different understanding of the java spec: A charset name **must** begin with either a letter or a digit. The empty string is not a legal charset name What do think the implication of must here? :-) But the name isn't empty,

Re: [jira] Commented: (HARMONY-64) java.nio.charset.Charset.forName(String name) does not throw UnsupportedCharsetException if valid name starts with x-

2006-02-17 Thread Tim Ellison
Richard Liang wrote: Hello Tim, Sorry for my carelessness :-) The icu4jni's latest code is the CVS HEAD checked out on Feb. 16, 2006. There is no new icu4jni release since version 3.4. Not a problem. So do people think we should take HEAD from ICU4JNI to fix this problem, or wait for the

Re: [jira] Commented: (HARMONY-64) java.nio.charset.Charset.forName(String name) does not throw UnsupportedCharsetException if valid name starts with x-

2006-02-17 Thread Tim Ellison
BTW: I see there is an ICU4J 3.4.2 available now -- we may want to grab that. Regards, Tim Richard Liang wrote: Hello Tim, Sorry for my carelessness :-) The icu4jni's latest code is the CVS HEAD checked out on Feb. 16, 2006. There is no new icu4jni release since version 3.4. Richard

Re: compiling JCHEVM with GCC/Cygwin

2006-02-17 Thread Enrico Migliore
Hi Salikh , Do you have cygwin1.dll in the PATH? yes you may want to use 'depends.exe' or 'dumpbin.exe /dependents' from Microsoft SDK or 'objdump --private-headers' from Cygwin distribution to find out what specific dynamic libraries jc.exe depends on. Thanks for the suggestion.

re: I welcome J2SE 6's faster-splash.... re: Java speed-up

2006-02-17 Thread Fernando Cassia
Stefano, Are you a Mac user, per chance? Because you sound like one... See below: On 2/17/06, Stefano Mazzocchi [EMAIL PROTECTED] wrote: Geir Magnusson Jr wrote: This can't be a Java issue - it must be the design-by-committee-for-all-platforms-ever-to-be problem... I would love to see

Re: I welcome J2SE 6's faster-splash.... re: Java speed-up

2006-02-17 Thread Tor-Einar Jarnbjo
Stefano Mazzocchi schrieb: It's called quicktime for java and has been there for years :-) Sure, Quicktime for Java is not that bad, but unfortunately using heavyweight native GUI widgets, which are difficult to integrate without side effects in a Swing application. If platform dependency

Re: I welcome J2SE 6's faster-splash.... re: Java speed-up

2006-02-17 Thread Fernando Cassia
On 2/17/06, Tor-Einar Jarnbjo [EMAIL PROTECTED] wrote: If platform dependency is accepted, there are also a lot of e.g. ActiveX-bridges allowing ActiveX-enabled media components (also GUI or video widgets) to be integrated in a Java application. Tor Which defeats the whole purpose of

Java-ffmpeg wrapper

2006-02-17 Thread Fernando Cassia
FYI: http://fobs.sourceforge.net/ http://sourceforge.net/project/showfiles.php?group_id=105646package_id=117443release_id=352645 FOBS is an object oriented wrapper for *ffmpeg* library. Build easily object oriented applications that work with MultiMedia files in multiplatform environments. FOBS

Re: I welcome J2SE 6's faster-splash.... re: Java speed-up

2006-02-17 Thread Tor-Einar Jarnbjo
Fernando Cassia schrieb: Which defeats the whole purpose of cross-platform java in the first place. So why not do it win32 / linux /Gtk then? Because Java as a programming language has other advantages than platform independence. Tor

Re: I welcome J2SE 6's faster-splash.... re: Java speed-up

2006-02-17 Thread Fernando Cassia
On 2/17/06, Tor-Einar Jarnbjo [EMAIL PROTECTED] wrote: Fernando Cassia schrieb: Which defeats the whole purpose of cross-platform java in the first place. So why not do it win32 / linux /Gtk then? Because Java as a programming language has other advantages than platform independence.

Re: newbie to project-where to start from

2006-02-17 Thread James Pluck
Geir Magnusson Jr wrote: James Pluck wrote: Just piggybacking on this. I've been on the mailing list for some months now and have downloaded the code and been brwosing through it. I'm a reasonably adept programmer but this is a very major project and it's a little daunting to know just

Re: newbie to project-where to start from

2006-02-17 Thread Matt Benson
--- James Pluck [EMAIL PROTECTED] wrote: Geir Magnusson Jr wrote: [SNIP] (I'd love to see someone get our compiler-launcher done, so we would have javac using the eclipse compiler.) Unfortunately I have very little knowledge and experience in writing compilers so I would be of limited

Re: Increasing Java Startup Performance

2006-02-17 Thread Wes Felter
Stefano Mazzocchi wrote: http://www.research.ibm.com/people/m/marnold/arnold-welc-rajan.final.pdf which implements a very interesting trick to speed up java startup performance: save the hotspot information in a repository (at JVM shut down) so that the JIT doesn't have to wait when it

Re: I welcome J2SE 6's faster-splash.... re: Java speed-up

2006-02-17 Thread Stefano Mazzocchi
Fernando Cassia wrote: Stefano, Are you a Mac user, per chance? Because you sound like one... Do you have a problem with that? -- Stefano.

Re: I welcome J2SE 6's faster-splash.... re: Java speed-up

2006-02-17 Thread Fernando Cassia
On 2/17/06, Stefano Mazzocchi [EMAIL PROTECTED] wrote: Fernando Cassia wrote: Stefano, Are you a Mac user, per chance? Because you sound like one... Do you have a problem with that? -- Stefano. No, but I figured because you mentioned Quicktime for Java. Which nobody outside the Mac

RE: [classlib] Snapshot build 378478 available

2006-02-17 Thread Nathan Beyer
I tried to download this: http://cvs.apache.org/dist/incubator/harmony/snapshots/harmony-classlib-r378 478-win-x86-snapshot.zip and I was given a 403 Forbidden response. I can still access the previous version though. Anyone else have this issue? -Original Message- From: Tim Ellison

Re: [classlib] Snapshot build 378478 available

2006-02-17 Thread Geir Magnusson Jr
fixed - thx for pointing it out... Nathan Beyer wrote: I tried to download this: http://cvs.apache.org/dist/incubator/harmony/snapshots/harmony-classlib-r378 478-win-x86-snapshot.zip and I was given a 403 Forbidden response. I can still access the previous version though. Anyone else have this

Re: newbie to project-where to start from

2006-02-17 Thread Geir Magnusson Jr
Matt Benson wrote: --- James Pluck [EMAIL PROTECTED] wrote: Geir Magnusson Jr wrote: [SNIP] (I'd love to see someone get our compiler-launcher done, so we would have javac using the eclipse compiler.) Unfortunately I have very little knowledge and experience in writing compilers so I