Yep, I've experienced this failure too :) And will commit HARMONY-5328. Thanks.
SY, Alexey 2007/12/20, Gregory Shimansky <[EMAIL PROTECTED]>: > Elford, Chris L said the following on 20.12.2007 0:27: > > Thanks Alexey, > > > > One last one... Note also that > > > > Common_resource/build/depends.properties depends on > > download.eclipse.org/eclipse/downloads/drops/R-3.3-200706251500 in > > several places. This is no longer hosted at download.eclipse.org but is > > hosted at archive.eclipse.org. > > There is a bug HARMONY-5328 with a patch for buildtest with a new URL. > It should be used in depends.properties in Harmony build as well. > Alexey, if you are working on it already, could you please make this > change too? > > > This appears 4 times in this props file and again in > > working_jdktools/make/depends.properties > > > > With these changes, and a tweak to depends.properties to point to > > bouncycastle 138 instead of 136 I am able to get ant to report a > > successful build on Ubuntu 7.1 using a clean federated build. > > > > Thx, > > Chris > > > > -----Original Message----- > > From: Alexey Petrenko [mailto:[EMAIL PROTECTED] > > Sent: Wednesday, December 19, 2007 12:09 PM > > To: [email protected] > > Subject: Re: Federated build question > > > > I'm afraid this is just lack of synchronization. I'll fix it. > > > > And it looks like we need to check federated build for such duplicates > > and recheck do we need them or not. > > > > SY, Alexey > > > > 2007/12/19, Elford, Chris L <[EMAIL PROTECTED]>: > >> Note that it looks like bouncycastly has stopped hosting > >> bcprov-jdk15-136.jar. They have jdk15-137 and jdk15-138. > >> > >> The classlib builds because it needs (and downloads) bouncycastle 138 > >> but later in the build when it tries to get > >> trunk/common_resources/depends/jars/bcprov-jdk15-136 it fails. > >> > >> Ant fails to download the dependence because it is no longer hosted. > >> > >> Why does the federated build need two different versions of bouncy > >> castle? > >> > >> Chris > >> > >> > >> -----Original Message----- > >> From: Alexey Petrenko [mailto:[EMAIL PROTECTED] > >> Sent: Wednesday, December 19, 2007 12:45 AM > >> To: [email protected] > >> Subject: Re: Federated build question > >> > >> I think that "svn co https://...." from comand line should help to > >> accept certificate and remember that for federated build... > >> > >> SY, Alexey > >> > >> 2007/12/19, Elford, Chris L <[EMAIL PROTECTED]>: > >>> Note that I poked in the ant build file a bit to see what is going > > on > >>> when the initial https is happening. I then found that if I do the > >>> initial svn checkout of the enhanced trunk via > >>> > >>> Svn co https://svn.apache.org/repos/asf/harmony/enhanced/trunk > >>> Instead of what is suggested on the web page: > >>> Svn co http://svn.apache.org/repos/asf/harmony/enhanced/trunk > >>> > >>> I am given the opportunity to accept the certificate permanently at > >> that > >>> point in time allowing it to proceed. This doesn't necessarily > > answer > >>> all the questions below but does allow me to make some forward > >> progress. > >>> Thx, > >>> Chris > >>> > >>> -----Original Message----- > >>> From: Elford, Chris L [mailto:[EMAIL PROTECTED] > >>> Sent: Tuesday, December 18, 2007 6:25 PM > >>> To: [email protected] > >>> Subject: Federated build question > >>> > >>> Hi all, > >>> > >>> I've not built Harmony in a while (I've been using snapshot > > builds) > >>> but needed to build myself for a change. I am using Harmony M3 to > > try > >>> to launch a federated build on a new system (linux -- Ubuntu)... > >>> > >>> Ant shows the following when I try to build the first time: > >>> > >>> [exec] Fetching external item into > > 'modules/concurrent/standard' > >>> [exec] Error validating server certificate for > >>> 'https://svn.apache.org:443': > >>> [exec] - The certificate is not issued by a trusted authority. > >> Use > >>> the > >>> [exec] fingerprint to validate the certificate manually! > >>> [exec] Certificate information: > >>> [exec] - Hostname: svn.apache.org > >>> [exec] - Valid: from Fri, 26 Jan 2007 14:18:55 GMT until Mon, > > 26 > >>> Jan 2009 14:18:55 GMT > >>> [exec] - Issuer: http://www.starfieldtech.com/repository, > >>> Starfield Technologies, Inc., Scottsdale, Arizona, US > >>> [exec] - Fingerprint: > >>> a7:a5:3f:1a:ae:bb:98:b2:f3:ec:91:1b:63:29:2d:e8:58:b6:53:28 > >>> [exec] (R)eject, accept (t)emporarily or accept (p)ermanently? > >> svn: > >>> PROPFIND request failed on > >>> '/repos/asf/harmony/standard/classlib/trunk/modules/concurrent' > >>> [exec] svn: PROPFIND of > >>> '/repos/asf/harmony/standard/classlib/trunk/modules/concurrent': > >> Server > >>> certificate verification failed: issuer is not trusted > >>> (https://svn.apache.org) > >>> > >>> If I repeat the ant command (I have to set ANT_OPTS to indicate a > >> proxy > >>> for -Dauto.fetch=true to work), Instead of printing this error > > again, > >>> it gets further and then fails with: > >>> > >>> -compile: > >>> [mkdir] Created dir: > >>> /usr/local/src/harmony/trunk/working_classlib/build/classes > >>> > >>> BUILD FAILED > >>> /usr/local/src/harmony/trunk/build.xml:323: The following error > >> occurred > >>> while executing this line: > >>> /usr/local/src/harmony/trunk/working_classlib/build.xml:113: The > >>> following error occurred while executing this line: > >>> > > /usr/local/src/harmony/trunk/working_classlib/make/build-java.xml:120: > >>> srcdir > >>> > > "/usr/local/src/harmony/trunk/working_classlib/modules/concurrent/standa > >>> rd/src/main/java" does not exist! > >>> > >>> Is there a reason that the federated build needs to download > >>> modules/concurrent/standard via https instead of plain http? What > > is > >>> the easy way to accept the certificate on the first build so that > > the > >>> build will proceed? Is there a reason that it does not realize > > that > >>> there was a failure the first time around? > >>> > >>> Thanks, > >>> Chris Elford > >>> Intel SSG/Enterprise Solutions Software Division > >>> > >
