RE: README.txt patch Was: [drlvm] NPE is thrown when the kernel tests are run on Windows at revision 448448

2006-10-12 Thread Konovalova, Svetlana
Mikhail,

 

Thanks a lot for review! AFAIU I need to modify the source tree [1.
DRLVM SOURCE TREE CONTENTS], am I right? Should I add 3 different GC
folders on the top level after build, for example? 

 

 EXTRACT_DIR/trunk/

|

+---build  - Files required to build the contribution

|  

\---vm - VM source files

|

+- doc - DRLVM Developer's Guide and Getting Started
guide

|

+- em  - Execution Manager component responsible for
dynamic optimization

|

+- gc  - Garbage Collector component responsible for
allocation and

|reclamation of Java* objects in the heap

|

+- include - Set of header files containing external
specification

|and inter-component interfaces

 

Please right me if I'm wrong. :-)

 

Cheers,

Svetlana

 

-Original Message-
From: Mikhail Fursov [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, October 11, 2006 10:41 PM
To: harmony-dev@incubator.apache.org
Subject: Re: README.txt patch Was: [drlvm] NPE is thrown when the kernel
tests are run on Windows at revision 448448

 

Sveta,

I looked through the README doc. The latest patch looks significantly
better

then the first one.

The only item is missed is that we have 3 different GC folders today on
the

top level.

 

 

On 10/11/06, Konovalova, Svetlana [EMAIL PROTECTED] wrote:

 

 

 

 Folks,

 

 

 

 I took a close look at the README file and Quick Help pages for users
[1]

 and developers [2] and created patches for these three docs [JIRA
1730] 

 https://issues.apache.org/jira/browse/HARMONY-1730   Taking into

 consideration latest changes, I fixed duplication of info and
out-dated

 content, and tried to improve language in some places.

 

 It would be great if someone can find a chance to look at the patches.

 Your feedback is very important!

 

 

 

-- 

Mikhail Fursov



Re: README.txt patch Was: [drlvm] NPE is thrown when the kernel tests are run on Windows at revision 448448

2006-10-12 Thread Mikhail Fursov

Sveta,
Yes.
IMO we have to say at least a few words for every top level directory we
have.
The dirs we have today are:

ls

MMTk
doc
em
gc_cc
gc_gen
gcv4
include
interpreter
jitrino
launcher
port
tests
thread
vmcore
vmi
vmstart

These items are missed in your version:
gc_cc - The Stop-the-world adaptive copying / slide compacting garbage
collector with dynamic algorithm switching.
gc_gen - The generational garbage collector.
gcv4  - The mark-compact garbage collector.
thread - The thread manager (TM) library. This library is aimed to provide
threading capabilities for Java virtual machines.

On 10/12/06, Konovalova, Svetlana [EMAIL PROTECTED] wrote:


Mikhail,



Thanks a lot for review! AFAIU I need to modify the source tree [1.
DRLVM SOURCE TREE CONTENTS], am I right? Should I add 3 different GC
folders on the top level after build, for example?



EXTRACT_DIR/trunk/

|

+---build  - Files required to build the contribution

|

\---vm - VM source files

|

+- doc - DRLVM Developer's Guide and Getting Started
guide

|

+- em  - Execution Manager component responsible for
dynamic optimization

|

+- gc  - Garbage Collector component responsible for
allocation and

|reclamation of Java* objects in the heap

|

+- include - Set of header files containing external
specification

|and inter-component interfaces



Please right me if I'm wrong. :-)



Cheers,

Svetlana



-Original Message-
From: Mikhail Fursov [mailto:[EMAIL PROTECTED]
Sent: Wednesday, October 11, 2006 10:41 PM
To: harmony-dev@incubator.apache.org
Subject: Re: README.txt patch Was: [drlvm] NPE is thrown when the kernel
tests are run on Windows at revision 448448



Sveta,

I looked through the README doc. The latest patch looks significantly
better

then the first one.

The only item is missed is that we have 3 different GC folders today on
the

top level.





On 10/11/06, Konovalova, Svetlana [EMAIL PROTECTED] wrote:







 Folks,







 I took a close look at the README file and Quick Help pages for users
[1]

 and developers [2] and created patches for these three docs [JIRA
1730] 

 https://issues.apache.org/jira/browse/HARMONY-1730   Taking into

 consideration latest changes, I fixed duplication of info and
out-dated

 content, and tried to improve language in some places.



 It would be great if someone can find a chance to look at the patches.

 Your feedback is very important!







--

Mikhail Fursov






--
Mikhail Fursov


RE: README.txt patch Was: [drlvm] NPE is thrown when the kernel tests are run on Windows at revision 448448

2006-10-12 Thread Konovalova, Svetlana
Mikhail,

 

Thanks a lot for your quick response! 

I'll create a new patch taking into consideration your comments.

 

Cheers,

Sveta

 

-Original Message-
From: Mikhail Fursov [mailto:[EMAIL PROTECTED] 
Sent: Thursday, October 12, 2006 1:33 PM
To: harmony-dev@incubator.apache.org
Subject: Re: README.txt patch Was: [drlvm] NPE is thrown when the kernel
tests are run on Windows at revision 448448

 

Sveta,

Yes.

IMO we have to say at least a few words for every top level directory we

have.

The dirs we have today are:

ls

MMTk

doc

em

gc_cc

gc_gen

gcv4

include

interpreter

jitrino

launcher

port

tests

thread

vmcore

vmi

vmstart

 

These items are missed in your version:

gc_cc - The Stop-the-world adaptive copying / slide compacting garbage

collector with dynamic algorithm switching.

gc_gen - The generational garbage collector.

gcv4  - The mark-compact garbage collector.

thread - The thread manager (TM) library. This library is aimed to
provide

threading capabilities for Java virtual machines.

 

On 10/12/06, Konovalova, Svetlana [EMAIL PROTECTED] wrote:

 

 Mikhail,

 

 

 

 Thanks a lot for review! AFAIU I need to modify the source tree [1.

 DRLVM SOURCE TREE CONTENTS], am I right? Should I add 3 different GC

 folders on the top level after build, for example?

 

 

 

 EXTRACT_DIR/trunk/

 

 |

 

 +---build  - Files required to build the contribution

 

 |

 

 \---vm - VM source files

 

 |

 

 +- doc - DRLVM Developer's Guide and Getting
Started

 guide

 

 |

 

 +- em  - Execution Manager component responsible
for

 dynamic optimization

 

 |

 

 +- gc  - Garbage Collector component responsible
for

 allocation and

 

 |reclamation of Java* objects in the heap

 

 |

 

 +- include - Set of header files containing external

 specification

 

 |and inter-component interfaces

 

 

 

 Please right me if I'm wrong. :-)

 

 

 

 Cheers,

 

 Svetlana

 

 

 

 -Original Message-

 From: Mikhail Fursov [mailto:[EMAIL PROTECTED]

 Sent: Wednesday, October 11, 2006 10:41 PM

 To: harmony-dev@incubator.apache.org

 Subject: Re: README.txt patch Was: [drlvm] NPE is thrown when the
kernel

 tests are run on Windows at revision 448448

 

 

 

 Sveta,

 

 I looked through the README doc. The latest patch looks significantly

 better

 

 then the first one.

 

 The only item is missed is that we have 3 different GC folders today
on

 the

 

 top level.

 

 

 

 

 

 On 10/11/06, Konovalova, Svetlana [EMAIL PROTECTED]
wrote:

 

 

 

 

 

 

 

  Folks,

 

 

 

 

 

 

 

  I took a close look at the README file and Quick Help pages for
users

 [1]

 

  and developers [2] and created patches for these three docs [JIRA

 1730] 

 

  https://issues.apache.org/jira/browse/HARMONY-1730   Taking into

 

  consideration latest changes, I fixed duplication of info and

 out-dated

 

  content, and tried to improve language in some places.

 

 

 

  It would be great if someone can find a chance to look at the
patches.

 

  Your feedback is very important!

 

 

 

 

 

 

 

 --

 

 Mikhail Fursov

 

 

 

 

 

-- 

Mikhail Fursov



RE: README.txt patch Was: [drlvm] NPE is thrown when the kernel tests are run on Windows at revision 448448

2006-10-11 Thread Konovalova, Svetlana
 

Folks,

 

I took a close look at the README file and Quick Help pages for users [1] and 
developers [2] and created patches for these three docs [JIRA 1730] 
https://issues.apache.org/jira/browse/HARMONY-1730   Taking into 
consideration latest changes, I fixed duplication of info and out-dated 
content, and tried to improve language in some places.

It would be great if someone can find a chance to look at the patches. Your 
feedback is very important!

 

Thanks in advance!

 

 [1] http://incubator.apache.org/harmony/quickhelp_users.html  

 [2] http://incubator.apache.org/harmony/quickhelp_contributors.html  

 

Cheers,

Sveta Konovalova

 

 

-Original Message-
From: Geir Magnusson Jr. [mailto:[EMAIL PROTECTED] 
Sent: Friday, October 06, 2006 1:18 PM
To: harmony-dev@incubator.apache.org
Subject: Re: README.txt patch Was: [drlvm] NPE is thrown when the kernel tests 
are run on Windows at revision 448448

 

I was looking at the patch, and think we should just chuck the whole

README.txt, salvage what's good, put it on the website, and put a

pointer in the README.txt to the website.

 

geir

 

 

Morozova, Nadezhda wrote:

 Thanks for the fix, Alexei. I think this is a good start for updating the 
 README. 

 I've looked at the current version, and many other things are out-of-date 
 (such as ij as the name of our executable). Some things are also duplicated - 
 we now have the nice Quick Help pages for users [1] and developers [2]. As I 
 see it, the Quick Start you've been referring to roughly matches [1], whereas 
 [2] is for those who have to 'read this README and follow building 
 instructions to the point.' :) 

 

 I suggest that we edit the README file more to improve it. What do you think? 
 Do you think we can use JIRA 1730 for these changes? 

 

 [1] http://incubator.apache.org/harmony/quickhelp_users.html 

 [2] http://incubator.apache.org/harmony/quickhelp_contributors.html 

 

 Best regards, 

 Nadya Morozova

  

 -Original Message-

 From: Fedotov, Alexei A 

 Sent: Friday, October 06, 2006 12:23 AM

 To: Morozova, Nadezhda

 Cc: harmony-dev@incubator.apache.org

 Subject: README.txt patch Was: [drlvm] NPE is thrown when the kernel tests 
 are run on Windows at revision 448448

 

 BTW,

 I really enjoyed the last item of the Quick Start section:

 

 7. If building the DRLVM fails, read this README and follow building 
 instructions to the point.

 

 A hardcore programmer can loop infinitely here. :-)

 

 With best regards,

 Alexei Fedotov,

 Intel Middleware Products Division

 

 -Original Message-

 From: Fedotov, Alexei A

 Sent: Friday, October 06, 2006 12:20 AM

 To: =SMTP:[EMAIL PROTECTED]

 Cc: harmony-dev@incubator.apache.org

 Subject: RE: [drlvm] NPE is thrown when the kernel tests are run on Windows

 at revision 448448

 

 Hi, Nadya,

 

 I tried to build DRLVM, faced the issue from the thread below, and filed a

 JIRA issue: https://issues.apache.org/jira/browse/HARMONY-1730. Does the

 patch worth to be applied to the README.txt?

 

 With best regards,

 Alexei Fedotov,

 Intel Middleware Products Division

 

 -Original Message-

 From: Spark Shen [mailto:[EMAIL PROTECTED]

 Sent: Friday, September 22, 2006 9:56 AM

 To: harmony-dev@incubator.apache.org

 Subject: Re: [drlvm] NPE is thrown when the kernel tests are run on

 Windows

 at revision 448448

 

 Thank you, I am trying :-).

 

 2006/9/22, Vladimir Gorr [EMAIL PROTECTED]:

 On 9/22/06, Spark Shen [EMAIL PROTECTED] wrote:

 Vladimir Gorr 写道:

 When I roll away the latest changes for Character.java (H-1500

 *Refactor

 some methods in java.lang.Character*)

 this issue disappears. It means a clue is here.

 Sorry for the late reply. JIRA 1500 is due to discussion [1] on the

 dev

 mailing list.

 

 I can not build DRLVM on my desktop. (Windows XP, RI JDK1.5.0, ant

 1.6.5). So I could not reproduce the bug

 The prompted error message is:

 C:\spark\drlvm\trunk\build\make\build.xml:238: The following error

 occurred while executing this line:

 C:\spark\drlvm\trunk\build\make\setup.xml:289: The following error

 occurred while executing this line:

 C:\spark\drlvm\trunk\build\make\setup.xml:291: The following error

 occurred while executing this line:

 C:\spark\drlvm\trunk\build\make\setup.xml:462: Warning: Could not find

 file

 C:\spark\drlvm\trunk\build\make\no_settings_in_config_or_environment

 to

 copy.

 

 This is the first time I build DRLVM, would you give me some hint

 about

 this error message.

 

 It seems you didn't run the *build.bat update* before starting the

 build.

 We need to run the following steps (sorry if you're aware about this):

 

 - svn checkout classlib

 - svn checkout drlvm

 - build classlib (cd classlib/trunk; ant fetch-depend; ant)

 - cd drlvm/trunk/build

 - build.bat update (you need to slightly some time here :-) )

 - build.bat

 

 Thanks,

 Vladimir.

 

 

 [1]

 

 

Re: README.txt patch Was: [drlvm] NPE is thrown when the kernel tests are run on Windows at revision 448448

2006-10-11 Thread Mikhail Fursov

Sveta,
I looked through the README doc. The latest patch looks significantly better
then the first one.
The only item is missed is that we have 3 different GC folders today on the
top level.


On 10/11/06, Konovalova, Svetlana [EMAIL PROTECTED] wrote:




Folks,



I took a close look at the README file and Quick Help pages for users [1]
and developers [2] and created patches for these three docs [JIRA 1730] 
https://issues.apache.org/jira/browse/HARMONY-1730   Taking into
consideration latest changes, I fixed duplication of info and out-dated
content, and tried to improve language in some places.

It would be great if someone can find a chance to look at the patches.
Your feedback is very important!




--
Mikhail Fursov


Re: README.txt patch Was: [drlvm] NPE is thrown when the kernel tests are run on Windows at revision 448448

2006-10-06 Thread Oliver Deakin
Thank you for your message - Id been round 10 times before I received it. ;)


Fedotov, Alexei A wrote:
 BTW,
 I really enjoyed the last item of the Quick Start section:

   
 7. If building the DRLVM fails, read this README and follow building 
 instructions to the point.
 

 A hardcore programmer can loop infinitely here. :-)

 With best regards,
 Alexei Fedotov,
 Intel Middleware Products Division

   
 -Original Message-
 From: Fedotov, Alexei A
 Sent: Friday, October 06, 2006 12:20 AM
 To: =SMTP:[EMAIL PROTECTED]
 Cc: harmony-dev@incubator.apache.org
 Subject: RE: [drlvm] NPE is thrown when the kernel tests are run on Windows
 at revision 448448

 Hi, Nadya,

 I tried to build DRLVM, faced the issue from the thread below, and filed a
 JIRA issue: https://issues.apache.org/jira/browse/HARMONY-1730. Does the
 patch worth to be applied to the README.txt?

 With best regards,
 Alexei Fedotov,
 Intel Middleware Products Division

 
 -Original Message-
 From: Spark Shen [mailto:[EMAIL PROTECTED]
 Sent: Friday, September 22, 2006 9:56 AM
 To: harmony-dev@incubator.apache.org
 Subject: Re: [drlvm] NPE is thrown when the kernel tests are run on
   
 Windows
 
 at revision 448448

 Thank you, I am trying :-).

 2006/9/22, Vladimir Gorr [EMAIL PROTECTED]:
   
 On 9/22/06, Spark Shen [EMAIL PROTECTED] wrote:
 
 Vladimir Gorr 写道:
   
 When I roll away the latest changes for Character.java (H-1500
 
 *Refactor
 
 some methods in java.lang.Character*)
 this issue disappears. It means a clue is here.
 
 Sorry for the late reply. JIRA 1500 is due to discussion [1] on the
   
 dev
 
 mailing list.

 I can not build DRLVM on my desktop. (Windows XP, RI JDK1.5.0, ant
 1.6.5). So I could not reproduce the bug
 The prompted error message is:
 C:\spark\drlvm\trunk\build\make\build.xml:238: The following error
 occurred while executing this line:
 C:\spark\drlvm\trunk\build\make\setup.xml:289: The following error
 occurred while executing this line:
 C:\spark\drlvm\trunk\build\make\setup.xml:291: The following error
 occurred while executing this line:
 C:\spark\drlvm\trunk\build\make\setup.xml:462: Warning: Could not find
 file
 C:\spark\drlvm\trunk\build\make\no_settings_in_config_or_environment
   
 to
 
 copy.

 This is the first time I build DRLVM, would you give me some hint
   
 about
 
 this error message.
   
 It seems you didn't run the *build.bat update* before starting the
 
 build.
 
 We need to run the following steps (sorry if you're aware about this):

 - svn checkout classlib
 - svn checkout drlvm
 - build classlib (cd classlib/trunk; ant fetch-depend; ant)
 - cd drlvm/trunk/build
 - build.bat update (you need to slightly some time here :-) )
 - build.bat

 Thanks,
 Vladimir.


 [1]
 
   
 http://mail-archives.apache.org/mod_mbox/incubator-harmony-
 
 dev/200609.mbox/[EMAIL PROTECTED]
   
 .
 
 com%3e
   
 Best regards

   
 Gang, it'd be not bad to run DRLVM testing for any commits to SVN
 repository.
 Otherwise we will be very hard to catch any errors like this. Any
 thoughts?

 Thanks,
 Vladimir.


 On 9/21/06, Vladimir Gorr [EMAIL PROTECTED] wrote:
 

 On 9/21/06, Spark Shen [EMAIL PROTECTED] wrote:
   
 Vladimir Gorr 写道:
 
 NPE is thrown for all kernel tests when testing is run on
   
 Windows
   
 at
   
 revision 448448:

 build.bat -Djunit.jar=%JUNIT_HOME%/junit-4.0.jar kernel.test

 ...
 [echo] RUNNING : java.lang.Class1_5Test
 [junit] java.lang.NullPointerException
 [junit] at com.ibm.icu.lang.UCharacter.getProperty (
   
 UCharacter.java
 
 :6073)

 [junit] at com.ibm.icu.lang.UCharacter.getType(UCharacter.java
   
 :2974)
   
 [junit] at com.ibm.icu.lang.UCharacter.isWhitespace(
   
 UCharacter.java
 
 :3162)
 [junit] at
   
 java.lang.Character.isWhitespace(Character.java:3091)
 
 [junit] at
   
 java.lang.Character.isWhitespace(Character.java:3078)
 
 [junit] at java.util.Properties.load(Properties.java:378)
 [junit] at java.util.PropertyResourceBundle .init(
 PropertyResourceBundle.java:44)
 snipped

 Does anybody observe this issue? As for Linux all works fine.
   
 I am looking into this issue.
 

 Is there any progress here? Did you managed to reproduce it?
 Same issue is also mentioned for other thread (*Trouble Building
 DRLVM*).

 Thanks in advance,
 Vladimir.

 Best regards
   
 Thanks,
 Vladimir.

   
 --
 Spark Shen
 China Software Development Lab, IBM



 
 -
 
 Terms of use : http://incubator.apache.org/harmony/mailing.html
 To unsubscribe, e-mail:
 
 [EMAIL 

RE: README.txt patch Was: [drlvm] NPE is thrown when the kernel tests are run on Windows at revision 448448

2006-10-06 Thread Morozova, Nadezhda
Thanks for the fix, Alexei. I think this is a good start for updating the 
README. 
I've looked at the current version, and many other things are out-of-date (such 
as ij as the name of our executable). Some things are also duplicated - we now 
have the nice Quick Help pages for users [1] and developers [2]. As I see it, 
the Quick Start you've been referring to roughly matches [1], whereas [2] is 
for those who have to 'read this README and follow building instructions to the 
point.' :) 

I suggest that we edit the README file more to improve it. What do you think? 
Do you think we can use JIRA 1730 for these changes? 

[1] http://incubator.apache.org/harmony/quickhelp_users.html 
[2] http://incubator.apache.org/harmony/quickhelp_contributors.html 

Best regards, 
Nadya Morozova
 
-Original Message-
From: Fedotov, Alexei A 
Sent: Friday, October 06, 2006 12:23 AM
To: Morozova, Nadezhda
Cc: harmony-dev@incubator.apache.org
Subject: README.txt patch Was: [drlvm] NPE is thrown when the kernel tests are 
run on Windows at revision 448448

BTW,
I really enjoyed the last item of the Quick Start section:

 7. If building the DRLVM fails, read this README and follow building 
 instructions to the point.

A hardcore programmer can loop infinitely here. :-)

With best regards,
Alexei Fedotov,
Intel Middleware Products Division

-Original Message-
From: Fedotov, Alexei A
Sent: Friday, October 06, 2006 12:20 AM
To: =SMTP:[EMAIL PROTECTED]
Cc: harmony-dev@incubator.apache.org
Subject: RE: [drlvm] NPE is thrown when the kernel tests are run on Windows
at revision 448448

Hi, Nadya,

I tried to build DRLVM, faced the issue from the thread below, and filed a
JIRA issue: https://issues.apache.org/jira/browse/HARMONY-1730. Does the
patch worth to be applied to the README.txt?

With best regards,
Alexei Fedotov,
Intel Middleware Products Division

-Original Message-
From: Spark Shen [mailto:[EMAIL PROTECTED]
Sent: Friday, September 22, 2006 9:56 AM
To: harmony-dev@incubator.apache.org
Subject: Re: [drlvm] NPE is thrown when the kernel tests are run on
Windows
at revision 448448

Thank you, I am trying :-).

2006/9/22, Vladimir Gorr [EMAIL PROTECTED]:

 On 9/22/06, Spark Shen [EMAIL PROTECTED] wrote:
 
  Vladimir Gorr 写道:
   When I roll away the latest changes for Character.java (H-1500
 *Refactor
   some methods in java.lang.Character*)
   this issue disappears. It means a clue is here.
  Sorry for the late reply. JIRA 1500 is due to discussion [1] on the
dev
  mailing list.
 
  I can not build DRLVM on my desktop. (Windows XP, RI JDK1.5.0, ant
  1.6.5). So I could not reproduce the bug
  The prompted error message is:
  C:\spark\drlvm\trunk\build\make\build.xml:238: The following error
  occurred while executing this line:
  C:\spark\drlvm\trunk\build\make\setup.xml:289: The following error
  occurred while executing this line:
  C:\spark\drlvm\trunk\build\make\setup.xml:291: The following error
  occurred while executing this line:
  C:\spark\drlvm\trunk\build\make\setup.xml:462: Warning: Could not find
  file
  C:\spark\drlvm\trunk\build\make\no_settings_in_config_or_environment
to
  copy.
 
  This is the first time I build DRLVM, would you give me some hint
about
  this error message.


 It seems you didn't run the *build.bat update* before starting the
build.

 We need to run the following steps (sorry if you're aware about this):

 - svn checkout classlib
 - svn checkout drlvm
 - build classlib (cd classlib/trunk; ant fetch-depend; ant)
 - cd drlvm/trunk/build
 - build.bat update (you need to slightly some time here :-) )
 - build.bat

 Thanks,
 Vladimir.


 [1]
 
 
 http://mail-archives.apache.org/mod_mbox/incubator-harmony-
dev/200609.mbox/[EMAIL PROTECTED]
.
com%3e
  Best regards
 
  
   Gang, it'd be not bad to run DRLVM testing for any commits to SVN
   repository.
   Otherwise we will be very hard to catch any errors like this. Any
   thoughts?
  
   Thanks,
   Vladimir.
  
  
   On 9/21/06, Vladimir Gorr [EMAIL PROTECTED] wrote:
  
  
  
   On 9/21/06, Spark Shen [EMAIL PROTECTED] wrote:
   
Vladimir Gorr 写道:
 NPE is thrown for all kernel tests when testing is run on
Windows
  at
 revision 448448:

 build.bat -Djunit.jar=%JUNIT_HOME%/junit-4.0.jar kernel.test

 ...
 [echo] RUNNING : java.lang.Class1_5Test
 [junit] java.lang.NullPointerException
 [junit] at com.ibm.icu.lang.UCharacter.getProperty (
 UCharacter.java
 :6073)

 [junit] at com.ibm.icu.lang.UCharacter.getType(UCharacter.java
  :2974)
 [junit] at com.ibm.icu.lang.UCharacter.isWhitespace(
 UCharacter.java
 :3162)
 [junit] at
java.lang.Character.isWhitespace(Character.java:3091)
 [junit] at
java.lang.Character.isWhitespace(Character.java:3078)
 [junit] at java.util.Properties.load(Properties.java:378)
 [junit] at java.util.PropertyResourceBundle .init(
 PropertyResourceBundle.java:44)
 snipped

 Does anybody observe this issue? As for 

Re: README.txt patch Was: [drlvm] NPE is thrown when the kernel tests are run on Windows at revision 448448

2006-10-06 Thread Geir Magnusson Jr.
I was looking at the patch, and think we should just chuck the whole
README.txt, salvage what's good, put it on the website, and put a
pointer in the README.txt to the website.

geir


Morozova, Nadezhda wrote:
 Thanks for the fix, Alexei. I think this is a good start for updating the 
 README. 
 I've looked at the current version, and many other things are out-of-date 
 (such as ij as the name of our executable). Some things are also duplicated - 
 we now have the nice Quick Help pages for users [1] and developers [2]. As I 
 see it, the Quick Start you've been referring to roughly matches [1], whereas 
 [2] is for those who have to 'read this README and follow building 
 instructions to the point.' :) 
 
 I suggest that we edit the README file more to improve it. What do you think? 
 Do you think we can use JIRA 1730 for these changes? 
 
 [1] http://incubator.apache.org/harmony/quickhelp_users.html 
 [2] http://incubator.apache.org/harmony/quickhelp_contributors.html 
 
 Best regards, 
 Nadya Morozova
  
 -Original Message-
 From: Fedotov, Alexei A 
 Sent: Friday, October 06, 2006 12:23 AM
 To: Morozova, Nadezhda
 Cc: harmony-dev@incubator.apache.org
 Subject: README.txt patch Was: [drlvm] NPE is thrown when the kernel tests 
 are run on Windows at revision 448448
 
 BTW,
 I really enjoyed the last item of the Quick Start section:
 
 7. If building the DRLVM fails, read this README and follow building 
 instructions to the point.
 
 A hardcore programmer can loop infinitely here. :-)
 
 With best regards,
 Alexei Fedotov,
 Intel Middleware Products Division
 
 -Original Message-
 From: Fedotov, Alexei A
 Sent: Friday, October 06, 2006 12:20 AM
 To: =SMTP:[EMAIL PROTECTED]
 Cc: harmony-dev@incubator.apache.org
 Subject: RE: [drlvm] NPE is thrown when the kernel tests are run on Windows
 at revision 448448

 Hi, Nadya,

 I tried to build DRLVM, faced the issue from the thread below, and filed a
 JIRA issue: https://issues.apache.org/jira/browse/HARMONY-1730. Does the
 patch worth to be applied to the README.txt?

 With best regards,
 Alexei Fedotov,
 Intel Middleware Products Division

 -Original Message-
 From: Spark Shen [mailto:[EMAIL PROTECTED]
 Sent: Friday, September 22, 2006 9:56 AM
 To: harmony-dev@incubator.apache.org
 Subject: Re: [drlvm] NPE is thrown when the kernel tests are run on
 Windows
 at revision 448448

 Thank you, I am trying :-).

 2006/9/22, Vladimir Gorr [EMAIL PROTECTED]:
 On 9/22/06, Spark Shen [EMAIL PROTECTED] wrote:
 Vladimir Gorr 写道:
 When I roll away the latest changes for Character.java (H-1500
 *Refactor
 some methods in java.lang.Character*)
 this issue disappears. It means a clue is here.
 Sorry for the late reply. JIRA 1500 is due to discussion [1] on the
 dev
 mailing list.

 I can not build DRLVM on my desktop. (Windows XP, RI JDK1.5.0, ant
 1.6.5). So I could not reproduce the bug
 The prompted error message is:
 C:\spark\drlvm\trunk\build\make\build.xml:238: The following error
 occurred while executing this line:
 C:\spark\drlvm\trunk\build\make\setup.xml:289: The following error
 occurred while executing this line:
 C:\spark\drlvm\trunk\build\make\setup.xml:291: The following error
 occurred while executing this line:
 C:\spark\drlvm\trunk\build\make\setup.xml:462: Warning: Could not find
 file
 C:\spark\drlvm\trunk\build\make\no_settings_in_config_or_environment
 to
 copy.

 This is the first time I build DRLVM, would you give me some hint
 about
 this error message.

 It seems you didn't run the *build.bat update* before starting the
 build.
 We need to run the following steps (sorry if you're aware about this):

 - svn checkout classlib
 - svn checkout drlvm
 - build classlib (cd classlib/trunk; ant fetch-depend; ant)
 - cd drlvm/trunk/build
 - build.bat update (you need to slightly some time here :-) )
 - build.bat

 Thanks,
 Vladimir.


 [1]

 http://mail-archives.apache.org/mod_mbox/incubator-harmony-
 dev/200609.mbox/[EMAIL PROTECTED]
 .
 com%3e
 Best regards

 Gang, it'd be not bad to run DRLVM testing for any commits to SVN
 repository.
 Otherwise we will be very hard to catch any errors like this. Any
 thoughts?

 Thanks,
 Vladimir.


 On 9/21/06, Vladimir Gorr [EMAIL PROTECTED] wrote:


 On 9/21/06, Spark Shen [EMAIL PROTECTED] wrote:
 Vladimir Gorr 写道:
 NPE is thrown for all kernel tests when testing is run on
 Windows
 at
 revision 448448:

 build.bat -Djunit.jar=%JUNIT_HOME%/junit-4.0.jar kernel.test

 ...
 [echo] RUNNING : java.lang.Class1_5Test
 [junit] java.lang.NullPointerException
 [junit] at com.ibm.icu.lang.UCharacter.getProperty (
 UCharacter.java
 :6073)

 [junit] at com.ibm.icu.lang.UCharacter.getType(UCharacter.java
 :2974)
 [junit] at com.ibm.icu.lang.UCharacter.isWhitespace(
 UCharacter.java
 :3162)
 [junit] at
 java.lang.Character.isWhitespace(Character.java:3091)
 [junit] at
 java.lang.Character.isWhitespace(Character.java:3078)
 [junit] at java.util.Properties.load(Properties.java:378)
 [junit] at 

RE: README.txt patch Was: [drlvm] NPE is thrown when the kernel tests are run on Windows at revision 448448

2006-10-06 Thread Morozova, Nadezhda
+1
PS: we have a pointer to README, but it goes into SVN. I don't see anything 
wrong with that - there should be some docs with sources.

Best regards, 
Nadya Morozova
 

-Original Message-
From: Geir Magnusson Jr. [mailto:[EMAIL PROTECTED] 
Sent: Friday, October 06, 2006 1:18 PM
To: harmony-dev@incubator.apache.org
Subject: Re: README.txt patch Was: [drlvm] NPE is thrown when the kernel tests 
are run on Windows at revision 448448

I was looking at the patch, and think we should just chuck the whole
README.txt, salvage what's good, put it on the website, and put a
pointer in the README.txt to the website.

geir


Morozova, Nadezhda wrote:
 Thanks for the fix, Alexei. I think this is a good start for updating the 
 README. 
 I've looked at the current version, and many other things are out-of-date 
 (such as ij as the name of our executable). Some things are also duplicated - 
 we now have the nice Quick Help pages for users [1] and developers [2]. As I 
 see it, the Quick Start you've been referring to roughly matches [1], whereas 
 [2] is for those who have to 'read this README and follow building 
 instructions to the point.' :) 
 
 I suggest that we edit the README file more to improve it. What do you think? 
 Do you think we can use JIRA 1730 for these changes? 
 
 [1] http://incubator.apache.org/harmony/quickhelp_users.html 
 [2] http://incubator.apache.org/harmony/quickhelp_contributors.html 
 
 Best regards, 
 Nadya Morozova
  
 -Original Message-
 From: Fedotov, Alexei A 
 Sent: Friday, October 06, 2006 12:23 AM
 To: Morozova, Nadezhda
 Cc: harmony-dev@incubator.apache.org
 Subject: README.txt patch Was: [drlvm] NPE is thrown when the kernel tests 
 are run on Windows at revision 448448
 
 BTW,
 I really enjoyed the last item of the Quick Start section:
 
 7. If building the DRLVM fails, read this README and follow building 
 instructions to the point.
 
 A hardcore programmer can loop infinitely here. :-)
 
 With best regards,
 Alexei Fedotov,
 Intel Middleware Products Division
 
 -Original Message-
 From: Fedotov, Alexei A
 Sent: Friday, October 06, 2006 12:20 AM
 To: =SMTP:[EMAIL PROTECTED]
 Cc: harmony-dev@incubator.apache.org
 Subject: RE: [drlvm] NPE is thrown when the kernel tests are run on Windows
 at revision 448448

 Hi, Nadya,

 I tried to build DRLVM, faced the issue from the thread below, and filed a
 JIRA issue: https://issues.apache.org/jira/browse/HARMONY-1730. Does the
 patch worth to be applied to the README.txt?

 With best regards,
 Alexei Fedotov,
 Intel Middleware Products Division

 -Original Message-
 From: Spark Shen [mailto:[EMAIL PROTECTED]
 Sent: Friday, September 22, 2006 9:56 AM
 To: harmony-dev@incubator.apache.org
 Subject: Re: [drlvm] NPE is thrown when the kernel tests are run on
 Windows
 at revision 448448

 Thank you, I am trying :-).

 2006/9/22, Vladimir Gorr [EMAIL PROTECTED]:
 On 9/22/06, Spark Shen [EMAIL PROTECTED] wrote:
 Vladimir Gorr 写道:
 When I roll away the latest changes for Character.java (H-1500
 *Refactor
 some methods in java.lang.Character*)
 this issue disappears. It means a clue is here.
 Sorry for the late reply. JIRA 1500 is due to discussion [1] on the
 dev
 mailing list.

 I can not build DRLVM on my desktop. (Windows XP, RI JDK1.5.0, ant
 1.6.5). So I could not reproduce the bug
 The prompted error message is:
 C:\spark\drlvm\trunk\build\make\build.xml:238: The following error
 occurred while executing this line:
 C:\spark\drlvm\trunk\build\make\setup.xml:289: The following error
 occurred while executing this line:
 C:\spark\drlvm\trunk\build\make\setup.xml:291: The following error
 occurred while executing this line:
 C:\spark\drlvm\trunk\build\make\setup.xml:462: Warning: Could not find
 file
 C:\spark\drlvm\trunk\build\make\no_settings_in_config_or_environment
 to
 copy.

 This is the first time I build DRLVM, would you give me some hint
 about
 this error message.

 It seems you didn't run the *build.bat update* before starting the
 build.
 We need to run the following steps (sorry if you're aware about this):

 - svn checkout classlib
 - svn checkout drlvm
 - build classlib (cd classlib/trunk; ant fetch-depend; ant)
 - cd drlvm/trunk/build
 - build.bat update (you need to slightly some time here :-) )
 - build.bat

 Thanks,
 Vladimir.


 [1]

 http://mail-archives.apache.org/mod_mbox/incubator-harmony-
 dev/200609.mbox/[EMAIL PROTECTED]
 .
 com%3e
 Best regards

 Gang, it'd be not bad to run DRLVM testing for any commits to SVN
 repository.
 Otherwise we will be very hard to catch any errors like this. Any
 thoughts?

 Thanks,
 Vladimir.


 On 9/21/06, Vladimir Gorr [EMAIL PROTECTED] wrote:


 On 9/21/06, Spark Shen [EMAIL PROTECTED] wrote:
 Vladimir Gorr 写道:
 NPE is thrown for all kernel tests when testing is run on
 Windows
 at
 revision 448448:

 build.bat -Djunit.jar=%JUNIT_HOME%/junit-4.0.jar kernel.test

 ...
 [echo] RUNNING : java.lang.Class1_5Test
 [junit] java.lang.NullPointerException
 

RE: README.txt patch Was: [drlvm] NPE is thrown when the kernel tests are run on Windows at revision 448448

2006-10-06 Thread Morozova, Nadezhda
Dear all,

Please go to https://issues.apache.org/jira/browse/HARMONY-1631  to find a 
patch for README.txt. Could you please find a chance to check whether the 
information is up-to date?   
(pay special attention to KNOWN ISSUES and TODO sections) 
In this connection I'd like to ask you to:

1. Check whether we need info about the compilers described below:
 
  + Microsoft 32-bit C/C++ Compiler, version 7 or higher
+ Windows platform SDK
+ Microsoft Visual Studio .NET 2003 or higher
+ Intel C++ Compiler, version 9.0

2. If we really need the aforementioned compilers, should we mention the
following:

3.7 You can switch between the different compilers and modes by using 
the environment variables, as follows:
   
On Windows*: |  On Linux*:
-+--
MSVC compiler : set CXX=msvc   # |  N/A 
Intel(R) compiler : set CXX=icl  |  export CXX=icc 
GCC compiler  : N/A  |  export CXX=gcc 
etc



3. Is this still a dependency for Linux?
   
   libxml2 package

4. Do we really need all stuff specified as additional (section 2.TOOLS AND   
ENVIRONMENT VARIABLES REQUIRED FOR THE BUILD)?

Your suggestions/comments/ideas are very welcome. :)

Best regards, 
Nadya Morozova

 
-Original Message-
From: Geir Magnusson Jr. [mailto:[EMAIL PROTECTED] 
Sent: Friday, October 06, 2006 1:18 PM
To: harmony-dev@incubator.apache.org
Subject: Re: README.txt patch Was: [drlvm] NPE is thrown when the kernel tests 
are run on Windows at revision 448448

I was looking at the patch, and think we should just chuck the whole
README.txt, salvage what's good, put it on the website, and put a
pointer in the README.txt to the website.

geir


Morozova, Nadezhda wrote:
 Thanks for the fix, Alexei. I think this is a good start for updating the 
 README. 
 I've looked at the current version, and many other things are out-of-date 
 (such as ij as the name of our executable). Some things are also duplicated - 
 we now have the nice Quick Help pages for users [1] and developers [2]. As I 
 see it, the Quick Start you've been referring to roughly matches [1], whereas 
 [2] is for those who have to 'read this README and follow building 
 instructions to the point.' :) 
 
 I suggest that we edit the README file more to improve it. What do you think? 
 Do you think we can use JIRA 1730 for these changes? 
 
 [1] http://incubator.apache.org/harmony/quickhelp_users.html 
 [2] http://incubator.apache.org/harmony/quickhelp_contributors.html 
 
 Best regards, 
 Nadya Morozova
  
 -Original Message-
 From: Fedotov, Alexei A 
 Sent: Friday, October 06, 2006 12:23 AM
 To: Morozova, Nadezhda
 Cc: harmony-dev@incubator.apache.org
 Subject: README.txt patch Was: [drlvm] NPE is thrown when the kernel tests 
 are run on Windows at revision 448448
 
 BTW,
 I really enjoyed the last item of the Quick Start section:
 
 7. If building the DRLVM fails, read this README and follow building 
 instructions to the point.
 
 A hardcore programmer can loop infinitely here. :-)
 
 With best regards,
 Alexei Fedotov,
 Intel Middleware Products Division
 
 -Original Message-
 From: Fedotov, Alexei A
 Sent: Friday, October 06, 2006 12:20 AM
 To: =SMTP:[EMAIL PROTECTED]
 Cc: harmony-dev@incubator.apache.org
 Subject: RE: [drlvm] NPE is thrown when the kernel tests are run on Windows
 at revision 448448

 Hi, Nadya,

 I tried to build DRLVM, faced the issue from the thread below, and filed a
 JIRA issue: https://issues.apache.org/jira/browse/HARMONY-1730. Does the
 patch worth to be applied to the README.txt?

 With best regards,
 Alexei Fedotov,
 Intel Middleware Products Division

 -Original Message-
 From: Spark Shen [mailto:[EMAIL PROTECTED]
 Sent: Friday, September 22, 2006 9:56 AM
 To: harmony-dev@incubator.apache.org
 Subject: Re: [drlvm] NPE is thrown when the kernel tests are run on
 Windows
 at revision 448448

 Thank you, I am trying :-).

 2006/9/22, Vladimir Gorr [EMAIL PROTECTED]:
 On 9/22/06, Spark Shen [EMAIL PROTECTED] wrote:
 Vladimir Gorr 写道:
 When I roll away the latest changes for Character.java (H-1500
 *Refactor
 some methods in java.lang.Character*)
 this issue disappears. It means a clue is here.
 Sorry for the late reply. JIRA 1500 is due to discussion [1] on the
 dev
 mailing list.

 I can not build DRLVM on my desktop. (Windows XP, RI JDK1.5.0, ant
 1.6.5). So I could not reproduce the bug
 The prompted error message is:
 C:\spark\drlvm\trunk\build\make\build.xml:238: The following error
 occurred while executing this line:
 C:\spark\drlvm\trunk\build\make\setup.xml:289: The following error
 occurred while executing this line:
 C:\spark\drlvm\trunk\build\make\setup.xml:291: The following error
 occurred while executing this line:
 C:\spark\drlvm\trunk\build\make\setup.xml:462: Warning: 

Re: README.txt patch Was: [drlvm] NPE is thrown when the kernel tests are run on Windows at revision 448448

2006-10-06 Thread Mikhail Fursov

Nadya, here is my 2 cents:

On 10/6/06, Morozova, Nadezhda [EMAIL PROTECTED] wrote:


Dear all,

Please go to https://issues.apache.org/jira/browse/HARMONY-1631  to find a
patch for README.txt. Could you please find a chance to check whether the
information is up-to date?
(pay special attention to KNOWN ISSUES and TODO sections)
In this connection I'd like to ask you to:

1. Check whether we need info about the compilers described below:

  + Microsoft 32-bit C/C++ Compiler, version 7 or higher
+ Windows platform SDK
+ Microsoft Visual Studio .NET 2003 or higher
+ Intel C++ Compiler, version 9.0



I think yes, we must point all of compilers we support. May be it worth to
point the GCC versions we tested too.
For example I'm not sure DRLVM is compilable with MSVC2005.

3.7 You can switch between the different compilers and modes by using

the environment variables, as follows:

On Windows*: |  On Linux*:

-+--
MSVC compiler : set CXX=msvc   # |  N/A
Intel(R) compiler : set CXX=icl  |  export CXX=icc
GCC compiler  : N/A  |  export
CXX=gcc etc



I think that this information is also useful.
Do you think that README file is too bloated?

4. Do we really need all stuff specified as additional (section
2.TOOLSAND   ENVIRONMENT VARIABLES REQUIRED FOR THE BUILD)?


I vote to have this chapter and + to describe briefly how to obtain and how
to set classlib directory.

Your suggestions/comments/ideas are very welcome. :)


Best regards,
Nadya Morozova



--
Mikhail Fursov


Re: README.txt patch Was: [drlvm] NPE is thrown when the kernel tests are run on Windows at revision 448448

2006-10-06 Thread Geir Magnusson Jr.
Why don't we just add this info to the getting started pages on the
website?It's somewhat repetitive and we should just maintain in one
place.


Morozova, Nadezhda wrote:
 Dear all,
 
 Please go to https://issues.apache.org/jira/browse/HARMONY-1631  to find a 
 patch for README.txt. Could you please find a chance to check whether the 
 information is up-to date?   
 (pay special attention to KNOWN ISSUES and TODO sections) 
 In this connection I'd like to ask you to:
 
 1. Check whether we need info about the compilers described below:
  
   + Microsoft 32-bit C/C++ Compiler, version 7 or higher
   + Windows platform SDK
   + Microsoft Visual Studio .NET 2003 or higher
   + Intel C++ Compiler, version 9.0
 
 2. If we really need the aforementioned compilers, should we mention the  
   following:
 
 3.7 You can switch between the different compilers and modes by using 
 the environment variables, as follows:

 On Windows*: |  On Linux*:
 -+--
 MSVC compiler : set CXX=msvc   # |  N/A 
 Intel(R) compiler : set CXX=icl  |  export CXX=icc 
 GCC compiler  : N/A  |  export CXX=gcc
  etc
 
 
 
 3. Is this still a dependency for Linux?

libxml2 package
 
 4. Do we really need all stuff specified as additional (section 2.TOOLS AND   
 ENVIRONMENT VARIABLES REQUIRED FOR THE BUILD)?
 
 Your suggestions/comments/ideas are very welcome. :)
 
 Best regards, 
 Nadya Morozova
 
  
 -Original Message-
 From: Geir Magnusson Jr. [mailto:[EMAIL PROTECTED] 
 Sent: Friday, October 06, 2006 1:18 PM
 To: harmony-dev@incubator.apache.org
 Subject: Re: README.txt patch Was: [drlvm] NPE is thrown when the kernel 
 tests are run on Windows at revision 448448
 
 I was looking at the patch, and think we should just chuck the whole
 README.txt, salvage what's good, put it on the website, and put a
 pointer in the README.txt to the website.
 
 geir
 
 
 Morozova, Nadezhda wrote:
 Thanks for the fix, Alexei. I think this is a good start for updating the 
 README. 
 I've looked at the current version, and many other things are out-of-date 
 (such as ij as the name of our executable). Some things are also duplicated 
 - we now have the nice Quick Help pages for users [1] and developers [2]. As 
 I see it, the Quick Start you've been referring to roughly matches [1], 
 whereas [2] is for those who have to 'read this README and follow building 
 instructions to the point.' :) 

 I suggest that we edit the README file more to improve it. What do you 
 think? Do you think we can use JIRA 1730 for these changes? 

 [1] http://incubator.apache.org/harmony/quickhelp_users.html 
 [2] http://incubator.apache.org/harmony/quickhelp_contributors.html 

 Best regards, 
 Nadya Morozova
  
 -Original Message-
 From: Fedotov, Alexei A 
 Sent: Friday, October 06, 2006 12:23 AM
 To: Morozova, Nadezhda
 Cc: harmony-dev@incubator.apache.org
 Subject: README.txt patch Was: [drlvm] NPE is thrown when the kernel tests 
 are run on Windows at revision 448448

 BTW,
 I really enjoyed the last item of the Quick Start section:

 7. If building the DRLVM fails, read this README and follow building 
 instructions to the point.
 A hardcore programmer can loop infinitely here. :-)

 With best regards,
 Alexei Fedotov,
 Intel Middleware Products Division

 -Original Message-
 From: Fedotov, Alexei A
 Sent: Friday, October 06, 2006 12:20 AM
 To: =SMTP:[EMAIL PROTECTED]
 Cc: harmony-dev@incubator.apache.org
 Subject: RE: [drlvm] NPE is thrown when the kernel tests are run on Windows
 at revision 448448

 Hi, Nadya,

 I tried to build DRLVM, faced the issue from the thread below, and filed a
 JIRA issue: https://issues.apache.org/jira/browse/HARMONY-1730. Does the
 patch worth to be applied to the README.txt?

 With best regards,
 Alexei Fedotov,
 Intel Middleware Products Division

 -Original Message-
 From: Spark Shen [mailto:[EMAIL PROTECTED]
 Sent: Friday, September 22, 2006 9:56 AM
 To: harmony-dev@incubator.apache.org
 Subject: Re: [drlvm] NPE is thrown when the kernel tests are run on
 Windows
 at revision 448448

 Thank you, I am trying :-).

 2006/9/22, Vladimir Gorr [EMAIL PROTECTED]:
 On 9/22/06, Spark Shen [EMAIL PROTECTED] wrote:
 Vladimir Gorr 写道:
 When I roll away the latest changes for Character.java (H-1500
 *Refactor
 some methods in java.lang.Character*)
 this issue disappears. It means a clue is here.
 Sorry for the late reply. JIRA 1500 is due to discussion [1] on the
 dev
 mailing list.

 I can not build DRLVM on my desktop. (Windows XP, RI JDK1.5.0, ant
 1.6.5). So I could not reproduce the bug
 The prompted error message is:
 C:\spark\drlvm\trunk\build\make\build.xml:238: The following error
 occurred while executing this line:
 C:\spark\drlvm\trunk\build\make\setup.xml:289: The 

Re: README.txt patch Was: [drlvm] NPE is thrown when the kernel tests are run on Windows at revision 448448

2006-10-06 Thread Mikhail Fursov

I like the README.txt file from the classlib . It helped me a lot when I
built classlib first time, so let's keep README for DRLVM too.
But classlib's README file is 2 times shorter than DRLVM's version - so it's
easier to read it.

I vote to leave in README file only info needed for a successful build. Any
clarifications for possible problems put to the site.


On 10/6/06, Geir Magnusson Jr. [EMAIL PROTECTED] wrote:


Why don't we just add this info to the getting started pages on the
website?It's somewhat repetitive and we should just maintain in one
place.



--
Mikhail Fursov


Re: README.txt patch Was: [drlvm] NPE is thrown when the kernel tests are run on Windows at revision 448448

2006-10-06 Thread Geir Magnusson Jr.
There's a maintenance issue here.  The point of the quickstart guides is 
just that - to help someone build for the first time...


Mikhail Fursov wrote:

I like the README.txt file from the classlib . It helped me a lot when I
built classlib first time, so let's keep README for DRLVM too.
But classlib's README file is 2 times shorter than DRLVM's version - so 
it's

easier to read it.

I vote to leave in README file only info needed for a successful build. Any
clarifications for possible problems put to the site.


On 10/6/06, Geir Magnusson Jr. [EMAIL PROTECTED] wrote:


Why don't we just add this info to the getting started pages on the
website?It's somewhat repetitive and we should just maintain in one
place.





-
Terms of use : http://incubator.apache.org/harmony/mailing.html
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



README.txt patch Was: [drlvm] NPE is thrown when the kernel tests are run on Windows at revision 448448

2006-10-05 Thread Fedotov, Alexei A
BTW,
I really enjoyed the last item of the Quick Start section:

 7. If building the DRLVM fails, read this README and follow building 
 instructions to the point.

A hardcore programmer can loop infinitely here. :-)

With best regards,
Alexei Fedotov,
Intel Middleware Products Division

-Original Message-
From: Fedotov, Alexei A
Sent: Friday, October 06, 2006 12:20 AM
To: =SMTP:[EMAIL PROTECTED]
Cc: harmony-dev@incubator.apache.org
Subject: RE: [drlvm] NPE is thrown when the kernel tests are run on Windows
at revision 448448

Hi, Nadya,

I tried to build DRLVM, faced the issue from the thread below, and filed a
JIRA issue: https://issues.apache.org/jira/browse/HARMONY-1730. Does the
patch worth to be applied to the README.txt?

With best regards,
Alexei Fedotov,
Intel Middleware Products Division

-Original Message-
From: Spark Shen [mailto:[EMAIL PROTECTED]
Sent: Friday, September 22, 2006 9:56 AM
To: harmony-dev@incubator.apache.org
Subject: Re: [drlvm] NPE is thrown when the kernel tests are run on
Windows
at revision 448448

Thank you, I am trying :-).

2006/9/22, Vladimir Gorr [EMAIL PROTECTED]:

 On 9/22/06, Spark Shen [EMAIL PROTECTED] wrote:
 
  Vladimir Gorr 写道:
   When I roll away the latest changes for Character.java (H-1500
 *Refactor
   some methods in java.lang.Character*)
   this issue disappears. It means a clue is here.
  Sorry for the late reply. JIRA 1500 is due to discussion [1] on the
dev
  mailing list.
 
  I can not build DRLVM on my desktop. (Windows XP, RI JDK1.5.0, ant
  1.6.5). So I could not reproduce the bug
  The prompted error message is:
  C:\spark\drlvm\trunk\build\make\build.xml:238: The following error
  occurred while executing this line:
  C:\spark\drlvm\trunk\build\make\setup.xml:289: The following error
  occurred while executing this line:
  C:\spark\drlvm\trunk\build\make\setup.xml:291: The following error
  occurred while executing this line:
  C:\spark\drlvm\trunk\build\make\setup.xml:462: Warning: Could not find
  file
  C:\spark\drlvm\trunk\build\make\no_settings_in_config_or_environment
to
  copy.
 
  This is the first time I build DRLVM, would you give me some hint
about
  this error message.


 It seems you didn't run the *build.bat update* before starting the
build.

 We need to run the following steps (sorry if you're aware about this):

 - svn checkout classlib
 - svn checkout drlvm
 - build classlib (cd classlib/trunk; ant fetch-depend; ant)
 - cd drlvm/trunk/build
 - build.bat update (you need to slightly some time here :-) )
 - build.bat

 Thanks,
 Vladimir.


 [1]
 
 
 http://mail-archives.apache.org/mod_mbox/incubator-harmony-
dev/200609.mbox/[EMAIL PROTECTED]
.
com%3e
  Best regards
 
  
   Gang, it'd be not bad to run DRLVM testing for any commits to SVN
   repository.
   Otherwise we will be very hard to catch any errors like this. Any
   thoughts?
  
   Thanks,
   Vladimir.
  
  
   On 9/21/06, Vladimir Gorr [EMAIL PROTECTED] wrote:
  
  
  
   On 9/21/06, Spark Shen [EMAIL PROTECTED] wrote:
   
Vladimir Gorr 写道:
 NPE is thrown for all kernel tests when testing is run on
Windows
  at
 revision 448448:

 build.bat -Djunit.jar=%JUNIT_HOME%/junit-4.0.jar kernel.test

 ...
 [echo] RUNNING : java.lang.Class1_5Test
 [junit] java.lang.NullPointerException
 [junit] at com.ibm.icu.lang.UCharacter.getProperty (
 UCharacter.java
 :6073)

 [junit] at com.ibm.icu.lang.UCharacter.getType(UCharacter.java
  :2974)
 [junit] at com.ibm.icu.lang.UCharacter.isWhitespace(
 UCharacter.java
 :3162)
 [junit] at
java.lang.Character.isWhitespace(Character.java:3091)
 [junit] at
java.lang.Character.isWhitespace(Character.java:3078)
 [junit] at java.util.Properties.load(Properties.java:378)
 [junit] at java.util.PropertyResourceBundle .init(
 PropertyResourceBundle.java:44)
 snipped

 Does anybody observe this issue? As for Linux all works fine.
I am looking into this issue.
  
  
  
   Is there any progress here? Did you managed to reproduce it?
   Same issue is also mentioned for other thread (*Trouble Building
   DRLVM*).
  
   Thanks in advance,
   Vladimir.
  
   Best regards

 Thanks,
 Vladimir.

   
   
--
Spark Shen
China Software Development Lab, IBM
   
   
   
 -
Terms of use : http://incubator.apache.org/harmony/mailing.html
To unsubscribe, e-mail:
 [EMAIL PROTECTED]
For additional commands, e-mail:
  [EMAIL PROTECTED]
   
   
  
  
 
 
  --
  Spark Shen
  China Software Development Lab, IBM
 
 
  -
  Terms of use : http://incubator.apache.org/harmony/mailing.html
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
 
 




--
Spark Shen
China Software Development Lab, IBM


Re: README.txt patch Was: [drlvm] NPE is thrown when the kernel tests are run on Windows at revision 448448

2006-10-05 Thread Geir Magnusson Jr.
Yes. It's a test.

Fedotov, Alexei A wrote:
 BTW,
 I really enjoyed the last item of the Quick Start section:
 
 7. If building the DRLVM fails, read this README and follow building 
 instructions to the point.
 
 A hardcore programmer can loop infinitely here. :-)
 
 With best regards,
 Alexei Fedotov,
 Intel Middleware Products Division
 
 -Original Message-
 From: Fedotov, Alexei A
 Sent: Friday, October 06, 2006 12:20 AM
 To: =SMTP:[EMAIL PROTECTED]
 Cc: harmony-dev@incubator.apache.org
 Subject: RE: [drlvm] NPE is thrown when the kernel tests are run on Windows
 at revision 448448

 Hi, Nadya,

 I tried to build DRLVM, faced the issue from the thread below, and filed a
 JIRA issue: https://issues.apache.org/jira/browse/HARMONY-1730. Does the
 patch worth to be applied to the README.txt?

 With best regards,
 Alexei Fedotov,
 Intel Middleware Products Division

 -Original Message-
 From: Spark Shen [mailto:[EMAIL PROTECTED]
 Sent: Friday, September 22, 2006 9:56 AM
 To: harmony-dev@incubator.apache.org
 Subject: Re: [drlvm] NPE is thrown when the kernel tests are run on
 Windows
 at revision 448448

 Thank you, I am trying :-).

 2006/9/22, Vladimir Gorr [EMAIL PROTECTED]:
 On 9/22/06, Spark Shen [EMAIL PROTECTED] wrote:
 Vladimir Gorr 写道:
 When I roll away the latest changes for Character.java (H-1500
 *Refactor
 some methods in java.lang.Character*)
 this issue disappears. It means a clue is here.
 Sorry for the late reply. JIRA 1500 is due to discussion [1] on the
 dev
 mailing list.

 I can not build DRLVM on my desktop. (Windows XP, RI JDK1.5.0, ant
 1.6.5). So I could not reproduce the bug
 The prompted error message is:
 C:\spark\drlvm\trunk\build\make\build.xml:238: The following error
 occurred while executing this line:
 C:\spark\drlvm\trunk\build\make\setup.xml:289: The following error
 occurred while executing this line:
 C:\spark\drlvm\trunk\build\make\setup.xml:291: The following error
 occurred while executing this line:
 C:\spark\drlvm\trunk\build\make\setup.xml:462: Warning: Could not find
 file
 C:\spark\drlvm\trunk\build\make\no_settings_in_config_or_environment
 to
 copy.

 This is the first time I build DRLVM, would you give me some hint
 about
 this error message.

 It seems you didn't run the *build.bat update* before starting the
 build.
 We need to run the following steps (sorry if you're aware about this):

 - svn checkout classlib
 - svn checkout drlvm
 - build classlib (cd classlib/trunk; ant fetch-depend; ant)
 - cd drlvm/trunk/build
 - build.bat update (you need to slightly some time here :-) )
 - build.bat

 Thanks,
 Vladimir.


 [1]

 http://mail-archives.apache.org/mod_mbox/incubator-harmony-
 dev/200609.mbox/[EMAIL PROTECTED]
 .
 com%3e
 Best regards

 Gang, it'd be not bad to run DRLVM testing for any commits to SVN
 repository.
 Otherwise we will be very hard to catch any errors like this. Any
 thoughts?

 Thanks,
 Vladimir.


 On 9/21/06, Vladimir Gorr [EMAIL PROTECTED] wrote:


 On 9/21/06, Spark Shen [EMAIL PROTECTED] wrote:
 Vladimir Gorr 写道:
 NPE is thrown for all kernel tests when testing is run on
 Windows
 at
 revision 448448:

 build.bat -Djunit.jar=%JUNIT_HOME%/junit-4.0.jar kernel.test

 ...
 [echo] RUNNING : java.lang.Class1_5Test
 [junit] java.lang.NullPointerException
 [junit] at com.ibm.icu.lang.UCharacter.getProperty (
 UCharacter.java
 :6073)

 [junit] at com.ibm.icu.lang.UCharacter.getType(UCharacter.java
 :2974)
 [junit] at com.ibm.icu.lang.UCharacter.isWhitespace(
 UCharacter.java
 :3162)
 [junit] at
 java.lang.Character.isWhitespace(Character.java:3091)
 [junit] at
 java.lang.Character.isWhitespace(Character.java:3078)
 [junit] at java.util.Properties.load(Properties.java:378)
 [junit] at java.util.PropertyResourceBundle .init(
 PropertyResourceBundle.java:44)
 snipped

 Does anybody observe this issue? As for Linux all works fine.
 I am looking into this issue.


 Is there any progress here? Did you managed to reproduce it?
 Same issue is also mentioned for other thread (*Trouble Building
 DRLVM*).

 Thanks in advance,
 Vladimir.

 Best regards
 Thanks,
 Vladimir.


 --
 Spark Shen
 China Software Development Lab, IBM



 -
 Terms of use : http://incubator.apache.org/harmony/mailing.html
 To unsubscribe, e-mail:
 [EMAIL PROTECTED]
 For additional commands, e-mail:
 [EMAIL PROTECTED]


 --
 Spark Shen
 China Software Development Lab, IBM


 -
 Terms of use : http://incubator.apache.org/harmony/mailing.html
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]




 --
 Spark Shen
 China Software Development Lab, IBM
 
 -
 Terms of use : http://incubator.apache.org/harmony/mailing.html
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]