Closed GoogleCodeExporter closed 9 years ago
Original comment by alex.obj...@gmail.com
on 29 Jun 2012 at 9:18
Could you checkout the project from github (branch 1.4.x) which contains the
1.4.7 (that will be released this week) and confirm that everything works?
Original comment by alex.obj...@gmail.com
on 29 Jun 2012 at 9:19
[deleted comment]
Not the master branch. Clone the 1.4.x branch. This is the one containing the
main dev changes.
Original comment by alex.obj...@gmail.com
on 29 Jun 2012 at 9:30
Doh! I just deleted my previous comment to write that Im going to clone it from
1.4.x branch like you wrote - sorry for that.
Original comment by noctur...@googlemail.com
on 29 Jun 2012 at 9:31
I hook in the two maven projects core / extension into my maven project but
there is a compilation error in
ro.isdc.wro.extensions.model.factory.GroovyModelFactory - the GroovyModelParser
could not be resolved.
Original comment by noctur...@googlemail.com
on 29 Jun 2012 at 9:53
just use mvn compile or mvn clean install. The missing class should be
generated after a build.
Original comment by alex.obj...@gmail.com
on 29 Jun 2012 at 9:55
Ok, fiiinnally I did it :) - Everything is working fine with 1.4.7 so we can
close this bug. Extensions, CSS are minified and JS files are loaded in full
size.
Thanks
Original comment by noctur...@googlemail.com
on 29 Jun 2012 at 10:54
Hey by the way - you also fixed a bug that causes the browser not to cache the
js file on client side. Great! Ty for that too :)
Original comment by noctur...@googlemail.com
on 29 Jun 2012 at 11:24
What issue are you talking about?
Original comment by alex.obj...@gmail.com
on 29 Jun 2012 at 11:26
Currently I'm testing wro4j with Firebug and YSlow to get the best caching
results in the client and to check if I can disable the caching behaviour on
client side by modifying the server settings.
For other resources then js / css I use ehcache and if I want to debug I
replace the filter in the applicationContext.xml with a filter that clears all
headers and replaces them so that the client is going to load the files again.
What I noticed from version 1.4.2 to 1.4.7 is that firebug also says Not
Modified if the js file which is generated by wro was not modified. In the old
version on each reqquest the js file seems to be loaded again.
Original comment by noctur...@googlemail.com
on 29 Jun 2012 at 11:51
Attachments:
Is there a way in wro to clear the client side caching for developing propose?
The server side cache and model can be disabled and updated on each request.
But I didn't found it for client side (via headers)
Original comment by noctur...@googlemail.com
on 29 Jun 2012 at 11:54
There were plenty of changes between 1.4.2 and 1.4.7:
http://code.google.com/p/wro4j/wiki/ReleaseNotes.
You can disable caching using the following property.
disableCache=false
This one should also change the headers (no caching on the client side).
Original comment by alex.obj...@gmail.com
on 29 Jun 2012 at 11:56
O I noticed that wro is detecting it intelligent by the change time of the file
on server side. So everything is working like a charm now.
This is the best web resource framework I've ever seen!
Original comment by noctur...@googlemail.com
on 29 Jun 2012 at 11:57
The above should be:
disableCache=true
Thanks :).. Glad you find it useful.
Original comment by alex.obj...@gmail.com
on 29 Jun 2012 at 11:59
Original issue reported on code.google.com by
noctur...@googlemail.com
on 29 Jun 2012 at 9:16