Re: wolips support for sass workflow

AndrĂ© Koppany <[email protected]> Sun, 21 Aug 2011 16:36:34 +0200
Newsgroups gmane.comp.web.webobjects.woproject.devel
Message-ID <[email protected]>
--Apple-Mail-1-622750653
Content-Transfer-Encoding: quoted-printable
Content-Type: text/plain;
	charset=utf-8

Yes, its a WO 5.4.3 app



Am 20.08.2011 um 23:41 schrieb Pascal Robert <[email protected]>:

> 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 confluenc=
e wiki about it...
>>=20
>> Any further Ideas guys? ;-)
>>=20
>> Best,
>> Andr=C3=A9
>>=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 p=
roject.=20
>>>=20
>>> That should do it.
>>>=20
>>> If that doesn't get it picking up the changes, I can walk you through us=
ing an additional "builder" for your project that would use Ant to trigger t=
he 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=C3=A9 Koppany wrote:
>>>=20
>>>> Hi David,
>>>>=20
>>>> I switched off the bundle builds and now get the following error messag=
e, when I start the app in eclipse:
>>>>=20
>>>> [2011-8-18 0:55:17 MESZ] <main> Initialized : er.extensions.ERXExtensio=
ns
>>>> [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.__getJavaWebObjectsRe=
sourceAsStream(WOResourceManager.java:116)
>>>> 	at com.webobjects.appserver._private.WOProperties.initUserDefaultsK=
eys(WOProperties.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>(ERXAjaxAp=
plication.java:24)
>>>> 	at er.extensions.appserver.ERXApplication.<init>(ERXApplication.jav=
a:1036)
>>>> 	at de.mackoy.eventportal.app.Application.<init>(Application.java:64=
)
>>>> 	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Me=
thod)
>>>> 	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeCons=
tructorAccessorImpl.java:39)
>>>> 	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Delega=
tingConstructorAccessorImpl.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:5=
47)
>>>> 	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' fi=
le can't be read.  Did you run as a Java Application instead of a WOApplicat=
ion in WOLips?
>>>> Please post your deployment configuration in the Wonder mailing list.
>>>> 	at er.extensions.appserver.ERXApplication$Loader.collectMainProps(E=
RXApplication.java:739)
>>>> 	at er.extensions.appserver.ERXApplication$Loader.bundleDidLoad(ERXA=
pplication.java:636)
>>>> 	at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
>>>> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethod=
AccessorImpl.java:25)
>>>> 	at java.lang.reflect.Method.invoke(Method.java:597)
>>>> 	at com.webobjects.foundation.NSSelector._safeInvokeMethod(NSSelecto=
r.java:122)
>>>> 	at com.webobjects.foundation.NSNotificationCenter$_Entry.invokeMeth=
od(NSNotificationCenter.java:588)
>>>> 	at com.webobjects.foundation.NSNotificationCenter.postNotification(=
NSNotificationCenter.java:532)
>>>> 	at com.webobjects.foundation.NSNotificationCenter.postNotification(=
NSNotificationCenter.java:562)
>>>> 	at com.webobjects.foundation.NSBundle.postNotification(NSBundle.jav=
a:2546)
>>>> 	at com.webobjects.foundation.NSBundle.LoadBundlesFromClassPath(NSBu=
ndle.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=C3=A9
>>>>=20
>>>>=20
>>>> Am 17.08.2011 um 22:54 schrieb David Holt:
>>>>=20
>>>>> Hi Andr=C3=A9,
>>>>>=20
>>>>> On the D2W side changes are being picked up automatically now if you u=
se bundleless builds. Have you turned that on?
>>>>>=20
>>>>> David
>>>>>=20
>>>>>=20
>>>>> On 2011-08-17, at 1:46 PM, Andr=C3=A9 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 f=
or 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 ev=
ery 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 thi=
s could be utilized for this?
>>>>>>=20
>>>>>> Best,
>>>>>> Andr=C3=A9
>>>>>=20
>>>>=20
>>>=20
>>=20
>=20

--Apple-Mail-1-622750653
Content-Transfer-Encoding: quoted-printable
Content-Type: text/html;
	charset=utf-8

<html><body bgcolor=3D"#FFFFFF"><div>Yes, its a WO 5.4.3 app<br><br><br></di=
v><div><br>Am 20.08.2011 um 23:41 schrieb Pascal Robert &lt;<a href=3D"mailt=
o:[email protected]">[email protected]</a>&gt;:<br><br></div><div></div><block=
quote type=3D"cite"><div>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"c=
ite"><div style=3D"word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-=
line-break: after-white-space; ">the "build" directory is already deleted. S=
till 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>L=
ater 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 a=
bout it...</div><div><br></div><div>Any further Ideas guys? ;-)</div><div><b=
r></div><div>Best,</div><div>Andr=C3=A9</div><div><br><div><div>Am 20.08.201=
1 um 16:15 schrieb David Avendasora:</div><br class=3D"Apple-interchange-new=
line"><blockquote type=3D"cite"><div style=3D"word-wrap: break-word; -webkit=
-nbsp-mode: space; -webkit-line-break: after-white-space; ">You have to dele=
te (manually I believe) the build directory out of your project.&nbsp;<div><=
br></div><div>That should do it.</div><div><br></div><div>If that doesn't ge=
t it picking up the changes, I can walk you through using an additional "bui=
lder" 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></d=
iv><div>Dave<br><div><br></div><div><br><div><div>On Aug 18, 2011, at 6:59 A=
M, Andr=C3=A9 Koppany wrote:</div><br class=3D"Apple-interchange-newline"><b=
lockquote type=3D"cite"><div style=3D"word-wrap: break-word; -webkit-nbsp-mo=
de: 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 messag=
e, when I start the app in eclipse:</div><div><br></div><div><div style=3D"m=
argin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; fon=
t: normal normal normal 11px/normal Monaco; color: rgb(255, 24, 19); ">[2011=
-8-18 0:55:17 MESZ] &lt;main&gt; Initialized : er.extensions.ERXExtensions</=
div><div style=3D"margin-top: 0px; margin-right: 0px; margin-bottom: 0px; ma=
rgin-left: 0px; font: normal normal normal 11px/normal Monaco; color: rgb(25=
5, 24, 19); ">[2011-8-18 0:55:18 MESZ] &lt;main&gt; A fatal exception occurr=
ed: null</div><div style=3D"margin-top: 0px; margin-right: 0px; margin-botto=
m: 0px; margin-left: 0px; font: normal normal normal 11px/normal Monaco; col=
or: rgb(255, 24, 19); ">[2011-8-18 0:55:18 MESZ] &lt;main&gt; java.lang.Exce=
ptionInInitializerError</div><div style=3D"margin-top: 0px; margin-right: 0p=
x; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 11px/nor=
mal Monaco; color: rgb(255, 24, 19); "><span class=3D"Apple-tab-span" style=3D=
"white-space:pre">	</span>at com.webobjects.appserver.WOResourceManage=
r.__getJavaWebObjectsResourceAsStream(<span style=3D"text-decoration: underl=
ine ; color: #0a1c8c">WOResourceManager.java:116</span>)</div><div style=3D"=
margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; fo=
nt: normal normal normal 11px/normal Monaco; color: rgb(255, 24, 19); "><spa=
n class=3D"Apple-tab-span" style=3D"white-space:pre">	</span>at com.webob=
jects.appserver._private.WOProperties.initUserDefaultsKeys(<span style=3D"te=
xt-decoration: underline ; color: #0a1c8c">WOProperties.java:317</span>)</di=
v><div style=3D"margin-top: 0px; margin-right: 0px; margin-bottom: 0px; marg=
in-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">	</s=
pan>at com.webobjects.appserver.WOApplication._initWOApp(<span style=3D"text=
-decoration: underline ; color: #0a1c8c">WOApplication.java:5743</span>)</di=
v><div style=3D"margin-top: 0px; margin-right: 0px; margin-bottom: 0px; marg=
in-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">	</s=
pan>at com.webobjects.appserver.WOApplication.&lt;init&gt;(<span style=3D"te=
xt-decoration: underline ; color: #0a1c8c">WOApplication.java:779</span>)</d=
iv><div style=3D"margin-top: 0px; margin-right: 0px; margin-bottom: 0px; mar=
gin-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">	</s=
pan>at er.extensions.appserver.ajax.ERXAjaxApplication.&lt;init&gt;(<span st=
yle=3D"text-decoration: underline ; color: #0a1c8c">ERXAjaxApplication.java:=
24</span>)</div><div style=3D"margin-top: 0px; margin-right: 0px; margin-bot=
tom: 0px; margin-left: 0px; font: normal normal normal 11px/normal Monaco; c=
olor: rgb(255, 24, 19); "><span class=3D"Apple-tab-span" style=3D"white-spac=
e:pre">	</span>at er.extensions.appserver.ERXApplication.&lt;init&gt;(<span=
 style=3D"text-decoration: underline ; color: #0a1c8c">ERXApplication.java:1=
036</span>)</div><div style=3D"margin-top: 0px; margin-right: 0px; margin-bo=
ttom: 0px; margin-left: 0px; font: normal normal normal 11px/normal Monaco; c=
olor: rgb(255, 24, 19); "><span class=3D"Apple-tab-span" style=3D"white-spac=
e:pre">	</span>at de.mackoy.eventportal.app.Application.&lt;init&gt;(<span s=
tyle=3D"text-decoration: underline ; color: #0a1c8c">Application.java:64</sp=
an>)</div><div style=3D"margin-top: 0px; margin-right: 0px; margin-bottom: 0=
px; margin-left: 0px; font: normal normal normal 11px/normal Monaco; color: r=
gb(255, 24, 19); "><span class=3D"Apple-tab-span" style=3D"white-space:pre">=
	</span>at sun.reflect.NativeConstructorAccessorImpl.newInstance0(<s=
pan style=3D"text-decoration: underline ; color: #0a1c8c">Native Method</spa=
n>)</div><div style=3D"margin-top: 0px; margin-right: 0px; margin-bottom: 0p=
x; margin-left: 0px; font: normal normal normal 11px/normal Monaco; color: r=
gb(255, 24, 19); "><span class=3D"Apple-tab-span" style=3D"white-space:pre">=
	</span>at sun.reflect.NativeConstructorAccessorImpl.newInstance(<sp=
an style=3D"text-decoration: underline ; color: #0a1c8c">NativeConstructorAc=
cessorImpl.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" sty=
le=3D"white-space:pre">	</span>at sun.reflect.DelegatingConstructorAccessor=
Impl.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: no=
rmal normal normal 11px/normal Monaco; color: rgb(255, 24, 19); "><span clas=
s=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; mar=
gin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal no=
rmal 11px/normal Monaco; color: rgb(255, 24, 19); "><span class=3D"Apple-tab=
-span" style=3D"white-space:pre">	</span>at java.lang.Class.newInstan=
ce0(<span style=3D"text-decoration: underline ; color: #0a1c8c">Class.java:3=
55</span>)</div><div style=3D"margin-top: 0px; margin-right: 0px; margin-bot=
tom: 0px; margin-left: 0px; font: normal normal normal 11px/normal Monaco; c=
olor: rgb(255, 24, 19); "><span class=3D"Apple-tab-span" style=3D"white-spac=
e:pre">	</span>at java.lang.Class.newInstance(<span style=3D"text-decoratio=
n: underline ; color: #0a1c8c">Class.java:308</span>)</div><div style=3D"mar=
gin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font:=
 normal normal normal 11px/normal Monaco; color: rgb(255, 24, 19); "><span c=
lass=3D"Apple-tab-span" style=3D"white-space:pre">	</span>at com.webob=
jects.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: nor=
mal 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.app=
server.ERXApplication.main(<span style=3D"text-decoration: underline ; color=
: #0a1c8c">ERXApplication.java:820</span>)</div><div style=3D"margin-top: 0p=
x; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal nor=
mal normal 11px/normal Monaco; color: rgb(255, 24, 19); "><span class=3D"App=
le-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-rig=
ht: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 11=
px/normal Monaco; color: rgb(255, 24, 19); ">Caused by: <span style=3D"text-=
decoration: underline ; color: #0a1c8c">java.lang.IllegalStateException</spa=
n>: Main bundle 'Properties' file can't be read.&nbsp; 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: no=
rmal normal normal 11px/normal Monaco; color: rgb(255, 24, 19); ">Please pos=
t your deployment configuration in the Wonder mailing list.</div><div style=3D=
"margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; f=
ont: normal normal normal 11px/normal Monaco; color: rgb(255, 24, 19); "><sp=
an class=3D"Apple-tab-span" style=3D"white-space:pre">	</span>at er.extens=
ions.appserver.ERXApplication$Loader.collectMainProps(<span style=3D"text-de=
coration: 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">	</s=
pan>at er.extensions.appserver.ERXApplication$Loader.bundleDidLoad(<span sty=
le=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:pr=
e">	</span>at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Sourc=
e)</div><div style=3D"margin-top: 0px; margin-right: 0px; margin-bottom: 0px=
; margin-left: 0px; font: normal normal normal 11px/normal Monaco; color: rg=
b(255, 24, 19); "><span class=3D"Apple-tab-span" style=3D"white-space:pre">=
	</span>at sun.reflect.DelegatingMethodAccessorImpl.invoke(<span style=3D"te=
xt-decoration: underline ; color: #0a1c8c">DelegatingMethodAccessorImpl.java=
:25</span>)</div><div style=3D"margin-top: 0px; margin-right: 0px; margin-bo=
ttom: 0px; margin-left: 0px; font: normal normal normal 11px/normal Monaco; c=
olor: rgb(255, 24, 19); "><span class=3D"Apple-tab-span" style=3D"white-spac=
e:pre">	</span>at java.lang.reflect.Method.invoke(<span style=3D"text-decor=
ation: underline ; color: #0a1c8c">Method.java:597</span>)</div><div style=3D=
"margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; f=
ont: normal normal normal 11px/normal Monaco; color: rgb(255, 24, 19); "><sp=
an class=3D"Apple-tab-span" style=3D"white-space:pre">	</span>at com.webob=
jects.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; f=
ont: normal normal normal 11px/normal Monaco; color: rgb(255, 24, 19); "><sp=
an class=3D"Apple-tab-span" style=3D"white-space:pre">	</span>at com.webob=
jects.foundation.NSNotificationCenter$_Entry.invokeMethod(<span style=3D"tex=
t-decoration: underline ; color: #0a1c8c">NSNotificationCenter.java:588</spa=
n>)</div><div style=3D"margin-top: 0px; margin-right: 0px; margin-bottom: 0p=
x; margin-left: 0px; font: normal normal normal 11px/normal Monaco; color: r=
gb(255, 24, 19); "><span class=3D"Apple-tab-span" style=3D"white-space:pre">=
	</span>at com.webobjects.foundation.NSNotificationCenter.postNotifi=
cation(<span style=3D"text-decoration: underline ; color: #0a1c8c">NSNotific=
ationCenter.java:532</span>)</div><div style=3D"margin-top: 0px; margin-righ=
t: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 11p=
x/normal Monaco; color: rgb(255, 24, 19); "><span class=3D"Apple-tab-span" s=
tyle=3D"white-space:pre">	</span>at com.webobjects.foundation.NSNotif=
icationCenter.postNotification(<span style=3D"text-decoration: underline ; c=
olor: #0a1c8c">NSNotificationCenter.java:562</span>)</div><div style=3D"marg=
in-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: n=
ormal normal normal 11px/normal Monaco; color: rgb(255, 24, 19); "><span cla=
ss=3D"Apple-tab-span" style=3D"white-space:pre">	</span>at com.webob=
jects.foundation.NSBundle.postNotification(<span style=3D"text-decoration: u=
nderline ; color: #0a1c8c">NSBundle.java:2546</span>)</div><div style=3D"mar=
gin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font:=
 normal normal normal 11px/normal Monaco; color: rgb(255, 24, 19); "><span c=
lass=3D"Apple-tab-span" style=3D"white-space:pre">	</span>at com.webob=
jects.foundation.NSBundle.LoadBundlesFromClassPath(<span style=3D"text-decor=
ation: 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 c=
om.webobjects.foundation.NSBundle.&lt;clinit&gt;(<span style=3D"text-decorat=
ion: underline ; color: #0a1c8c">NSBundle.java:373</span>)</div><div style=3D=
"margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; f=
ont: normal normal normal 11px/normal Monaco; color: rgb(255, 24, 19); "><sp=
an 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 t=
hat?</div><div>Do I have to adjust the launch arguments?</div><div>I am usin=
g the latest Wonder Version (2 weeks old revision) and WO Lips 3.7.10091</di=
v><div><br></div><div>Best,</div><div>Andr=C3=A9</div><div><br></div><div><b=
r></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=C3=A9,<br=
><br>On the D2W side changes are being picked up automatically now if you us=
e bundleless builds. Have you turned that on?<br><br>David<br><br><br>On 201=
1-08-17, at 1:46 PM, Andr=C3=A9 Koppany wrote:<br><br><blockquote type=3D"ci=
te">Hi,<br></blockquote><blockquote type=3D"cite"><br></blockquote><blockquo=
te type=3D"cite">we are using sass (<a href=3D"http://sass-lang.com/"><a hre=
f=3D"http://sass-lang.com/">http://sass-lang.com/</a></a>) to generate our c=
ss code.<br></blockquote><blockquote type=3D"cite">The workflow is, that the=
 WebServerResources Folder will be watched for changes <br></blockquote><blo=
ckquote type=3D"cite">in *.scss files by the sass gem and produces the *.css=
 files.<br></blockquote><blockquote type=3D"cite"><br></blockquote><blockquo=
te type=3D"cite">To get this changes into the running wo project, I have to r=
efresh every time by hand<br></blockquote><blockquote type=3D"cite">the WebS=
erverResources folder in eclipse<br></blockquote><blockquote type=3D"cite"><=
br></blockquote><blockquote type=3D"cite">Is there a way that the folder wil=
l be automatically refreshed?<br></blockquote><blockquote type=3D"cite">I kn=
ow there is something available for the D2W rule files. Maybe this could be u=
tilized for this?<br></blockquote><blockquote type=3D"cite"><br></blockquote=
><blockquote type=3D"cite">Best,<br></blockquote><blockquote type=3D"cite">A=
ndr=C3=A9<br></blockquote><br></div></blockquote></div><br></div></div></blo=
ckquote></div><br></div></div></div></blockquote></div><br></div></div></blo=
ckquote></div><br></div></blockquote></body></html>=

--Apple-Mail-1-622750653--