> 2) noisy warnings will be deleted in a day or two (in progress, > issue 2790) Yay (thanks!)
Done. We should not see them anymore. BTW, the issue number is HARMONY-2970 (rather than 2790) indeed. Regards, 2007/1/25, Geir Magnusson Jr. <[EMAIL PROTECTED]>:
On Jan 25, 2007, at 12:34 AM, Vladimir Ivanov wrote: > My comments: > 1) The string like > set CRUISE_PATH=%CRUISE_PATH%;%ANT_HOME%\lib\ant-apache-regexp.jar > was initially added to the cruisecontrol.bat (sh) files to fix > issue with > 'replaceregexp'. It works for me so I'll try to find RH or ubuntu6 > to verify > it again. Yay > > 2) noisy warnings will be deleted in a day or two (in progress, > issue 2790) Yay (thanks!) > > 3) now CC works on em64t platform in the 'perTest' mode due to hang > up of > different tests (beans etc) Well, I seem to have it running on x86_64 :) w/o the perTest mode... > > thanks, Vladimir > > On 1/25/07, Geir Magnusson Jr. <[EMAIL PROTECTED]> wrote: >> >> Ok - now I'm starting to understand this better. >> >> The replaceregexp was probably some kind of post processing error. >> We gotta get rid of this. We also should try and get rid of the >> noisy warnings : >> >> Unable to load file: java.io.FileNotFoundException: /home/geir/dev/ >> apache/harmony/enhanced/buildtest/trunk/cc/projects/classlib/trunk/ >> modules/concurrent/make/exclude.common (No such file or directory) >> Unable to load file: java.io.FileNotFoundException: /home/geir/dev/ >> apache/harmony/enhanced/buildtest/trunk/cc/projects/classlib/trunk/ >> modules/concurrent/make/exclude.linux.x86_64.drl (No such file or >> directory) >> Unable to load file: java.io.FileNotFoundException: /home/geir/dev/ >> apache/harmony/enhanced/buildtest/trunk/cc/projects/classlib/trunk/ >> modules/concurrent/make/exclude.linux.x86_64.drl.interm (No such file >> or directory) >> >> There is a real error : >> o.a.h.text.tests.java.text.DateFormatSymbolsTest#test_hashCode fails >> for me on ubuntu6 x86, and massive awt failures on x86_64. >> >> I'll post new threads for these. >> >> On Jan 24, 2007, at 8:31 PM, Naveen Neelakantam wrote: >> >> > I was getting that error too! >> > >> > I could not for the life of me figure out what was going on. I >> > even wrote a test ant script that uses replaceregexp, and it worked >> > fine. Go figure. >> > >> > I looked through the build file and discovered that replaceregexp >> > is only run as a postprocessing step in the case of some failures. >> > So, get rid of the failures and the problem should go away. >> > >> > The errors for me were actually being caused by a large number of >> > OutOfMemoryErrors. I worked around that problem by following >> > Vladimir Ivanov's suggestion: >> > "As workaround to enable new platform and define problem tests you >> > can run these tests in the 'perTest' mode for a while (new vm will >> > be started for each test). Please, uncomment the line 238 (<!-- >> > jvmarg arg="- Dhy.test.forkmode=perTest"/-->) in the configuration >> > to do it." >> > >> > That worked, and I sort of left the issue there. I can run the >> > classlib tests now and I'm happy. >> > >> > Naveen >> > >> > On Jan 24, 2007, at 7:07 PM, Geir Magnusson Jr. wrote: >> > >> >> Ok - I had a small local problem, but I'm still not able to run >> >> everything passing. For classlib-drlvm, I get : >> >> >> >> >> >> BUILD FAILED >> >> Ant Error Message: /home/geir/dev/apache/harmony/enhanced/ >> >> buildtest/trunk/cc/projects/classlib/trunk/build.xml:167: The >> >> following error occurred while executing this line: /home/geir/ >> dev/ >> >> apache/harmony/enhanced/buildtest/trunk/cc/projects/classlib/ >> trunk/ >> >> make/build-test.xml:289: Could not create task or type of type: >> >> replaceregexp. Ant could not find the task or a class this task >> >> relies upon. >> >> >> >> This seems to be misleading, because the necessary class is in the >> >> ant.jar... >> >> >> >> Any thoughts? >> >> >> >> geir >> >> >> >> >> >> On Jan 24, 2007, at 12:44 PM, Geir Magnusson Jr. wrote: >> >> >> >>> OOB == out of the box >> >>> >> >>> I tried to do a fresh checkout of build-test on two different >> >>> machines, and it doesn't work OOB. I'm going to figure out why >> >>> when I get back from the gym, but if anyone has a timesaving >> >>> hint, let me know (and I'll fix it). >> >>> >> >>> I also want to switch it to use the federated tree if no one >> >>> minds (at some point). >> >>> >> >>> geir
-- Alexei Zakharov, Intel ESSD
