[GSoC] it is time for mid-time project checking

2009-07-01 Thread Xiao-Feng Li
Simon, what's your progress? Thanks, xiaofeng -- http://people.apache.org/~xli

Re: [classlib] add cache for file's canonical path

2009-07-01 Thread Regis
Tim Ellison wrote: Regis wrote: Tim Ellison wrote: Regis wrote: Recently I'm trying to optimize implementation of java.File, Cool. and find File.getCanonicalPath is very time cost and is heavily used by checking file permission. But in the most of cases, the canonical path is never change,

Re: About harmony running felix

2009-07-01 Thread Karl Pauls
The patch looks good to me. Thanks. regards, Karl On Wed, Jul 1, 2009 at 4:22 PM, Tim Ellison wrote: > Ah, not to worry, I figured out the test case and have a fix. > > https://issues.apache.org/jira/browse/HARMONY-6254 > > Please check if this fixes the problem for you. > > Regards, > Tim > > T

Re: [launcher]How to get the directory of jre in the lauch period?

2009-07-01 Thread Tim Ellison
Yep, and don't forget to free the memory afterwards [1] [1] http://harmony.apache.org/externals/vm_doc/html/hysysinfo_8c.html#7bb2025106f1c080c3b8f4cbe002d809 galaxy wrote: > Sorry ,Found it .I think it's hysysinfo_get_executable_name > * > * > * > * > 2009/7/1 galaxy > >> Hi ,all >> In the lau

Re: [classlib] add cache for file's canonical path

2009-07-01 Thread Tim Ellison
Regis wrote: > Tim Ellison wrote: >> Regis wrote: >>> Recently I'm trying to optimize implementation of java.File, >> >> Cool. >> >>> and find File.getCanonicalPath is very time cost and is heavily used >>> by checking file permission. But in the most of cases, the canonical >>> path is never chang

Re: About harmony running felix

2009-07-01 Thread Tim Ellison
Ah, not to worry, I figured out the test case and have a fix. https://issues.apache.org/jira/browse/HARMONY-6254 Please check if this fixes the problem for you. Regards, Tim Tim Ellison wrote: > Karl, > > You didn't provide a walkback (that I saw). > > Is the exception thrown on line 309 of j

Re: About harmony running felix

2009-07-01 Thread Tim Ellison
Karl, You didn't provide a walkback (that I saw). Is the exception thrown on line 309 of java.net.URLStreamHandler? That's the only place that I see our code assuming that the file part is not null, which is an incorrect assumption since the URL code handles null file parts ok. I searched for so

Re: [applet]Should not import java.beans ?

2009-07-01 Thread Tim Ellison
galaxy wrote: > I searched the source code of applet and found no java.beans in the source > code . > Is this correct ? > If true I think it's better to remove the import of jave.beans There are references to java.beans types in the change listener APIs of java.awt.KeyboardFocusManager If you wa

Re: Test jars in the hdk

2009-07-01 Thread Tim Ellison
Sean Qiu wrote: > Seems this patch can only applied once all modules' test-jar is ready. > I will revert it back at this moment until I applied my remaining patches. Sure. Once you get the test JARs into the HDK it would be good to include the classlib tests as a target for the Hudson builds. At

Re: Test jars in the hdk (was: svn commit: r787957)

2009-07-01 Thread Sean Qiu
Seems this patch can only applied once all modules' test-jar is ready. I will revert it back at this moment until I applied my remaining patches. Best Regards Sean, Xiao Xia Qiu 2009/7/1 Sean Qiu : > http://svn.apache.org/viewvc?view=rev&revision=790030 > > Now, our build phase consists of thr