Re: wolips support for sass workflow
André Koppany <[email protected]> Tue, 23 Aug 2011 10:01:37 +0200
| Newsgroups | gmane.comp.web.webobjects.woproject.devel |
|---|---|
| Message-ID | <[email protected]> |
--Apple-Mail-3-771848326 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=iso-8859-1 Interesting, so what is the truth ? :-) Can anyone provider further information how bundle-less works, what it = asumes (project folder structure, wo version etc.) to get this nice feature running? I can offer to write a "how to" wiki entry on confluence for the other = WOLips users if we can solve the problem... My environment: WO Lips 3.7.10091 WO 5.4.3 Wonder master branch JDK 6 Best, Andr=E9 Am 22.08.2011 um 18:10 schrieb Kieran Kelleher: > It works for me on WO 5.3.3 projects and using Wonder_5_0_0_Legacy = branch. >=20 > On Aug 20, 2011, at 5:41 PM, Pascal Robert wrote: >=20 >> You're using WO 5.4.3? Bundle-less doesn't work for 5.3.x >>=20 >>> the "build" directory is already deleted. Still does not start. >>>=20 >>> Interesting is, that the first time I switch over to "bundle-less" = that a content folder was created. >>> Later when I switch this folder will not be generated anymore. >>> This is a very tricky feature, but there is also no info in the = confluence wiki about it... >>>=20 >>> Any further Ideas guys? ;-) >>>=20 >>> Best, >>> Andr=E9 >>>=20 >>> Am 20.08.2011 um 16:15 schrieb David Avendasora: >>>=20 >>>> You have to delete (manually I believe) the build directory out of = your project.=20 >>>>=20 >>>> That should do it. >>>>=20 >>>> If that doesn't get it picking up the changes, I can walk you = through using an additional "builder" for your project that would use = Ant to trigger the gem to run. But I'm sure just getting bundleless = builds working should to it. >>>>=20 >>>> Dave >>>>=20 >>>>=20 >>>> On Aug 18, 2011, at 6:59 AM, Andr=E9 Koppany wrote: >>>>=20 >>>>> Hi David, >>>>>=20 >>>>> I switched off the bundle builds and now get the following error = message, when I start the app in eclipse: >>>>>=20 >>>>> [2011-8-18 0:55:17 MESZ] <main> Initialized : = er.extensions.ERXExtensions >>>>> [2011-8-18 0:55:18 MESZ] <main> A fatal exception occurred: null >>>>> [2011-8-18 0:55:18 MESZ] <main> = java.lang.ExceptionInInitializerError >>>>> at = com.webobjects.appserver.WOResourceManager.__getJavaWebObjectsResourceAsSt= ream(WOResourceManager.java:116) >>>>> at = com.webobjects.appserver._private.WOProperties.initUserDefaultsKeys(WOProp= erties.java:317) >>>>> at = com.webobjects.appserver.WOApplication._initWOApp(WOApplication.java:5743)= >>>>> at = com.webobjects.appserver.WOApplication.<init>(WOApplication.java:779) >>>>> at = er.extensions.appserver.ajax.ERXAjaxApplication.<init>(ERXAjaxApplication.= java:24) >>>>> at = er.extensions.appserver.ERXApplication.<init>(ERXApplication.java:1036) >>>>> at = de.mackoy.eventportal.app.Application.<init>(Application.java:64) >>>>> at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native = Method) >>>>> at = sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAcc= essorImpl.java:39) >>>>> at = sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstr= uctorAccessorImpl.java:27) >>>>> at = java.lang.reflect.Constructor.newInstance(Constructor.java:513) >>>>> at java.lang.Class.newInstance0(Class.java:355) >>>>> at java.lang.Class.newInstance(Class.java:308) >>>>> at = com.webobjects.appserver.WOApplication.main(WOApplication.java:547) >>>>> at = er.extensions.appserver.ERXApplication.main(ERXApplication.java:820) >>>>> at = de.mackoy.eventportal.app.Application.main(Application.java:60) >>>>> Caused by: java.lang.IllegalStateException: Main bundle = 'Properties' file can't be read. Did you run as a Java Application = instead of a WOApplication in WOLips? >>>>> Please post your deployment configuration in the Wonder mailing = list. >>>>> at = er.extensions.appserver.ERXApplication$Loader.collectMainProps(ERXApplicat= ion.java:739) >>>>> at = er.extensions.appserver.ERXApplication$Loader.bundleDidLoad(ERXApplication= .java:636) >>>>> at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source) >>>>> at = sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorIm= pl.java:25) >>>>> at java.lang.reflect.Method.invoke(Method.java:597) >>>>> at = com.webobjects.foundation.NSSelector._safeInvokeMethod(NSSelector.java:122= ) >>>>> at = com.webobjects.foundation.NSNotificationCenter$_Entry.invokeMethod(NSNotif= icationCenter.java:588) >>>>> at = com.webobjects.foundation.NSNotificationCenter.postNotification(NSNotifica= tionCenter.java:532) >>>>> at = com.webobjects.foundation.NSNotificationCenter.postNotification(NSNotifica= tionCenter.java:562) >>>>> at = com.webobjects.foundation.NSBundle.postNotification(NSBundle.java:2546) >>>>> at = com.webobjects.foundation.NSBundle.LoadBundlesFromClassPath(NSBundle.java:= 748) >>>>> at = com.webobjects.foundation.NSBundle.<clinit>(NSBundle.java:373) >>>>> ... 16 more >>>>>=20 >>>>>=20 >>>>> Do you have any Ideas how I can fix that? >>>>> Do I have to adjust the launch arguments? >>>>> I am using the latest Wonder Version (2 weeks old revision) and WO = Lips 3.7.10091 >>>>>=20 >>>>> Best, >>>>> Andr=E9 >>>>>=20 >>>>>=20 >>>>> Am 17.08.2011 um 22:54 schrieb David Holt: >>>>>=20 >>>>>> Hi Andr=E9, >>>>>>=20 >>>>>> On the D2W side changes are being picked up automatically now if = you use bundleless builds. Have you turned that on? >>>>>>=20 >>>>>> David >>>>>>=20 >>>>>>=20 >>>>>> On 2011-08-17, at 1:46 PM, Andr=E9 Koppany wrote: >>>>>>=20 >>>>>>> Hi, >>>>>>>=20 >>>>>>> we are using sass (http://sass-lang.com/) to generate our css = code. >>>>>>> The workflow is, that the WebServerResources Folder will be = watched for changes=20 >>>>>>> in *.scss files by the sass gem and produces the *.css files. >>>>>>>=20 >>>>>>> To get this changes into the running wo project, I have to = refresh every time by hand >>>>>>> the WebServerResources folder in eclipse >>>>>>>=20 >>>>>>> Is there a way that the folder will be automatically refreshed? >>>>>>> I know there is something available for the D2W rule files. = Maybe this could be utilized for this? >>>>>>>=20 >>>>>>> Best, >>>>>>> Andr=E9 >>>>>>=20 >>>>>=20 >>>>=20 >>>=20 >>=20 >=20 Andr=E9 Koppany IT-Services mackoyCONSULTING Schloss Seefeld | Hochschloss 82229 Seefeld Tel. +49 8152/92989-81 Fax +49 8152/92989-89 [email protected] www.mackoy.de --Apple-Mail-3-771848326 Content-Transfer-Encoding: quoted-printable Content-Type: text/html; charset=iso-8859-1 <html><head></head><body style=3D"word-wrap: break-word; = -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; = ">Interesting, so what is the truth ? :-)<div><br></div><div>Can anyone = provider further information how bundle-less works, what it asumes = (project folder structure, wo version etc.)</div><div>to get this nice = feature running?</div><div><br></div><div>I can offer to write a "how = to" wiki entry on confluence for the other WOLips users</div><div>if we = can solve the problem...</div><div><br></div><div>My = environment:</div><div>WO Lips 3.7.10091</div><div>WO = 5.4.3</div><div>Wonder master branch</div><div>JDK = 6</div><div><br></div><div>Best,</div><div>Andr=E9</div><div><br><div><div= >Am 22.08.2011 um 18:10 schrieb Kieran Kelleher:</div><br = class=3D"Apple-interchange-newline"><blockquote type=3D"cite"><div = style=3D"word-wrap: break-word; -webkit-nbsp-mode: space; = -webkit-line-break: after-white-space; ">It works for me on WO 5.3.3 = projects and using Wonder_5_0_0_Legacy branch.<div><br><div><div>On Aug = 20, 2011, at 5:41 PM, Pascal Robert wrote:</div><br = class=3D"Apple-interchange-newline"><blockquote type=3D"cite"><div = style=3D"word-wrap: break-word; -webkit-nbsp-mode: space; = -webkit-line-break: after-white-space; ">You're using WO 5.4.3? = Bundle-less doesn't work for 5.3.x<br><div><br = class=3D"Apple-interchange-newline"><blockquote type=3D"cite"><div = style=3D"word-wrap: break-word; -webkit-nbsp-mode: space; = -webkit-line-break: after-white-space; ">the "build" directory is = already deleted. Still does not start.<div><br></div><div>Interesting = is, that the first time I switch over to "bundle-less" that a content = folder was created.</div><div>Later when I switch this folder will not = be generated anymore.</div><div>This is a very tricky feature, but there = is also no info in the confluence wiki about = it...</div><div><br></div><div>Any further Ideas guys? = ;-)</div><div><br></div><div>Best,</div><div>Andr=E9</div><div><br><div><d= iv>Am 20.08.2011 um 16:15 schrieb David Avendasora:</div><br = class=3D"Apple-interchange-newline"><blockquote type=3D"cite"><div = style=3D"word-wrap: break-word; -webkit-nbsp-mode: space; = -webkit-line-break: after-white-space; ">You have to delete (manually I = believe) the build directory out of your = project. <div><br></div><div>That should do = it.</div><div><br></div><div>If that doesn't get it picking up the = changes, I can walk you through using an additional "builder" for your = project that would use Ant to trigger the gem to run. But I'm sure just = getting bundleless builds working should to = it.</div><div><br></div><div>Dave<br><div><br></div><div><br><div><div>On = Aug 18, 2011, at 6:59 AM, Andr=E9 Koppany wrote:</div><br = class=3D"Apple-interchange-newline"><blockquote type=3D"cite"><div = style=3D"word-wrap: break-word; -webkit-nbsp-mode: space; = -webkit-line-break: after-white-space; ">Hi David,<div><br></div><div>I = switched off the bundle builds and now get the following error message, = when I start the app in eclipse:</div><div><br></div><div><div = style=3D"margin-top: 0px; margin-right: 0px; margin-bottom: 0px; = margin-left: 0px; font: normal normal normal 11px/normal Monaco; color: = rgb(255, 24, 19); ">[2011-8-18 0:55:17 MESZ] <main> Initialized : = er.extensions.ERXExtensions</div><div style=3D"margin-top: 0px; = margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal = normal normal 11px/normal Monaco; color: rgb(255, 24, 19); ">[2011-8-18 = 0:55:18 MESZ] <main> A fatal exception occurred: null</div><div = style=3D"margin-top: 0px; margin-right: 0px; margin-bottom: 0px; = margin-left: 0px; font: normal normal normal 11px/normal Monaco; color: = rgb(255, 24, 19); ">[2011-8-18 0:55:18 MESZ] <main> = java.lang.ExceptionInInitializerError</div><div style=3D"margin-top: = 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: = normal normal normal 11px/normal Monaco; color: rgb(255, 24, 19); = "><span class=3D"Apple-tab-span" style=3D"white-space:pre"> = </span>at = com.webobjects.appserver.WOResourceManager.__getJavaWebObjectsResourceAsSt= ream(<span style=3D"text-decoration: underline ; color: = #0a1c8c">WOResourceManager.java:116</span>)</div><div style=3D"margin-top:= 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: = normal normal normal 11px/normal Monaco; color: rgb(255, 24, 19); = "><span class=3D"Apple-tab-span" style=3D"white-space:pre"> = </span>at = com.webobjects.appserver._private.WOProperties.initUserDefaultsKeys(<span = style=3D"text-decoration: underline ; color: = #0a1c8c">WOProperties.java:317</span>)</div><div style=3D"margin-top: = 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: = normal normal normal 11px/normal Monaco; color: rgb(255, 24, 19); = "><span class=3D"Apple-tab-span" style=3D"white-space:pre"> = </span>at com.webobjects.appserver.WOApplication._initWOApp(<span = style=3D"text-decoration: underline ; color: = #0a1c8c">WOApplication.java:5743</span>)</div><div style=3D"margin-top: = 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: = normal normal normal 11px/normal Monaco; color: rgb(255, 24, 19); = "><span class=3D"Apple-tab-span" style=3D"white-space:pre"> = </span>at com.webobjects.appserver.WOApplication.<init>(<span = style=3D"text-decoration: underline ; color: = #0a1c8c">WOApplication.java:779</span>)</div><div style=3D"margin-top: = 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: = normal normal normal 11px/normal Monaco; color: rgb(255, 24, 19); = "><span class=3D"Apple-tab-span" style=3D"white-space:pre"> = </span>at = er.extensions.appserver.ajax.ERXAjaxApplication.<init>(<span = style=3D"text-decoration: underline ; color: = #0a1c8c">ERXAjaxApplication.java:24</span>)</div><div style=3D"margin-top:= 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: = normal normal normal 11px/normal Monaco; color: rgb(255, 24, 19); = "><span class=3D"Apple-tab-span" style=3D"white-space:pre"> = </span>at er.extensions.appserver.ERXApplication.<init>(<span = style=3D"text-decoration: underline ; color: = #0a1c8c">ERXApplication.java:1036</span>)</div><div style=3D"margin-top: = 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: = normal normal normal 11px/normal Monaco; color: rgb(255, 24, 19); = "><span class=3D"Apple-tab-span" style=3D"white-space:pre"> = </span>at de.mackoy.eventportal.app.Application.<init>(<span = style=3D"text-decoration: underline ; color: = #0a1c8c">Application.java:64</span>)</div><div style=3D"margin-top: 0px; = margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal = normal normal 11px/normal Monaco; color: rgb(255, 24, 19); "><span = class=3D"Apple-tab-span" style=3D"white-space:pre"> </span>at = sun.reflect.NativeConstructorAccessorImpl.newInstance0(<span = style=3D"text-decoration: underline ; color: #0a1c8c">Native = Method</span>)</div><div style=3D"margin-top: 0px; margin-right: 0px; = margin-bottom: 0px; margin-left: 0px; font: normal normal normal = 11px/normal Monaco; color: rgb(255, 24, 19); "><span = class=3D"Apple-tab-span" style=3D"white-space:pre"> </span>at = sun.reflect.NativeConstructorAccessorImpl.newInstance(<span = style=3D"text-decoration: underline ; color: = #0a1c8c">NativeConstructorAccessorImpl.java:39</span>)</div><div = style=3D"margin-top: 0px; margin-right: 0px; margin-bottom: 0px; = margin-left: 0px; font: normal normal normal 11px/normal Monaco; color: = rgb(255, 24, 19); "><span class=3D"Apple-tab-span" = style=3D"white-space:pre"> </span>at = sun.reflect.DelegatingConstructorAccessorImpl.newInstance(<span = style=3D"text-decoration: underline ; color: = #0a1c8c">DelegatingConstructorAccessorImpl.java:27</span>)</div><div = style=3D"margin-top: 0px; margin-right: 0px; margin-bottom: 0px; = margin-left: 0px; font: normal normal normal 11px/normal Monaco; color: = rgb(255, 24, 19); "><span class=3D"Apple-tab-span" = style=3D"white-space:pre"> </span>at = java.lang.reflect.Constructor.newInstance(<span style=3D"text-decoration: = underline ; color: #0a1c8c">Constructor.java:513</span>)</div><div = style=3D"margin-top: 0px; margin-right: 0px; margin-bottom: 0px; = margin-left: 0px; font: normal normal normal 11px/normal Monaco; color: = rgb(255, 24, 19); "><span class=3D"Apple-tab-span" = style=3D"white-space:pre"> </span>at = java.lang.Class.newInstance0(<span style=3D"text-decoration: underline ; = color: #0a1c8c">Class.java:355</span>)</div><div style=3D"margin-top: = 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: = normal normal normal 11px/normal Monaco; color: rgb(255, 24, 19); = "><span class=3D"Apple-tab-span" style=3D"white-space:pre"> = </span>at java.lang.Class.newInstance(<span style=3D"text-decoration: = underline ; color: #0a1c8c">Class.java:308</span>)</div><div = style=3D"margin-top: 0px; margin-right: 0px; margin-bottom: 0px; = margin-left: 0px; font: normal normal normal 11px/normal Monaco; color: = rgb(255, 24, 19); "><span class=3D"Apple-tab-span" = style=3D"white-space:pre"> </span>at = com.webobjects.appserver.WOApplication.main(<span = style=3D"text-decoration: underline ; color: = #0a1c8c">WOApplication.java:547</span>)</div><div style=3D"margin-top: = 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: = normal normal normal 11px/normal Monaco; color: rgb(255, 24, 19); = "><span class=3D"Apple-tab-span" style=3D"white-space:pre"> = </span>at er.extensions.appserver.ERXApplication.main(<span = style=3D"text-decoration: underline ; color: = #0a1c8c">ERXApplication.java:820</span>)</div><div style=3D"margin-top: = 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: = normal normal normal 11px/normal Monaco; color: rgb(255, 24, 19); = "><span class=3D"Apple-tab-span" style=3D"white-space:pre"> = </span>at de.mackoy.eventportal.app.Application.main(<span = style=3D"text-decoration: underline ; color: = #0a1c8c">Application.java:60</span>)</div><div style=3D"margin-top: 0px; = margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal = normal normal 11px/normal Monaco; color: rgb(255, 24, 19); ">Caused by: = <span style=3D"text-decoration: underline ; color: = #0a1c8c">java.lang.IllegalStateException</span>: Main bundle = 'Properties' file can't be read. Did you run as a Java Application = instead of a WOApplication in WOLips?</div><div style=3D"margin-top: = 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: = normal normal normal 11px/normal Monaco; color: rgb(255, 24, 19); = ">Please post your deployment configuration in the Wonder mailing = list.</div><div style=3D"margin-top: 0px; margin-right: 0px; = margin-bottom: 0px; margin-left: 0px; font: normal normal normal = 11px/normal Monaco; color: rgb(255, 24, 19); "><span = class=3D"Apple-tab-span" style=3D"white-space:pre"> </span>at = er.extensions.appserver.ERXApplication$Loader.collectMainProps(<span = style=3D"text-decoration: underline ; color: = #0a1c8c">ERXApplication.java:739</span>)</div><div style=3D"margin-top: = 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: = normal normal normal 11px/normal Monaco; color: rgb(255, 24, 19); = "><span class=3D"Apple-tab-span" style=3D"white-space:pre"> = </span>at = er.extensions.appserver.ERXApplication$Loader.bundleDidLoad(<span = style=3D"text-decoration: underline ; color: = #0a1c8c">ERXApplication.java:636</span>)</div><div style=3D"margin-top: = 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: = normal normal normal 11px/normal Monaco; color: rgb(255, 24, 19); = "><span class=3D"Apple-tab-span" style=3D"white-space:pre"> = </span>at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown = Source)</div><div style=3D"margin-top: 0px; margin-right: 0px; = margin-bottom: 0px; margin-left: 0px; font: normal normal normal = 11px/normal Monaco; color: rgb(255, 24, 19); "><span = class=3D"Apple-tab-span" style=3D"white-space:pre"> </span>at = sun.reflect.DelegatingMethodAccessorImpl.invoke(<span = style=3D"text-decoration: underline ; color: = #0a1c8c">DelegatingMethodAccessorImpl.java:25</span>)</div><div = style=3D"margin-top: 0px; margin-right: 0px; margin-bottom: 0px; = margin-left: 0px; font: normal normal normal 11px/normal Monaco; color: = rgb(255, 24, 19); "><span class=3D"Apple-tab-span" = style=3D"white-space:pre"> </span>at = java.lang.reflect.Method.invoke(<span style=3D"text-decoration: = underline ; color: #0a1c8c">Method.java:597</span>)</div><div = style=3D"margin-top: 0px; margin-right: 0px; margin-bottom: 0px; = margin-left: 0px; font: normal normal normal 11px/normal Monaco; color: = rgb(255, 24, 19); "><span class=3D"Apple-tab-span" = style=3D"white-space:pre"> </span>at = com.webobjects.foundation.NSSelector._safeInvokeMethod(<span = style=3D"text-decoration: underline ; color: = #0a1c8c">NSSelector.java:122</span>)</div><div style=3D"margin-top: 0px; = margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal = normal normal 11px/normal Monaco; color: rgb(255, 24, 19); "><span = class=3D"Apple-tab-span" style=3D"white-space:pre"> </span>at = com.webobjects.foundation.NSNotificationCenter$_Entry.invokeMethod(<span = style=3D"text-decoration: underline ; color: = #0a1c8c">NSNotificationCenter.java:588</span>)</div><div = style=3D"margin-top: 0px; margin-right: 0px; margin-bottom: 0px; = margin-left: 0px; font: normal normal normal 11px/normal Monaco; color: = rgb(255, 24, 19); "><span class=3D"Apple-tab-span" = style=3D"white-space:pre"> </span>at = com.webobjects.foundation.NSNotificationCenter.postNotification(<span = style=3D"text-decoration: underline ; color: = #0a1c8c">NSNotificationCenter.java:532</span>)</div><div = style=3D"margin-top: 0px; margin-right: 0px; margin-bottom: 0px; = margin-left: 0px; font: normal normal normal 11px/normal Monaco; color: = rgb(255, 24, 19); "><span class=3D"Apple-tab-span" = style=3D"white-space:pre"> </span>at = com.webobjects.foundation.NSNotificationCenter.postNotification(<span = style=3D"text-decoration: underline ; color: = #0a1c8c">NSNotificationCenter.java:562</span>)</div><div = style=3D"margin-top: 0px; margin-right: 0px; margin-bottom: 0px; = margin-left: 0px; font: normal normal normal 11px/normal Monaco; color: = rgb(255, 24, 19); "><span class=3D"Apple-tab-span" = style=3D"white-space:pre"> </span>at = com.webobjects.foundation.NSBundle.postNotification(<span = style=3D"text-decoration: underline ; color: = #0a1c8c">NSBundle.java:2546</span>)</div><div style=3D"margin-top: 0px; = margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal = normal normal 11px/normal Monaco; color: rgb(255, 24, 19); "><span = class=3D"Apple-tab-span" style=3D"white-space:pre"> </span>at = com.webobjects.foundation.NSBundle.LoadBundlesFromClassPath(<span = style=3D"text-decoration: underline ; color: = #0a1c8c">NSBundle.java:748</span>)</div><div style=3D"margin-top: 0px; = margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal = normal normal 11px/normal Monaco; color: rgb(255, 24, 19); "><span = class=3D"Apple-tab-span" style=3D"white-space:pre"> </span>at = com.webobjects.foundation.NSBundle.<clinit>(<span = style=3D"text-decoration: underline ; color: = #0a1c8c">NSBundle.java:373</span>)</div><div style=3D"margin-top: 0px; = margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal = normal normal 11px/normal Monaco; color: rgb(255, 24, 19); "><span = class=3D"Apple-tab-span" style=3D"white-space:pre"> </span>... 16 = more</div><div><br></div><div><br></div><div>Do you have any Ideas how I = can fix that?</div><div>Do I have to adjust the launch = arguments?</div><div>I am using the latest Wonder Version (2 weeks old = revision) and WO Lips = 3.7.10091</div><div><br></div><div>Best,</div><div>Andr=E9</div><div><br><= /div><div><br></div><div><div>Am 17.08.2011 um 22:54 schrieb David = Holt:</div><br class=3D"Apple-interchange-newline"><blockquote = type=3D"cite"><div>Hi Andr=E9,<br><br>On the D2W side changes are being = picked up automatically now if you use bundleless builds. Have you = turned that on?<br><br>David<br><br><br>On 2011-08-17, at 1:46 PM, Andr=E9= Koppany wrote:<br><br><blockquote = type=3D"cite">Hi,<br></blockquote><blockquote = type=3D"cite"><br></blockquote><blockquote type=3D"cite">we are using = sass (<a href=3D"http://sass-lang.com/">http://sass-lang.com/</a>) to = generate our css code.<br></blockquote><blockquote type=3D"cite">The = workflow is, that the WebServerResources Folder will be watched for = changes <br></blockquote><blockquote type=3D"cite">in *.scss files by = the sass gem and produces the *.css files.<br></blockquote><blockquote = type=3D"cite"><br></blockquote><blockquote type=3D"cite">To get this = changes into the running wo project, I have to refresh every time by = hand<br></blockquote><blockquote type=3D"cite">the WebServerResources = folder in eclipse<br></blockquote><blockquote = type=3D"cite"><br></blockquote><blockquote type=3D"cite">Is there a way = that the folder will be automatically = refreshed?<br></blockquote><blockquote type=3D"cite">I know there is = something available for the D2W rule files. Maybe this could be utilized = for this?<br></blockquote><blockquote = type=3D"cite"><br></blockquote><blockquote = type=3D"cite">Best,<br></blockquote><blockquote = type=3D"cite">Andr=E9<br></blockquote><br></div></blockquote></div><br></d= iv></div></blockquote></div><br></div></div></div></blockquote></div><br><= /div></div></blockquote></div><br></div></blockquote></div><br></div></div= ></blockquote></div><br><div> <span class=3D"Apple-style-span" style=3D"border-collapse: separate; = color: rgb(0, 0, 0); font-family: Helvetica; font-style: normal; = font-variant: normal; font-weight: normal; letter-spacing: normal; = line-height: normal; orphans: 2; text-align: auto; text-indent: 0px; = text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; = -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: = 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: = auto; -webkit-text-stroke-width: 0px; font-size: medium; "><span = class=3D"Apple-style-span" style=3D"border-collapse: separate; color: = rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: = normal; font-weight: normal; letter-spacing: normal; line-height: = normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: = normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: = 0px; -webkit-border-vertical-spacing: 0px; = -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: = auto; -webkit-text-stroke-width: 0px; font-size: medium; "><div = style=3D"word-wrap: break-word; -webkit-nbsp-mode: space; = -webkit-line-break: after-white-space; "><span class=3D"Apple-style-span" = style=3D"border-collapse: separate; color: rgb(0, 0, 0); font-family: = Helvetica; font-style: normal; font-variant: normal; font-weight: = normal; letter-spacing: normal; line-height: normal; orphans: 2; = text-indent: 0px; text-transform: none; white-space: normal; widows: 2; = word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; = -webkit-border-vertical-spacing: 0px; = -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: = auto; -webkit-text-stroke-width: 0px; font-size: medium; "><div = style=3D"word-wrap: break-word; -webkit-nbsp-mode: space; = -webkit-line-break: after-white-space; "><span class=3D"Apple-style-span" = style=3D"border-collapse: separate; color: rgb(0, 0, 0); font-family: = Helvetica; font-style: normal; font-variant: normal; font-weight: = normal; letter-spacing: normal; line-height: normal; orphans: 2; = text-indent: 0px; text-transform: none; white-space: normal; widows: 2; = word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; = -webkit-border-vertical-spacing: 0px; = -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: = auto; -webkit-text-stroke-width: 0px; font-size: medium; "><div = style=3D"word-wrap: break-word; -webkit-nbsp-mode: space; = -webkit-line-break: after-white-space; "><span class=3D"Apple-style-span" = style=3D"border-collapse: separate; color: rgb(0, 0, 0); font-family: = Helvetica; font-style: normal; font-variant: normal; font-weight: = normal; letter-spacing: normal; line-height: normal; orphans: 2; = text-indent: 0px; text-transform: none; white-space: normal; widows: 2; = word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; = -webkit-border-vertical-spacing: 0px; = -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: = auto; -webkit-text-stroke-width: 0px; font-size: medium; "><div = style=3D"word-wrap: break-word; -webkit-nbsp-mode: space; = -webkit-line-break: after-white-space; "><span class=3D"Apple-style-span" = style=3D"border-collapse: separate; color: rgb(0, 0, 0); font-family: = Helvetica; font-style: normal; font-variant: normal; font-weight: = normal; letter-spacing: normal; line-height: normal; orphans: 2; = text-indent: 0px; text-transform: none; white-space: normal; widows: 2; = word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; = -webkit-border-vertical-spacing: 0px; = -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: = auto; -webkit-text-stroke-width: 0px; font-size: medium; "><div = style=3D"word-wrap: break-word; -webkit-nbsp-mode: space; = -webkit-line-break: after-white-space; "><span class=3D"Apple-style-span" = style=3D"border-collapse: separate; color: rgb(0, 0, 0); font-family: = Helvetica; font-style: normal; font-variant: normal; font-weight: = normal; letter-spacing: normal; line-height: normal; orphans: 2; = text-indent: 0px; text-transform: none; white-space: normal; widows: 2; = word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; = -webkit-border-vertical-spacing: 0px; = -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: = auto; -webkit-text-stroke-width: 0px; font-size: medium; "><div = style=3D"word-wrap: break-word; -webkit-nbsp-mode: space; = -webkit-line-break: after-white-space; "><span class=3D"Apple-style-span" = style=3D"border-collapse: separate; color: rgb(0, 0, 0); font-family: = Helvetica; font-size: medium; font-style: normal; font-variant: normal; = font-weight: normal; letter-spacing: normal; line-height: normal; = orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; = widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; = -webkit-border-vertical-spacing: 0px; = -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: = auto; -webkit-text-stroke-width: 0px; "><div style=3D"word-wrap: = break-word; -webkit-nbsp-mode: space; -webkit-line-break: = after-white-space; "><span class=3D"Apple-style-span" = style=3D"border-collapse: separate; color: rgb(0, 0, 0); font-family: = Helvetica; font-size: 12px; font-style: normal; font-variant: normal; = font-weight: normal; letter-spacing: normal; line-height: normal; = orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; = widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; = -webkit-border-vertical-spacing: 0px; = -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: = auto; -webkit-text-stroke-width: 0px; "><div style=3D"word-wrap: = break-word; -webkit-nbsp-mode: space; -webkit-line-break: = after-white-space; "><span class=3D"Apple-style-span" = style=3D"border-collapse: separate; color: rgb(0, 0, 0); font-family: = Helvetica; font-size: 12px; font-style: normal; font-variant: normal; = font-weight: normal; letter-spacing: normal; line-height: normal; = orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; = widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; = -webkit-border-vertical-spacing: 0px; = -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: = auto; -webkit-text-stroke-width: 0px; "><div style=3D"word-wrap: = break-word; -webkit-nbsp-mode: space; -webkit-line-break: = after-white-space; "><div><div style=3D"margin-top: 0px; margin-right: = 0px; margin-bottom: 0px; margin-left: 0px; ">Andr=E9 Koppany</div><div = style=3D"margin-top: 0px; margin-right: 0px; margin-bottom: 0px; = margin-left: 0px; ">IT-Services</div><div style=3D"margin-top: 0px; = margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal = normal normal 12px/normal Helvetica; min-height: 14px; "><br></div><div = style=3D"margin-top: 0px; margin-right: 0px; margin-bottom: 0px; = margin-left: 0px; "><font class=3D"Apple-style-span" size=3D"4"><span = class=3D"Apple-style-span" style=3D"font-size: 16px; "><b = style=3D"font-size: 16px; font-weight: bold; = ">mackoy</b></span></font>CONSULTING</div><div style=3D"margin-top: 0px; = margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><div = style=3D"margin-top: 0px; margin-right: 0px; margin-bottom: 0px; = margin-left: 0px; ">Schloss Seefeld | Hochschloss</div><div = style=3D"margin-top: 0px; margin-right: 0px; margin-bottom: 0px; = margin-left: 0px; ">82229 Seefeld</div></div><div style=3D"margin-top: = 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><div = style=3D"margin-top: 0px; margin-right: 0px; margin-bottom: 0px; = margin-left: 0px; ">Tel. +49 8152/92989-81<br>Fax = +49 8152/92989-89</div></div><div style=3D"margin-top: 0px; = margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal = normal normal 16px/normal 'Times New Roman'; min-height: 18px; = font-family: 'Times New Roman'; font-size: 16px; "><br = style=3D"font-family: 'Times New Roman'; font-size: 16px; "></div><div = style=3D"margin-top: 0px; margin-right: 0px; margin-bottom: 0px; = margin-left: 0px; font: normal normal normal 16px/normal 'Times New = Roman'; min-height: 18px; font-family: 'Times New Roman'; font-size: = 16px; "><font class=3D"Apple-style-span" face=3D"Helvetica" = size=3D"3"><span class=3D"Apple-style-span" style=3D"font-size: 12px; = "><div style=3D"margin-top: 0px; margin-right: 0px; margin-bottom: 0px; = margin-left: 0px; "><a href=3D"mailto:[email protected]"><span = class=3D"Apple-style-span" style=3D"color: rgb(0, 0, 238); = ">[email protected]</span></a></div><div style=3D"margin-top: 0px; = margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><a = href=3D"http://www.mackoy.de/">www.mackoy.de</a></div></span></font></div>= <div style=3D"margin-top: 0px; margin-right: 0px; margin-bottom: 0px; = margin-left: 0px; "><br></div><div><br></div></div></div></span><br = class=3D"Apple-interchange-newline"></div></span><br = class=3D"Apple-interchange-newline"></div></span><br = class=3D"Apple-interchange-newline"></div></span><br = class=3D"Apple-interchange-newline"></div></span><br = class=3D"Apple-interchange-newline"></div></span><br = class=3D"Apple-interchange-newline"></div></span><br = class=3D"Apple-interchange-newline"></div></span><br = class=3D"Apple-interchange-newline"></div></span><br = class=3D"Apple-interchange-newline"></span><br = class=3D"Apple-interchange-newline"> </div> <br></div></body></html>= --Apple-Mail-3-771848326--