Re: [5.4-beta-10] providedChecksum is always different from the actualChecksum for a specific asset

2014-06-22 Thread Muhammad Gelbana
​I'm very sorry I didn't reply as soon as I tried this. Anyway running the application ​using Eclipse's Jetty plugin or maven's Jetty plugin didn't have a different effect. What do you mean by etag ? *-* *Muhammad Gelbana* http://www.linkedin.com/in/mgelbana On Thu, Jun 12,

Re: [5.4-beta-10] providedChecksum is always different from the actualChecksum for a specific asset

2014-06-22 Thread Thiago H de Paula Figueiredo
On Sun, 22 Jun 2014 15:43:50 -0300, Muhammad Gelbana m.gelb...@gmail.com wrote: ​I'm very sorry I didn't reply as soon as I tried this. Anyway running the application ​using Eclipse's Jetty plugin or maven's Jetty plugin didn't have a different effect. What do you mean by etag ?

Re: [5.4-beta-10] providedChecksum is always different from the actualChecksum for a specific asset

2014-06-12 Thread Kristian Marinkovic
how are you running your app? i'm using run-jetty-run in Eclipse and never experienced the problem you describe. the etag is based on the content of the file. maybe there is another eclipse plugin changing your resources g, Kris On Tue, Jun 10, 2014 at 11:12 AM, Muhammad Gelbana

Re: [5.4-beta-10] providedChecksum is always different from the actualChecksum for a specific asset

2014-06-12 Thread Muhammad Gelbana
I'm using run-jetty-run (Eclipse plugin). I suppose you mean run-jetty (Maven plugin). I'll try it when I reach my machine again. *-* *Muhammad Gelbana* http://www.linkedin.com/in/mgelbana On Thu, Jun 12, 2014 at 10:56 AM, Kristian Marinkovic kristian.marinko...@gmail.com

[5.4-beta-10] providedChecksum is always different from the actualChecksum for a specific asset

2014-06-10 Thread Muhammad Gelbana
I places an asset file in my *META-INF/assets/js* folder beneath my resources folder This file name is *jquey.min.map* (It doesn't end with a .js) I made sure multiple times that the asset is in place and that its even transferred to maven's target/classes folder, but I'm still facing an issue