Re: [build] build failed with latest harmony classlib

2006-10-16 Thread Leo Li
Hi, Nathan: I also encountered the problem this morning. After some study, I found the method which compiler calls ""undefined" really exists there. And the fact that we uses a new compiler of eclipse today. Thus I think of the options we need to set in eclipse to develop Harmony or else the

Re: [build] build failed with latest harmony classlib

2006-10-16 Thread Andrew Zhang
On 10/17/06, Nathan Beyer <[EMAIL PROTECTED]> wrote: Try setting ANT_OPTS to "-Xms256M -Xmx512M". I saw this exception thrown on a 'build-test' run just now. I turned up the maximum memory in the cruisecontrol config file and it fixed it. For command-line builds, use the ANT_OPTS. Thanks a lo

Re: [build] build failed with latest harmony classlib

2006-10-16 Thread Nathan Beyer
Try setting ANT_OPTS to "-Xms256M -Xmx512M". I saw this exception thrown on a 'build-test' run just now. I turned up the maximum memory in the cruisecontrol config file and it fixed it. For command-line builds, use the ANT_OPTS. On 10/16/06, Andrew Zhang <[EMAIL PROTECTED]> wrote: On 10/17/06, N

Re: [build] build failed with latest harmony classlib

2006-10-16 Thread Nathan Beyer
On 10/16/06, Leo Li <[EMAIL PROTECTED]> wrote: Seems we use a new compiler today.:) The first problem Andrew encountered is quite like the unresolved dependency in eclipse's compiler option which is manually set off by us. I do not know whether it should be or how can be turned off in current

Re: [build] build failed with latest harmony classlib

2006-10-16 Thread Leo Li
Seems we use a new compiler today.:) The first problem Andrew encountered is quite like the unresolved dependency in eclipse's compiler option which is manually set off by us. I do not know whether it should be or how can be turned off in current Harmony build system. Besides, after I clean th

Re: [build] build failed with latest harmony classlib

2006-10-16 Thread Andrew Zhang
On 10/17/06, Nathan Beyer <[EMAIL PROTECTED]> wrote: try to either a 'rebuild' or 'clean' then 'build' Thanks, Nathan. I tried "ant clean" and then "ant build", but I got a weird error message: -compile: [javac] Since compiler setting isn't classic or modern,ignoring fork setting . [ja

Re: [build] build failed with latest harmony classlib

2006-10-16 Thread Spark Shen
Nathan Beyer 写道: That's a completely different error though. Were you getting the same error that Andrew was? Try increasing the max memory used by Ant for this condition. I generally set my ANT_OPTS to "-Xms256M -Xmx512M", so that the JUnit report can complete. -Nathan Works now, thank you.

Re: [build] build failed with latest harmony classlib

2006-10-16 Thread Nathan Beyer
That's a completely different error though. Were you getting the same error that Andrew was? Try increasing the max memory used by Ant for this condition. I generally set my ANT_OPTS to "-Xms256M -Xmx512M", so that the JUnit report can complete. -Nathan On 10/16/06, Spark Shen <[EMAIL PROTECTED

Re: [build] build failed with latest harmony classlib

2006-10-16 Thread Spark Shen
Nathan Beyer 写道: try to either a 'rebuild' or 'clean' then 'build' I tried rebuild, but still fail [mkdir] Created dir: C:\spark\harmony\build\classes [javac] Since compiler setting isn't classic or modern,ignoring fork setting [javac] Compiling 3430 source files to C:\spark\harmony\build\class

Re: [build] build failed with latest harmony classlib

2006-10-16 Thread Nathan Beyer
try to either a 'rebuild' or 'clean' then 'build' On 10/16/06, Andrew Zhang <[EMAIL PROTECTED]> wrote: Hi, I get a compile error when building latest harmony classlib. Anyone has the same problem? or just my local problem? Error message: -compile: [javac] Since compiler setting isn't class

[build] build failed with latest harmony classlib

2006-10-16 Thread Andrew Zhang
Hi, I get a compile error when building latest harmony classlib. Anyone has the same problem? or just my local problem? Error message: -compile: [javac] Since compiler setting isn't classic or modern,ignoring fork setting . [javac] Compiling 1 source file to D:\Harmony\build\classes [ja