Re: svn commit: r800268 - /harmony/enhanced/classlib/trunk/modules/concurrent/src/main/java/java/util/concurrent/Delayed.java

2009-08-04 Thread Jesse Wilson
On Mon, Aug 3, 2009 at 10:23 PM, Nathan Beyer ndbe...@apache.org wrote: This reminds me, we need to put the standard Apache header on all these files. Since they are under public domain (not actually a license), we are actually taken ownership of the files. We can check with legal-discuss@ if

Re: svn commit: r799505 - /harmony/enhanced/classlib/trunk/modules/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/SocketTest.java

2009-08-04 Thread Nathan Beyer
Yeah, it's fine. On Mon, Aug 3, 2009 at 11:50 PM, Kevin Zhouzhoukevi...@gmail.com wrote: Hi Nathan, How is the above patch? Shall I commit it to community? On Sun, Aug 2, 2009 at 11:40 AM, Kevin Zhou zhoukevi...@gmail.com wrote: Hi Nathan, OK. I make a new patch according to your

Re: svn commit: r800268 - /harmony/enhanced/classlib/trunk/modules/concurrent/src/main/java/java/util/concurrent/Delayed.java

2009-08-04 Thread Nathan Beyer
On Tue, Aug 4, 2009 at 7:33 AM, sebbseb...@gmail.com wrote: On 04/08/2009, Nathan Beyer ndbe...@apache.org wrote: This reminds me, we need to put the standard Apache header on all  these files. Since they are under public domain (not actually a  license), we are actually taken ownership of the

[GSoC] time to close

2009-08-04 Thread Xiao-Feng Li
Hi, Simon, it is time to conclude your project soon. It is probably good for you to let the community know your current status. Thanks, xiaofeng -- http://people.apache.org/~xli

How to compile kernel.jar ?

2009-08-04 Thread galaxy
Hi all I edited the code in the ClassLoader.java in the working_vm dir ,and want to build a new kernel.jar but this doesn.t work .. Any one may help ? Thanks -- regards Tian

Re: How to compile kernel.jar ?

2009-08-04 Thread Alexey Varlamov
You need to invoke 'ant kernel' in working_vm directory. 2009/8/5 galaxy tian.gal...@gmail.com: Hi all I edited  the code in the ClassLoader.java in the working_vm dir ,and want to build a new kernel.jar but this doesn.t work .. Any one may help ? Thanks -- regards Tian

Re: How to compile kernel.jar ?

2009-08-04 Thread galaxy
Hi , just now I tried to rebuild all in the truck folder but ended up in other errors as [1], I checked the junit.jar ,it's in the depends/jars/junit_4.4 , any idea of why this happened ? BTW ,I have several successful builds of jdk before . [1] Compiling accessibility api tests [javac]

Re: How to compile kernel.jar ?

2009-08-04 Thread Charles Lee
Maybe add junit.jar in the ANT_HOME/lib On Wed, Aug 5, 2009 at 1:17 PM, galaxy tian.gal...@gmail.com wrote: Hi , just now I tried to rebuild all in the truck folder but ended up in other errors as [1], I checked the junit.jar ,it's in the depends/jars/junit_4.4 , any idea of why this

Re: How to compile kernel.jar ?

2009-08-04 Thread Andrew Myers
Hi Tian, I had the same issue recently. SOmeone here advised me to copy junit.jar into either ~/.ant/lib or ANT_HOME/lib and that seemed to do the trick. Andrew. 2009/8/5 galaxy tian.gal...@gmail.com Hi , just now I tried to rebuild all in the truck folder but ended up in other errors as

Re: How to compile kernel.jar ?

2009-08-04 Thread Andrew Myers
Would it be possible to modify the build classpath to include this jar, or is there some kind of requirement by ant that it is in ant ant/lib directory? 2009/8/5 Charles Lee littlee1...@gmail.com Maybe add junit.jar in the ANT_HOME/lib On Wed, Aug 5, 2009 at 1:17 PM, galaxy

Re: How to compile kernel.jar ?

2009-08-04 Thread galaxy
thanks all . the kernel.jar has been build successully , Copying to the anhome/lib also works . 2009/8/5 Andrew Myers am2...@gmail.com Hi Tian, I had the same issue recently. SOmeone here advised me to copy junit.jar into either ~/.ant/lib or ANT_HOME/lib and that seemed to do the trick.