BUILD FAILED:
        Ant Error Message:
C:\cc\cc-common\scripts\cc-exec-adaptor.xml:103: The following error occurred 
while executing this line: 
C:\cc\cc-common\adaptors\jdktools-test\adaptor.xml:28: The following error 
occurred while executing this line: 
C:\cc\cc-common\build\checkouts\hdk\working_jdktools\build.xml:242: The 
following error occurred while executing this line: 
C:\cc\cc-common\build\checkouts\hdk\working_jdktools\make\build-test.xml:60: 
The following error occurred while executing this line: 
C:\cc\cc-common\build\checkouts\hdk\working_jdktools\make\properties.xml:319: 
The following error occurred while executing this line: 
C:\cc\cc-common\build\checkouts\hdk\working_jdktools\modules\jpda\build.xml:235:
 Process fork failed.

Date of build:  2007-09-06 18:01:59 +0700
Time to build:  16 seconds
Last changed:   09/06/2007 15:21:01
Last log entry: hdk

***********************************************************
Errors/Warnings:        (197)
            
========================================
Testing jdktools binaries...
========================================
Compiling JPDA tests
Since fork is false, ignoring memoryMaximumSize setting
----------
1. WARNING in 
C:\cc\cc-common\build\checkouts\hdk\working_jdktools\modules\jpda\test\common\unit\org\apache\harmony\jpda\tests\framework\DebuggeeRegister.java
(at line 58)
registered.add(debuggee);
^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type LinkedList. 
References to generic type LinkedList<E> should be parameterized
----------
----------
2. WARNING in 
C:\cc\cc-common\build\checkouts\hdk\working_jdktools\modules\jpda\test\common\unit\org\apache\harmony\jpda\tests\framework\TestOptions.java
(at line 505)
internalProperties.put(name, value);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method put(Object, Object) belongs to the raw type HashMap. 
References to generic type HashMap<K,V> should be parameterized
----------
----------
3. WARNING in 
C:\cc\cc-common\build\checkouts\hdk\working_jdktools\modules\jpda\test\common\unit\org\apache\harmony\jpda\tests\framework\jdwp\PacketDispatcher.java
(at line 114)
eventQueue.add(eventPacket);
^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type List. References to 
generic type List<E> should be parameterized
----------
4. WARNING in 
C:\cc\cc-common\build\checkouts\hdk\working_jdktools\modules\jpda\test\common\unit\org\apache\harmony\jpda\tests\framework\jdwp\PacketDispatcher.java
(at line 249)
replies.put(new Integer(replyPacket.getId()),
replyPacket);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method put(Object, Object) belongs to the raw type Hashtable. 
References to generic type Hashtable<K,V> should be parameterized
----------
5. WARNING in 
C:\cc\cc-common\build\checkouts\hdk\working_jdktools\modules\jpda\test\common\unit\org\apache\harmony\jpda\tests\framework\jdwp\PacketDispatcher.java
(at line 284)
commands.put(Id, command);
^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method put(Object, Object) belongs to the raw type Hashtable. 
References to generic type Hashtable<K,V> should be parameterized
----------
6. WARNING in 
C:\cc\cc-common\build\checkouts\hdk\working_jdktools\modules\jpda\test\common\unit\org\apache\harmony\jpda\tests\framework\jdwp\PacketDispatcher.java
(at line 355)
commands.put(Id, command);
^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method put(Object, Object) belongs to the raw type Hashtable. 
References to generic type Hashtable<K,V> should be parameterized
----------
----------
7. WARNING in 
C:\cc\cc-common\build\checkouts\hdk\working_jdktools\modules\jpda\test\common\unit\org\apache\harmony\jpda\tests\framework\jdwp\VmMirror.java
(at line 1834)
frames.add(frame);
^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type ArrayList. 
References to generic type ArrayList<E> should be parameterized
----------
8. WARNING in 
C:\cc\cc-common\build\checkouts\hdk\working_jdktools\modules\jpda\test\common\unit\org\apache\harmony\jpda\tests\framework\jdwp\VmMirror.java
(at line 1902)
vars.add(var);
^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type ArrayList. 
References to generic type ArrayList<E> should be parameterized
----------
9. WARNING in 
C:\cc\cc-common\build\checkouts\hdk\working_jdktools\modules\jpda\test\common\unit\org\apache\harmony\jpda\tests\framework\jdwp\VmMirror.java
(at line 2122)
fields.add(superClassFields.toArray()[i]);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type ArrayList. 
References to generic type ArrayList<E> should be parameterized
----------
10. WARNING in 
C:\cc\cc-common\build\checkouts\hdk\working_jdktools\modules\jpda\test\common\unit\org\apache\harmony\jpda\tests\framework\jdwp\VmMirror.java
(at line 2132)
fields.add(field);
^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type ArrayList. 
References to generic type ArrayList<E> should be parameterized
----------
----------
11. WARNING in 
C:\cc\cc-common\build\checkouts\hdk\working_jdktools\modules\jpda\test\common\unit\org\apache\harmony\jpda\tests\jdwp\DebuggerOnDemand\OnthowDebuggerLaunchDebuggee.java
(at line 94)
class ExceptionForDebugger extends Exception {
^^^^^^^^^^^^^^^^^^^^
The serializable class ExceptionForDebugger does not declare a static final 
serialVersionUID field of type long
----------
----------
12. WARNING in 
C:\cc\cc-common\build\checkouts\hdk\working_jdktools\modules\jpda\test\common\unit\org\apache\harmony\jpda\tests\jdwp\Events\ClassUnloadDebuggee.java
(at line 32)
import java.util.LinkedList;
^^^^^^^^^^^^^^^^^^^^
The import java.util.LinkedList is never used
----------
13. WARNING in 
C:\cc\cc-common\build\checkouts\hdk\working_jdktools\modules\jpda\test\common\unit\org\apache\harmony\jpda\tests\jdwp\Events\ClassUnloadDebuggee.java
(at line 97)
boolean isOutOfMemory = false;
^^^^^^^^^^^^^
The local variable isOutOfMemory is never read
----------
14. WARNING in 
C:\cc\cc-common\build\checkouts\hdk\working_jdktools\modules\jpda\test\common\unit\org\apache\harmony\jpda\tests\jdwp\Events\ClassUnloadDebuggee.java
(at line 171)
public Class loadClass(String name) throws ClassNotFoundException {
^^^^^
Type safety: The return type Class for loadClass(String) from the type 
ClassUnloadDebuggee.CustomLoader needs unchecked conversion to conform to 
Class<?> from the type ClassLoader
----------
15. WARNING in 
C:\cc\cc-common\build\checkouts\hdk\working_jdktools\modules\jpda\test\common\unit\org\apache\harmony\jpda\tests\jdwp\Events\ClassUnloadDebuggee.java
(at line 179)
public Class findClass(String name) throws ClassNotFoundException {
^^^^^
Type safety: The return type Class for findClass(String) from the type 
ClassUnloadDebuggee.CustomLoader needs unchecked conversion to conform to 
Class<?> from the type ClassLoader
----------
----------
16. WARNING in 
C:\cc\cc-common\build\checkouts\hdk\working_jdktools\modules\jpda\test\common\unit\org\apache\harmony\jpda\tests\jdwp\Events\CombinedEvents002Test.java
(at line 100)
boolean expectColocatedEvents = (testedMethodStartCodeIndex == 
testedMethodEndCodeIndex);
^^^^^^^^^^^^^^^^^^^^^
The local variable expectColocatedEvents is never read
----------
----------
17. WARNING in 
C:\cc\cc-common\build\checkouts\hdk\working_jdktools\modules\jpda\test\common\unit\org\apache\harmony\jpda\tests\jdwp\Events\CombinedEvents003Test.java
(at line 36)
private boolean eventMethodExitReceived = false;
^^^^^^^^^^^^^^^^^^^^^^^
The field CombinedEvents003Test.eventMethodExitReceived is never read locally
----------
18. WARNING in 
C:\cc\cc-common\build\checkouts\hdk\working_jdktools\modules\jpda\test\common\unit\org\apache\harmony\jpda\tests\jdwp\Events\CombinedEvents003Test.java
(at line 59)
int EXPECTED_EVENTS_COUNT = EXPECTED_EVENTS_ARRAY.length;
^^^^^^^^^^^^^^^^^^^^^
The local variable EXPECTED_EVENTS_COUNT is never read
----------
----------
19. WARNING in 
C:\cc\cc-common\build\checkouts\hdk\working_jdktools\modules\jpda\test\common\unit\org\apache\harmony\jpda\tests\jdwp\Events\CombinedEventsTest.java
(at line 67)
int EXPECTED_EVENTS_COUNT = EXPECTED_EVENTS_ARRAY.length;
^^^^^^^^^^^^^^^^^^^^^
The local variable EXPECTED_EVENTS_COUNT is never read
----------
20. WARNING in 
C:\cc\cc-common\build\checkouts\hdk\working_jdktools\modules\jpda\test\common\unit\org\apache\harmony\jpda\tests\jdwp\Events\CombinedEventsTest.java
(at line 195)
int EXPECTED_EVENTS_COUNT = EXPECTED_EVENTS_ARRAY.length;
^^^^^^^^^^^^^^^^^^^^^
The local variable EXPECTED_EVENTS_COUNT is never read
----------
21. WARNING in 
C:\cc\cc-common\build\checkouts\hdk\working_jdktools\modules\jpda\test\common\unit\org\apache\harmony\jpda\tests\jdwp\Events\CombinedEventsTest.java
(at line 331)
int EXPECTED_EVENTS_COUNT = EXPECTED_EVENTS_ARRAY.length;
^^^^^^^^^^^^^^^^^^^^^
The local variable EXPECTED_EVENTS_COUNT is never read
----------
22. WARNING in 
C:\cc\cc-common\build\checkouts\hdk\working_jdktools\modules\jpda\test\common\unit\org\apache\harmony\jpda\tests\jdwp\Events\CombinedEventsTest.java
(at line 715)
String failureMessage = "## FAILURE during checking events! !";
^^^^^^^^^^^^^^
The local variable failureMessage is never read
----------
23. WARNING in 
C:\cc\cc-common\build\checkouts\hdk\working_jdktools\modules\jpda\test\common\unit\org\apache\harmony\jpda\tests\jdwp\Events\CombinedEventsTest.java
(at line 877)
String failureMessage = "## FAILURE during checking events !";
^^^^^^^^^^^^^^
The local variable failureMessage is never read
----------
----------
24. WARNING in 
C:\cc\cc-common\build\checkouts\hdk\working_jdktools\modules\jpda\test\common\unit\org\apache\harmony\jpda\tests\jdwp\Events\CombinedEventsTestCase.java
(at line 135)
long methodStartCodeIndex = lineTableReply.getNextValueAsLong();
^^^^^^^^^^^^^^^^^^^^
The local variable methodStartCodeIndex is never read
----------
25. WARNING in 
C:\cc\cc-common\build\checkouts\hdk\working_jdktools\modules\jpda\test\common\unit\org\apache\harmony\jpda\tests\jdwp\Events\CombinedEventsTestCase.java
(at line 187)
long methodStartCodeIndex = reply.getNextValueAsLong();
^^^^^^^^^^^^^^^^^^^^
The local variable methodStartCodeIndex is never read
----------
----------
26. WARNING in 
C:\cc\cc-common\build\checkouts\hdk\working_jdktools\modules\jpda\test\common\unit\org\apache\harmony\jpda\tests\jdwp\Events\ExceptionTest.java
(at line 188)
long frameID = reply.getNextValueAsFrameID();
^^^^^^^
The local variable frameID is never read
----------
----------
27. WARNING in 
C:\cc\cc-common\build\checkouts\hdk\working_jdktools\modules\jpda\test\common\unit\org\apache\harmony\jpda\tests\jdwp\ThreadReference\FramesTest.java
(at line 450)
frames.add(new FrameStruct(frameID, loc));
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type Vector. References 
to generic type Vector<E> should be parameterized
----------
----------
28. WARNING in 
C:\cc\cc-common\build\checkouts\hdk\working_jdktools\modules\jpda\test\common\unit\org\apache\harmony\jpda\tests\jdwp\share\JDWPUnitDebuggeeProcessWrapper.java
(at line 233)
argv.add(val);
^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type Vector. References 
to generic type Vector<E> should be parameterized
----------
29. WARNING in 
C:\cc\cc-common\build\checkouts\hdk\working_jdktools\modules\jpda\test\common\unit\org\apache\harmony\jpda\tests\jdwp\share\JDWPUnitDebuggeeProcessWrapper.java
(at line 253)
return (String[])argv.toArray(args);
^^^^^^^^^^^^^^^^^^
Type safety: The method toArray(Object[]) belongs to the raw type Vector. 
References to generic type Vector<E> should be parameterized
----------
29 problems (29 warnings)
JPDA exclude list: 
C:\cc\cc-common\build\checkouts\hdk\working_classlib\deploy\build\jdktools.jpda.exclude
Running JPDA tests
Debugger JVM=C:\cc\cc-common\build\checkouts\hdk\target\hdk\jdk\jre/bin/java
Debuggee JVM=C:\cc\cc-common\build\checkouts\hdk\target\hdk\jdk\jre/bin/java
The execution FAILED with the following exception:
The following error occurred while executing this line:
C:\cc\cc-common\adaptors\jdktools-test\adaptor.xml:28: The following error 
occurred while executing this line:
C:\cc\cc-common\build\checkouts\hdk\working_jdktools\build.xml:242: The 
following error occurred while executing this line:
C:\cc\cc-common\build\checkouts\hdk\working_jdktools\make\build-test.xml:60: 
The following error occurred while executing this line:
C:\cc\cc-common\build\checkouts\hdk\working_jdktools\make\properties.xml:319: 
The following error occurred while executing this line:
C:\cc\cc-common\build\checkouts\hdk\working_jdktools\modules\jpda\build.xml:235:
 Process fork failed.

***********************************************************
Unit Tests: (0)
        
No Tests Run: This project doesn't have any tests

***********************************************************
Modifications since last successful build:      (16)
            
add cc-hdk log20070906152101Lbuild.168 09/06/2007 15:21:01hdk
added apetrenko  
/harmony/enhanced/classlib/trunk/modules/imageio/src/test/java/javax/imageio/stream/ImageOutputStreamImplTest.java
 09/06/2007 14:51:28 Patch for HARMONY-4745 "[classlib][imageio] There are many 
unimplemented methods in javax.imageio.stream.ImageOutputStreamImpl"
modified apetrenko  
/harmony/enhanced/classlib/trunk/modules/imageio/src/main/java/javax/imageio/stream/ImageOutputStreamImpl.java
 09/06/2007 14:51:28 Patch for HARMONY-4745 "[classlib][imageio] There are many 
unimplemented methods in javax.imageio.stream.ImageOutputStreamImpl"
added apetrenko  
/harmony/enhanced/classlib/trunk/modules/imageio/src/test/java/javax/imageio/stream
 09/06/2007 14:47:57 Patch for HARMONY-4742 "[classlib][imageio] There are many 
unimplemented methods in javax.imageio.stream.ImageInputStreamImpl"
added apetrenko  
/harmony/enhanced/classlib/trunk/modules/imageio/src/test/java/javax/imageio/stream/ImageInputStreamImplTest.java
 09/06/2007 14:47:57 Patch for HARMONY-4742 "[classlib][imageio] There are many 
unimplemented methods in javax.imageio.stream.ImageInputStreamImpl"
modified apetrenko  
/harmony/enhanced/classlib/trunk/modules/imageio/src/main/java/javax/imageio/stream/ImageInputStreamImpl.java
 09/06/2007 14:47:57 Patch for HARMONY-4742 "[classlib][imageio] There are many 
unimplemented methods in javax.imageio.stream.ImageInputStreamImpl"
modified leoli  
/harmony/enhanced/classlib/trunk/modules/luni/src/test/api/common/tests/api/java/util/HashMapTest.java
 09/06/2007 14:01:36 Apply patch for HARMONY-4750([classlib][luni] 
HashMap.HashMapEntrySet.contains(Object) cannot find custmized entry without 
override the equal method).
modified leoli  
/harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/util/HashMap.java
 09/06/2007 14:01:36 Apply patch for HARMONY-4750([classlib][luni] 
HashMap.HashMapEntrySet.contains(Object) cannot find custmized entry without 
override the equal method).
add cc-hdk log20070906123839Lbuild.167 09/06/2007 12:38:39hdk
modified varlax  /harmony/enhanced/drlvm/trunk/build/make/deploy.xml 09/06/2007 
12:04:40 include drlvm libs to hdk, to allow unit testing on snapshots
modified varlax  /harmony/enhanced/drlvm/trunk/build/make/build.xml 09/06/2007 
12:04:40 include drlvm libs to hdk, to allow unit testing on snapshots
modified varlax  /harmony/enhanced/trunk/build.xml 09/06/2007 12:04:40 include 
drlvm libs to hdk, to allow unit testing on snapshots
modified varlax  /harmony/enhanced/drlvm/trunk/build/make/deploy.xml 09/06/2007 
12:04:40 include drlvm libs to hdk, to allow unit testing on snapshots
modified varlax  /harmony/enhanced/drlvm/trunk/build/make/build.xml 09/06/2007 
12:04:40 include drlvm libs to hdk, to allow unit testing on snapshots
modified varlax  /harmony/enhanced/trunk/build.xml 09/06/2007 12:04:40 include 
drlvm libs to hdk, to allow unit testing on snapshots
add cc-hdk log20070906120201Lbuild.166 09/06/2007 12:02:01hdk

begin 644 execution_log.zip
M4$L#! H    ( %B0)C?"6M\QE0@  +0\   2    97AE8W5T:6]N7VQO9RYH
M=&UL[9M[3^.X%L#_ODCS';R[6FTKT= '#- %KA M]S++:WG-O9K,CMSDM#4D
M<60[M-W]\GOLI([EMAIL PROTECTED],R)Q[&/[_'R.G1-[IZU\;V^GP=W>WDXH8&^'
M$JEZ'NS^TN2!*DCV)U3)5O'G7W_9^[!2D*"BL'#KWBG./5GHR.J'%4R.0I<J
MR*2+*,"_M2CTF(//71([EMAIL PROTECTED](@'U@;" ,#_D0EGD/$F_XF'A&.[!TSE#$*I'
M7&BR@"G& [EMAIL PROTECTED]@=5VW'P7\'AOL\#6SJ"A4K:26D&TNKZ'J&!2VB+
[EMAIL PROTECTED];:8-SQR,LVW;O[ X7=RQH?>MWR/;I':[EMAIL PROTECTED] I[2/3O"SAM
M_I6L[,[X6[G"PE@)Z5="&[EMAIL PROTECTED]&8X'M"@H!LC"]B',%)&_0X/>X5;
M 84F\R FXK1][J;3DFS5?H\*F">*GYJ.^7<N$U_)@0 #$6^J\VDQSJ2K^"9 
MDW^]"J3NC+F-]9*B=,#]D'E:^Y_.:_LD*?%JC;$=CTH)_2INZ3UU'C>BO%DB
MDD?" 6*X$,5?J<Y+%NA*L!QADC2I)V&5L%; A6Z'#SX7O1/:97[D7Z+I$S1X
M/4B'A10&O^'TDD4^[U^<'IW^9WY#BX>>?8L>Q?3#3DI'Z 1L+EHV#2G*L-M4
M8'+O(:.TFP+=BI9HUZ 1M5H %]!B4H&P= .'VTIR5!%4/I"-K?SPHW^)I!BX
M%G7=G)M(R_]*4AG_&/,;SG;5"U&1M FJ5R57;4 UJS9'EX2RSQK:\>5) SP>
MM QXA3D$[1"EBQVSX [<[EMAIL PROTECTED]"?B9;"P(0S$EGVZGO$=GFD>>B3!)2
MK1/L"K)T9X,X+KV\+'"UWSP+S8PPF6MQ(PV6!:B*@'KG#YX<G65.3T>KY)YZ
M$3*>$?&3:>N*8MJK9!KU_U+9/J'A1.1)GIW?5F]>B7AE68C?NIW0/J?.':@:
MDR%56&*R39=*ZVGVN*P(U.\11&",VMS&,I_"_"4M>ZI-OX UK[]=AN7U[:QC
MQJ5DWVBA0X[0GEL@<CJ]%PNW6J".W%P^OYJ2.^7W2,0\/F#>W^OX#D4;'DSU
M'B;7"_B/C3<\QK8R?D)7C"\,\2 [<E=)DC#[J'@/3#^^7::5C<R\_P_32>F;
M2\7ZQC]A0O I\_M6)6.X1HXTD[NYG [WY2;S?2%H;^J,/LCU[&E]ZPTBVRZ6
MT\CNJ8B!X<5D7&\7U?;;[EMAIL PROTECTED](WQY.M#1A<,X47&CKES^"_LZ
M_^+I[2(N%=\BX\HDQN;R/7O0L2P7',0R!)/[EMAIL PROTECTED]:J#7*?99@(KL])./:10X
M[7Z0:R+F[>SZ5ALNJ7<=,#&[EMAIL PROTECTED]> JZ>$A^2M5.'Y7FL%ZVSIT*!CU
MV)]Z]4(FU.IR!!UP15S 7 *(_@)!%2)OLH!ZB9P;$!(+7A_5B!F;A#?C(:&'
MTS.1+SBT99#7=3Q"VL:M7@<>I^Y,?+-&'']3(?K6BA3SK(?88-J<R5-P3I"K
M0\D!W"/+2,[L,Q<<77J.TK<WTTIO8'N !JB(LTB=-4],')WLQ@'V,6HG4Q3N
M<0='/ZZ,F+&@[EMAIL PROTECTED];&@YVB\M%E*JSR,&A[Z"".):$'F*G>IS)<,
M'=+-XPPC>$?&>4ZY.N11X$YS;F26B4V BD00.Z"X!4TN,JW(DZ;@OIGG'G*F
M>GT02<7]8TQ"F $ NE_MW)$"N/B:&MS'?D_/A'B'M?CFXY"6M//OO5$5Q+)F
M'!,+CMT\;TQDXH-#8P)GCR48$^E6+/^8&#M6%AP3&AHKW&_HK0#Q;;%8UA^%
M)H^68G&<TX9NB$O3 ZX=KNK+1.>=T_6">V(6L9>*"LSCPE'@0I?L[I+'3^L(
MN?\LLVH>Z>]G]ONC6S>'_Q_+=<'QGTE<*U.Y5CYFG([EMAIL PROTECTED]@I,L"K9268NDQ=
M@ /L'@UIRNP\D=HH;O&R='0/QK5A"&-,WNO-B&W!,:#G8=O(^&X6*%+_WWG]
MX*I>^U:_J9]>77X[.+L^O4)0Z?3]BXO]_UL>!"W5'L5O/DL;7?M+6MJ"8T'C
MD4WE]3&SY'U'O,[EMAIL PROTECTED]>]0FAW<#9AF",?.!J50R;RSO"<PRA4R>!F:S
ME+&8Y/[EMAIL PROTECTED]"[EMAIL PROTECTED],J//_U$#O>/CJ\OZL2-3![3)WUA9G3Y 
_GAQYFB
M*E/1I"J?A\DR152>QF1K,S.]S,]DB9",1;5,H9@,J@,JI[QY5S(FI*.P2;@_
M_:9DREQIC5[H/[EMAIL PROTECTED]<[EMAIL PROTECTED],R14;F0+25
ML:A)B,0;(C.6V!+%)P8!I>D+N*W,]F,#RGS3.ZJ-87,8/YV,9[J#2^IX20C+
M$$RX:NN.##XCVD9;TV>A]8U,B.C1GA*]W] (PIDI<E0N4=ZJ5FI^&;YZW^!3
M+B9^/HVSO-X6\64(24A\ /:GVN?S:RS1CZF>"XX*D9\%#<-I>P(KE?0PH*)U
MG^Q3\;[7/I7OA[.\#&&)YV/;R&!+(O))Y/[EMAIL PROTECTED];*QV\)O78ONU
MQ)BQ[J4 K<_5H>?W)<GA38>* !4C\_JP5(CS#"(H0-?Q(A=2!Z;,,:GD$>I;
MJJ<=BC*?_SW6L%V<S'@OR=L?/98>#%8B/3DX./+8UD44!*,.;?6?$S+85?#I
MYF1WEA;B<@2G5G-YJ_\+6,.UUMK#2,O(AI>3_>56F\=#O]!.K-A.K,1.8M68
MKEK:3JP;)E1$O1/,A*/>2K9%Z+GMP\J*'G_0!2<RW[+T:U*]1CI,M<V(:W+/
MXQWSHM1?GE1-D4</]+XAPATG$@)<TFDS;R 1'ZLV+A6TM2&7M *H2T,<I') 
MU1#L)^L3D]7R5FPB+U+?[.?AXKK7R]^[<G-H].$,HFG&Q^)"6C%\=+5:*6U_
M]V8\GB >8:EL5$GBY>-CB?JM&UP+O<#.&MW;63.'DM?B \IKYK3RWU!+ 0(4
M PH    ( %B0)C?"6M\QE0@  +0\   2              "[EMAIL PROTECTED]    !E>&5C
D=71I;VY?;&]G+FAT;6Q02P4&      $  0!     Q0@      
end

Reply via email to