Re: Class Loader issue

Faizel Dakri <[email protected]> Sun, 4 Jan 2015 20:57:20 -0600
Newsgroups gmane.comp.web.webobjects.wonder-disc
Message-ID <[email protected]>
--===============6675376850376860659==
Content-Type: multipart/alternative;
	boundary="Apple-Mail=_13ACBB6E-F40F-48BB-9375-6C0BF28FA335"


--Apple-Mail=_13ACBB6E-F40F-48BB-9375-6C0BF28FA335
Content-Transfer-Encoding: quoted-printable
Content-Type: text/plain;
	charset=windows-1252

I recently had a similar problem with a class lookup failure in WOBundle =
in my Maven app. The following wiki page helped me out:

	=
http://wiki.wocommunity.org/display/documentation/Maven+Running+or+Debuggi=
ng+as+WO+Application =
<http://wiki.wocommunity.org/display/documentation/Maven+Running+or+Debugg=
ing+as+WO+Application>

The gist of it is that you need to add the Resources folder for the =
build product (the one in the build folder: =
MyProject/build/MyApp.woa/Contents/Resources/Java). In my case, WO was =
failing to find my own classes (component templates were found, though), =
even though they were in the target folder, which was on the classpath.  =
Note that I also generate bundles for my builds (Eclipse > Preferences > =
WOLips > Build). I never could get the bundleless builds working with =
Maven.=20

Maven may not be the most popular toolset for WebObjects development,  =
but I=97and many others on these lists=97do use it successfully. I am by =
no means a Maven expert, but after much reading=97and re-reading=97I am =
quite happy with the combination of Maven and WOLips. There is quite a =
bit of information on the WOCommunity wiki covering Maven. It may not be =
the most organized, but after poring over it a few times, you=92ll =
probably find what you=92re looking for.=20

The following pages may help you for getting Maven working with WOLips =
(some of these may be written with Mac OS X in mind, but you should get =
the idea):

Maven Quick Start
http://wiki.wocommunity.org/display/WOL/Quick+Start =
<http://wiki.wocommunity.org/display/WOL/Quick+Start>
Useful information for setting up Maven for WebObjects development, =
including a sample settings.xml file for WO development.

woapplication-archetype:=20
http://wiki.wocommunity.org/display/WOL/woapplication-archetype =
<http://wiki.wocommunity.org/display/WOL/woapplication-archetype>
Has links to the wocommunity archetype catalog that you can install =
locally in your .m2 folder.

Maven Create WOApplication Project
=
http://wiki.wocommunity.org/display/documentation/Maven+Create+WO+Applicat=
ion+Project =
<http://wiki.wocommunity.org/display/documentation/Maven+Create+WO+Applica=
tion+Project>

Maven Running or Debugging as a WO Application
=
http://wiki.wocommunity.org/display/documentation/Maven+Running+or+Debuggi=
ng+as+WO+Application =
<http://wiki.wocommunity.org/display/documentation/Maven+Running+or+Debugg=
ing+as+WO+Application>


FYI you may get more responses on the [email protected] =
<mailto:[email protected]> mailing list. There seems to be =
much more traffic on that one.=20

Good luck!

F

--=20
Faizel Dakri
[email protected]



> On 2015-Jan-04, at 05:44 PM, anon <[email protected]> wrote:
>=20
> I have everything working fine now. I decided to remove the WebObjects =
artifacts that were generated by maven. I assume that =
WoLisp/WebComponent compiler does not play well with maven dependencies. =
I use maven only outside of eclipse now.
>=20
> Thank you everyone... :-D=20
>=20
>=20
> On 04.01.2015 22:25, Chuck Hill wrote:
>> Good point, that check only looks for files, I never added the =
directory test.  Are the .class files in the target/classes directories =
with the proper package/folder structure?
>>=20
>> Chuck
>>=20
>>=20
>> On 2015-01-04, 12:30 PM, "anon" wrote:
>>=20
>> The three are folders. Are they supposed to be normal jar files? Or =
am I missing something?
>>                        =20
>>                          File jarFile =3D new File(jarPath);
>>                          output.append((jarFile.isFile() ? "    --> =
Exists\n" : "*** --> Does not Exist!\n"));
>>=20
>>=20
>>=20
>> On 04.01.2015 21:16, Chuck Hill wrote:
>>> The =93Does not exist=94 might be a cause for concern?  :-)  It =
appears that where it is looking is not where the files are.
>>>=20
>>>=20
>>> Classpath
>>> =
/home/anon/git/wonder/Examples/Ajax/AjaxExample/target/AjaxExample-6.1.3-S=
NAPSHOT.woa/Contents/Resources
>>> *** --> Does not Exist!
>>> =
/home/anon/git/wonder/Examples/Ajax/AjaxExample/target/AjaxExample-6.1.3-S=
NAPSHOT.woa/Contents/WebServerResources
>>> *** --> Does not Exist!
>>> =
/home/anon/git/wonder/Frameworks/Ajax/Ajax/target/Ajax.framework/Resources=

>>> *** --> Does not Exist!
>>> =
/home/anon/git/wonder/Frameworks/Ajax/Ajax/target/Ajax.framework/WebServer=
Resources
>>> *** --> Does not Exist!
>>> /home/anon/git/wonder/Frameworks/Ajax/Ajax/target/classes
>>> *** --> Does not Exist!
>>> /home/anon/git/wonder/Examples/Ajax/AjaxExample/target/test-classes
>>> *** --> Does not Exist!
>>> /home/anon/git/wonder/Examples/Ajax/AjaxExample/target/classes
>>> *** --> Does not Exist!
>>>=20
>>> On 2015-01-04, 11:50 AM, "anon" wrote:
>>>=20
>>> Classpath
>>> =
/home/anon/git/wonder/Frameworks/Core/ERExtensions/build/ERExtensions.fram=
ework/Resources/Java
>>> *** --> Does not Exist!
>>> =
/home/anon/git/wonder/Examples/Ajax/AjaxExample/target/AjaxExample-6.1.3-S=
NAPSHOT.woa/Contents/Resources
>>> *** --> Does not Exist!
>>> =
/home/anon/git/wonder/Examples/Ajax/AjaxExample/target/AjaxExample-6.1.3-S=
NAPSHOT.woa/Contents/WebServerResources
>>> *** --> Does not Exist!
>>> =
/home/anon/git/wonder/Frameworks/Ajax/Ajax/target/Ajax.framework/Resources=

>>> *** --> Does not Exist!
>>> =
/home/anon/git/wonder/Frameworks/Ajax/Ajax/target/Ajax.framework/WebServer=
Resources
>>> *** --> Does not Exist!
>>> /home/anon/git/wonder/Frameworks/Ajax/Ajax/target/classes
>>> *** --> Does not Exist!
>>> =
/home/anon/.m2/repository/wonder/core/ERFoundation/1.0/ERFoundation-1.0.ja=
r
>>>     --> Exists
>>> =
/home/anon/.m2/repository/wonder/core/ERWebObjects/1.0/ERWebObjects-1.0.ja=
r
>>>     --> Exists
>>> =
/home/anon/git/wonder/Frameworks/Core/JavaWOExtensions/target/JavaWOExtens=
ions.framework/Resources
>>> *** --> Does not Exist!
>>> =
/home/anon/git/wonder/Frameworks/Core/JavaWOExtensions/target/JavaWOExtens=
ions.framework/WebServerResources
>>> *** --> Does not Exist!
>>> =
/home/anon/git/wonder/Frameworks/Core/JavaWOExtensions/target/classes
>>> *** --> Does not Exist!
>>> =
/home/anon/.m2/repository/com/webobjects/JavaFoundation/5.4.3/JavaFoundati=
on-5.4.3.jar
>>>     --> Exists
>>> =
/home/anon/.m2/repository/com/webobjects/JavaWebObjects/5.4.3/JavaWebObjec=
ts-5.4.3.jar
>>>     --> Exists
>>> =
/home/anon/.m2/repository/com/webobjects/JavaXML/5.4.3/JavaXML-5.4.3.jar
>>>     --> Exists
>>> =
/home/anon/.m2/repository/com/webobjects/JavaEOControl/5.4.3/JavaEOControl=
-5.4.3.jar
>>>     --> Exists
>>> =
/home/anon/.m2/repository/com/webobjects/JavaEOAccess/5.4.3/JavaEOAccess-5=
.4.3.jar
>>>     --> Exists
>>> =
/home/anon/.m2/repository/com/webobjects/JavaJDBCAdaptor/5.4.3/JavaJDBCAda=
ptor-5.4.3.jar
>>>     --> Exists
>>> =
/home/anon/.m2/repository/com/webobjects/JavaWOJSPServlet/5.4.3/JavaWOJSPS=
ervlet-5.4.3.jar
>>>     --> Exists
>>> =
/home/anon/.m2/repository/com/webobjects/JavaWebServicesSupport/5.4.3/Java=
WebServicesSupport-5.4.3.jar
>>>     --> Exists
>>> /home/anon/.m2/repository/com/ibm/icu/icu4j/3.8/icu4j-3.8.jar
>>>     --> Exists
>>> /home/anon/.m2/repository/log4j/log4j/1.2.14/log4j-1.2.14.jar
>>>     --> Exists
>>> =
/home/anon/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar
>>>     --> Exists
>>> /home/anon/.m2/repository/joda-time/joda-time/2.3/joda-time-2.3.jar
>>>     --> Exists
>>> =
/home/anon/.m2/repository/org/apache/httpcomponents/httpclient/4.3.1/httpc=
lient-4.3.1.jar
>>>     --> Exists
>>> =
/home/anon/.m2/repository/org/apache/httpcomponents/httpcore/4.3/httpcore-=
4.3.jar
>>>     --> Exists
>>> =
/home/anon/.m2/repository/commons-logging/commons-logging/1.1.3/commons-lo=
gging-1.1.3.jar
>>>     --> Exists
>>> =
/home/anon/.m2/repository/commons-codec/commons-codec/1.6/commons-codec-1.=
6.jar
>>>     --> Exists
>>> =
/home/anon/.m2/repository/commons-lang/commons-lang/2.6/commons-lang-2.6.j=
ar
>>>     --> Exists
>>> /home/anon/.m2/repository/junit/junit/4.8.1/junit-4.8.1.jar
>>>     --> Exists
>>> =
/home/anon/.m2/repository/com/google/code/jabsorb/1.2.2/jabsorb-1.2.2.jar
>>>     --> Exists
>>> /home/anon/git/wonder/Examples/Ajax/AjaxExample/target/test-classes
>>> *** --> Does not Exist!
>>> /home/anon/git/wonder/Examples/Ajax/AjaxExample/target/classes
>>> *** --> Does not Exist!
>>> =
/home/anon/.m2/repository/org/slf4j/slf4j-log4j12/1.7.5/slf4j-log4j12-1.7.=
5.jar
>>>     --> Exists
>>=20
>=20
> =
--------------------------------------------------------------------------=
----
> Dive into the World of Parallel Programming! The Go Parallel Website,
> sponsored by Intel and developed in partnership with Slashdot Media, =
is your
> hub for all things parallel software development, from weekly thought
> leadership blogs to news, videos, case studies, tutorials and more. =
Take a
> look and join the conversation now. =
http://goparallel.sourceforge.net_________________________________________=
______
> Wonder-disc mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/wonder-disc


--Apple-Mail=_13ACBB6E-F40F-48BB-9375-6C0BF28FA335
Content-Transfer-Encoding: quoted-printable
Content-Type: text/html;
	charset=windows-1252

<html><head><meta http-equiv=3D"Content-Type" content=3D"text/html =
charset=3Dwindows-1252"></head><body style=3D"word-wrap: break-word; =
-webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" =
class=3D""><div class=3D"">I recently had a similar problem with a class =
lookup failure in WOBundle in my Maven app. The following wiki page =
helped me out:</div><div class=3D""><br class=3D""></div><div =
class=3D""><span class=3D"Apple-tab-span" style=3D"white-space:pre">	=
</span><a =
href=3D"http://wiki.wocommunity.org/display/documentation/Maven+Running+or=
+Debugging+as+WO+Application" =
class=3D"">http://wiki.wocommunity.org/display/documentation/Maven+Running=
+or+Debugging+as+WO+Application</a></div><div class=3D""><br =
class=3D""></div><div class=3D"">The gist of it is that you need to add =
the Resources folder for the build product (the one in the build folder: =
MyProject/build/MyApp.woa/Contents/Resources/Java). In my case, WO was =
failing to find my own classes (component templates were found, though), =
even though they were in the target folder, which was on the classpath. =
&nbsp;Note that I also generate bundles for my builds (Eclipse &gt; =
Preferences &gt; WOLips &gt; Build). I never could get the bundleless =
builds working with Maven.&nbsp;</div><div class=3D""><br =
class=3D""></div><div class=3D"">Maven may not be the most popular =
toolset for WebObjects development, &nbsp;but I=97and many others on =
these lists=97do use it successfully. I am by no means a Maven expert, =
but after much reading=97and re-reading=97I am quite happy with the =
combination of Maven and WOLips. There is quite a bit of information on =
the WOCommunity wiki covering Maven. It may not be the most organized, =
but after poring over it a few times, you=92ll probably find what you=92re=
 looking for.&nbsp;</div><div class=3D""><br class=3D""></div><div =
class=3D"">The following pages may help you for getting Maven working =
with WOLips (some of these may be written with Mac OS X in mind, but you =
should get the idea):</div><div class=3D""><br class=3D""></div><div =
class=3D""><b class=3D"">Maven Quick Start</b></div><div class=3D""><a =
href=3D"http://wiki.wocommunity.org/display/WOL/Quick+Start" =
class=3D"">http://wiki.wocommunity.org/display/WOL/Quick+Start</a></div><d=
iv class=3D"">Useful information for setting up Maven for WebObjects =
development, including a sample settings.xml file for WO =
development.</div><div class=3D""><br class=3D""></div><div class=3D""><b =
class=3D"">woapplication-archetype:&nbsp;</b></div><div class=3D""><a =
href=3D"http://wiki.wocommunity.org/display/WOL/woapplication-archetype" =
class=3D"">http://wiki.wocommunity.org/display/WOL/woapplication-archetype=
</a></div><div class=3D"">Has links to the wocommunity archetype catalog =
that you can install locally in your .m2 folder.</div><div class=3D""><br =
class=3D""></div><div class=3D""><b class=3D"">Maven Create =
WOApplication Project</b></div><div class=3D""><a =
href=3D"http://wiki.wocommunity.org/display/documentation/Maven+Create+WO+=
Application+Project" =
class=3D"">http://wiki.wocommunity.org/display/documentation/Maven+Create+=
WO+Application+Project</a></div><div class=3D""><br class=3D""></div><div =
class=3D""><b class=3D"">Maven Running or Debugging as a WO =
Application</b></div><div class=3D""><a =
href=3D"http://wiki.wocommunity.org/display/documentation/Maven+Running+or=
+Debugging+as+WO+Application" =
class=3D"">http://wiki.wocommunity.org/display/documentation/Maven+Running=
+or+Debugging+as+WO+Application</a></div><div class=3D""><br =
class=3D""></div><div class=3D""><br class=3D""></div><div class=3D"">FYI =
you may get more responses on the&nbsp;<a =
href=3D"mailto:[email protected]" =
class=3D"">[email protected]</a>&nbsp;mailing list. There =
seems to be much more traffic on that one.&nbsp;</div><div class=3D""><br =
class=3D""></div><div class=3D"">Good luck!</div><div class=3D""><br =
class=3D""></div><div class=3D"">F</div><div class=3D""><br =
class=3D""></div><div class=3D""><div class=3D""></div></div><div =
class=3D"">--&nbsp;</div><div apple-content-edited=3D"true" class=3D"">
<div class=3D"">Faizel Dakri</div><div class=3D""><a =
href=3D"mailto:[email protected]" =
class=3D"">[email protected]</a></div><div class=3D""><br =
class=3D""></div><br class=3D"Apple-interchange-newline">

</div>

<br class=3D""><div><blockquote type=3D"cite" class=3D""><div =
class=3D"">On 2015-Jan-04, at 05:44 PM, anon &lt;<a =
href=3D"mailto:[email protected]" =
class=3D"">[email protected]</a>&gt; wrote:</div><br =
class=3D"Apple-interchange-newline"><div class=3D"">
 =20
    <meta content=3D"text/html; charset=3Dwindows-1252" =
http-equiv=3D"Content-Type" class=3D"">
 =20
  <div bgcolor=3D"#FFFFFF" text=3D"#000000" class=3D"">
    I have everything working fine now. I decided to remove the
    WebObjects artifacts that were generated by maven. I assume that
    WoLisp/WebComponent compiler does not play well with maven
    dependencies. I use maven only outside of eclipse now.<br class=3D"">
    <br class=3D"">
    Thank you everyone...<span class=3D"moz-smiley-s5"> :-D </span><br =
class=3D"">
    <br class=3D"">
    <br class=3D"">
    <div class=3D"moz-cite-prefix">On 04.01.2015 22:25, Chuck Hill =
wrote:<br class=3D"">
    </div>
    <blockquote cite=3D"mid:D0CEEF9F.12B36B%[email protected]" =
type=3D"cite" class=3D"">
      <meta http-equiv=3D"Content-Type" content=3D"text/html;
        charset=3Dwindows-1252" class=3D"">
      <div class=3D"">Good point, that check only looks for files, I =
never added
        the directory test. &nbsp;Are the .class files in the =
target/classes
        directories with the proper package/folder structure?</div>
      <div class=3D""><br class=3D"">
      </div>
      <div class=3D"">Chuck</div>
      <div class=3D""><br class=3D"">
      </div>
      <div class=3D""><br class=3D"">
      </div>
      <span id=3D"OLK_SRC_BODY_SECTION" class=3D"">
        <div class=3D"">
          <div class=3D"">On 2015-01-04, 12:30 PM, "anon" wrote:</div>
        </div>
        <div class=3D""><br class=3D"">
        </div>
        <blockquote id=3D"MAC_OUTLOOK_ATTRIBUTION_BLOCKQUOTE" =
style=3D"BORDER-LEFT: #b5c4df 5 solid; PADDING:0 0 0 5; MARGIN:0
          0 0 5;" class=3D"">
          <div class=3D"">
            <div bgcolor=3D"#FFFFFF" text=3D"#000000" class=3D"">The =
three are folders.
              Are they supposed to be normal jar files? Or am I missing
              something?<br class=3D"">
              =
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n=
bsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br =
class=3D"">
              &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; =
&nbsp; &nbsp; &nbsp; &nbsp;&nbsp; File jarFile =3D new File(jarPath);<br =
class=3D"">
              =
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n=
bsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
output.append((jarFile.isFile() ?
              "&nbsp;&nbsp;&nbsp; --&gt; Exists\n" : "*** --&gt; Does =
not Exist!\n"));<br class=3D"">
              <br class=3D"">
              <br class=3D"">
              <object moz-do-not-send=3D"true" alt=3D"" class=3D"" =
data=3D"cid:[email protected]" =
type=3D"application/x-apple-msg-attachment"></object><br class=3D"">
              <div class=3D"moz-cite-prefix">On 04.01.2015 21:16, Chuck
                Hill wrote:<br class=3D"">
              </div>
              <blockquote =
cite=3D"mid:D0CEDF52.12B365%[email protected]" type=3D"cite" =
class=3D"">
                <div class=3D"">The =93Does not exist=94 might be a =
cause for concern?
                  &nbsp;:-) &nbsp;It appears that where it is looking is =
not where
                  the files are.</div>
                <div class=3D""><br class=3D"">
                </div>
                <div class=3D""><br class=3D"">
                </div>
                <div class=3D""><i style=3D"font-family: Helvetica; =
font-size: inherit;" class=3D"">Classpath</i><i style=3D"font-family: =
Helvetica; font-size: inherit;" class=3D""><br class=3D"">
                  </i><i style=3D"font-family: Helvetica; font-size: =
inherit;" =
class=3D"">/home/anon/git/wonder/Examples/Ajax/AjaxExample/target/AjaxExam=
ple-6.1.3-SNAPSHOT.woa/Contents/Resources</i><i style=3D"font-family: =
Helvetica; font-size: inherit;" class=3D""><br class=3D"">
                  </i><i style=3D"font-family: Helvetica; font-size: =
inherit;" class=3D"">*** --&gt; Does not Exist!</i><i =
style=3D"font-family: Helvetica; font-size: inherit;" class=3D""><br =
class=3D"">
                  </i><i style=3D"font-family: Helvetica; font-size: =
inherit;" =
class=3D"">/home/anon/git/wonder/Examples/Ajax/AjaxExample/target/AjaxExam=
ple-6.1.3-SNAPSHOT.woa/Contents/WebServerResources</i><i =
style=3D"font-family: Helvetica; font-size: inherit;" class=3D""><br =
class=3D"">
                  </i><i style=3D"font-family: Helvetica; font-size: =
inherit;" class=3D"">*** --&gt; Does not Exist!</i><i =
style=3D"font-family: Helvetica; font-size: inherit;" class=3D""><br =
class=3D"">
                  </i><b style=3D"font-family: Helvetica; font-size: =
inherit;" class=3D""><i =
class=3D"">/home/anon/git/wonder/Frameworks/Ajax/Ajax/target/Ajax.framewor=
k/Resources</i></b><b style=3D"font-family: Helvetica; font-size: =
inherit;" class=3D""><i class=3D""><br class=3D"">
                    </i></b><b style=3D"font-family: Helvetica; =
font-size: inherit;" class=3D""><i class=3D"">*** --&gt; Does not =
Exist!</i></b><b style=3D"font-family: Helvetica; font-size: inherit;" =
class=3D""><i class=3D""><br class=3D"">
                    </i></b><b style=3D"font-family: Helvetica; =
font-size: inherit;" class=3D""><i =
class=3D"">/home/anon/git/wonder/Frameworks/Ajax/Ajax/target/Ajax.framewor=
k/WebServerResources</i></b><b style=3D"font-family: Helvetica; =
font-size: inherit;" class=3D""><i class=3D""><br class=3D"">
                    </i></b><b style=3D"font-family: Helvetica; =
font-size: inherit;" class=3D""><i class=3D"">*** --&gt; Does not =
Exist!</i></b><i style=3D"font-family: Helvetica; font-size: inherit;" =
class=3D""><br class=3D"">
                  </i><b class=3D""><i style=3D"font-family: Helvetica; =
font-size: inherit;" =
class=3D"">/home/anon/git/wonder/Frameworks/Ajax/Ajax/target/classes</i></=
b><b class=3D""><i style=3D"font-family: Helvetica; font-size: inherit;" =
class=3D""><br class=3D"">
                    </i></b><b class=3D""><i style=3D"font-family: =
Helvetica; font-size: inherit;" class=3D"">*** --&gt; Does not =
Exist!</i></b><i style=3D"font-family: Helvetica; font-size: inherit;" =
class=3D""><br class=3D"">
                  </i><i style=3D"font-family: Helvetica; font-size: =
inherit;" =
class=3D"">/home/anon/git/wonder/Examples/Ajax/AjaxExample/target/test-cla=
sses</i><i style=3D"font-family: Helvetica; font-size: inherit;" =
class=3D""><br class=3D"">
                  </i><i style=3D"font-family: Helvetica; font-size: =
inherit;" class=3D"">*** --&gt; Does not Exist!</i><i =
style=3D"font-family: Helvetica; font-size: inherit;" class=3D""><br =
class=3D"">
                  </i><i style=3D"font-family: Helvetica; font-size: =
inherit;" =
class=3D"">/home/anon/git/wonder/Examples/Ajax/AjaxExample/target/classes<=
/i><i style=3D"font-family: Helvetica; font-size: inherit;" class=3D""><br=
 class=3D"">
                  </i><i style=3D"font-family: Helvetica; font-size: =
inherit;" class=3D"">*** --&gt; Does not Exist!</i><i =
style=3D"font-family: Helvetica; font-size: inherit;" class=3D""><br =
class=3D"">
                  </i></div>
                <div class=3D""><i style=3D"font-family: Helvetica; =
font-size: inherit;" class=3D""><br class=3D"">
                  </i></div>
                <span id=3D"OLK_SRC_BODY_SECTION" class=3D"">
                  <div class=3D"">
                    <div class=3D"">On 2015-01-04, 11:50 AM, "anon" =
wrote:</div>
                  </div>
                  <div class=3D""><br class=3D"">
                  </div>
                  <blockquote id=3D"MAC_OUTLOOK_ATTRIBUTION_BLOCKQUOTE" =
style=3D"BORDER-LEFT: #b5c4df 5 solid; PADDING:0 0 0
                    5; MARGIN:0 0 0 5;" class=3D"">
                    <i style=3D"font-family: Helvetica; font-size: =
inherit; font-variant: normal; font-weight: normal; letter-spacing: =
normal; line-height: normal; orphans: auto; text-align: start; =
text-indent: 0px; text-transform: none; white-space: normal; widows: =
auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" =
class=3D"">Classpath</i><i style=3D"font-family: Helvetica; font-size: =
inherit; font-variant: normal; font-weight: normal; letter-spacing: =
normal; line-height: normal; orphans: auto; text-align: start; =
text-indent: 0px; text-transform: none; white-space: normal; widows: =
auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class=3D""><br =
class=3D"">
                    </i><i style=3D"font-family: Helvetica; font-size: =
inherit; font-variant: normal; font-weight: normal; letter-spacing: =
normal; line-height: normal; orphans: auto; text-align: start; =
text-indent: 0px; text-transform: none; white-space: normal; widows: =
auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" =
class=3D"">/home/anon/git/wonder/Frameworks/Core/ERExtensions/build/ERExte=
nsions.framework/Resources/Java</i><i style=3D"font-family: Helvetica; =
font-size: inherit; font-variant: normal; font-weight: normal; =
letter-spacing: normal; line-height: normal; orphans: auto; text-align: =
start; text-indent: 0px; text-transform: none; white-space: normal; =
widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" =
class=3D""><br class=3D"">
                    </i><i style=3D"font-family: Helvetica; font-size: =
inherit; font-variant: normal; font-weight: normal; letter-spacing: =
normal; line-height: normal; orphans: auto; text-align: start; =
text-indent: 0px; text-transform: none; white-space: normal; widows: =
auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class=3D"">*** =
--&gt; Does
                      not Exist!</i><i style=3D"font-family: Helvetica; =
font-size: inherit; font-variant: normal; font-weight: normal; =
letter-spacing: normal; line-height: normal; orphans: auto; text-align: =
start; text-indent: 0px; text-transform: none; white-space: normal; =
widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" =
class=3D""><br class=3D"">
                    </i><i style=3D"font-family: Helvetica; font-size: =
inherit; font-variant: normal; font-weight: normal; letter-spacing: =
normal; line-height: normal; orphans: auto; text-align: start; =
text-indent: 0px; text-transform: none; white-space: normal; widows: =
auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" =
class=3D"">/home/anon/git/wonder/Examples/Ajax/AjaxExample/target/AjaxExam=
ple-6.1.3-SNAPSHOT.woa/Contents/Resources</i><i style=3D"font-family: =
Helvetica; font-size: inherit; font-variant: normal; font-weight: =
normal; letter-spacing: normal; line-height: normal; orphans: auto; =
text-align: start; text-indent: 0px; text-transform: none; white-space: =
normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: =
0px;" class=3D""><br class=3D"">
                    </i><i style=3D"font-family: Helvetica; font-size: =
inherit; font-variant: normal; font-weight: normal; letter-spacing: =
normal; line-height: normal; orphans: auto; text-align: start; =
text-indent: 0px; text-transform: none; white-space: normal; widows: =
auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class=3D"">*** =
--&gt; Does
                      not Exist!</i><i style=3D"font-family: Helvetica; =
font-size: inherit; font-variant: normal; font-weight: normal; =
letter-spacing: normal; line-height: normal; orphans: auto; text-align: =
start; text-indent: 0px; text-transform: none; white-space: normal; =
widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" =
class=3D""><br class=3D"">
                    </i><i style=3D"font-family: Helvetica; font-size: =
inherit; font-variant: normal; font-weight: normal; letter-spacing: =
normal; line-height: normal; orphans: auto; text-align: start; =
text-indent: 0px; text-transform: none; white-space: normal; widows: =
auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" =
class=3D"">/home/anon/git/wonder/Examples/Ajax/AjaxExample/target/AjaxExam=
ple-6.1.3-SNAPSHOT.woa/Contents/WebServerResources</i><i =
style=3D"font-family: Helvetica; font-size: inherit; font-variant: =
normal; font-weight: normal; letter-spacing: normal; line-height: =
normal; orphans: auto; text-align: start; text-indent: 0px; =
text-transform: none; white-space: normal; widows: auto; word-spacing: =
0px; -webkit-text-stroke-width: 0px;" class=3D""><br class=3D"">
                    </i><i style=3D"font-family: Helvetica; font-size: =
inherit; font-variant: normal; font-weight: normal; letter-spacing: =
normal; line-height: normal; orphans: auto; text-align: start; =
text-indent: 0px; text-transform: none; white-space: normal; widows: =
auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class=3D"">*** =
--&gt; Does
                      not Exist!</i><i style=3D"font-family: Helvetica; =
font-size: inherit; font-variant: normal; font-weight: normal; =
letter-spacing: normal; line-height: normal; orphans: auto; text-align: =
start; text-indent: 0px; text-transform: none; white-space: normal; =
widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" =
class=3D""><br class=3D"">
                    </i><b style=3D"font-family: Helvetica; font-size: =
inherit; font-style: normal; font-variant: normal; letter-spacing: =
normal; line-height: normal; orphans: auto; text-align: start; =
text-indent: 0px; text-transform: none; white-space: normal; widows: =
auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class=3D""><i =
class=3D"">/home/anon/git/wonder/Frameworks/Ajax/Ajax/target/Ajax.framewor=
k/Resources</i></b><b style=3D"font-family: Helvetica; font-size: =
inherit; font-style: normal; font-variant: normal; letter-spacing: =
normal; line-height: normal; orphans: auto; text-align: start; =
text-indent: 0px; text-transform: none; white-space: normal; widows: =
auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class=3D""><i =
class=3D""><br class=3D"">
                      </i></b><b style=3D"font-family: Helvetica; =
font-size: inherit; font-style: normal; font-variant: normal; =
letter-spacing: normal; line-height: normal; orphans: auto; text-align: =
start; text-indent: 0px; text-transform: none; white-space: normal; =
widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" =
class=3D""><i class=3D"">*** --&gt;
                        Does not Exist!</i></b><b style=3D"font-family: =
Helvetica; font-size: inherit; font-style: normal; font-variant: normal; =
letter-spacing: normal; line-height: normal; orphans: auto; text-align: =
start; text-indent: 0px; text-transform: none; white-space: normal; =
widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" =
class=3D""><i class=3D""><br class=3D"">
                      </i></b><b style=3D"font-family: Helvetica; =
font-size: inherit; font-style: normal; font-variant: normal; =
letter-spacing: normal; line-height: normal; orphans: auto; text-align: =
start; text-indent: 0px; text-transform: none; white-space: normal; =
widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" =
class=3D""><i =
class=3D"">/home/anon/git/wonder/Frameworks/Ajax/Ajax/target/Ajax.framewor=
k/WebServerResources</i></b><b style=3D"font-family: Helvetica; =
font-size: inherit; font-style: normal; font-variant: normal; =
letter-spacing: normal; line-height: normal; orphans: auto; text-align: =
start; text-indent: 0px; text-transform: none; white-space: normal; =
widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" =
class=3D""><i class=3D""><br class=3D"">
                      </i></b><b style=3D"font-family: Helvetica; =
font-size: inherit; font-style: normal; font-variant: normal; =
letter-spacing: normal; line-height: normal; orphans: auto; text-align: =
start; text-indent: 0px; text-transform: none; white-space: normal; =
widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" =
class=3D""><i class=3D"">*** --&gt;
                        Does not Exist!</i></b><i style=3D"font-family: =
Helvetica; font-size: inherit; font-variant: normal; font-weight: =
normal; letter-spacing: normal; line-height: normal; orphans: auto; =
text-align: start; text-indent: 0px; text-transform: none; white-space: =
normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: =
0px;" class=3D""><br class=3D"">
                    </i><i style=3D"font-family: Helvetica; font-size: =
inherit; font-variant: normal; font-weight: normal; letter-spacing: =
normal; line-height: normal; orphans: auto; text-align: start; =
text-indent: 0px; text-transform: none; white-space: normal; widows: =
auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" =
class=3D"">/home/anon/git/wonder/Frameworks/Ajax/Ajax/target/classes</i><i=
 style=3D"font-family: Helvetica; font-size: inherit; font-variant: =
normal; font-weight: normal; letter-spacing: normal; line-height: =
normal; orphans: auto; text-align: start; text-indent: 0px; =
text-transform: none; white-space: normal; widows: auto; word-spacing: =
0px; -webkit-text-stroke-width: 0px;" class=3D""><br class=3D"">
                    </i><i style=3D"font-family: Helvetica; font-size: =
inherit; font-variant: normal; font-weight: normal; letter-spacing: =
normal; line-height: normal; orphans: auto; text-align: start; =
text-indent: 0px; text-transform: none; white-space: normal; widows: =
auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class=3D"">*** =
--&gt; Does
                      not Exist!</i><i style=3D"font-family: Helvetica; =
font-size: inherit; font-variant: normal; font-weight: normal; =
letter-spacing: normal; line-height: normal; orphans: auto; text-align: =
start; text-indent: 0px; text-transform: none; white-space: normal; =
widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" =
class=3D""><br class=3D"">
                    </i><i style=3D"font-family: Helvetica; font-size: =
inherit; font-variant: normal; font-weight: normal; letter-spacing: =
normal; line-height: normal; orphans: auto; text-align: start; =
text-indent: 0px; text-transform: none; white-space: normal; widows: =
auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" =
class=3D"">/home/anon/.m2/repository/wonder/core/ERFoundation/1.0/ERFounda=
tion-1.0.jar</i><i style=3D"font-family: Helvetica; font-size: inherit; =
font-variant: normal; font-weight: normal; letter-spacing: normal; =
line-height: normal; orphans: auto; text-align: start; text-indent: 0px; =
text-transform: none; white-space: normal; widows: auto; word-spacing: =
0px; -webkit-text-stroke-width: 0px;" class=3D""><br class=3D"">
                    </i><i style=3D"font-family: Helvetica; font-size: =
inherit; font-variant: normal; font-weight: normal; letter-spacing: =
normal; line-height: normal; orphans: auto; text-align: start; =
text-indent: 0px; text-transform: none; white-space: normal; widows: =
auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" =
class=3D"">&nbsp;&nbsp;&nbsp; --&gt; Exists</i><i style=3D"font-family: =
Helvetica; font-size: inherit; font-variant: normal; font-weight: =
normal; letter-spacing: normal; line-height: normal; orphans: auto; =
text-align: start; text-indent: 0px; text-transform: none; white-space: =
normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: =
0px;" class=3D""><br class=3D"">
                    </i><i style=3D"font-family: Helvetica; font-size: =
inherit; font-variant: normal; font-weight: normal; letter-spacing: =
normal; line-height: normal; orphans: auto; text-align: start; =
text-indent: 0px; text-transform: none; white-space: normal; widows: =
auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" =
class=3D"">/home/anon/.m2/repository/wonder/core/ERWebObjects/1.0/ERWebObj=
ects-1.0.jar</i><i style=3D"font-family: Helvetica; font-size: inherit; =
font-variant: normal; font-weight: normal; letter-spacing: normal; =
line-height: normal; orphans: auto; text-align: start; text-indent: 0px; =
text-transform: none; white-space: normal; widows: auto; word-spacing: =
0px; -webkit-text-stroke-width: 0px;" class=3D""><br class=3D"">
                    </i><i style=3D"font-family: Helvetica; font-size: =
inherit; font-variant: normal; font-weight: normal; letter-spacing: =
normal; line-height: normal; orphans: auto; text-align: start; =
text-indent: 0px; text-transform: none; white-space: normal; widows: =
auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" =
class=3D"">&nbsp;&nbsp;&nbsp; --&gt; Exists</i><i style=3D"font-family: =
Helvetica; font-size: inherit; font-variant: normal; font-weight: =
normal; letter-spacing: normal; line-height: normal; orphans: auto; =
text-align: start; text-indent: 0px; text-transform: none; white-space: =
normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: =
0px;" class=3D""><br class=3D"">
                    </i><i style=3D"font-family: Helvetica; font-size: =
inherit; font-variant: normal; font-weight: normal; letter-spacing: =
normal; line-height: normal; orphans: auto; text-align: start; =
text-indent: 0px; text-transform: none; white-space: normal; widows: =
auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" =
class=3D"">/home/anon/git/wonder/Frameworks/Core/JavaWOExtensions/target/J=
avaWOExtensions.framework/Resources</i><i style=3D"font-family: =
Helvetica; font-size: inherit; font-variant: normal; font-weight: =
normal; letter-spacing: normal; line-height: normal; orphans: auto; =
text-align: start; text-indent: 0px; text-transform: none; white-space: =
normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: =
0px;" class=3D""><br class=3D"">
                    </i><i style=3D"font-family: Helvetica; font-size: =
inherit; font-variant: normal; font-weight: normal; letter-spacing: =
normal; line-height: normal; orphans: auto; text-align: start; =
text-indent: 0px; text-transform: none; white-space: normal; widows: =
auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class=3D"">*** =
--&gt; Does
                      not Exist!</i><i style=3D"font-family: Helvetica; =
font-size: inherit; font-variant: normal; font-weight: normal; =
letter-spacing: normal; line-height: normal; orphans: auto; text-align: =
start; text-indent: 0px; text-transform: none; white-space: normal; =
widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" =
class=3D""><br class=3D"">
                    </i><i style=3D"font-family: Helvetica; font-size: =
inherit; font-variant: normal; font-weight: normal; letter-spacing: =
normal; line-height: normal; orphans: auto; text-align: start; =
text-indent: 0px; text-transform: none; white-space: normal; widows: =
auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" =
class=3D"">/home/anon/git/wonder/Frameworks/Core/JavaWOExtensions/target/J=
avaWOExtensions.framework/WebServerResources</i><i style=3D"font-family: =
Helvetica; font-size: inherit; font-variant: normal; font-weight: =
normal; letter-spacing: normal; line-height: normal; orphans: auto; =
text-align: start; text-indent: 0px; text-transform: none; white-space: =
normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: =
0px;" class=3D""><br class=3D"">
                    </i><i style=3D"font-family: Helvetica; font-size: =
inherit; font-variant: normal; font-weight: normal; letter-spacing: =
normal; line-height: normal; orphans: auto; text-align: start; =
text-indent: 0px; text-transform: none; white-space: normal; widows: =
auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class=3D"">*** =
--&gt; Does
                      not Exist!</i><i style=3D"font-family: Helvetica; =
font-size: inherit; font-variant: normal; font-weight: normal; =
letter-spacing: normal; line-height: normal; orphans: auto; text-align: =
start; text-indent: 0px; text-transform: none; white-space: normal; =
widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" =
class=3D""><br class=3D"">
                    </i><i style=3D"font-family: Helvetica; font-size: =
inherit; font-variant: normal; font-weight: normal; letter-spacing: =
normal; line-height: normal; orphans: auto; text-align: start; =
text-indent: 0px; text-transform: none; white-space: normal; widows: =
auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" =
class=3D"">/home/anon/git/wonder/Frameworks/Core/JavaWOExtensions/target/c=
lasses</i><i style=3D"font-family: Helvetica; font-size: inherit; =
font-variant: normal; font-weight: normal; letter-spacing: normal; =
line-height: normal; orphans: auto; text-align: start; text-indent: 0px; =
text-transform: none; white-space: normal; widows: auto; word-spacing: =
0px; -webkit-text-stroke-width: 0px;" class=3D""><br class=3D"">
                    </i><i style=3D"font-family: Helvetica; font-size: =
inherit; font-variant: normal; font-weight: normal; letter-spacing: =
normal; line-height: normal; orphans: auto; text-align: start; =
text-indent: 0px; text-transform: none; white-space: normal; widows: =
auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class=3D"">*** =
--&gt; Does
                      not Exist!</i><i style=3D"font-family: Helvetica; =
font-size: inherit; font-variant: normal; font-weight: normal; =
letter-spacing: normal; line-height: normal; orphans: auto; text-align: =
start; text-indent: 0px; text-transform: none; white-space: normal; =
widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" =
class=3D""><br class=3D"">
                    </i><i style=3D"font-family: Helvetica; font-size: =
inherit; font-variant: normal; font-weight: normal; letter-spacing: =
normal; line-height: normal; orphans: auto; text-align: start; =
text-indent: 0px; text-transform: none; white-space: normal; widows: =
auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" =
class=3D"">/home/anon/.m2/repository/com/webobjects/JavaFoundation/5.4.3/J=
avaFoundation-5.4.3.jar</i><i style=3D"font-family: Helvetica; =
font-size: inherit; font-variant: normal; font-weight: normal; =
letter-spacing: normal; line-height: normal; orphans: auto; text-align: =
start; text-indent: 0px; text-transform: none; white-space: normal; =
widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" =
class=3D""><br class=3D"">
                    </i><i style=3D"font-family: Helvetica; font-size: =
inherit; font-variant: normal; font-weight: normal; letter-spacing: =
normal; line-height: normal; orphans: auto; text-align: start; =
text-indent: 0px; text-transform: none; white-space: normal; widows: =
auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" =
class=3D"">&nbsp;&nbsp;&nbsp; --&gt; Exists</i><i style=3D"font-family: =
Helvetica; font-size: inherit; font-variant: normal; font-weight: =
normal; letter-spacing: normal; line-height: normal; orphans: auto; =
text-align: start; text-indent: 0px; text-transform: none; white-space: =
normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: =
0px;" class=3D""><br class=3D"">
                    </i><i style=3D"font-family: Helvetica; font-size: =
inherit; font-variant: normal; font-weight: normal; letter-spacing: =
normal; line-height: normal; orphans: auto; text-align: start; =
text-indent: 0px; text-transform: none; white-space: normal; widows: =
auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" =
class=3D"">/home/anon/.m2/repository/com/webobjects/JavaWebObjects/5.4.3/J=
avaWebObjects-5.4.3.jar</i><i style=3D"font-family: Helvetica; =
font-size: inherit; font-variant: normal; font-weight: normal; =
letter-spacing: normal; line-height: normal; orphans: auto; text-align: =
start; text-indent: 0px; text-transform: none; white-space: normal; =
widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" =
class=3D""><br class=3D"">
                    </i><i style=3D"font-family: Helvetica; font-size: =
inherit; font-variant: normal; font-weight: normal; letter-spacing: =
normal; line-height: normal; orphans: auto; text-align: start; =
text-indent: 0px; text-transform: none; white-space: normal; widows: =
auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" =
class=3D"">&nbsp;&nbsp;&nbsp; --&gt; Exists</i><i style=3D"font-family: =
Helvetica; font-size: inherit; font-variant: normal; font-weight: =
normal; letter-spacing: normal; line-height: normal; orphans: auto; =
text-align: start; text-indent: 0px; text-transform: none; white-space: =
normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: =
0px;" class=3D""><br class=3D"">
                    </i><i style=3D"font-family: Helvetica; font-size: =
inherit; font-variant: normal; font-weight: normal; letter-spacing: =
normal; line-height: normal; orphans: auto; text-align: start; =
text-indent: 0px; text-transform: none; white-space: normal; widows: =
auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" =
class=3D"">/home/anon/.m2/repository/com/webobjects/JavaXML/5.4.3/JavaXML-=
5.4.3.jar</i><i style=3D"font-family: Helvetica; font-size: inherit; =
font-variant: normal; font-weight: normal; letter-spacing: normal; =
line-height: normal; orphans: auto; text-align: start; text-indent: 0px; =
text-transform: none; white-space: normal; widows: auto; word-spacing: =
0px; -webkit-text-stroke-width: 0px;" class=3D""><br class=3D"">
                    </i><i style=3D"font-family: Helvetica; font-size: =
inherit; font-variant: normal; font-weight: normal; letter-spacing: =
normal; line-height: normal; orphans: auto; text-align: start; =
text-indent: 0px; text-transform: none; white-space: normal; widows: =
auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" =
class=3D"">&nbsp;&nbsp;&nbsp; --&gt; Exists</i><i style=3D"font-family: =
Helvetica; font-size: inherit; font-variant: normal; font-weight: =
normal; letter-spacing: normal; line-height: normal; orphans: auto; =
text-align: start; text-indent: 0px; text-transform: none; white-space: =
normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: =
0px;" class=3D""><br class=3D"">
                    </i><i style=3D"font-family: Helvetica; font-size: =
inherit; font-variant: normal; font-weight: normal; letter-spacing: =
normal; line-height: normal; orphans: auto; text-align: start; =
text-indent: 0px; text-transform: none; white-space: normal; widows: =
auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" =
class=3D"">/home/anon/.m2/repository/com/webobjects/JavaEOControl/5.4.3/Ja=
vaEOControl-5.4.3.jar</i><i style=3D"font-family: Helvetica; font-size: =
inherit; font-variant: normal; font-weight: normal; letter-spacing: =
normal; line-height: normal; orphans: auto; text-align: start; =
text-indent: 0px; text-transform: none; white-space: normal; widows: =
auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class=3D""><br =
class=3D"">
                    </i><i style=3D"font-family: Helvetica; font-size: =
inherit; font-variant: normal; font-weight: normal; letter-spacing: =
normal; line-height: normal; orphans: auto; text-align: start; =
text-indent: 0px; text-transform: none; white-space: normal; widows: =
auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" =
class=3D"">&nbsp;&nbsp;&nbsp; --&gt; Exists</i><i style=3D"font-family: =
Helvetica; font-size: inherit; font-variant: normal; font-weight: =
normal; letter-spacing: normal; line-height: normal; orphans: auto; =
text-align: start; text-indent: 0px; text-transform: none; white-space: =
normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: =
0px;" class=3D""><br class=3D"">
                    </i><i style=3D"font-family: Helvetica; font-size: =
inherit; font-variant: normal; font-weight: normal; letter-spacing: =
normal; line-height: normal; orphans: auto; text-align: start; =
text-indent: 0px; text-transform: none; white-space: normal; widows: =
auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" =
class=3D"">/home/anon/.m2/repository/com/webobjects/JavaEOAccess/5.4.3/Jav=
aEOAccess-5.4.3.jar</i><i style=3D"font-family: Helvetica; font-size: =
inherit; font-variant: normal; font-weight: normal; letter-spacing: =
normal; line-height: normal; orphans: auto; text-align: start; =
text-indent: 0px; text-transform: none; white-space: normal; widows: =
auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class=3D""><br =
class=3D"">
                    </i><i style=3D"font-family: Helvetica; font-size: =
inherit; font-variant: normal; font-weight: normal; letter-spacing: =
normal; line-height: normal; orphans: auto; text-align: start; =
text-indent: 0px; text-transform: none; white-space: normal; widows: =
auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" =
class=3D"">&nbsp;&nbsp;&nbsp; --&gt; Exists</i><i style=3D"font-family: =
Helvetica; font-size: inherit; font-variant: normal; font-weight: =
normal; letter-spacing: normal; line-height: normal; orphans: auto; =
text-align: start; text-indent: 0px; text-transform: none; white-space: =
normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: =
0px;" class=3D""><br class=3D"">
                    </i><i style=3D"font-family: Helvetica; font-size: =
inherit; font-variant: normal; font-weight: normal; letter-spacing: =
normal; line-height: normal; orphans: auto; text-align: start; =
text-indent: 0px; text-transform: none; white-space: normal; widows: =
auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" =
class=3D"">/home/anon/.m2/repository/com/webobjects/JavaJDBCAdaptor/5.4.3/=
JavaJDBCAdaptor-5.4.3.jar</i><i style=3D"font-family: Helvetica; =
font-size: inherit; font-variant: normal; font-weight: normal; =
letter-spacing: normal; line-height: normal; orphans: auto; text-align: =
start; text-indent: 0px; text-transform: none; white-space: normal; =
widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" =
class=3D""><br class=3D"">
                    </i><i style=3D"font-family: Helvetica; font-size: =
inherit; font-variant: normal; font-weight: normal; letter-spacing: =
normal; line-height: normal; orphans: auto; text-align: start; =
text-indent: 0px; text-transform: none; white-space: normal; widows: =
auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" =
class=3D"">&nbsp;&nbsp;&nbsp; --&gt; Exists</i><i style=3D"font-family: =
Helvetica; font-size: inherit; font-variant: normal; font-weight: =
normal; letter-spacing: normal; line-height: normal; orphans: auto; =
text-align: start; text-indent: 0px; text-transform: none; white-space: =
normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: =
0px;" class=3D""><br class=3D"">
                    </i><i style=3D"font-family: Helvetica; font-size: =
inherit; font-variant: normal; font-weight: normal; letter-spacing: =
normal; line-height: normal; orphans: auto; text-align: start; =
text-indent: 0px; text-transform: none; white-space: normal; widows: =
auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" =
class=3D"">/home/anon/.m2/repository/com/webobjects/JavaWOJSPServlet/5.4.3=
/JavaWOJSPServlet-5.4.3.jar</i><i style=3D"font-family: Helvetica; =
font-size: inherit; font-variant: normal; font-weight: normal; =
letter-spacing: normal; line-height: normal; orphans: auto; text-align: =
start; text-indent: 0px; text-transform: none; white-space: normal; =
widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" =
class=3D""><br class=3D"">
                    </i><i style=3D"font-family: Helvetica; font-size: =
inherit; font-variant: normal; font-weight: normal; letter-spacing: =
normal; line-height: normal; orphans: auto; text-align: start; =
text-indent: 0px; text-transform: none; white-space: normal; widows: =
auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" =
class=3D"">&nbsp;&nbsp;&nbsp; --&gt; Exists</i><i style=3D"font-family: =
Helvetica; font-size: inherit; font-variant: normal; font-weight: =
normal; letter-spacing: normal; line-height: normal; orphans: auto; =
text-align: start; text-indent: 0px; text-transform: none; white-space: =
normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: =
0px;" class=3D""><br class=3D"">
                    </i><i style=3D"font-family: Helvetica; font-size: =
inherit; font-variant: normal; font-weight: normal; letter-spacing: =
normal; line-height: normal; orphans: auto; text-align: start; =
text-indent: 0px; text-transform: none; white-space: normal; widows: =
auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" =
class=3D"">/home/anon/.m2/repository/com/webobjects/JavaWebServicesSupport=
/5.4.3/JavaWebServicesSupport-5.4.3.jar</i><i style=3D"font-family: =
Helvetica; font-size: inherit; font-variant: normal; font-weight: =
normal; letter-spacing: normal; line-height: normal; orphans: auto; =
text-align: start; text-indent: 0px; text-transform: none; white-space: =
normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: =
0px;" class=3D""><br class=3D"">
                    </i><i style=3D"font-family: Helvetica; font-size: =
inherit; font-variant: normal; font-weight: normal; letter-spacing: =
normal; line-height: normal; orphans: auto; text-align: start; =
text-indent: 0px; text-transform: none; white-space: normal; widows: =
auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" =
class=3D"">&nbsp;&nbsp;&nbsp; --&gt; Exists</i><i style=3D"font-family: =
Helvetica; font-size: inherit; font-variant: normal; font-weight: =
normal; letter-spacing: normal; line-height: normal; orphans: auto; =
text-align: start; text-indent: 0px; text-transform: none; white-space: =
normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: =
0px;" class=3D""><br class=3D"">
                    </i><i style=3D"font-family: Helvetica; font-size: =
inherit; font-variant: normal; font-weight: normal; letter-spacing: =
normal; line-height: normal; orphans: auto; text-align: start; =
text-indent: 0px; text-transform: none; white-space: normal; widows: =
auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" =
class=3D"">/home/anon/.m2/repository/com/ibm/icu/icu4j/3.8/icu4j-3.8.jar</=
i><i style=3D"font-family: Helvetica; font-size: inherit; font-variant: =
normal; font-weight: normal; letter-spacing: normal; line-height: =
normal; orphans: auto; text-align: start; text-indent: 0px; =
text-transform: none; white-space: normal; widows: auto; word-spacing: =
0px; -webkit-text-stroke-width: 0px;" class=3D""><br class=3D"">
                    </i><i style=3D"font-family: Helvetica; font-size: =
inherit; font-variant: normal; font-weight: normal; letter-spacing: =
normal; line-height: normal; orphans: auto; text-align: start; =
text-indent: 0px; text-transform: none; white-space: normal; widows: =
auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" =
class=3D"">&nbsp;&nbsp;&nbsp; --&gt; Exists</i><i style=3D"font-family: =
Helvetica; font-size: inherit; font-variant: normal; font-weight: =
normal; letter-spacing: normal; line-height: normal; orphans: auto; =
text-align: start; text-indent: 0px; text-transform: none; white-space: =
normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: =
0px;" class=3D""><br class=3D"">
                    </i><i style=3D"font-family: Helvetica; font-size: =
inherit; font-variant: normal; font-weight: normal; letter-spacing: =
normal; line-height: normal; orphans: auto; text-align: start; =
text-indent: 0px; text-transform: none; white-space: normal; widows: =
auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" =
class=3D"">/home/anon/.m2/repository/log4j/log4j/1.2.14/log4j-1.2.14.jar</=
i><i style=3D"font-family: Helvetica; font-size: inherit; font-variant: =
normal; font-weight: normal; letter-spacing: normal; line-height: =
normal; orphans: auto; text-align: start; text-indent: 0px; =
text-transform: none; white-space: normal; widows: auto; word-spacing: =
0px; -webkit-text-stroke-width: 0px;" class=3D""><br class=3D"">
                    </i><i style=3D"font-family: Helvetica; font-size: =
inherit; font-variant: normal; font-weight: normal; letter-spacing: =
normal; line-height: normal; orphans: auto; text-align: start; =
text-indent: 0px; text-transform: none; white-space: normal; widows: =
auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" =
class=3D"">&nbsp;&nbsp;&nbsp; --&gt; Exists</i><i style=3D"font-family: =
Helvetica; font-size: inherit; font-variant: normal; font-weight: =
normal; letter-spacing: normal; line-height: normal; orphans: auto; =
text-align: start; text-indent: 0px; text-transform: none; white-space: =
normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: =
0px;" class=3D""><br class=3D"">
                    </i><i style=3D"font-family: Helvetica; font-size: =
inherit; font-variant: normal; font-weight: normal; letter-spacing: =
normal; line-height: normal; orphans: auto; text-align: start; =
text-indent: 0px; text-transform: none; white-space: normal; widows: =
auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" =
class=3D"">/home/anon/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1=
.7.5.jar</i><i style=3D"font-family: Helvetica; font-size: inherit; =
font-variant: normal; font-weight: normal; letter-spacing: normal; =
line-height: normal; orphans: auto; text-align: start; text-indent: 0px; =
text-transform: none; white-space: normal; widows: auto; word-spacing: =
0px; -webkit-text-stroke-width: 0px;" class=3D""><br class=3D"">
                    </i><i style=3D"font-family: Helvetica; font-size: =
inherit; font-variant: normal; font-weight: normal; letter-spacing: =
normal; line-height: normal; orphans: auto; text-align: start; =
text-indent: 0px; text-transform: none; white-space: normal; widows: =
auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" =
class=3D"">&nbsp;&nbsp;&nbsp; --&gt; Exists</i><i style=3D"font-family: =
Helvetica; font-size: inherit; font-variant: normal; font-weight: =
normal; letter-spacing: normal; line-height: normal; orphans: auto; =
text-align: start; text-indent: 0px; text-transform: none; white-space: =
normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: =
0px;" class=3D""><br class=3D"">
                    </i><i style=3D"font-family: Helvetica; font-size: =
inherit; font-variant: normal; font-weight: normal; letter-spacing: =
normal; line-height: normal; orphans: auto; text-align: start; =
text-indent: 0px; text-transform: none; white-space: normal; widows: =
auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" =
class=3D"">/home/anon/.m2/repository/joda-time/joda-time/2.3/joda-time-2.3=
.jar</i><i style=3D"font-family: Helvetica; font-size: inherit; =
font-variant: normal; font-weight: normal; letter-spacing: normal; =
line-height: normal; orphans: auto; text-align: start; text-indent: 0px; =
text-transform: none; white-space: normal; widows: auto; word-spacing: =
0px; -webkit-text-stroke-width: 0px;" class=3D""><br class=3D"">
                    </i><i style=3D"font-family: Helvetica; font-size: =
inherit; font-variant: normal; font-weight: normal; letter-spacing: =
normal; line-height: normal; orphans: auto; text-align: start; =
text-indent: 0px; text-transform: none; white-space: normal; widows: =
auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" =
class=3D"">&nbsp;&nbsp;&nbsp; --&gt; Exists</i><i style=3D"font-family: =
Helvetica; font-size: inherit; font-variant: normal; font-weight: =
normal; letter-spacing: normal; line-height: normal; orphans: auto; =
text-align: start; text-indent: 0px; text-transform: none; white-space: =
normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: =
0px;" class=3D""><br class=3D"">
                    </i><i style=3D"font-family: Helvetica; font-size: =
inherit; font-variant: normal; font-weight: normal; letter-spacing: =
normal; line-height: normal; orphans: auto; text-align: start; =
text-indent: 0px; text-transform: none; white-space: normal; widows: =
auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" =
class=3D"">/home/anon/.m2/repository/org/apache/httpcomponents/httpclient/=
4.3.1/httpclient-4.3.1.jar</i><i style=3D"font-family: Helvetica; =
font-size: inherit; font-variant: normal; font-weight: normal; =
letter-spacing: normal; line-height: normal; orphans: auto; text-align: =
start; text-indent: 0px; text-transform: none; white-space: normal; =
widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" =
class=3D""><br class=3D"">
                    </i><i style=3D"font-family: Helvetica; font-size: =
inherit; font-variant: normal; font-weight: normal; letter-spacing: =
normal; line-height: normal; orphans: auto; text-align: start; =
text-indent: 0px; text-transform: none; white-space: normal; widows: =
auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" =
class=3D"">&nbsp;&nbsp;&nbsp; --&gt; Exists</i><i style=3D"font-family: =
Helvetica; font-size: inherit; font-variant: normal; font-weight: =
normal; letter-spacing: normal; line-height: normal; orphans: auto; =
text-align: start; text-indent: 0px; text-transform: none; white-space: =
normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: =
0px;" class=3D""><br class=3D"">
                    </i><i style=3D"font-family: Helvetica; font-size: =
inherit; font-variant: normal; font-weight: normal; letter-spacing: =
normal; line-height: normal; orphans: auto; text-align: start; =
text-indent: 0px; text-transform: none; white-space: normal; widows: =
auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" =
class=3D"">/home/anon/.m2/repository/org/apache/httpcomponents/httpcore/4.=
3/httpcore-4.3.jar</i><i style=3D"font-family: Helvetica; font-size: =
inherit; font-variant: normal; font-weight: normal; letter-spacing: =
normal; line-height: normal; orphans: auto; text-align: start; =
text-indent: 0px; text-transform: none; white-space: normal; widows: =
auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class=3D""><br =
class=3D"">
                    </i><i style=3D"font-family: Helvetica; font-size: =
inherit; font-variant: normal; font-weight: normal; letter-spacing: =
normal; line-height: normal; orphans: auto; text-align: start; =
text-indent: 0px; text-transform: none; white-space: normal; widows: =
auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" =
class=3D"">&nbsp;&nbsp;&nbsp; --&gt; Exists</i><i style=3D"font-family: =
Helvetica; font-size: inherit; font-variant: normal; font-weight: =
normal; letter-spacing: normal; line-height: normal; orphans: auto; =
text-align: start; text-indent: 0px; text-transform: none; white-space: =
normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: =
0px;" class=3D""><br class=3D"">
                    </i><i style=3D"font-family: Helvetica; font-size: =
inherit; font-variant: normal; font-weight: normal; letter-spacing: =
normal; line-height: normal; orphans: auto; text-align: start; =
text-indent: 0px; text-transform: none; white-space: normal; widows: =
auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" =
class=3D"">/home/anon/.m2/repository/commons-logging/commons-logging/1.1.3=
/commons-logging-1.1.3.jar</i><i style=3D"font-family: Helvetica; =
font-size: inherit; font-variant: normal; font-weight: normal; =
letter-spacing: normal; line-height: normal; orphans: auto; text-align: =
start; text-indent: 0px; text-transform: none; white-space: normal; =
widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" =
class=3D""><br class=3D"">
                    </i><i style=3D"font-family: Helvetica; font-size: =
inherit; font-variant: normal; font-weight: normal; letter-spacing: =
normal; line-height: normal; orphans: auto; text-align: start; =
text-indent: 0px; text-transform: none; white-space: normal; widows: =
auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" =
class=3D"">&nbsp;&nbsp;&nbsp; --&gt; Exists</i><i style=3D"font-family: =
Helvetica; font-size: inherit; font-variant: normal; font-weight: =
normal; letter-spacing: normal; line-height: normal; orphans: auto; =
text-align: start; text-indent: 0px; text-transform: none; white-space: =
normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: =
0px;" class=3D""><br class=3D"">
                    </i><i style=3D"font-family: Helvetica; font-size: =
inherit; font-variant: normal; font-weight: normal; letter-spacing: =
normal; line-height: normal; orphans: auto; text-align: start; =
text-indent: 0px; text-transform: none; white-space: normal; widows: =
auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" =
class=3D"">/home/anon/.m2/repository/commons-codec/commons-codec/1.6/commo=
ns-codec-1.6.jar</i><i style=3D"font-family: Helvetica; font-size: =
inherit; font-variant: normal; font-weight: normal; letter-spacing: =
normal; line-height: normal; orphans: auto; text-align: start; =
text-indent: 0px; text-transform: none; white-space: normal; widows: =
auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class=3D""><br =
class=3D"">
                    </i><i style=3D"font-family: Helvetica; font-size: =
inherit; font-variant: normal; font-weight: normal; letter-spacing: =
normal; line-height: normal; orphans: auto; text-align: start; =
text-indent: 0px; text-transform: none; white-space: normal; widows: =
auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" =
class=3D"">&nbsp;&nbsp;&nbsp; --&gt; Exists</i><i style=3D"font-family: =
Helvetica; font-size: inherit; font-variant: normal; font-weight: =
normal; letter-spacing: normal; line-height: normal; orphans: auto; =
text-align: start; text-indent: 0px; text-transform: none; white-space: =
normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: =
0px;" class=3D""><br class=3D"">
                    </i><i style=3D"font-family: Helvetica; font-size: =
inherit; font-variant: normal; font-weight: normal; letter-spacing: =
normal; line-height: normal; orphans: auto; text-align: start; =
text-indent: 0px; text-transform: none; white-space: normal; widows: =
auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" =
class=3D"">/home/anon/.m2/repository/commons-lang/commons-lang/2.6/commons=
-lang-2.6.jar</i><i style=3D"font-family: Helvetica; font-size: inherit; =
font-variant: normal; font-weight: normal; letter-spacing: normal; =
line-height: normal; orphans: auto; text-align: start; text-indent: 0px; =
text-transform: none; white-space: normal; widows: auto; word-spacing: =
0px; -webkit-text-stroke-width: 0px;" class=3D""><br class=3D"">
                    </i><i style=3D"font-family: Helvetica; font-size: =
inherit; font-variant: normal; font-weight: normal; letter-spacing: =
normal; line-height: normal; orphans: auto; text-align: start; =
text-indent: 0px; text-transform: none; white-space: normal; widows: =
auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" =
class=3D"">&nbsp;&nbsp;&nbsp; --&gt; Exists</i><i style=3D"font-family: =
Helvetica; font-size: inherit; font-variant: normal; font-weight: =
normal; letter-spacing: normal; line-height: normal; orphans: auto; =
text-align: start; text-indent: 0px; text-transform: none; white-space: =
normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: =
0px;" class=3D""><br class=3D"">
                    </i><i style=3D"font-family: Helvetica; font-size: =
inherit; font-variant: normal; font-weight: normal; letter-spacing: =
normal; line-height: normal; orphans: auto; text-align: start; =
text-indent: 0px; text-transform: none; white-space: normal; widows: =
auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" =
class=3D"">/home/anon/.m2/repository/junit/junit/4.8.1/junit-4.8.1.jar</i>=
<i style=3D"font-family: Helvetica; font-size: inherit; font-variant: =
normal; font-weight: normal; letter-spacing: normal; line-height: =
normal; orphans: auto; text-align: start; text-indent: 0px; =
text-transform: none; white-space: normal; widows: auto; word-spacing: =
0px; -webkit-text-stroke-width: 0px;" class=3D""><br class=3D"">
                    </i><i style=3D"font-family: Helvetica; font-size: =
inherit; font-variant: normal; font-weight: normal; letter-spacing: =
normal; line-height: normal; orphans: auto; text-align: start; =
text-indent: 0px; text-transform: none; white-space: normal; widows: =
auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" =
class=3D"">&nbsp;&nbsp;&nbsp; --&gt; Exists</i><i style=3D"font-family: =
Helvetica; font-size: inherit; font-variant: normal; font-weight: =
normal; letter-spacing: normal; line-height: normal; orphans: auto; =
text-align: start; text-indent: 0px; text-transform: none; white-space: =
normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: =
0px;" class=3D""><br class=3D"">
                    </i><i style=3D"font-family: Helvetica; font-size: =
inherit; font-variant: normal; font-weight: normal; letter-spacing: =
normal; line-height: normal; orphans: auto; text-align: start; =
text-indent: 0px; text-transform: none; white-space: normal; widows: =
auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" =
class=3D"">/home/anon/.m2/repository/com/google/code/jabsorb/1.2.2/jabsorb=
-1.2.2.jar</i><i style=3D"font-family: Helvetica; font-size: inherit; =
font-variant: normal; font-weight: normal; letter-spacing: normal; =
line-height: normal; orphans: auto; text-align: start; text-indent: 0px; =
text-transform: none; white-space: normal; widows: auto; word-spacing: =
0px; -webkit-text-stroke-width: 0px;" class=3D""><br class=3D"">
                    </i><i style=3D"font-family: Helvetica; font-size: =
inherit; font-variant: normal; font-weight: normal; letter-spacing: =
normal; line-height: normal; orphans: auto; text-align: start; =
text-indent: 0px; text-transform: none; white-space: normal; widows: =
auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" =
class=3D"">&nbsp;&nbsp;&nbsp; --&gt; Exists</i><i style=3D"font-family: =
Helvetica; font-size: inherit; font-variant: normal; font-weight: =
normal; letter-spacing: normal; line-height: normal; orphans: auto; =
text-align: start; text-indent: 0px; text-transform: none; white-space: =
normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: =
0px;" class=3D""><br class=3D"">
                    </i><i style=3D"font-family: Helvetica; font-size: =
inherit; font-variant: normal; font-weight: normal; letter-spacing: =
normal; line-height: normal; orphans: auto; text-align: start; =
text-indent: 0px; text-transform: none; white-space: normal; widows: =
auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" =
class=3D"">/home/anon/git/wonder/Examples/Ajax/AjaxExample/target/test-cla=
sses</i><i style=3D"font-family: Helvetica; font-size: inherit; =
font-variant: normal; font-weight: normal; letter-spacing: normal; =
line-height: normal; orphans: auto; text-align: start; text-indent: 0px; =
text-transform: none; white-space: normal; widows: auto; word-spacing: =
0px; -webkit-text-stroke-width: 0px;" class=3D""><br class=3D"">
                    </i><i style=3D"font-family: Helvetica; font-size: =
inherit; font-variant: normal; font-weight: normal; letter-spacing: =
normal; line-height: normal; orphans: auto; text-align: start; =
text-indent: 0px; text-transform: none; white-space: normal; widows: =
auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class=3D"">*** =
--&gt; Does
                      not Exist!</i><i style=3D"font-family: Helvetica; =
font-size: inherit; font-variant: normal; font-weight: normal; =
letter-spacing: normal; line-height: normal; orphans: auto; text-align: =
start; text-indent: 0px; text-transform: none; white-space: normal; =
widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" =
class=3D""><br class=3D"">
                    </i><i style=3D"font-family: Helvetica; font-size: =
inherit; font-variant: normal; font-weight: normal; letter-spacing: =
normal; line-height: normal; orphans: auto; text-align: start; =
text-indent: 0px; text-transform: none; white-space: normal; widows: =
auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" =
class=3D"">/home/anon/git/wonder/Examples/Ajax/AjaxExample/target/classes<=
/i><i style=3D"font-family: Helvetica; font-size: inherit; font-variant: =
normal; font-weight: normal; letter-spacing: normal; line-height: =
normal; orphans: auto; text-align: start; text-indent: 0px; =
text-transform: none; white-space: normal; widows: auto; word-spacing: =
0px; -webkit-text-stroke-width: 0px;" class=3D""><br class=3D"">
                    </i><i style=3D"font-family: Helvetica; font-size: =
inherit; font-variant: normal; font-weight: normal; letter-spacing: =
normal; line-height: normal; orphans: auto; text-align: start; =
text-indent: 0px; text-transform: none; white-space: normal; widows: =
auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class=3D"">*** =
--&gt; Does
                      not Exist!</i><i style=3D"font-family: Helvetica; =
font-size: inherit; font-variant: normal; font-weight: normal; =
letter-spacing: normal; line-height: normal; orphans: auto; text-align: =
start; text-indent: 0px; text-transform: none; white-space: normal; =
widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" =
class=3D""><br class=3D"">
                    </i><i style=3D"font-family: Helvetica; font-size: =
inherit; font-variant: normal; font-weight: normal; letter-spacing: =
normal; line-height: normal; orphans: auto; text-align: start; =
text-indent: 0px; text-transform: none; white-space: normal; widows: =
auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" =
class=3D"">/home/anon/.m2/repository/org/slf4j/slf4j-log4j12/1.7.5/slf4j-l=
og4j12-1.7.5.jar</i><i style=3D"font-family: Helvetica; font-size: =
inherit; font-variant: normal; font-weight: normal; letter-spacing: =
normal; line-height: normal; orphans: auto; text-align: start; =
text-indent: 0px; text-transform: none; white-space: normal; widows: =
auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class=3D""><br =
class=3D"">
                    </i><i style=3D"font-family: Helvetica; font-size: =
inherit; font-variant: normal; font-weight: normal; letter-spacing: =
normal; line-height: normal; orphans: auto; text-align: start; =
text-indent: 0px; text-transform: none; white-space: normal; widows: =
auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" =
class=3D"">&nbsp;&nbsp;&nbsp; --&gt; Exists</i><br style=3D"font-family: =
Helvetica; font-size: inherit; font-style: normal; font-variant: normal; =
font-weight: normal; letter-spacing: normal; line-height: normal; =
orphans: auto; text-align: start; text-indent: 0px; text-transform: =
none; white-space: normal; widows: auto; word-spacing: 0px; =
-webkit-text-stroke-width: 0px;" class=3D"">
                  </blockquote>
                </span></blockquote>
              <br class=3D"">
            </div>
          </div>
        </blockquote>
      </span>
    </blockquote>
    <br class=3D"">
  </div>

=
--------------------------------------------------------------------------=
----<br class=3D"">Dive into the World of Parallel Programming! The Go =
Parallel Website,<br class=3D"">sponsored by Intel and developed in =
partnership with Slashdot Media, is your<br class=3D"">hub for all =
things parallel software development, from weekly thought<br =
class=3D"">leadership blogs to news, videos, case studies, tutorials and =
more. Take a<br class=3D"">look and join the conversation now. <a =
href=3D"http://goparallel.sourceforge.net_________________________________=
______________" =
class=3D"">http://goparallel.sourceforge.net______________________________=
_________________</a><br class=3D"">Wonder-disc mailing list<br =
class=3D""><a href=3D"mailto:[email protected]" =
class=3D"">[email protected]</a><br =
class=3D"">https://lists.sourceforge.net/lists/listinfo/wonder-disc<br =
class=3D""></div></blockquote></div><br class=3D""></body></html>=

--Apple-Mail=_13ACBB6E-F40F-48BB-9375-6C0BF28FA335--


--===============6675376850376860659==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

------------------------------------------------------------------------------
Dive into the World of Parallel Programming! The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net
--===============6675376850376860659==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

_______________________________________________
Wonder-disc mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wonder-disc

--===============6675376850376860659==--