Re: Class Loader issue
anon <[email protected]> Mon, 5 Jan 2015 19:48:49 +0100
| Newsgroups | gmane.comp.web.webobjects.wonder-disc |
|---|---|
| Message-ID | <[email protected]> |
--===============7927277575620922779== Content-Type: multipart/alternative; boundary="------------000104030904020001070101" --------------000104030904020001070101 Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Transfer-Encoding: quoted-printable I had tried the instructions from the wiki already. But the WOLips=20 compiler couldn't find the WO jars that were managed by maven. All my=20 components had errors and therefore could not compile properly. I am=20 using WOLisp + WO-jars + maven-non-WO-jars. I need maven as a versions=20 manager for third-party jars. Thanks for the heads up concerning the [email protected]=20 <mailto:[email protected]> list On 05.01.2015 03:57=2C Faizel Dakri wrote: > I recently had a similar problem with a class lookup failure in=20 > WOBundle in my Maven app. The following wiki page helped me out: > > 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=20 > build product (the one in the build folder:=20 > MyProject/build/MyApp.woa/Contents/Resources/Java). In my case=2C WO was= =20 > failing to find my own classes (component templates were found=2C=20 > though)=2C even though they were in the target folder=2C which was on the= =20 > classpath. Note that I also generate bundles for my builds (Eclipse >=20 > Preferences > WOLips > Build). I never could get the bundleless builds=20 > working with Maven. > > Maven may not be the most popular toolset for WebObjects development=2C=20 > but I=97and many others on these lists=97do use it successfully. I am by= =20 > no means a Maven expert=2C but after much reading=97and re-reading=97I am= =20 > quite happy with the combination of Maven and WOLips. There is quite a=20 > bit of information on the WOCommunity wiki covering Maven. It may not=20 > be the most organized=2C but after poring over it a few times=2C you=92ll= =20 > probably find what you=92re looking for. > > The following pages may help you for getting Maven working with WOLips=20 > (some of these may be written with Mac OS X in mind=2C but you should=20 > get the idea): > > *Maven Quick Start* > http://wiki.wocommunity.org/display/WOL/Quick+Start > Useful information for setting up Maven for WebObjects development=2C=20 > including a sample settings.xml file for WO development. > > *woapplication-archetype: * > http://wiki.wocommunity.org/display/WOL/woapplication-archetype > Has links to the wocommunity archetype catalog that you can install=20 > locally in your .m2 folder. > > *Maven Create WOApplication 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+Debugg= ing+as+WO+Application > > > FYI you may get more responses on the [email protected]=20 > <mailto:[email protected]> mailing list. There seems to=20 > be much more traffic on that one. > > Good luck! > > F > > --=20 > Faizel Dakri > [email protected] <mailto:[email protected]> > > > >> On 2015-Jan-04=2C at 05:44 PM=2C anon <[email protected]=20 >> <mailto:[email protected]>> wrote: >> >> I have everything working fine now. I decided to remove the=20 >> WebObjects artifacts that were generated by maven. I assume that=20 >> WoLisp/WebComponent compiler does not play well with maven=20 >> dependencies. I use maven only outside of eclipse now. >> >> Thank you everyone...:-D >> >> >> On 04.01.2015 22:25=2C Chuck Hill wrote: >>> Good point=2C that check only looks for files=2C I never added the=20 >>> directory test. Are the .class files in the target/classes=20 >>> directories with the proper package/folder structure? >>> >>> Chuck >>> >>> >>> On 2015-01-04=2C 12:30 PM=2C "anon" wrote: >>> >>> The three are folders. Are they supposed to be normal jar files? >>> Or am I missing something? >>> >>> File jarFile =3D new File(jarPath)=3B >>> output.append((jarFile.isFile() ? " --> Exists\n" : "*** --> >>> Does not Exist!\n"))=3B >>> >>> >>> >>> On 04.01.2015 21:16=2C 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. >>>> >>>> >>>> /Classpath// >>>> ///home/anon/git/wonder/Examples/Ajax/AjaxExample/target/AjaxExamp= le-6.1.3-SNAPSHOT.woa/Contents/Resources// >>>> //*** --> Does not Exist!// >>>> ///home/anon/git/wonder/Examples/Ajax/AjaxExample/target/AjaxExamp= le-6.1.3-SNAPSHOT.woa/Contents/WebServerResources// >>>> //*** --> Does not Exist!// >>>> /*//home/anon/git/wonder/Frameworks/Ajax/Ajax/target/Ajax.framewor= k/Resources/**/ >>>> /**/*** --> Does not Exist!/**/ >>>> /**//home/anon/git/wonder/Frameworks/Ajax/Ajax/target/Ajax.framewo= rk/WebServerResources/**/ >>>> /**/*** --> Does not Exist!/*/ >>>> /*//home/anon/git/wonder/Frameworks/Ajax/Ajax/target/classes/**/ >>>> /**/*** --> Does not Exist!/*/ >>>> ///home/anon/git/wonder/Examples/Ajax/AjaxExample/target/test-clas= ses// >>>> //*** --> Does not Exist!// >>>> ///home/anon/git/wonder/Examples/Ajax/AjaxExample/target/classes// >>>> //*** --> Does not Exist!// >>>> / >>>> / >>>> / >>>> On 2015-01-04=2C 11:50 AM=2C "anon" wrote: >>>> >>>> /Classpath// >>>> ///home/anon/git/wonder/Frameworks/Core/ERExtensions/build/ERE= xtensions.framework/Resources/Java// >>>> //*** --> Does not Exist!// >>>> ///home/anon/git/wonder/Examples/Ajax/AjaxExample/target/AjaxE= xample-6.1.3-SNAPSHOT.woa/Contents/Resources// >>>> //*** --> Does not Exist!// >>>> ///home/anon/git/wonder/Examples/Ajax/AjaxExample/target/AjaxE= xample-6.1.3-SNAPSHOT.woa/Contents/WebServerResources// >>>> //*** --> Does not Exist!// >>>> /*//home/anon/git/wonder/Frameworks/Ajax/Ajax/target/Ajax.fram= ework/Resources/**/ >>>> /**/*** --> Does not Exist!/**/ >>>> /**//home/anon/git/wonder/Frameworks/Ajax/Ajax/target/Ajax.fra= mework/WebServerResources/**/ >>>> /**/*** --> Does not Exist!/*/ >>>> ///home/anon/git/wonder/Frameworks/Ajax/Ajax/target/classes// >>>> //*** --> Does not Exist!// >>>> ///home/anon/.m2/repository/wonder/core/ERFoundation/1.0/ERFou= ndation-1.0.jar// >>>> // --> Exists// >>>> ///home/anon/.m2/repository/wonder/core/ERWebObjects/1.0/ERWeb= Objects-1.0.jar// >>>> // --> Exists// >>>> ///home/anon/git/wonder/Frameworks/Core/JavaWOExtensions/targe= t/JavaWOExtensions.framework/Resources// >>>> //*** --> Does not Exist!// >>>> ///home/anon/git/wonder/Frameworks/Core/JavaWOExtensions/targe= t/JavaWOExtensions.framework/WebServerResources// >>>> //*** --> Does not Exist!// >>>> ///home/anon/git/wonder/Frameworks/Core/JavaWOExtensions/targe= t/classes// >>>> //*** --> Does not Exist!// >>>> ///home/anon/.m2/repository/com/webobjects/JavaFoundation/5.4.= 3/JavaFoundation-5.4.3.jar// >>>> // --> Exists// >>>> ///home/anon/.m2/repository/com/webobjects/JavaWebObjects/5.4.= 3/JavaWebObjects-5.4.3.jar// >>>> // --> Exists// >>>> ///home/anon/.m2/repository/com/webobjects/JavaXML/5.4.3/JavaX= ML-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/JavaJDBCAdaptor-5.4.3.jar// >>>> // --> Exists// >>>> ///home/anon/.m2/repository/com/webobjects/JavaWOJSPServlet/5.= 4.3/JavaWOJSPServlet-5.4.3.jar// >>>> // --> Exists// >>>> ///home/anon/.m2/repository/com/webobjects/JavaWebServicesSupp= ort/5.4.3/JavaWebServicesSupport-5.4.3.jar// >>>> // --> Exists// >>>> ///home/anon/.m2/repository/com/ibm/icu/icu4j/3.8/icu4j-3.8.ja= r// >>>> // --> Exists// >>>> ///home/anon/.m2/repository/log4j/log4j/1.2.14/log4j-1.2.14.ja= r// >>>> // --> Exists// >>>> ///home/anon/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-ap= i-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/httpclie= nt/4.3.1/httpclient-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-logging-1.1.3.jar// >>>> // --> Exists// >>>> ///home/anon/.m2/repository/commons-codec/commons-codec/1.6/co= mmons-codec-1.6.jar// >>>> // --> Exists// >>>> ///home/anon/.m2/repository/commons-lang/commons-lang/2.6/comm= ons-lang-2.6.jar// >>>> // --> 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/jabs= orb-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/class= es// >>>> //*** --> Does not Exist!// >>>> ///home/anon/.m2/repository/org/slf4j/slf4j-log4j12/1.7.5/slf4= j-log4j12-1.7.5.jar// >>>> // --> Exists/ >>>> >>> >> >> ------------------------------------------------------------------------= ------ >> Dive into the World of Parallel Programming! The Go Parallel Website=2C >> sponsored by Intel and developed in partnership with Slashdot Media=2C=20 >> is your >> hub for all things parallel software development=2C from weekly thought >> leadership blogs to news=2C videos=2C case studies=2C tutorials and more= .=20 >> Take a >> look and join the conversation now.=20 >> http://goparallel.sourceforge.net_______________________________________= ________ >> Wonder-disc mailing list >> [email protected]=20 >> <mailto:[email protected]> >> https://lists.sourceforge.net/lists/listinfo/wonder-disc > --------------000104030904020001070101 Content-Type: text/html; charset="windows-1252" Content-Transfer-Encoding: quoted-printable <html> <head> <meta content=3D"text/html=3B charset=3Dwindows-1252" http-equiv=3D"Content-Type"> </head> <body bgcolor=3D"#FFFFFF" text=3D"#000000"> I had tried the instructions from the wiki already. But the WOLips compiler couldn't find the WO jars that were managed by maven. All my components had errors and therefore could not compile properly. I am using WOLisp + WO-jars + maven-non-WO-jars. I need maven as a versions manager for third-party jars.<br> Thanks for the heads up concerning the <a moz-do-not-send=3D"true" href=3D"mailto:[email protected]" class=3D"">webobjects-= [email protected]</a> list<br> <br> <div class=3D"moz-cite-prefix">On 05.01.2015 03:57=2C Faizel Dakri wrote:<br> </div> <blockquote cite=3D"mid:[email protected]" type=3D"cite"> <meta http-equiv=3D"Content-Type" content=3D"text/html=3B charset=3Dwindows-1252"> <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:p= re"> </span><a moz-do-not-send=3D"true" href=3D"http://wiki.wocommunity.org/display/documentation/Maven+Running+or+= Debugging+as+WO+Application" class=3D"">http://wiki.wocommunity.org/display/documentation/Mave= n+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=2C WO was failing to find my own classes (component templates were found=2C though)=2C even though they were in the target folder=2C which was on the classpath. =A0Note that I also generate bundles for my builds (Eclipse >=3B Preferences >=3B WOLips >=3B Buil= d). I never could get the bundleless builds working with Maven.=A0</div= > <div class=3D""><br class=3D""> </div> <div class=3D"">Maven may not be the most popular toolset for WebObjects development=2C =A0but I=97and many others on these lists= =97do use it successfully. I am by no means a Maven expert=2C 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=2C but after poring over it a few times=2C you=92ll probably find what you=92re looking for.=A0</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=2C 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 moz-do-not-send=3D"true" href=3D"http://wiki.wocommunity.org/display/WOL/Quick+Start" class=3D"">http://wiki.wocommunity.org/display/WOL/Quick+Start</a= ></div> <div class=3D"">Useful information for setting up Maven for WebObjects development=2C 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:=A0</b></div> <div class=3D""><a moz-do-not-send=3D"true" href=3D"http://wiki.wocommunity.org/display/WOL/woapplication-arc= hetype" 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 moz-do-not-send=3D"true" href=3D"http://wiki.wocommunity.org/display/documentation/Maven+Create+WO+A= pplication+Project" class=3D"">http://wiki.wocommunity.org/display/documentation/Mave= n+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 moz-do-not-send=3D"true" href=3D"http://wiki.wocommunity.org/display/documentation/Maven+Running+or+= Debugging+as+WO+Application" class=3D"">http://wiki.wocommunity.org/display/documentation/Mave= n+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=A0<a moz-do-not-send=3D"true" href=3D"mailto:[email protected]" class=3D"">webobje= [email protected]</a>=A0mailing list. There seems to be much more traffic on that one.=A0</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"">--=A0</div> <div apple-content-edited=3D"true" class=3D""> <div class=3D"">Faizel Dakri</div> <div class=3D""><a moz-do-not-send=3D"true" 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=2C at 05:44 PM=2C anon <=3B<a moz-do-not-send=3D"true" href=3D"mailto:[email protected]" class=3D"">akemerofako= @hotmail.de</a>>=3B wrote:</div> <br class=3D"Apple-interchange-newline"> <div class=3D""> <meta content=3D"text/html=3B charset=3Dwindows-1252" http-equiv=3D"Content-Type" class=3D""> <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 </spa= n><br class=3D""> <br class=3D""> <br class=3D""> <div class=3D"moz-cite-prefix">On 04.01.2015 22:25=2C 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=3B charset=3Dwindows-1252" class=3D""> <div class=3D"">Good point=2C that check only looks for files=2C I never added the directory test. =A0Are 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=2C 12:30 PM=2C "anon" wro= te:</div> </div> <div class=3D""><br class=3D""> </div> <blockquote id=3D"MAC_OUTLOOK_ATTRIBUTION_BLOCKQUOTE" style=3D"BORDER-LEFT: #b5c4df 5 solid=3B PADDING:0 0 0 5=3B MARGIN:0 0 0 5=3B" 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""> =A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0= =A0=A0=A0=A0=A0=A0 <br class=3D""> =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0=A0 = File jarFile =3D new File(jarPath)=3B<br class=3D""> =A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0= =A0=A0=A0=A0=A0=A0=A0 output.append((jarFile.isFile() ? "=A0=A0=A0 -->= =3B Exists\n" : "*** -->=3B Does not Exist!\n"))=3B<b= r 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"></obj= ect><br class=3D""> <div class=3D"moz-cite-prefix">On 04.01.2015 21:16=2C 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? =A0:-) =A0It 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=3B font-size: inherit=3B" class=3D"= ">Classpath</i><i style=3D"font-family: Helvetica=3B font-size: inherit=3B" class=3D""><br class=3D""> </i><i style=3D"font-family: Helvetica=3B font-size: inherit=3B" class=3D"">/home/anon/= git/wonder/Examples/Ajax/AjaxExample/target/AjaxExample-6.1.3-SNAPSHOT.woa/= Contents/Resources</i><i style=3D"font-family: Helvetica=3B font-size: inherit=3B" class=3D""><br class=3D""> </i><i style=3D"font-family: Helvetica=3B font-size: inherit=3B" class=3D"">*** -->= =3B Does not Exist!</i><i style=3D"font-family: Helvetica=3B font-size: inherit=3B" class=3D"= "><br class=3D""> </i><i style=3D"font-family: Helvetica=3B font-size: inherit=3B" class=3D"">/home/anon/= git/wonder/Examples/Ajax/AjaxExample/target/AjaxExample-6.1.3-SNAPSHOT.woa/= Contents/WebServerResources</i><i style=3D"font-family: Helvetica=3B font-size: inherit=3B" class=3D""><br class=3D""> </i><i style=3D"font-family: Helvetica=3B font-size: inherit=3B" class=3D"">*** -->= =3B Does not Exist!</i><i style=3D"font-family: Helvetica=3B font-size: inherit=3B" class=3D"= "><br class=3D""> </i><b style=3D"font-family: Helvetica=3B font-size: inherit=3B" class=3D""><i class=3D= "">/home/anon/git/wonder/Frameworks/Ajax/Ajax/target/Ajax.framework/Resourc= es</i></b><b style=3D"font-family: Helvetica=3B font-size: inherit=3B" class=3D""><i class=3D""><br class=3D""> </i></b><b style=3D"font-family: Helvetica=3B font-size: inherit=3B" class=3D""><i class=3D= "">*** -->=3B Does not Exist!</i></b><b style=3D"font-family: Helvetica=3B font-size: inherit=3B" class=3D""><i class=3D""><br class=3D""> </i></b><b style=3D"font-family: Helvetica=3B font-size: inherit=3B" class=3D""><i class=3D= "">/home/anon/git/wonder/Frameworks/Ajax/Ajax/target/Ajax.framework/WebServ= erResources</i></b><b style=3D"font-family: Helvetica=3B font-size: inherit=3B" class=3D""><i class=3D""><br class=3D""> </i></b><b style=3D"font-family: Helvetica=3B font-size: inherit=3B" class=3D""><i class=3D= "">*** -->=3B Does not Exist!</i></b><i style=3D"font-family: Helvetica=3B font-size: inherit=3B" class=3D""><br class=3D""> </i><b class=3D""><i style=3D"font-family: Helvetica=3B font-size: inherit=3B" class= =3D"">/home/anon/git/wonder/Frameworks/Ajax/Ajax/target/classes</i></b><b class=3D""><i style=3D"font-family: Helvetica= =3B font-size: inherit=3B" class=3D""><br class=3D""> </i></b><b class=3D""><i style=3D"font-family= : Helvetica=3B font-size: inherit=3B" class= =3D"">*** -->=3B Does not Exist!</i></b><i style=3D"font-family: Helvetica=3B font-size: inherit=3B" class=3D""><br class=3D""> </i><i style=3D"font-family: Helvetica=3B font-size: inherit=3B" class=3D"">/home/anon/= git/wonder/Examples/Ajax/AjaxExample/target/test-classes</i><i style=3D"font-family: Helvetica=3B font-size: inherit=3B" class=3D""><br class=3D""> </i><i style=3D"font-family: Helvetica=3B font-size: inherit=3B" class=3D"">*** -->= =3B Does not Exist!</i><i style=3D"font-family: Helvetica=3B font-size: inherit=3B" class=3D"= "><br class=3D""> </i><i style=3D"font-family: Helvetica=3B font-size: inherit=3B" class=3D"">/home/anon/= git/wonder/Examples/Ajax/AjaxExample/target/classes</i><i style=3D"font-family: Helvetica=3B font-size: inherit=3B" class=3D""><br class=3D""> </i><i style=3D"font-family: Helvetica=3B font-size: inherit=3B" class=3D"">*** -->= =3B Does not Exist!</i><i style=3D"font-family: Helvetica=3B font-size: inherit=3B" class=3D"= "><br class=3D""> </i></div> <div class=3D""><i style=3D"font-family: Helvetica=3B font-size: inherit=3B" 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=2C 11:50 AM=2C "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=3B PADDING:0 0 0 5=3B MARGIN:0 0 0 5=3B" class= =3D""> <i style=3D"font-family: Helvetica=3B font-size: inherit=3B font-variant: normal=3B font-weight: normal=3B letter-spacing: normal=3B line-height: normal=3B orphans: auto=3B text-align: start=3B text-indent: 0px=3B text-transform= : none=3B white-space: normal=3B widows: auto= =3B word-spacing: 0px=3B -webkit-text-stroke-width: 0px=3B" class=3D"">Classpath</i><i style=3D"font-family: Helvetica=3B font-size: inherit=3B font-variant: normal=3B font-weight: normal=3B letter-spacing: normal=3B line-height: normal=3B orphans: auto=3B text-align: start=3B text-indent: 0px=3B text-transform= : none=3B white-space: normal=3B widows: auto= =3B word-spacing: 0px=3B -webkit-text-stroke-width: 0px=3B" class=3D""><br class=3D""> </i><i style=3D"font-family: Helvetica=3B font-size: inherit=3B font-variant: normal=3B font-weight: normal=3B letter-spacing: normal=3B line-height: normal=3B orphans: auto=3B text-align: start=3B text-indent: 0px=3B text-transform= : none=3B white-space: normal=3B widows: auto= =3B word-spacing: 0px=3B -webkit-text-stroke-width: 0px=3B" class=3D"">/home/anon/git/wonder/Frameworks= /Core/ERExtensions/build/ERExtensions.framework/Resources/Java</i><i style=3D"font-family: Helvetica=3B font-size: inherit=3B font-variant: normal=3B font-weight: normal=3B letter-spacing: normal=3B line-height: normal=3B orphans: auto=3B text-align: start=3B text-indent: 0px=3B text-transform= : none=3B white-space: normal=3B widows: auto= =3B word-spacing: 0px=3B -webkit-text-stroke-width: 0px=3B" class=3D""><br class=3D""> </i><i style=3D"font-family: Helvetica=3B font-size: inherit=3B font-variant: normal=3B font-weight: normal=3B letter-spacing: normal=3B line-height: normal=3B orphans: auto=3B text-align: start=3B text-indent: 0px=3B text-transform= : none=3B white-space: normal=3B widows: auto= =3B word-spacing: 0px=3B -webkit-text-stroke-width: 0px=3B" class=3D"">*** -->=3B Does not Exist!</i>= <i style=3D"font-family: Helvetica=3B font-size: inherit=3B font-variant: normal=3B font-weight: normal=3B letter-spacing: normal=3B line-height: normal=3B orphans: auto=3B text-align: start=3B text-indent: 0px=3B text-transform= : none=3B white-space: normal=3B widows: auto= =3B word-spacing: 0px=3B -webkit-text-stroke-width: 0px=3B" class=3D""><br class=3D""> </i><i style=3D"font-family: Helvetica=3B font-size: inherit=3B font-variant: normal=3B font-weight: normal=3B letter-spacing: normal=3B line-height: normal=3B orphans: auto=3B text-align: start=3B text-indent: 0px=3B text-transform= : none=3B white-space: normal=3B widows: auto= =3B word-spacing: 0px=3B -webkit-text-stroke-width: 0px=3B" class=3D"">/home/anon/git/wonder/Examples/A= jax/AjaxExample/target/AjaxExample-6.1.3-SNAPSHOT.woa/Contents/Resources</i= ><i style=3D"font-family: Helvetica=3B font-size: inherit=3B font-variant: normal=3B font-weight: normal=3B letter-spacing: normal=3B line-height: normal=3B orphans: auto=3B text-align: start=3B text-indent: 0px=3B text-transform= : none=3B white-space: normal=3B widows: auto= =3B word-spacing: 0px=3B -webkit-text-stroke-width: 0px=3B" class=3D""><br class=3D""> </i><i style=3D"font-family: Helvetica=3B font-size: inherit=3B font-variant: normal=3B font-weight: normal=3B letter-spacing: normal=3B line-height: normal=3B orphans: auto=3B text-align: start=3B text-indent: 0px=3B text-transform= : none=3B white-space: normal=3B widows: auto= =3B word-spacing: 0px=3B -webkit-text-stroke-width: 0px=3B" class=3D"">*** -->=3B Does not Exist!</i>= <i style=3D"font-family: Helvetica=3B font-size: inherit=3B font-variant: normal=3B font-weight: normal=3B letter-spacing: normal=3B line-height: normal=3B orphans: auto=3B text-align: start=3B text-indent: 0px=3B text-transform= : none=3B white-space: normal=3B widows: auto= =3B word-spacing: 0px=3B -webkit-text-stroke-width: 0px=3B" class=3D""><br class=3D""> </i><i style=3D"font-family: Helvetica=3B font-size: inherit=3B font-variant: normal=3B font-weight: normal=3B letter-spacing: normal=3B line-height: normal=3B orphans: auto=3B text-align: start=3B text-indent: 0px=3B text-transform= : none=3B white-space: normal=3B widows: auto= =3B word-spacing: 0px=3B -webkit-text-stroke-width: 0px=3B" class=3D"">/home/anon/git/wonder/Examples/A= jax/AjaxExample/target/AjaxExample-6.1.3-SNAPSHOT.woa/Contents/WebServerRes= ources</i><i style=3D"font-family: Helvetica=3B font-size: inherit=3B font-variant: normal=3B font-weight: normal=3B letter-spacing: normal=3B line-height: normal=3B orphans: auto=3B text-align: start=3B text-indent: 0px=3B text-transform= : none=3B white-space: normal=3B widows: auto= =3B word-spacing: 0px=3B -webkit-text-stroke-width: 0px=3B" class=3D""><br class=3D""> </i><i style=3D"font-family: Helvetica=3B font-size: inherit=3B font-variant: normal=3B font-weight: normal=3B letter-spacing: normal=3B line-height: normal=3B orphans: auto=3B text-align: start=3B text-indent: 0px=3B text-transform= : none=3B white-space: normal=3B widows: auto= =3B word-spacing: 0px=3B -webkit-text-stroke-width: 0px=3B" class=3D"">*** -->=3B Does not Exist!</i>= <i style=3D"font-family: Helvetica=3B font-size: inherit=3B font-variant: normal=3B font-weight: normal=3B letter-spacing: normal=3B line-height: normal=3B orphans: auto=3B text-align: start=3B text-indent: 0px=3B text-transform= : none=3B white-space: normal=3B widows: auto= =3B word-spacing: 0px=3B -webkit-text-stroke-width: 0px=3B" class=3D""><br class=3D""> </i><b style=3D"font-family: Helvetica=3B font-size: inherit=3B font-style: normal=3B font-variant: normal=3B letter-spacing: normal=3B line-height: normal=3B orphans: auto=3B text-align: start=3B text-indent: 0px=3B text-transform: none=3B white-space: normal=3B widows: auto=3B word-spacing: 0px= =3B -webkit-text-stroke-width: 0px=3B" class=3D""><i class=3D"">/home/anon/git/won= der/Frameworks/Ajax/Ajax/target/Ajax.framework/Resources</i></b><b style=3D"font-family: Helvetica=3B font-size: inherit=3B font-style: normal=3B font-variant: normal=3B letter-spacing: normal=3B line-height: normal=3B orphans: auto=3B text-align: start=3B text-indent: 0px=3B text-transform: none=3B white-space: normal=3B widows: auto=3B word-spacing: 0px= =3B -webkit-text-stroke-width: 0px=3B" class=3D""><i class=3D""><br class=3D""> </i></b><b style=3D"font-family: Helvetica=3B font-size: inherit=3B font-style: normal=3B font-variant: normal=3B letter-spacing: normal=3B line-height: normal=3B orphans: auto=3B text-align: start=3B text-indent: 0px=3B text-transform: none=3B white-space: normal=3B widows: auto=3B word-spacing: 0px= =3B -webkit-text-stroke-width: 0px=3B" class=3D""><i class=3D"">*** -->=3B Does = not Exist!</i></b><b style=3D"font-family: Helvetica=3B font-size: inherit=3B font-style: normal=3B font-variant: normal=3B letter-spacing: normal=3B line-height: normal=3B orphans: auto=3B text-align: start=3B text-indent: 0px=3B text-transform: none=3B white-space: normal=3B widows: auto=3B word-spacing: 0px= =3B -webkit-text-stroke-width: 0px=3B" class=3D""><i class=3D""><br class=3D""> </i></b><b style=3D"font-family: Helvetica=3B font-size: inherit=3B font-style: normal=3B font-variant: normal=3B letter-spacing: normal=3B line-height: normal=3B orphans: auto=3B text-align: start=3B text-indent: 0px=3B text-transform: none=3B white-space: normal=3B widows: auto=3B word-spacing: 0px= =3B -webkit-text-stroke-width: 0px=3B" class=3D""><i class=3D"">/home/anon/git/won= der/Frameworks/Ajax/Ajax/target/Ajax.framework/WebServerResources</i></b><b style=3D"font-family: Helvetica=3B font-size: inherit=3B font-style: normal=3B font-variant: normal=3B letter-spacing: normal=3B line-height: normal=3B orphans: auto=3B text-align: start=3B text-indent: 0px=3B text-transform: none=3B white-space: normal=3B widows: auto=3B word-spacing: 0px= =3B -webkit-text-stroke-width: 0px=3B" class=3D""><i class=3D""><br class=3D""> </i></b><b style=3D"font-family: Helvetica=3B font-size: inherit=3B font-style: normal=3B font-variant: normal=3B letter-spacing: normal=3B line-height: normal=3B orphans: auto=3B text-align: start=3B text-indent: 0px=3B text-transform: none=3B white-space: normal=3B widows: auto=3B word-spacing: 0px= =3B -webkit-text-stroke-width: 0px=3B" class=3D""><i class=3D"">*** -->=3B Does = not Exist!</i></b><i style=3D"font-family: Helvetica=3B font-size: inherit=3B font-variant: normal=3B font-weight: normal=3B letter-spacing: normal=3B line-height: normal=3B orphans: auto=3B text-align: start=3B text-indent: 0px=3B text-transform: none=3B white-space: normal=3B widows: auto=3B word-spacing: 0px= =3B -webkit-text-stroke-width: 0px=3B" class=3D""><br class=3D""> </i><i style=3D"font-family: Helvetica=3B font-size: inherit=3B font-variant: normal=3B font-weight: normal=3B letter-spacing: normal=3B line-height: normal=3B orphans: auto=3B text-align: start=3B text-indent: 0px=3B text-transform= : none=3B white-space: normal=3B widows: auto= =3B word-spacing: 0px=3B -webkit-text-stroke-width: 0px=3B" class=3D"">/home/anon/git/wonder/Frameworks= /Ajax/Ajax/target/classes</i><i style=3D"font-family: Helvetica=3B font-size: inherit=3B font-variant: normal=3B font-weight: normal=3B letter-spacing: normal=3B line-height: normal=3B orphans: auto=3B text-align: start=3B text-indent: 0px=3B text-transform= : none=3B white-space: normal=3B widows: auto= =3B word-spacing: 0px=3B -webkit-text-stroke-width: 0px=3B" class=3D""><br class=3D""> </i><i style=3D"font-family: Helvetica=3B font-size: inherit=3B font-variant: normal=3B font-weight: normal=3B letter-spacing: normal=3B line-height: normal=3B orphans: auto=3B text-align: start=3B text-indent: 0px=3B text-transform= : none=3B white-space: normal=3B widows: auto= =3B word-spacing: 0px=3B -webkit-text-stroke-width: 0px=3B" class=3D"">*** -->=3B Does not Exist!</i>= <i style=3D"font-family: Helvetica=3B font-size: inherit=3B font-variant: normal=3B font-weight: normal=3B letter-spacing: normal=3B line-height: normal=3B orphans: auto=3B text-align: start=3B text-indent: 0px=3B text-transform= : none=3B white-space: normal=3B widows: auto= =3B word-spacing: 0px=3B -webkit-text-stroke-width: 0px=3B" class=3D""><br class=3D""> </i><i style=3D"font-family: Helvetica=3B font-size: inherit=3B font-variant: normal=3B font-weight: normal=3B letter-spacing: normal=3B line-height: normal=3B orphans: auto=3B text-align: start=3B text-indent: 0px=3B text-transform= : none=3B white-space: normal=3B widows: auto= =3B word-spacing: 0px=3B -webkit-text-stroke-width: 0px=3B" class=3D"">/home/anon/.m2/repository/wonder= /core/ERFoundation/1.0/ERFoundation-1.0.jar</i><i style=3D"font-family: Helvetica=3B font-size: inherit=3B font-variant: normal=3B font-weight: normal=3B letter-spacing: normal=3B line-height: normal=3B orphans: auto=3B text-align: start=3B text-indent: 0px=3B text-transform= : none=3B white-space: normal=3B widows: auto= =3B word-spacing: 0px=3B -webkit-text-stroke-width: 0px=3B" class=3D""><br class=3D""> </i><i style=3D"font-family: Helvetica=3B font-size: inherit=3B font-variant: normal=3B font-weight: normal=3B letter-spacing: normal=3B line-height: normal=3B orphans: auto=3B text-align: start=3B text-indent: 0px=3B text-transform= : none=3B white-space: normal=3B widows: auto= =3B word-spacing: 0px=3B -webkit-text-stroke-width: 0px=3B" class=3D"">=A0=A0=A0 -->=3B Exists</i><i style=3D"font-family: Helvetica=3B font-size: inherit=3B font-variant: normal=3B font-weight: normal=3B letter-spacing: normal=3B line-height: normal=3B orphans: auto=3B text-align: start=3B text-indent: 0px=3B text-transform= : none=3B white-space: normal=3B widows: auto= =3B word-spacing: 0px=3B -webkit-text-stroke-width: 0px=3B" class=3D""><br class=3D""> </i><i style=3D"font-family: Helvetica=3B font-size: inherit=3B font-variant: normal=3B font-weight: normal=3B letter-spacing: normal=3B line-height: normal=3B orphans: auto=3B text-align: start=3B text-indent: 0px=3B text-transform= : none=3B white-space: normal=3B widows: auto= =3B word-spacing: 0px=3B -webkit-text-stroke-width: 0px=3B" class=3D"">/home/anon/.m2/repository/wonder= /core/ERWebObjects/1.0/ERWebObjects-1.0.jar</i><i style=3D"font-family: Helvetica=3B font-size: inherit=3B font-variant: normal=3B font-weight: normal=3B letter-spacing: normal=3B line-height: normal=3B orphans: auto=3B text-align: start=3B text-indent: 0px=3B text-transform= : none=3B white-space: normal=3B widows: auto= =3B word-spacing: 0px=3B -webkit-text-stroke-width: 0px=3B" class=3D""><br class=3D""> </i><i style=3D"font-family: Helvetica=3B font-size: inherit=3B font-variant: normal=3B font-weight: normal=3B letter-spacing: normal=3B line-height: normal=3B orphans: auto=3B text-align: start=3B text-indent: 0px=3B text-transform= : none=3B white-space: normal=3B widows: auto= =3B word-spacing: 0px=3B -webkit-text-stroke-width: 0px=3B" class=3D"">=A0=A0=A0 -->=3B Exists</i><i style=3D"font-family: Helvetica=3B font-size: inherit=3B font-variant: normal=3B font-weight: normal=3B letter-spacing: normal=3B line-height: normal=3B orphans: auto=3B text-align: start=3B text-indent: 0px=3B text-transform= : none=3B white-space: normal=3B widows: auto= =3B word-spacing: 0px=3B -webkit-text-stroke-width: 0px=3B" class=3D""><br class=3D""> </i><i style=3D"font-family: Helvetica=3B font-size: inherit=3B font-variant: normal=3B font-weight: normal=3B letter-spacing: normal=3B line-height: normal=3B orphans: auto=3B text-align: start=3B text-indent: 0px=3B text-transform= : none=3B white-space: normal=3B widows: auto= =3B word-spacing: 0px=3B -webkit-text-stroke-width: 0px=3B" class=3D"">/home/anon/git/wonder/Frameworks= /Core/JavaWOExtensions/target/JavaWOExtensions.framework/Resources</i><i style=3D"font-family: Helvetica=3B font-size: inherit=3B font-variant: normal=3B font-weight: normal=3B letter-spacing: normal=3B line-height: normal=3B orphans: auto=3B text-align: start=3B text-indent: 0px=3B text-transform= : none=3B white-space: normal=3B widows: auto= =3B word-spacing: 0px=3B -webkit-text-stroke-width: 0px=3B" class=3D""><br class=3D""> </i><i style=3D"font-family: Helvetica=3B font-size: inherit=3B font-variant: normal=3B font-weight: normal=3B letter-spacing: normal=3B line-height: normal=3B orphans: auto=3B text-align: start=3B text-indent: 0px=3B text-transform= : none=3B white-space: normal=3B widows: auto= =3B word-spacing: 0px=3B -webkit-text-stroke-width: 0px=3B" class=3D"">*** -->=3B Does not Exist!</i>= <i style=3D"font-family: Helvetica=3B font-size: inherit=3B font-variant: normal=3B font-weight: normal=3B letter-spacing: normal=3B line-height: normal=3B orphans: auto=3B text-align: start=3B text-indent: 0px=3B text-transform= : none=3B white-space: normal=3B widows: auto= =3B word-spacing: 0px=3B -webkit-text-stroke-width: 0px=3B" class=3D""><br class=3D""> </i><i style=3D"font-family: Helvetica=3B font-size: inherit=3B font-variant: normal=3B font-weight: normal=3B letter-spacing: normal=3B line-height: normal=3B orphans: auto=3B text-align: start=3B text-indent: 0px=3B text-transform= : none=3B white-space: normal=3B widows: auto= =3B word-spacing: 0px=3B -webkit-text-stroke-width: 0px=3B" class=3D"">/home/anon/git/wonder/Frameworks= /Core/JavaWOExtensions/target/JavaWOExtensions.framework/WebServerResources= </i><i style=3D"font-family: Helvetica=3B font-size: inherit=3B font-variant: normal=3B font-weight: normal=3B letter-spacing: normal=3B line-height: normal=3B orphans: auto=3B text-align: start=3B text-indent: 0px=3B text-transform= : none=3B white-space: normal=3B widows: auto= =3B word-spacing: 0px=3B -webkit-text-stroke-width: 0px=3B" class=3D""><br class=3D""> </i><i style=3D"font-family: Helvetica=3B font-size: inherit=3B font-variant: normal=3B font-weight: normal=3B letter-spacing: normal=3B line-height: normal=3B orphans: auto=3B text-align: start=3B text-indent: 0px=3B text-transform= : none=3B white-space: normal=3B widows: auto= =3B word-spacing: 0px=3B -webkit-text-stroke-width: 0px=3B" class=3D"">*** -->=3B Does not Exist!</i>= <i style=3D"font-family: Helvetica=3B font-size: inherit=3B font-variant: normal=3B font-weight: normal=3B letter-spacing: normal=3B line-height: normal=3B orphans: auto=3B text-align: start=3B text-indent: 0px=3B text-transform= : none=3B white-space: normal=3B widows: auto= =3B word-spacing: 0px=3B -webkit-text-stroke-width: 0px=3B" class=3D""><br class=3D""> </i><i style=3D"font-family: Helvetica=3B font-size: inherit=3B font-variant: normal=3B font-weight: normal=3B letter-spacing: normal=3B line-height: normal=3B orphans: auto=3B text-align: start=3B text-indent: 0px=3B text-transform= : none=3B white-space: normal=3B widows: auto= =3B word-spacing: 0px=3B -webkit-text-stroke-width: 0px=3B" class=3D"">/home/anon/git/wonder/Frameworks= /Core/JavaWOExtensions/target/classes</i><i style=3D"font-family: Helvetica=3B font-size: inherit=3B font-variant: normal=3B font-weight: normal=3B letter-spacing: normal=3B line-height: normal=3B orphans: auto=3B text-align: start=3B text-indent: 0px=3B text-transform= : none=3B white-space: normal=3B widows: auto= =3B word-spacing: 0px=3B -webkit-text-stroke-width: 0px=3B" class=3D""><br class=3D""> </i><i style=3D"font-family: Helvetica=3B font-size: inherit=3B font-variant: normal=3B font-weight: normal=3B letter-spacing: normal=3B line-height: normal=3B orphans: auto=3B text-align: start=3B text-indent: 0px=3B text-transform= : none=3B white-space: normal=3B widows: auto= =3B word-spacing: 0px=3B -webkit-text-stroke-width: 0px=3B" class=3D"">*** -->=3B Does not Exist!</i>= <i style=3D"font-family: Helvetica=3B font-size: inherit=3B font-variant: normal=3B font-weight: normal=3B letter-spacing: normal=3B line-height: normal=3B orphans: auto=3B text-align: start=3B text-indent: 0px=3B text-transform= : none=3B white-space: normal=3B widows: auto= =3B word-spacing: 0px=3B -webkit-text-stroke-width: 0px=3B" class=3D""><br class=3D""> </i><i style=3D"font-family: Helvetica=3B font-size: inherit=3B font-variant: normal=3B font-weight: normal=3B letter-spacing: normal=3B line-height: normal=3B orphans: auto=3B text-align: start=3B text-indent: 0px=3B text-transform= : none=3B white-space: normal=3B widows: auto= =3B word-spacing: 0px=3B -webkit-text-stroke-width: 0px=3B" class=3D"">/home/anon/.m2/repository/com/we= bobjects/JavaFoundation/5.4.3/JavaFoundation-5.4.3.jar</i><i style=3D"font-family: Helvetica=3B font-size: inherit=3B font-variant: normal=3B font-weight: normal=3B letter-spacing: normal=3B line-height: normal=3B orphans: auto=3B text-align: start=3B text-indent: 0px=3B text-transform= : none=3B white-space: normal=3B widows: auto= =3B word-spacing: 0px=3B -webkit-text-stroke-width: 0px=3B" class=3D""><br class=3D""> </i><i style=3D"font-family: Helvetica=3B font-size: inherit=3B font-variant: normal=3B font-weight: normal=3B letter-spacing: normal=3B line-height: normal=3B orphans: auto=3B text-align: start=3B text-indent: 0px=3B text-transform= : none=3B white-space: normal=3B widows: auto= =3B word-spacing: 0px=3B -webkit-text-stroke-width: 0px=3B" class=3D"">=A0=A0=A0 -->=3B Exists</i><i style=3D"font-family: Helvetica=3B font-size: inherit=3B font-variant: normal=3B font-weight: normal=3B letter-spacing: normal=3B line-height: normal=3B orphans: auto=3B text-align: start=3B text-indent: 0px=3B text-transform= : none=3B white-space: normal=3B widows: auto= =3B word-spacing: 0px=3B -webkit-text-stroke-width: 0px=3B" class=3D""><br class=3D""> </i><i style=3D"font-family: Helvetica=3B font-size: inherit=3B font-variant: normal=3B font-weight: normal=3B letter-spacing: normal=3B line-height: normal=3B orphans: auto=3B text-align: start=3B text-indent: 0px=3B text-transform= : none=3B white-space: normal=3B widows: auto= =3B word-spacing: 0px=3B -webkit-text-stroke-width: 0px=3B" class=3D"">/home/anon/.m2/repository/com/we= bobjects/JavaWebObjects/5.4.3/JavaWebObjects-5.4.3.jar</i><i style=3D"font-family: Helvetica=3B font-size: inherit=3B font-variant: normal=3B font-weight: normal=3B letter-spacing: normal=3B line-height: normal=3B orphans: auto=3B text-align: start=3B text-indent: 0px=3B text-transform= : none=3B white-space: normal=3B widows: auto= =3B word-spacing: 0px=3B -webkit-text-stroke-width: 0px=3B" class=3D""><br class=3D""> </i><i style=3D"font-family: Helvetica=3B font-size: inherit=3B font-variant: normal=3B font-weight: normal=3B letter-spacing: normal=3B line-height: normal=3B orphans: auto=3B text-align: start=3B text-indent: 0px=3B text-transform= : none=3B white-space: normal=3B widows: auto= =3B word-spacing: 0px=3B -webkit-text-stroke-width: 0px=3B" class=3D"">=A0=A0=A0 -->=3B Exists</i><i style=3D"font-family: Helvetica=3B font-size: inherit=3B font-variant: normal=3B font-weight: normal=3B letter-spacing: normal=3B line-height: normal=3B orphans: auto=3B text-align: start=3B text-indent: 0px=3B text-transform= : none=3B white-space: normal=3B widows: auto= =3B word-spacing: 0px=3B -webkit-text-stroke-width: 0px=3B" class=3D""><br class=3D""> </i><i style=3D"font-family: Helvetica=3B font-size: inherit=3B font-variant: normal=3B font-weight: normal=3B letter-spacing: normal=3B line-height: normal=3B orphans: auto=3B text-align: start=3B text-indent: 0px=3B text-transform= : none=3B white-space: normal=3B widows: auto= =3B word-spacing: 0px=3B -webkit-text-stroke-width: 0px=3B" class=3D"">/home/anon/.m2/repository/com/we= bobjects/JavaXML/5.4.3/JavaXML-5.4.3.jar</i><i style=3D"font-family: Helvetica=3B font-size: inherit=3B font-variant: normal=3B font-weight: normal=3B letter-spacing: normal=3B line-height: normal=3B orphans: auto=3B text-align: start=3B text-indent: 0px=3B text-transform= : none=3B white-space: normal=3B widows: auto= =3B word-spacing: 0px=3B -webkit-text-stroke-width: 0px=3B" class=3D""><br class=3D""> </i><i style=3D"font-family: Helvetica=3B font-size: inherit=3B font-variant: normal=3B font-weight: normal=3B letter-spacing: normal=3B line-height: normal=3B orphans: auto=3B text-align: start=3B text-indent: 0px=3B text-transform= : none=3B white-space: normal=3B widows: auto= =3B word-spacing: 0px=3B -webkit-text-stroke-width: 0px=3B" class=3D"">=A0=A0=A0 -->=3B Exists</i><i style=3D"font-family: Helvetica=3B font-size: inherit=3B font-variant: normal=3B font-weight: normal=3B letter-spacing: normal=3B line-height: normal=3B orphans: auto=3B text-align: start=3B text-indent: 0px=3B text-transform= : none=3B white-space: normal=3B widows: auto= =3B word-spacing: 0px=3B -webkit-text-stroke-width: 0px=3B" class=3D""><br class=3D""> </i><i style=3D"font-family: Helvetica=3B font-size: inherit=3B font-variant: normal=3B font-weight: normal=3B letter-spacing: normal=3B line-height: normal=3B orphans: auto=3B text-align: start=3B text-indent: 0px=3B text-transform= : none=3B white-space: normal=3B widows: auto= =3B word-spacing: 0px=3B -webkit-text-stroke-width: 0px=3B" class=3D"">/home/anon/.m2/repository/com/we= bobjects/JavaEOControl/5.4.3/JavaEOControl-5.4.3.jar</i><i style=3D"font-family: Helvetica=3B font-size: inherit=3B font-variant: normal=3B font-weight: normal=3B letter-spacing: normal=3B line-height: normal=3B orphans: auto=3B text-align: start=3B text-indent: 0px=3B text-transform= : none=3B white-space: normal=3B widows: auto= =3B word-spacing: 0px=3B -webkit-text-stroke-width: 0px=3B" class=3D""><br class=3D""> </i><i style=3D"font-family: Helvetica=3B font-size: inherit=3B font-variant: normal=3B font-weight: normal=3B letter-spacing: normal=3B line-height: normal=3B orphans: auto=3B text-align: start=3B text-indent: 0px=3B text-transform= : none=3B white-space: normal=3B widows: auto= =3B word-spacing: 0px=3B -webkit-text-stroke-width: 0px=3B" class=3D"">=A0=A0=A0 -->=3B Exists</i><i style=3D"font-family: Helvetica=3B font-size: inherit=3B font-variant: normal=3B font-weight: normal=3B letter-spacing: normal=3B line-height: normal=3B orphans: auto=3B text-align: start=3B text-indent: 0px=3B text-transform= : none=3B white-space: normal=3B widows: auto= =3B word-spacing: 0px=3B -webkit-text-stroke-width: 0px=3B" class=3D""><br class=3D""> </i><i style=3D"font-family: Helvetica=3B font-size: inherit=3B font-variant: normal=3B font-weight: normal=3B letter-spacing: normal=3B line-height: normal=3B orphans: auto=3B text-align: start=3B text-indent: 0px=3B text-transform= : none=3B white-space: normal=3B widows: auto= =3B word-spacing: 0px=3B -webkit-text-stroke-width: 0px=3B" class=3D"">/home/anon/.m2/repository/com/we= bobjects/JavaEOAccess/5.4.3/JavaEOAccess-5.4.3.jar</i><i style=3D"font-family: Helvetica=3B font-size: inherit=3B font-variant: normal=3B font-weight: normal=3B letter-spacing: normal=3B line-height: normal=3B orphans: auto=3B text-align: start=3B text-indent: 0px=3B text-transform= : none=3B white-space: normal=3B widows: auto= =3B word-spacing: 0px=3B -webkit-text-stroke-width: 0px=3B" class=3D""><br class=3D""> </i><i style=3D"font-family: Helvetica=3B font-size: inherit=3B font-variant: normal=3B font-weight: normal=3B letter-spacing: normal=3B line-height: normal=3B orphans: auto=3B text-align: start=3B text-indent: 0px=3B text-transform= : none=3B white-space: normal=3B widows: auto= =3B word-spacing: 0px=3B -webkit-text-stroke-width: 0px=3B" class=3D"">=A0=A0=A0 -->=3B Exists</i><i style=3D"font-family: Helvetica=3B font-size: inherit=3B font-variant: normal=3B font-weight: normal=3B letter-spacing: normal=3B line-height: normal=3B orphans: auto=3B text-align: start=3B text-indent: 0px=3B text-transform= : none=3B white-space: normal=3B widows: auto= =3B word-spacing: 0px=3B -webkit-text-stroke-width: 0px=3B" class=3D""><br class=3D""> </i><i style=3D"font-family: Helvetica=3B font-size: inherit=3B font-variant: normal=3B font-weight: normal=3B letter-spacing: normal=3B line-height: normal=3B orphans: auto=3B text-align: start=3B text-indent: 0px=3B text-transform= : none=3B white-space: normal=3B widows: auto= =3B word-spacing: 0px=3B -webkit-text-stroke-width: 0px=3B" class=3D"">/home/anon/.m2/repository/com/we= bobjects/JavaJDBCAdaptor/5.4.3/JavaJDBCAdaptor-5.4.3.jar</i><i style=3D"font-family: Helvetica=3B font-size: inherit=3B font-variant: normal=3B font-weight: normal=3B letter-spacing: normal=3B line-height: normal=3B orphans: auto=3B text-align: start=3B text-indent: 0px=3B text-transform= : none=3B white-space: normal=3B widows: auto= =3B word-spacing: 0px=3B -webkit-text-stroke-width: 0px=3B" class=3D""><br class=3D""> </i><i style=3D"font-family: Helvetica=3B font-size: inherit=3B font-variant: normal=3B font-weight: normal=3B letter-spacing: normal=3B line-height: normal=3B orphans: auto=3B text-align: start=3B text-indent: 0px=3B text-transform= : none=3B white-space: normal=3B widows: auto= =3B word-spacing: 0px=3B -webkit-text-stroke-width: 0px=3B" class=3D"">=A0=A0=A0 -->=3B Exists</i><i style=3D"font-family: Helvetica=3B font-size: inherit=3B font-variant: normal=3B font-weight: normal=3B letter-spacing: normal=3B line-height: normal=3B orphans: auto=3B text-align: start=3B text-indent: 0px=3B text-transform= : none=3B white-space: normal=3B widows: auto= =3B word-spacing: 0px=3B -webkit-text-stroke-width: 0px=3B" class=3D""><br class=3D""> </i><i style=3D"font-family: Helvetica=3B font-size: inherit=3B font-variant: normal=3B font-weight: normal=3B letter-spacing: normal=3B line-height: normal=3B orphans: auto=3B text-align: start=3B text-indent: 0px=3B text-transform= : none=3B white-space: normal=3B widows: auto= =3B word-spacing: 0px=3B -webkit-text-stroke-width: 0px=3B" class=3D"">/home/anon/.m2/repository/com/we= bobjects/JavaWOJSPServlet/5.4.3/JavaWOJSPServlet-5.4.3.jar</i><i style=3D"font-family: Helvetica=3B font-size: inherit=3B font-variant: normal=3B font-weight: normal=3B letter-spacing: normal=3B line-height: normal=3B orphans: auto=3B text-align: start=3B text-indent: 0px=3B text-transform= : none=3B white-space: normal=3B widows: auto= =3B word-spacing: 0px=3B -webkit-text-stroke-width: 0px=3B" class=3D""><br class=3D""> </i><i style=3D"font-family: Helvetica=3B font-size: inherit=3B font-variant: normal=3B font-weight: normal=3B letter-spacing: normal=3B line-height: normal=3B orphans: auto=3B text-align: start=3B text-indent: 0px=3B text-transform= : none=3B white-space: normal=3B widows: auto= =3B word-spacing: 0px=3B -webkit-text-stroke-width: 0px=3B" class=3D"">=A0=A0=A0 -->=3B Exists</i><i style=3D"font-family: Helvetica=3B font-size: inherit=3B font-variant: normal=3B font-weight: normal=3B letter-spacing: normal=3B line-height: normal=3B orphans: auto=3B text-align: start=3B text-indent: 0px=3B text-transform= : none=3B white-space: normal=3B widows: auto= =3B word-spacing: 0px=3B -webkit-text-stroke-width: 0px=3B" class=3D""><br class=3D""> </i><i style=3D"font-family: Helvetica=3B font-size: inherit=3B font-variant: normal=3B font-weight: normal=3B letter-spacing: normal=3B line-height: normal=3B orphans: auto=3B text-align: start=3B text-indent: 0px=3B text-transform= : none=3B white-space: normal=3B widows: auto= =3B word-spacing: 0px=3B -webkit-text-stroke-width: 0px=3B" class=3D"">/home/anon/.m2/repository/com/we= bobjects/JavaWebServicesSupport/5.4.3/JavaWebServicesSupport-5.4.3.jar</i><= i style=3D"font-family: Helvetica=3B font-size: inherit=3B font-variant: normal=3B font-weight: normal=3B letter-spacing: normal=3B line-height: normal=3B orphans: auto=3B text-align: start=3B text-indent: 0px=3B text-transform= : none=3B white-space: normal=3B widows: auto= =3B word-spacing: 0px=3B -webkit-text-stroke-width: 0px=3B" class=3D""><br class=3D""> </i><i style=3D"font-family: Helvetica=3B font-size: inherit=3B font-variant: normal=3B font-weight: normal=3B letter-spacing: normal=3B line-height: normal=3B orphans: auto=3B text-align: start=3B text-indent: 0px=3B text-transform= : none=3B white-space: normal=3B widows: auto= =3B word-spacing: 0px=3B -webkit-text-stroke-width: 0px=3B" class=3D"">=A0=A0=A0 -->=3B Exists</i><i style=3D"font-family: Helvetica=3B font-size: inherit=3B font-variant: normal=3B font-weight: normal=3B letter-spacing: normal=3B line-height: normal=3B orphans: auto=3B text-align: start=3B text-indent: 0px=3B text-transform= : none=3B white-space: normal=3B widows: auto= =3B word-spacing: 0px=3B -webkit-text-stroke-width: 0px=3B" class=3D""><br class=3D""> </i><i style=3D"font-family: Helvetica=3B font-size: inherit=3B font-variant: normal=3B font-weight: normal=3B letter-spacing: normal=3B line-height: normal=3B orphans: auto=3B text-align: start=3B text-indent: 0px=3B text-transform= : none=3B white-space: normal=3B widows: auto= =3B word-spacing: 0px=3B -webkit-text-stroke-width: 0px=3B" class=3D"">/home/anon/.m2/repository/com/ib= m/icu/icu4j/3.8/icu4j-3.8.jar</i><i style=3D"font-family: Helvetica=3B font-size: inherit=3B font-variant: normal=3B font-weight: normal=3B letter-spacing: normal=3B line-height: normal=3B orphans: auto=3B text-align: start=3B text-indent: 0px=3B text-transform= : none=3B white-space: normal=3B widows: auto= =3B word-spacing: 0px=3B -webkit-text-stroke-width: 0px=3B" class=3D""><br class=3D""> </i><i style=3D"font-family: Helvetica=3B font-size: inherit=3B font-variant: normal=3B font-weight: normal=3B letter-spacing: normal=3B line-height: normal=3B orphans: auto=3B text-align: start=3B text-indent: 0px=3B text-transform= : none=3B white-space: normal=3B widows: auto= =3B word-spacing: 0px=3B -webkit-text-stroke-width: 0px=3B" class=3D"">=A0=A0=A0 -->=3B Exists</i><i style=3D"font-family: Helvetica=3B font-size: inherit=3B font-variant: normal=3B font-weight: normal=3B letter-spacing: normal=3B line-height: normal=3B orphans: auto=3B text-align: start=3B text-indent: 0px=3B text-transform= : none=3B white-space: normal=3B widows: auto= =3B word-spacing: 0px=3B -webkit-text-stroke-width: 0px=3B" class=3D""><br class=3D""> </i><i style=3D"font-family: Helvetica=3B font-size: inherit=3B font-variant: normal=3B font-weight: normal=3B letter-spacing: normal=3B line-height: normal=3B orphans: auto=3B text-align: start=3B text-indent: 0px=3B text-transform= : none=3B white-space: normal=3B widows: auto= =3B word-spacing: 0px=3B -webkit-text-stroke-width: 0px=3B" class=3D"">/home/anon/.m2/repository/log4j/= log4j/1.2.14/log4j-1.2.14.jar</i><i style=3D"font-family: Helvetica=3B font-size: inherit=3B font-variant: normal=3B font-weight: normal=3B letter-spacing: normal=3B line-height: normal=3B orphans: auto=3B text-align: start=3B text-indent: 0px=3B text-transform= : none=3B white-space: normal=3B widows: auto= =3B word-spacing: 0px=3B -webkit-text-stroke-width: 0px=3B" class=3D""><br class=3D""> </i><i style=3D"font-family: Helvetica=3B font-size: inherit=3B font-variant: normal=3B font-weight: normal=3B letter-spacing: normal=3B line-height: normal=3B orphans: auto=3B text-align: start=3B text-indent: 0px=3B text-transform= : none=3B white-space: normal=3B widows: auto= =3B word-spacing: 0px=3B -webkit-text-stroke-width: 0px=3B" class=3D"">=A0=A0=A0 -->=3B Exists</i><i style=3D"font-family: Helvetica=3B font-size: inherit=3B font-variant: normal=3B font-weight: normal=3B letter-spacing: normal=3B line-height: normal=3B orphans: auto=3B text-align: start=3B text-indent: 0px=3B text-transform= : none=3B white-space: normal=3B widows: auto= =3B word-spacing: 0px=3B -webkit-text-stroke-width: 0px=3B" class=3D""><br class=3D""> </i><i style=3D"font-family: Helvetica=3B font-size: inherit=3B font-variant: normal=3B font-weight: normal=3B letter-spacing: normal=3B line-height: normal=3B orphans: auto=3B text-align: start=3B text-indent: 0px=3B text-transform= : none=3B white-space: normal=3B widows: auto= =3B word-spacing: 0px=3B -webkit-text-stroke-width: 0px=3B" class=3D"">/home/anon/.m2/repository/org/sl= f4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar</i><i style=3D"font-family: Helvetica=3B font-size: inherit=3B font-variant: normal=3B font-weight: normal=3B letter-spacing: normal=3B line-height: normal=3B orphans: auto=3B text-align: start=3B text-indent: 0px=3B text-transform= : none=3B white-space: normal=3B widows: auto= =3B word-spacing: 0px=3B -webkit-text-stroke-width: 0px=3B" class=3D""><br class=3D""> </i><i style=3D"font-family: Helvetica=3B font-size: inherit=3B font-variant: normal=3B font-weight: normal=3B letter-spacing: normal=3B line-height: normal=3B orphans: auto=3B text-align: start=3B text-indent: 0px=3B text-transform= : none=3B white-space: normal=3B widows: auto= =3B word-spacing: 0px=3B -webkit-text-stroke-width: 0px=3B" class=3D"">=A0=A0=A0 -->=3B Exists</i><i style=3D"font-family: Helvetica=3B font-size: inherit=3B font-variant: normal=3B font-weight: normal=3B letter-spacing: normal=3B line-height: normal=3B orphans: auto=3B text-align: start=3B text-indent: 0px=3B text-transform= : none=3B white-space: normal=3B widows: auto= =3B word-spacing: 0px=3B -webkit-text-stroke-width: 0px=3B" class=3D""><br class=3D""> </i><i style=3D"font-family: Helvetica=3B font-size: inherit=3B font-variant: normal=3B font-weight: normal=3B letter-spacing: normal=3B line-height: normal=3B orphans: auto=3B text-align: start=3B text-indent: 0px=3B text-transform= : none=3B white-space: normal=3B widows: auto= =3B word-spacing: 0px=3B -webkit-text-stroke-width: 0px=3B" class=3D"">/home/anon/.m2/repository/joda-t= ime/joda-time/2.3/joda-time-2.3.jar</i><i style=3D"font-family: Helvetica=3B font-size: inherit=3B font-variant: normal=3B font-weight: normal=3B letter-spacing: normal=3B line-height: normal=3B orphans: auto=3B text-align: start=3B text-indent: 0px=3B text-transform= : none=3B white-space: normal=3B widows: auto= =3B word-spacing: 0px=3B -webkit-text-stroke-width: 0px=3B" class=3D""><br class=3D""> </i><i style=3D"font-family: Helvetica=3B font-size: inherit=3B font-variant: normal=3B font-weight: normal=3B letter-spacing: normal=3B line-height: normal=3B orphans: auto=3B text-align: start=3B text-indent: 0px=3B text-transform= : none=3B white-space: normal=3B widows: auto= =3B word-spacing: 0px=3B -webkit-text-stroke-width: 0px=3B" class=3D"">=A0=A0=A0 -->=3B Exists</i><i style=3D"font-family: Helvetica=3B font-size: inherit=3B font-variant: normal=3B font-weight: normal=3B letter-spacing: normal=3B line-height: normal=3B orphans: auto=3B text-align: start=3B text-indent: 0px=3B text-transform= : none=3B white-space: normal=3B widows: auto= =3B word-spacing: 0px=3B -webkit-text-stroke-width: 0px=3B" class=3D""><br class=3D""> </i><i style=3D"font-family: Helvetica=3B font-size: inherit=3B font-variant: normal=3B font-weight: normal=3B letter-spacing: normal=3B line-height: normal=3B orphans: auto=3B text-align: start=3B text-indent: 0px=3B text-transform= : none=3B white-space: normal=3B widows: auto= =3B word-spacing: 0px=3B -webkit-text-stroke-width: 0px=3B" class=3D"">/home/anon/.m2/repository/org/ap= ache/httpcomponents/httpclient/4.3.1/httpclient-4.3.1.jar</i><i style=3D"font-family: Helvetica=3B font-size: inherit=3B font-variant: normal=3B font-weight: normal=3B letter-spacing: normal=3B line-height: normal=3B orphans: auto=3B text-align: start=3B text-indent: 0px=3B text-transform= : none=3B white-space: normal=3B widows: auto= =3B word-spacing: 0px=3B -webkit-text-stroke-width: 0px=3B" class=3D""><br class=3D""> </i><i style=3D"font-family: Helvetica=3B font-size: inherit=3B font-variant: normal=3B font-weight: normal=3B letter-spacing: normal=3B line-height: normal=3B orphans: auto=3B text-align: start=3B text-indent: 0px=3B text-transform= : none=3B white-space: normal=3B widows: auto= =3B word-spacing: 0px=3B -webkit-text-stroke-width: 0px=3B" class=3D"">=A0=A0=A0 -->=3B Exists</i><i style=3D"font-family: Helvetica=3B font-size: inherit=3B font-variant: normal=3B font-weight: normal=3B letter-spacing: normal=3B line-height: normal=3B orphans: auto=3B text-align: start=3B text-indent: 0px=3B text-transform= : none=3B white-space: normal=3B widows: auto= =3B word-spacing: 0px=3B -webkit-text-stroke-width: 0px=3B" class=3D""><br class=3D""> </i><i style=3D"font-family: Helvetica=3B font-size: inherit=3B font-variant: normal=3B font-weight: normal=3B letter-spacing: normal=3B line-height: normal=3B orphans: auto=3B text-align: start=3B text-indent: 0px=3B text-transform= : none=3B white-space: normal=3B widows: auto= =3B word-spacing: 0px=3B -webkit-text-stroke-width: 0px=3B" class=3D"">/home/anon/.m2/repository/org/ap= ache/httpcomponents/httpcore/4.3/httpcore-4.3.jar</i><i style=3D"font-family: Helvetica=3B font-size: inherit=3B font-variant: normal=3B font-weight: normal=3B letter-spacing: normal=3B line-height: normal=3B orphans: auto=3B text-align: start=3B text-indent: 0px=3B text-transform= : none=3B white-space: normal=3B widows: auto= =3B word-spacing: 0px=3B -webkit-text-stroke-width: 0px=3B" class=3D""><br class=3D""> </i><i style=3D"font-family: Helvetica=3B font-size: inherit=3B font-variant: normal=3B font-weight: normal=3B letter-spacing: normal=3B line-height: normal=3B orphans: auto=3B text-align: start=3B text-indent: 0px=3B text-transform= : none=3B white-space: normal=3B widows: auto= =3B word-spacing: 0px=3B -webkit-text-stroke-width: 0px=3B" class=3D"">=A0=A0=A0 -->=3B Exists</i><i style=3D"font-family: Helvetica=3B font-size: inherit=3B font-variant: normal=3B font-weight: normal=3B letter-spacing: normal=3B line-height: normal=3B orphans: auto=3B text-align: start=3B text-indent: 0px=3B text-transform= : none=3B white-space: normal=3B widows: auto= =3B word-spacing: 0px=3B -webkit-text-stroke-width: 0px=3B" class=3D""><br class=3D""> </i><i style=3D"font-family: Helvetica=3B font-size: inherit=3B font-variant: normal=3B font-weight: normal=3B letter-spacing: normal=3B line-height: normal=3B orphans: auto=3B text-align: start=3B text-indent: 0px=3B text-transform= : none=3B white-space: normal=3B widows: auto= =3B word-spacing: 0px=3B -webkit-text-stroke-width: 0px=3B" class=3D"">/home/anon/.m2/repository/common= s-logging/commons-logging/1.1.3/commons-logging-1.1.3.jar</i><i style=3D"font-family: Helvetica=3B font-size: inherit=3B font-variant: normal=3B font-weight: normal=3B letter-spacing: normal=3B line-height: normal=3B orphans: auto=3B text-align: start=3B text-indent: 0px=3B text-transform= : none=3B white-space: normal=3B widows: auto= =3B word-spacing: 0px=3B -webkit-text-stroke-width: 0px=3B" class=3D""><br class=3D""> </i><i style=3D"font-family: Helvetica=3B font-size: inherit=3B font-variant: normal=3B font-weight: normal=3B letter-spacing: normal=3B line-height: normal=3B orphans: auto=3B text-align: start=3B text-indent: 0px=3B text-transform= : none=3B white-space: normal=3B widows: auto= =3B word-spacing: 0px=3B -webkit-text-stroke-width: 0px=3B" class=3D"">=A0=A0=A0 -->=3B Exists</i><i style=3D"font-family: Helvetica=3B font-size: inherit=3B font-variant: normal=3B font-weight: normal=3B letter-spacing: normal=3B line-height: normal=3B orphans: auto=3B text-align: start=3B text-indent: 0px=3B text-transform= : none=3B white-space: normal=3B widows: auto= =3B word-spacing: 0px=3B -webkit-text-stroke-width: 0px=3B" class=3D""><br class=3D""> </i><i style=3D"font-family: Helvetica=3B font-size: inherit=3B font-variant: normal=3B font-weight: normal=3B letter-spacing: normal=3B line-height: normal=3B orphans: auto=3B text-align: start=3B text-indent: 0px=3B text-transform= : none=3B white-space: normal=3B widows: auto= =3B word-spacing: 0px=3B -webkit-text-stroke-width: 0px=3B" class=3D"">/home/anon/.m2/repository/common= s-codec/commons-codec/1.6/commons-codec-1.6.jar</i><i style=3D"font-family: Helvetica=3B font-size: inherit=3B font-variant: normal=3B font-weight: normal=3B letter-spacing: normal=3B line-height: normal=3B orphans: auto=3B text-align: start=3B text-indent: 0px=3B text-transform= : none=3B white-space: normal=3B widows: auto= =3B word-spacing: 0px=3B -webkit-text-stroke-width: 0px=3B" class=3D""><br class=3D""> </i><i style=3D"font-family: Helvetica=3B font-size: inherit=3B font-variant: normal=3B font-weight: normal=3B letter-spacing: normal=3B line-height: normal=3B orphans: auto=3B text-align: start=3B text-indent: 0px=3B text-transform= : none=3B white-space: normal=3B widows: auto= =3B word-spacing: 0px=3B -webkit-text-stroke-width: 0px=3B" class=3D"">=A0=A0=A0 -->=3B Exists</i><i style=3D"font-family: Helvetica=3B font-size: inherit=3B font-variant: normal=3B font-weight: normal=3B letter-spacing: normal=3B line-height: normal=3B orphans: auto=3B text-align: start=3B text-indent: 0px=3B text-transform= : none=3B white-space: normal=3B widows: auto= =3B word-spacing: 0px=3B -webkit-text-stroke-width: 0px=3B" class=3D""><br class=3D""> </i><i style=3D"font-family: Helvetica=3B font-size: inherit=3B font-variant: normal=3B font-weight: normal=3B letter-spacing: normal=3B line-height: normal=3B orphans: auto=3B text-align: start=3B text-indent: 0px=3B text-transform= : none=3B white-space: normal=3B widows: auto= =3B word-spacing: 0px=3B -webkit-text-stroke-width: 0px=3B" class=3D"">/home/anon/.m2/repository/common= s-lang/commons-lang/2.6/commons-lang-2.6.jar</i><i style=3D"font-family: Helvetica=3B font-size: inherit=3B font-variant: normal=3B font-weight: normal=3B letter-spacing: normal=3B line-height: normal=3B orphans: auto=3B text-align: start=3B text-indent: 0px=3B text-transform= : none=3B white-space: normal=3B widows: auto= =3B word-spacing: 0px=3B -webkit-text-stroke-width: 0px=3B" class=3D""><br class=3D""> </i><i style=3D"font-family: Helvetica=3B font-size: inherit=3B font-variant: normal=3B font-weight: normal=3B letter-spacing: normal=3B line-height: normal=3B orphans: auto=3B text-align: start=3B text-indent: 0px=3B text-transform= : none=3B white-space: normal=3B widows: auto= =3B word-spacing: 0px=3B -webkit-text-stroke-width: 0px=3B" class=3D"">=A0=A0=A0 -->=3B Exists</i><i style=3D"font-family: Helvetica=3B font-size: inherit=3B font-variant: normal=3B font-weight: normal=3B letter-spacing: normal=3B line-height: normal=3B orphans: auto=3B text-align: start=3B text-indent: 0px=3B text-transform= : none=3B white-space: normal=3B widows: auto= =3B word-spacing: 0px=3B -webkit-text-stroke-width: 0px=3B" class=3D""><br class=3D""> </i><i style=3D"font-family: Helvetica=3B font-size: inherit=3B font-variant: normal=3B font-weight: normal=3B letter-spacing: normal=3B line-height: normal=3B orphans: auto=3B text-align: start=3B text-indent: 0px=3B text-transform= : none=3B white-space: normal=3B widows: auto= =3B word-spacing: 0px=3B -webkit-text-stroke-width: 0px=3B" class=3D"">/home/anon/.m2/repository/junit/= junit/4.8.1/junit-4.8.1.jar</i><i style=3D"font-family: Helvetica=3B font-size: inherit=3B font-variant: normal=3B font-weight: normal=3B letter-spacing: normal=3B line-height: normal=3B orphans: auto=3B text-align: start=3B text-indent: 0px=3B text-transform= : none=3B white-space: normal=3B widows: auto= =3B word-spacing: 0px=3B -webkit-text-stroke-width: 0px=3B" class=3D""><br class=3D""> </i><i style=3D"font-family: Helvetica=3B font-size: inherit=3B font-variant: normal=3B font-weight: normal=3B letter-spacing: normal=3B line-height: normal=3B orphans: auto=3B text-align: start=3B text-indent: 0px=3B text-transform= : none=3B white-space: normal=3B widows: auto= =3B word-spacing: 0px=3B -webkit-text-stroke-width: 0px=3B" class=3D"">=A0=A0=A0 -->=3B Exists</i><i style=3D"font-family: Helvetica=3B font-size: inherit=3B font-variant: normal=3B font-weight: normal=3B letter-spacing: normal=3B line-height: normal=3B orphans: auto=3B text-align: start=3B text-indent: 0px=3B text-transform= : none=3B white-space: normal=3B widows: auto= =3B word-spacing: 0px=3B -webkit-text-stroke-width: 0px=3B" class=3D""><br class=3D""> </i><i style=3D"font-family: Helvetica=3B font-size: inherit=3B font-variant: normal=3B font-weight: normal=3B letter-spacing: normal=3B line-height: normal=3B orphans: auto=3B text-align: start=3B text-indent: 0px=3B text-transform= : none=3B white-space: normal=3B widows: auto= =3B word-spacing: 0px=3B -webkit-text-stroke-width: 0px=3B" class=3D"">/home/anon/.m2/repository/com/go= ogle/code/jabsorb/1.2.2/jabsorb-1.2.2.jar</i><i style=3D"font-family: Helvetica=3B font-size: inherit=3B font-variant: normal=3B font-weight: normal=3B letter-spacing: normal=3B line-height: normal=3B orphans: auto=3B text-align: start=3B text-indent: 0px=3B text-transform= : none=3B white-space: normal=3B widows: auto= =3B word-spacing: 0px=3B -webkit-text-stroke-width: 0px=3B" class=3D""><br class=3D""> </i><i style=3D"font-family: Helvetica=3B font-size: inherit=3B font-variant: normal=3B font-weight: normal=3B letter-spacing: normal=3B line-height: normal=3B orphans: auto=3B text-align: start=3B text-indent: 0px=3B text-transform= : none=3B white-space: normal=3B widows: auto= =3B word-spacing: 0px=3B -webkit-text-stroke-width: 0px=3B" class=3D"">=A0=A0=A0 -->=3B Exists</i><i style=3D"font-family: Helvetica=3B font-size: inherit=3B font-variant: normal=3B font-weight: normal=3B letter-spacing: normal=3B line-height: normal=3B orphans: auto=3B text-align: start=3B text-indent: 0px=3B text-transform= : none=3B white-space: normal=3B widows: auto= =3B word-spacing: 0px=3B -webkit-text-stroke-width: 0px=3B" class=3D""><br class=3D""> </i><i style=3D"font-family: Helvetica=3B font-size: inherit=3B font-variant: normal=3B font-weight: normal=3B letter-spacing: normal=3B line-height: normal=3B orphans: auto=3B text-align: start=3B text-indent: 0px=3B text-transform= : none=3B white-space: normal=3B widows: auto= =3B word-spacing: 0px=3B -webkit-text-stroke-width: 0px=3B" class=3D"">/home/anon/git/wonder/Examples/A= jax/AjaxExample/target/test-classes</i><i style=3D"font-family: Helvetica=3B font-size: inherit=3B font-variant: normal=3B font-weight: normal=3B letter-spacing: normal=3B line-height: normal=3B orphans: auto=3B text-align: start=3B text-indent: 0px=3B text-transform= : none=3B white-space: normal=3B widows: auto= =3B word-spacing: 0px=3B -webkit-text-stroke-width: 0px=3B" class=3D""><br class=3D""> </i><i style=3D"font-family: Helvetica=3B font-size: inherit=3B font-variant: normal=3B font-weight: normal=3B letter-spacing: normal=3B line-height: normal=3B orphans: auto=3B text-align: start=3B text-indent: 0px=3B text-transform= : none=3B white-space: normal=3B widows: auto= =3B word-spacing: 0px=3B -webkit-text-stroke-width: 0px=3B" class=3D"">*** -->=3B Does not Exist!</i>= <i style=3D"font-family: Helvetica=3B font-size: inherit=3B font-variant: normal=3B font-weight: normal=3B letter-spacing: normal=3B line-height: normal=3B orphans: auto=3B text-align: start=3B text-indent: 0px=3B text-transform= : none=3B white-space: normal=3B widows: auto= =3B word-spacing: 0px=3B -webkit-text-stroke-width: 0px=3B" class=3D""><br class=3D""> </i><i style=3D"font-family: Helvetica=3B font-size: inherit=3B font-variant: normal=3B font-weight: normal=3B letter-spacing: normal=3B line-height: normal=3B orphans: auto=3B text-align: start=3B text-indent: 0px=3B text-transform= : none=3B white-space: normal=3B widows: auto= =3B word-spacing: 0px=3B -webkit-text-stroke-width: 0px=3B" class=3D"">/home/anon/git/wonder/Examples/A= jax/AjaxExample/target/classes</i><i style=3D"font-family: Helvetica=3B font-size: inherit=3B font-variant: normal=3B font-weight: normal=3B letter-spacing: normal=3B line-height: normal=3B orphans: auto=3B text-align: start=3B text-indent: 0px=3B text-transform= : none=3B white-space: normal=3B widows: auto= =3B word-spacing: 0px=3B -webkit-text-stroke-width: 0px=3B" class=3D""><br class=3D""> </i><i style=3D"font-family: Helvetica=3B font-size: inherit=3B font-variant: normal=3B font-weight: normal=3B letter-spacing: normal=3B line-height: normal=3B orphans: auto=3B text-align: start=3B text-indent: 0px=3B text-transform= : none=3B white-space: normal=3B widows: auto= =3B word-spacing: 0px=3B -webkit-text-stroke-width: 0px=3B" class=3D"">*** -->=3B Does not Exist!</i>= <i style=3D"font-family: Helvetica=3B font-size: inherit=3B font-variant: normal=3B font-weight: normal=3B letter-spacing: normal=3B line-height: normal=3B orphans: auto=3B text-align: start=3B text-indent: 0px=3B text-transform= : none=3B white-space: normal=3B widows: auto= =3B word-spacing: 0px=3B -webkit-text-stroke-width: 0px=3B" class=3D""><br class=3D""> </i><i style=3D"font-family: Helvetica=3B font-size: inherit=3B font-variant: normal=3B font-weight: normal=3B letter-spacing: normal=3B line-height: normal=3B orphans: auto=3B text-align: start=3B text-indent: 0px=3B text-transform= : none=3B white-space: normal=3B widows: auto= =3B word-spacing: 0px=3B -webkit-text-stroke-width: 0px=3B" class=3D"">/home/anon/.m2/repository/org/sl= f4j/slf4j-log4j12/1.7.5/slf4j-log4j12-1.7.5.jar</i><i style=3D"font-family: Helvetica=3B font-size: inherit=3B font-variant: normal=3B font-weight: normal=3B letter-spacing: normal=3B line-height: normal=3B orphans: auto=3B text-align: start=3B text-indent: 0px=3B text-transform= : none=3B white-space: normal=3B widows: auto= =3B word-spacing: 0px=3B -webkit-text-stroke-width: 0px=3B" class=3D""><br class=3D""> </i><i style=3D"font-family: Helvetica=3B font-size: inherit=3B font-variant: normal=3B font-weight: normal=3B letter-spacing: normal=3B line-height: normal=3B orphans: auto=3B text-align: start=3B text-indent: 0px=3B text-transform= : none=3B white-space: normal=3B widows: auto= =3B word-spacing: 0px=3B -webkit-text-stroke-width: 0px=3B" class=3D"">=A0=A0=A0 -->=3B Exists</i><br style=3D"font-family: Helvetica=3B font-size: inherit=3B font-style: normal=3B font-variant: normal=3B font-weight: normal=3B letter-spacing: normal=3B line-height: normal=3B orphans: auto=3B text-align: start=3B text-indent: 0px=3B text-transform: none=3B white-space: normal=3B widows: auto=3B word-spacing: 0px= =3B -webkit-text-stroke-width: 0px=3B" 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=2C<br class=3D""> sponsored by Intel and developed in partnership with Slashdot Media=2C is your<br class=3D""> hub for all things parallel software development=2C from weekly thought<br class=3D""> leadership blogs to news=2C videos=2C case studies=2C tutorials and more. Take a<br class=3D""> look and join the conversation now. <a moz-do-not-send=3D"true" href=3D"http://goparallel.sourceforge.net__________________________________= _____________" class=3D"">http://goparallel.sourceforge.net_________________= ______________________________</a><br class=3D""> Wonder-disc mailing list<br class=3D""> <a moz-do-not-send=3D"true" href=3D"mailto:[email protected]" class=3D"">= [email protected]</a><br class=3D""> <a class=3D"moz-txt-link-freetext" href=3D"https://lists.source= forge.net/lists/listinfo/wonder-disc">https://lists.sourceforge.net/lists/l= istinfo/wonder-disc</a><br class=3D""> </div> </blockquote> </div> <br class=3D""> </blockquote> <br> </body> </html> --------------000104030904020001070101-- --===============7927277575620922779== 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 --===============7927277575620922779== 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 --===============7927277575620922779==--