BUILD FAILED:
        Ant Error Message:
D:\cc\cc-common\scripts\cc-exec-adaptor.xml:104: The following error occurred 
while executing this line: 
D:\cc\cc-common\adaptors\jdktools-test\adaptor.xml:28: The following error 
occurred while executing this line: 
D:\cc\cc-common\build\checkouts\hdk\working_jdktools\build.xml:242: The 
following error occurred while executing this line: 
D:\cc\cc-common\build\checkouts\hdk\working_jdktools\make\build-test.xml:97: 
There were test errors.

Date of build:  2007-10-23 11:42:56 +0700
Time to build:  39 minutes 3 seconds
Last changed:   10/23/2007 07:13:22
Last log entry: hdk

***********************************************************
Errors/Warnings:        (229)
            
Result: 1
[cc-ant]: Test Suite 'jdktools-test' execution. Repository updated: 
${repository.updated}
[cc-ant]: Check for 'run' failure of hdk = ${hdk.parameters.run.failed}
[cc-ant]: Result: failed.superiors = '${failed.superiors}'
========================================
Testing jdktools binaries...
========================================
Compiling JPDA tests
Since fork is false, ignoring memoryMaximumSize setting
----------
1. WARNING in 
D:\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 
D:\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 
D:\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 
D:\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 
D:\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 
D:\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 
D:\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 
D:\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 
D:\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 
D:\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 
D:\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 
D:\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 
D:\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 
D:\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 
D:\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 
D:\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 
D:\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 
D:\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 
D:\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 
D:\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 
D:\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 
D:\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 
D:\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 
D:\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 
D:\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 
D:\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 
D:\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 
D:\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 
D:\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: 
D:\cc\cc-common\build\checkouts\hdk\working_classlib\deploy\build\jdktools.jpda.exclude
Running JPDA tests
Debugger JVM=D:\cc\cc-common\build\checkouts\hdk\target\hdk\jdk\jre/bin/java
Debuggee JVM=D:\cc\cc-common\build\checkouts\hdk\target\hdk\jdk\jre/bin/java
SAMSA exclude list: 
D:\cc\cc-common\build\checkouts\hdk\working_classlib\deploy\build\jdktools.samsa.exclude
Running SAMSA tests
test.jre.home=D:\cc\cc-common\build\checkouts\hdk\target\hdk\jdk\jre
Run jdk/bin/java -version in 
D:\cc\cc-common\build\checkouts\hdk\working_jdktools\build\test_report
java version "1.5.0"
pre-alpha : not complete or compatible
svn = r587314, (Oct 23 2007), Windows/ia32/msvc 1310, debug build
http://harmony.apache.org
Run jdk/bin/javac -version in 
D:\cc\cc-common\build\checkouts\hdk\working_jdktools\build\test_report
Run jdk/bin/javah in 
D:\cc\cc-common\build\checkouts\hdk\working_jdktools\build\test_report
Run jdk/bin/javadoc in 
D:\cc\cc-common\build\checkouts\hdk\working_jdktools\build\test_report
Run jdk/bin/jarsigner in 
D:\cc\cc-common\build\checkouts\hdk\working_jdktools\build\test_report
Run jdk/bin/keytool -help in 
D:\cc\cc-common\build\checkouts\hdk\working_jdktools\build\test_report
Compiling TOOLS tests
Since fork is false, ignoring memoryMaximumSize setting
----------
1. WARNING in 
D:\cc\cc-common\build\checkouts\hdk\working_jdktools\modules\tools\src\test\java\org\apache\harmony\tests\tools\javah\Test\Test01.java
(at line 24)
private static final long xxx2 = 1;
^^^^
The field Test01.xxx2 is never read locally
----------
1 problem (1 warning)
TOOLS exclude list: 
D:\cc\cc-common\build\checkouts\hdk\working_classlib\deploy\build\jdktools.tools.exclude
Running TOOLS tests
test.jre.home=D:\cc\cc-common\build\checkouts\hdk\target\hdk\jdk\jre
The test report is in 
D:\cc\cc-common\build\checkouts\hdk\working_jdktools\build\test_report\html\index.html
The execution FAILED with the following exception:
The following error occurred while executing this line:
D:\cc\cc-common\adaptors\jdktools-test\adaptor.xml:28: The following error 
occurred while executing this line:
D:\cc\cc-common\build\checkouts\hdk\working_jdktools\build.xml:242: The 
following error occurred while executing this line:
D:\cc\cc-common\build\checkouts\hdk\working_jdktools\make\build-test.xml:97: 
There were test errors.

***********************************************************
Unit Tests: (161)
        
error: testNewInstance001 
org.apache.harmony.jpda.tests.jdwp.ArrayType.NewInstanceTest
Unit Test Error Details:        (1)
                
Test: testNewInstance001Class: 
org.apache.harmony.jpda.tests.jdwp.ArrayType.NewInstanceTestorg.apache.harmony.jpda.tests.framework.TestErrorException:
 Debuggee process did not finish during timeout
        at 
org.apache.harmony.jpda.tests.jdwp.share.JDWPUnitDebuggeeProcessWrapper.WaitForProcessExit(JDWPUnitDebuggeeProcessWrapper.java:284)
        at 
org.apache.harmony.jpda.tests.jdwp.share.JDWPUnitDebuggeeProcessWrapper.finishProcessAndRedirectors(JDWPUnitDebuggeeProcessWrapper.java:87)
        at 
org.apache.harmony.jpda.tests.jdwp.share.JDWPUnitDebuggeeWrapper.stop(JDWPUnitDebuggeeWrapper.java:109)
        at 
org.apache.harmony.jpda.tests.jdwp.share.JDWPTestCase.internalTearDown(JDWPTestCase.java:108)
        at 
org.apache.harmony.jpda.tests.jdwp.share.JDWPSyncTestCase.internalTearDown(JDWPSyncTestCase.java:83)
        at 
org.apache.harmony.jpda.tests.jdwp.share.JDWPRawTestCase.tearDown(JDWPRawTestCase.java:118)
Caused by: java.lang.IllegalThreadStateException: process has not exited
        at java.lang.Runtime$SubProcess.exitValue(Runtime.java:357)
        at 
org.apache.harmony.jpda.tests.jdwp.share.JDWPUnitDebuggeeProcessWrapper.WaitForProcessExit(JDWPUnitDebuggeeProcessWrapper.java:279)
        at 
org.apache.harmony.jpda.tests.jdwp.share.JDWPUnitDebuggeeProcessWrapper.finishProcessAndRedirectors(JDWPUnitDebuggeeProcessWrapper.java:87)
        ... 14 more

***********************************************************
Modifications since last successful build:      (1)
            
add cc-hdk log20071023071322Lbuild.282 10/23/2007 07:13:22hdk

begin 644 execution_log.zip
M4$L#! H    ( ,%B5S?NXY2>71(  #U_   2    97AE8W5T:6]N7VQO9RYH
M=&UL[5UM<]LXDO[L5.4_8&?K:NTJB]&K];**KWRVLW$FCG.6D[FK*)>"24BB
M0Q%<@+2M3<U_OVZ E$12HF0%CI74JF8<[EMAIL PROTECTED]:C7ZZ&XTF"79'[EMAIL PROTECTED]
M#00[[%(BPXG'7OYMP/VP)-U_L0YIE?_C[W\[?/XL"AP:LI*\]3O/GSU_5I(L
MC(+2C?,UY-R3I3NIB^-JV7(18;.3*/!<&ZX[)!#\AMDA\>F8$=<G[CC@(K3(
M^[C\B@>EM^R6>[EMAIL PROTECTED]"*<$(<-7-\-7>Y+?0QD!JZ0(;8_Z?1M&_XKV7P\YGY?
MVL(-0MF/6[M,6O=CCU#?(71(L<-\F^O(]9R^/6+V5QY!VY'SM7_'Q5?7'WY)
M!M0?TZ\L0Q4'&#(9P@@)_CXQ>\0_DV<OU_P]NX+&T E).B'7KD\%4K>L]:D@
M&[;'J%]"9F0)QA!$H1*_S8-)Z4:PTL#UF$;$'[EMAIL PROTECTED]&-
MOSJN^$R.!5,@PDEG,RGJ2MC%%\$0^<?K0.)@U*F62P:E8SX.7 ^E_^;]R1&)
M6SP:,WW;HU*RI(L;>DOM>2:JS0J1/!(V(PH7$O)'ZK/G^M@)M".N) /J2;9/
MW*'/!?(Q9F,N)N?TWAU'XQYX @(&CTJ:)E*:_M+E%8O\<73Y[NS=/S8W-*UZ
M_1OP*&H<_;[EMAIL PROTECTED],*-/HC*J!X,JLH^P,!;@4I]D_8=30<,G;)AJX,
MF;"0P32O9)>&!(3/2*.UE[ZT(^)FS+&HX^PZ,;6]OY-,Q?];\DM7NYH$([EMAIL PROTECTED]
M8.&D0ZY&#,0<CCBX)*!]<8V.;X]<,X_[0P5\"#4$O2,A-GOK^E^9\Q;8L<@E
M&P!/@)^J-F0^$ZZ=K=8]/21RQ"// 9HDH"@3& [EMAIL PROTECTED]:P'XK+RZK: BW[S(E S
M0C&NY4866-<'4?C4>S_SY. L=W$ZVB>WU(L XS4A?C#:V)%&>Y^L0OTUE:-S
M&A1"'M?I_K[_\9$0KVT+XC?.7=!_3^VO+#QQ94!#:%%LTY5*/8L]A!5^^-\1
[EMAIL PROTECTED]:G6J:3X$<Y.6O=*F#5AS_>?%L%IOYQTSA)*)T;([<@;V/&[EMAIL PROTECTED]
M9.&9L[NWMY^AN^(W1V(3'[#I[W%\1TBO/;;2>ZA:!OQ'XR?6L5;.3V#'L&#0
M2G;F[).X8'VM^!4P/?AY,:TU<O/^OS$M*F]N%=8?Q^>N$'S%_-ZJY0Q7T9%J
M<E>'J\$U-YD?"4$G*V?T::WOGM9;/R%D[7(U"]DM%1HP."B&Z^>%JOWS056M
M5'-0#5SF.1HL&<'BZ1BS"Z]T8<B5N';W/KF?-P^>?EZ(*^6?$>-:$<;J\%?V
MH$NQ?.(DED(PSE^)"_^$89S2O_!!D'=)\5L:^?8H27(5PMS.Q[=HN.3TWF8J
MA_**BX0L8?<[EMAIL PROTECTED]:Z4UK'>$J4/A4L_]%T8OI*!7AP/0/@^)PZ"6
M8 1O2- 0(!^X/O5B.A^9D-#PP]D)4;I)^$"K!*K3=T+^Q*DM!?DIYB-D7[G5
M#[['J;,6OGDCUO=4")Y:4>AZUBPWF#5G\A X"^AB*MEGMX!E)-?VF4^<7?H>
MH;>;6:%? S^,^B"(BRB\&)RK/#IYJ1/[EMAIL PROTECTED]<XS9H/T1&[EMAIL PROTECTED] 6C
MZTK\B7-!WR/Q2K.2%7D077O@([EMAIL PROTECTED]'<R,*6[!S.,X'=2UWG'PU<\
M\IU5SHVL,[$)%D;"UPY(<S#@(L?%'AD(/E;SW*QF9M3'D0SY^"T4 [EMAIL PROTECTED]
MT;D#"LR!9:I_J_T>SH1P!KV,\5!1ZO[GX:(.-*TU=>*)<S??IQ.Y_&!*)V#V
MV *=R'*Q_3JQ5%>>.">4TA4^OL9' ?1IN5S%FT+%VE(N+W/:[#Z T/28H\,-
[EMAIL PROTECTED]'>Q7^:<JR"V%U(!=1QVYCOLGKQ\2>:[EMAIL 
PROTECTED](R;5<U+S0WZ_M]Q=SMX'_
M7XKK$^=_BG"MK<2U=I!S L*]!4F1*;Q(*X;[EMAIL PROTECTED]<W<6S"D%;-S(6J+<--A
MZ>(1+.,A!:-&WINL"=L3YX"^#[9&SG>[?DA._^?]Z?'5Z<F7TX^G[ZYZ7XXO
M/KR[ J"RY4>7ET?_:WG,'X:C1?AM9FF+>S=I:4^<"UH.V4J\#G(A[R^$5_6)
[EMAIL PROTECTED]>@AAU\&F&U(QFP&3*V66['\2L!L4\KD8< T*SF+B=<' ^IZD6#G
M3$HZ9 #*;W_]*WEU=/;VP^4I<2)51XT)#]2,+O]"_O+;6EF5E=!D.M\$DVW*
MJ#P,DU8S-[ULCLD60;(4JFU*Q>[EMAIL PROTECTED]<J[EC,AS,+&Z?[L2DFUN4*)7N(S
M-OB SCMV'W[$Q^V.8&7J#W<7+YDV<G$+>=C$FK8I,[(!1*V<115!)'XB9)8B
MMD7YB6E":74 U\H]?JR 4O?TSDZ68/-*7RV&9[6#B_LP"<(V)!.N1CB0Z6W$
MOI+6ZEFHWLBEB.:>*<'G#14AF)DB.]R-A;>/0MW;AKO>'^$J%X6W3W65QWM$
M?!M2$A(NL/Z;DS_>?X 624[UO> @$/F'H$&PZIG 6BVK!E0,;^/G5+P?]9S*
[EMAIL PROTECTED]>^'K9&#+<[(QYGW3Y_W%([)TRIP(I?F:J>_32TVZ47##'UO!=#X
M7AUX_K$DNW!R1X4/@I%[^+)4 /,,0%!B][87.2SSPI1Z32J^!/*6X<->BE*W
M_SWWNN_ 9,8G<=U$>RQ4!BNF'K\XN/"UK<O(]Q>]M)5<)V3Z5,&;C^<OU^$0
MPA&86M7A#?XOV N(M5[,-"U'FYFC_>D&S6,V+K 32]N)%=N)%HT:JH5V8GUT
[EMAIL PROTECTED];\6,1.+>E26*))/@&)JGLDU=Z*2,[I+Q/3O'A('UXY8X981X-
M)',Z^.S+0;U")+,-T"I;U8,#8[3JY:8Q6K5*=2-:E1RM5MLJ+QKC:>]J'2R5
MAT '8KUC=V>^#"E8/S*B5KBG)X9&6S,GN7K=&*UFN9BOVKJT:A6KV2K6VNJZ
MM*H5J]+<3#L6:ZU!"[EMAIL PROTECTED]>957RJN^+JU&PVJ7&^9TPAPI8Z)O5ZUFO66,
MK[9!E3AH%-,Z6)?60<UJ%%OC^A8$;!FTH%K5E.C-S6OF> (U;;?-T6H5F\_:
M5EVO6-6Z.;X:-7.R-^I1#=(R.3.:G+$K38/Q7,6<WIO4KTK+5&Q8,2K[JKG9
MK&9.4U=P]9!0J=PTYIQ-"JM:,V>+)MEJ;[EMAIL PROTECTED],X.S)FU47>S8K'Q5,M:
MDXN-:[EMAIL PROTECTED]<L$!Y&RV X:'"%8%(G3/)E;CHSK/<&%V<[EMAIL PROTECTED]<4M=
M8<-8 +!ZE;[EMAIL PROTECTED]&- W..<-72_Y>8.-I/G_-][ FMWBRVQL;:
MF;B:93)%7C,X;]3,J5>M8FZ,C88A5:W"&$VEA$S3,J7V54Q[F3)M6.VUBMW7
M0]*-];8Y73VHF%LZ'M1-)L8-!E]5<[)OK%B_/"AM7"ZFM?X-CIIUT#3G)RHM
MD_[+8&K"X(T7DV,T&417326^JE;9U$V<ME4V&(T;S.S53$:]!P85U6"\9%)1
MC2K]<F-<="]_\P<^7G-O[CE@ [PWK/(*Q[LVK6;-JJVX![4^7S70&U,3.] R
MI8([EMAIL PROTECTED]:6:&XK,[EMAIL PROTECTED];<CUHJJ:DY:QK'?-X(W$BCE-;8*S
M3*+&Y\]"'MFC4OQVC%0[R7=FY4P1F2METQWE.ZN?,^P=G?<>\4%#2<=R[DE#
M[-?FODU!+N\X=.OJ+?GU)NSXV0"?$Y_A>_XD9/?A/G&XVDF"AR.U*_KJ1Q7U
[EMAIL PROTECTED] 4LLFX$.'X^9AL^3ICK$C\F,'W&D)22C2(V?:IWR8;]T.$]LS^3(S5S
MD==ZYB)Z6RHF2(?LVGODF <3X0Y'(:FTVZ!JU7+Y0#TA&S?K\4%XA_L]J2TX
[EMAIL PROTECTED]@G9ZKLU\"[EMAIL PROTECTED]@/2.!6F>G^U2"3,?Y6L6 J^XVDJX"VE:@7
MC"@PA7M,P>@#CX4,>\)CZ!;HIMO(6Q]?NVBTFA"N[Y/="SLDU1KRW]S;)W^X
MOL/OY N7UJHOQO+6!JNM@,6H7>*)DEB:W"@,@\Z+%\G\'D_W,/,7HV<_.GRG
MMN>"?9,W*$;],0( #Q:;34 +/)$%HYJ!>/9?YW F I1#6:'9M,B1YQ%U&3P*
MDTS<,L<J'M;HL4;SYMU927W(A(R8VCA%&[%ZCIKB ];IZNFS#_B&7V=1.!8_
MH(R<6^?X"9%/7.\]_YET]:9FN*V,/"RB/FV2+B:D=,UYJ*B (HY(%_\>*AL9
MNA#C$55ZYX*0\8%O&#7S'71%/$MH\0\?,[EMAIL PROTECTED]>&&_ [EMAIL PROTECTED]>
M\+'\'\ 2)UU$\S!%"G4/R>DOGDQ9$LQQ!;/19;O^0]B2 ;/=@:N^+Y-S-3F6
M'-+5_7 QF?*5L)32P(0Q._ZB".A0JKOU.)QV1NY&KCW*4QV Y]1O<N$;$U1,
M5HW ]<$RLMV<J<+XTR%SJJ=>PX!N:!3R,3A-M5')JA[ ?UUS<#!9V'#_)1'/
[EMAIL PROTECTED]<U34S&"[EMAIL PROTECTED]")@"[EMAIL 
PROTECTED]:2#G&JTG98FQB9+G]03W(01?
MD-6$2R9!>2%X*O9S#K<?S=,!^1,DK[=-='%&0QD"UQ,6%K$%T\D0\7TTQD1/
M=S!B7F M<K$[,R:^Q5[Q3_+FZ%+%BP1PHQFDYAJ@/KF#R8*&19H3M]J!'XD)
M +!(T<'V)-^^])5-))@:(]WDZ(ORA#OJ!4H=J&B%2ZYG"[EMAIL PROTECTED]>;.C *> @55
MND;K #5WOG\I 0X'*$RY2\KRW$\;S[7;(<G&2% ^;4MVP7$X[F  H8;>.&Q!
MGWM9!I7T !CMEK^@@6$'ZK->\=B*)0Q7%>"[EMAIL PROTECTED] ^I<BP[
M:E3\UH6U G4<]9DPZL4S0JY+#VPDW02&S.Z2"03. BYE/AXLV4Q @*,TR'%E
MX-$)P2+P,;@[EMAIL PROTECTED]<I]PF95>*"GI7O6.OGRX?'N(-%-*!>LN
M4  Z#M#5CKAPPTF^/?:N:>#1%V4V\YJA"A(DH-H\NQEJ((O[">[EMAIL PROTECTED]"B
M.'GXK=-%XS[\4XD*+JO(#JP:*I&XDAHBUMHGS!I:[EMAIL PROTECTED]:JV^J"]M
M%OAWBON\3:0ZW'U]=?4>0_7>Q?'OO:[EMAIL PROTECTED])ZAD!R,Z^/1&TQ"4(^%#2 
M>5,1AL5%H@)B"4G5N)OPEY0JFEEKDXO9>! 7:J? ,?7I$*?$)6YAUE.:NYD_
M*& 3#,[EMAIL PROTECTED]:&U'&Z<A)@&6]Y;F==JBD%G45O/<SIML08?S#,^W*>1X[)CG
M=QSO.^*XPU3V(-MC6L+I5DN8SH4&H$,XPY,23MR/%1ZDSWZ/NXQ47)"^EK#S
MK=2-O]2A?<6?\R4Z"L"[EMAIL PROTECTED]:+45A2J9 1G]_YR1=!9(:3
M':4;@OUS9^<?>B7)4DH!5Z)I'GZN$0K*%M[.SC$>I:<+P6X3CX\;74?9B*>D
MM_@,H;$^F)EXR,'O\G"DE04"\6Q3AV%V V:52S;FMXS E =+!C6Q+W8K.R5V
MCU!!DU-UD!H>]J=F8'3",G1X=EK=*<$"&RA#\QZ#M8CB%2OK(,,5R0(<1IMM
MB;H&[:Y&$,@JO4MTE^L DH" : ),MK'>CAJ:G^E]J6F*[UU[!&OU/:1$R7'O
M4F^BD:4!/-H>]T%<TV^40G7D7(EM0745$CF(*O6'[EMAIL PROTECTED]
MJ268X56!DX^1=DJ2>0--8*IZ$+E"81R I:@HES%-8 )C.6I)5)GFORB4W)G%
MSA^3R'F^3R7D([EMAIL PROTECTED]&;CV-]\R5IY)4T%XT=G)--%:E^T[GVU>[EMAIL 
PROTECTED]<7
M;WNI;X#&[\O/JC3^_7G.U#8/[EMAIL PROTECTED]&]:=<6?'Q
MMV7;NJ:^#:"VRKF_OZ^2EZ2R<B^'Z6_Q[CAZ ]>8.47T>[9G3;9:(+N59*.%
M-?99T+KX:/<_]-\?>?\C9USF[W^L<5-]-GK\=(&,[Z]#"-)#]Z=WQ^Y10+KP
MIOK:3S/5K(.RH5MO#:O1+KXCN#979:M<;YJYB:<#G!(XJA(;!^%$%\9IPKFB
M? FFZ$HZ.H1S/1Q]"H,2U)[EMAIL PROTECTED]/JK69CG%$;-%3DANA&:*+&PM4^?AN]
M[^+&9!8>(K\2UN#AC.'[EMAIL PROTECTED]/S9,V02YZ1(!7GZ 1 ]0ZLL
M)<<4J-JP,-DFK*.:S%U ^1-NVY$08'MW(]>;4H3+(89,Z"?Q\^J9H5.'PAI#
MR*G1*^:28OQR>:?:TEO5&.EO?5'KONO5']VY^GC[+!!0;+2;[EMAIL PROTECTED](?>[PC](H
[EMAIL PROTECTED]@']2'P_\'4$L! A0#"@    @ P6)7-^[CE)Y=
M$@  /7\  !(              *2!     &5X96-U=&EO;E]L;V<N:'1M;%!+
4!08      0 ! $    "-$@     ! 
end

Reply via email to