Re: [general] POLL : supported platforms

2006-10-16 Thread Justin Zheng

Why only x86? How about x64  MIPS?

Thanks.

Best Regards,

Justinz


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


We're a volunteer project, so supported is based on interest in
community.  Lets be clear by writing down a set of platforms that we as
a community commit to support.

I think we can define support as - one or more people in the
community tests on that platform on a regular basis, there are users
that use that platform, and we have people volunteering to find and fix
bugs that specifically affect that platform

Just throw things out there and we'll gather the results and see what's
popular.  We'll summarize in 3 days.  Please be clear in indicating what
you think should be reported.  Don't vote against anything. To start,
using a broad brush :


Windows
===
Windows XP x86

Linux
=
Ubuntu 6 x86
Ubuntu 5 x86
RHEL  (version ?) x86
FC (version ?) x86
SUSE (verion ?) x86

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




Re: Ant get error

2006-10-16 Thread Justin Zheng

Finally, I built Harmony sucessfully. :) However the test suite has a lot of
failures. Is that expected?

And when I type Java -version, the result is:

Apache Harmony Launcher : (c) Copyright 1991, 2006 The Apache Software
Foundatio
n or its licensors, as applicable.
JVMJ9VM007E 无法识别命令行选项(unable to read command line option):-version
HMYEXEL062E 内部 VM 错误:未能创建 (internal VM error, cannot create ) Java VM
FAILED to invoke JVM.

which is different with quickhelp document.

Is that my configuration error?

Thanks.

Best Regards,

Justinz

On 10/15/06, Alexey Petrenko [EMAIL PROTECTED] wrote:


2006/10/14, Paulex Yang [EMAIL PROTECTED]:
 Alexey Petrenko wrote:
  This error simply means that ant can not finad a compiler. Because
  Harmony does not have a compiler.. yet...
  Somewhere (in the READMEs or on the Harmony site) was an instruction
  on using Eclipse compiler for Harmony build.
 
  You should look for this info.
 The other solution is, if you have JDK installed, point your JAVA_HOME
 to that directory.
Looks like Justin is trying to build Harmony using Harmony


  2006/10/14, Justin Zheng [EMAIL PROTECTED]:
  Thanks for your help. Ant get issue had been resolved and solution
  had been
  updated to the wiki page, please help to check.
 
  However, another issue occoured.
 
  I received this error when I executed build.bat after the update:
 
  BUILD FAILED
  C:\Harmony\trunk\working_vm\build\make\build.xml:406: The following
  error
  occurr
  ed while executing this line:
  C:\Harmony\trunk\working_vm\build\make\build.xml:413: The following
  error
  occurr
  ed while executing this line:
  C:\Harmony\trunk\working_vm\build\make\build_component.xml:72: The
  following
  err
  or occurred while executing this line:
 
C:\Harmony\trunk\working_vm\build\win_ia32_msvc_debug\semis\build\targets\build.
 
  java.xml:10: Unable to find a javac compiler;
  com.sun.tools.javac.Main is not on the classpath.
  Perhaps JAVA_HOME does not point to the JDK
 
  Some System Variables setting:
 
  ANT_HOME=C:\Downloads\apache-ant-1.6.5-bin\apache-ant-1.6.5
  JAVA_HOME=C:\Harmony\trunk\working_classlib\deploy\jdk\jre
 
  Can any one help?
 
  Thanks a lot!
 
  Best Regards,
 
  Justinz
 
 
  On 10/13/06, Salikh Zakirov [EMAIL PROTECTED] wrote:
  
   Paulex Yang [EMAIL PROTECTED] wrote:
Can you access
  http://www.reverse.net/pub/apache/apr/apr-1.2.6.zip in
browser?
  
   Justin Zheng wrote:
 I do cannot access that url. How can I get the access
permission?
  
   The site is one of public Apache mirrors, so it must be some
network
   availability problem that you cannot access it.
   I've just tried and file is accessible.
   Could you please check your internet connection is okay?
  
   Meanwhile, you can try using some other Apache mirror, for example,
  the
   main one,
   by making the following change and running 'build.bat update'
again.
  
   --- build/make/win.properties
   +++ build/make/win.properties
   @@ -50,7 +50,7 @@ CLASSLIB_HOME=../../../classlib/trunk/
  
   # Apache Portable Runtime, version 1.1 or above
   # http://apr.apache.org/download.cgi
  
  -
remote.APR.archive=http://www.reverse.net/pub/apache/apr/apr-1.2.6.zip
   +remote.APR.archive=http://www.apache.org/dist/apr/apr-1.2.6.zip
  
   # APR-util, version 1.2.2 or above
   # http://apr.apache.org/download.cgi
  
  
  
-
   Terms of use : http://incubator.apache.org/harmony/mailing.html
   To unsubscribe, e-mail:
[EMAIL PROTECTED]
   For additional commands, e-mail:
[EMAIL PROTECTED]
  
  
 
 
 
 


 --
 Paulex Yang
 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]




--
Alexey A. Petrenko
Intel Middleware Products Division

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




Re: Ant get error

2006-10-16 Thread Justin Zheng

Helloworld works well. Thanks.

Best Regards,

Justinz


On 10/17/06, Sergey Soldatov [EMAIL PROTECTED] wrote:


It's a know feature that J9 doesn't show version. Nevermind, just try to
run
a simple application like HelloWorld

On 10/16/06, Justin Zheng [EMAIL PROTECTED] wrote:

 Finally, I built Harmony sucessfully. :) However the test suite has a
lot
 of
 failures. Is that expected?

 And when I type Java -version, the result is:

 Apache Harmony Launcher : (c) Copyright 1991, 2006 The Apache Software
 Foundatio
 n or its licensors, as applicable.
 JVMJ9VM007E 无法识别命令行选项(unable to read command line option):-version
 HMYEXEL062E 内部 VM 错误:未能创建 (internal VM error, cannot create ) Java VM
 FAILED to invoke JVM.

 which is different with quickhelp document.

 Is that my configuration error?

 Thanks.

 Best Regards,

 Justinz

 On 10/15/06, Alexey Petrenko [EMAIL PROTECTED] wrote:
 
  2006/10/14, Paulex Yang [EMAIL PROTECTED]:
   Alexey Petrenko wrote:
This error simply means that ant can not finad a compiler. Because
Harmony does not have a compiler.. yet...
Somewhere (in the READMEs or on the Harmony site) was an
instruction
on using Eclipse compiler for Harmony build.
   
You should look for this info.
   The other solution is, if you have JDK installed, point your
JAVA_HOME
   to that directory.
  Looks like Justin is trying to build Harmony using Harmony
 
 
2006/10/14, Justin Zheng [EMAIL PROTECTED]:
Thanks for your help. Ant get issue had been resolved and
solution
had been
updated to the wiki page, please help to check.
   
However, another issue occoured.
   
I received this error when I executed build.bat after the update:
   
BUILD FAILED
C:\Harmony\trunk\working_vm\build\make\build.xml:406: The
following
error
occurr
ed while executing this line:
C:\Harmony\trunk\working_vm\build\make\build.xml:413: The
following
error
occurr
ed while executing this line:
C:\Harmony\trunk\working_vm\build\make\build_component.xml:72:
The
following
err
or occurred while executing this line:
   
 

C:\Harmony\trunk\working_vm\build\win_ia32_msvc_debug\semis\build\targets\build.
   
java.xml:10: Unable to find a javac compiler;
com.sun.tools.javac.Main is not on the classpath.
Perhaps JAVA_HOME does not point to the JDK
   
Some System Variables setting:
   
ANT_HOME=C:\Downloads\apache-ant-1.6.5-bin\apache-ant-1.6.5
JAVA_HOME=C:\Harmony\trunk\working_classlib\deploy\jdk\jre
   
Can any one help?
   
Thanks a lot!
   
Best Regards,
   
Justinz
   
   
On 10/13/06, Salikh Zakirov [EMAIL PROTECTED] wrote:

 Paulex Yang [EMAIL PROTECTED] wrote:
  Can you access
http://www.reverse.net/pub/apache/apr/apr-1.2.6.zip in
  browser?

 Justin Zheng wrote:
   I do cannot access that url. How can I get the access
  permission?

 The site is one of public Apache mirrors, so it must be some
  network
 availability problem that you cannot access it.
 I've just tried and file is accessible.
 Could you please check your internet connection is okay?

 Meanwhile, you can try using some other Apache mirror, for
 example,
the
 main one,
 by making the following change and running 'build.bat update'
  again.

 --- build/make/win.properties
 +++ build/make/win.properties
 @@ -50,7 +50,7 @@ CLASSLIB_HOME=../../../classlib/trunk/

 # Apache Portable Runtime, version 1.1 or above
 # http://apr.apache.org/download.cgi

-
  remote.APR.archive=http://www.reverse.net/pub/apache/apr/apr-1.2.6.zip
 +remote.APR.archive=
http://www.apache.org/dist/apr/apr-1.2.6.zip

 # APR-util, version 1.2.2 or above
 # http://apr.apache.org/download.cgi



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


   
   
   
   
  
  
   --
   Paulex Yang
   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]
  
  
 
 
  --
  Alexey A. Petrenko
  Intel Middleware Products Division
 
  -
  Terms of use : http://incubator.apache.org/harmony/mailing.html
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
 
 




--
Sergey Soldatov
Intel Middleware Products Division



Re: Ant get error

2006-10-14 Thread Justin Zheng

Thanks for your help. Ant get issue had been resolved and solution had been
updated to the wiki page, please help to check.

However, another issue occoured.

I received this error when I executed build.bat after the update:

BUILD FAILED
C:\Harmony\trunk\working_vm\build\make\build.xml:406: The following error
occurr
ed while executing this line:
C:\Harmony\trunk\working_vm\build\make\build.xml:413: The following error
occurr
ed while executing this line:
C:\Harmony\trunk\working_vm\build\make\build_component.xml:72: The following
err
or occurred while executing this line:
C:\Harmony\trunk\working_vm\build\win_ia32_msvc_debug\semis\build\targets\build.
java.xml:10: Unable to find a javac compiler;
com.sun.tools.javac.Main is not on the classpath.
Perhaps JAVA_HOME does not point to the JDK

Some System Variables setting:

ANT_HOME=C:\Downloads\apache-ant-1.6.5-bin\apache-ant-1.6.5
JAVA_HOME=C:\Harmony\trunk\working_classlib\deploy\jdk\jre

Can any one help?

Thanks a lot!

Best Regards,

Justinz


On 10/13/06, Salikh Zakirov [EMAIL PROTECTED] wrote:


Paulex Yang [EMAIL PROTECTED] wrote:
 Can you access http://www.reverse.net/pub/apache/apr/apr-1.2.6.zip in
 browser?

Justin Zheng wrote:
  I do cannot access that url. How can I get the access permission?

The site is one of public Apache mirrors, so it must be some network
availability problem that you cannot access it.
I've just tried and file is accessible.
Could you please check your internet connection is okay?

Meanwhile, you can try using some other Apache mirror, for example, the
main one,
by making the following change and running 'build.bat update' again.

--- build/make/win.properties
+++ build/make/win.properties
@@ -50,7 +50,7 @@ CLASSLIB_HOME=../../../classlib/trunk/

# Apache Portable Runtime, version 1.1 or above
# http://apr.apache.org/download.cgi
-remote.APR.archive=http://www.reverse.net/pub/apache/apr/apr-1.2.6.zip
+remote.APR.archive=http://www.apache.org/dist/apr/apr-1.2.6.zip

# APR-util, version 1.2.2 or above
# http://apr.apache.org/download.cgi


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




Ant get error

2006-10-13 Thread Justin Zheng

Hi all,

I receive this error when I begin to fetch working_vm's dependencies:

BUILD FAILED
C:\Harmony\trunk\working_vm\build\make\build.xml:240: The following error
occurr
ed while executing this line:
C:\Harmony\trunk\working_vm\build\make\setup.xml:268: The following error
occurr
ed while executing this line:
C:\Harmony\trunk\working_vm\build\make\setup.xml:270: The following error
occurr
ed while executing this line:
C:\Harmony\trunk\working_vm\build\make\setup.xml:444: Can't get
http://www.rever
se.net/pub/apache/apr/apr-1.2.6.zip to
C:\Harmony\trunk\working_vm\build\pre-cop
ied\archives\win\APR\apr-1.2.6.zip

It is Ant get error and I can not resolve it. Can anyone help?

Thanks.

My platform is Windows.

Justinz


Re: Ant get error

2006-10-13 Thread Justin Zheng

Thanks for your information. I do cannot access that url. How can I get the
access permission?

Thanks.

Best Regards,

Justinz


On 10/13/06, Paulex Yang [EMAIL PROTECTED] wrote:


Can you access http://www.reverse.net/pub/apache/apr/apr-1.2.6.zip in
browser?

Justin Zheng wrote:
 Hi all,

 I receive this error when I begin to fetch working_vm's dependencies:

 BUILD FAILED
 C:\Harmony\trunk\working_vm\build\make\build.xml:240: The following
error
 occurr
 ed while executing this line:
 C:\Harmony\trunk\working_vm\build\make\setup.xml:268: The following
error
 occurr
 ed while executing this line:
 C:\Harmony\trunk\working_vm\build\make\setup.xml:270: The following
error
 occurr
 ed while executing this line:
 C:\Harmony\trunk\working_vm\build\make\setup.xml:444: Can't get
 http://www.rever
 se.net/pub/apache/apr/apr-1.2.6.zip to
 C:\Harmony\trunk\working_vm\build\pre-cop
 ied\archives\win\APR\apr-1.2.6.zip

 It is Ant get error and I can not resolve it. Can anyone help?

 Thanks.

 My platform is Windows.

 Justinz



--
Paulex Yang
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]




Re: Ant get error

2006-10-13 Thread Justin Zheng

I am glad to update the solution to the wiki if I can resolve it. :)

On 10/13/06, Salikh Zakirov [EMAIL PROTECTED] wrote:


Justin Zheng wrote:
 C:\Harmony\trunk\working_vm\build\make\setup.xml:444: Can't get
 http://www.rever
 se.net/pub/apache/apr/apr-1.2.6.zip to
 C:\Harmony\trunk\working_vm\build\pre-cop
 ied\archives\win\APR\apr-1.2.6.zip

 It is Ant get error and I can not resolve it. Can anyone help?

It is likely that you can't get the resource or are behind a proxy.

1) Can you verify that getting the specified resource is possible at all?
i.e. it is not a site availability issue. Looking from your log, the url
is
http://www.reverse.net/pub/apache/apr/apr-1.2.6.zip, try downloading it
from a browser, if it is fails, then the problem is not in DRLVM build.

2) You may need to configure HTTP proxy by modifying
trunk/working_vm/build/win.properties

(or even use the internal java properties, like
   set ANT_OPTS='-Dhttp.proxyPort=proxy-port -Dhttp.proxyHost=
proxy-host'
   build.bat update
)

put appropriate values instead of proxy-port and proxy-host.

BTW, there is a wiki page with DRLVM troubleshooting tips,
would you mind sharing your experience after solving the problem?

http://wiki.apache.org/harmony/DrlvmBuildTroubleshooting


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