Re: tapestry-wro4j errors

2014-03-31 Thread Nathan Quirynen
It would mean we have to upgrade our libraries to Hibernate 4+ and our other Tapestry applications to 5.4. Which we will eventually, but can't at this moment. But I have been playing with 5.4 and it looks promising :) On 28/03/14 16:55, Kalle Korhonen wrote: On Fri, Mar 28, 2014 at 8:24 AM,

Re: tapestry-wro4j errors

2014-03-31 Thread Nathan Quirynen
Yep, also found that, but doesn't seem to be the problem here, at least I can't find it... When I run mvn dependency:tree I only see 1 occurence for rhino: +- org.mozilla:rhino:jar:1.7R3:compile which is in the tapestry-wro4j branch On 28/03/14 17:51, Michael Gentry wrote: A quick Google

Re: tapestry-wro4j errors

2014-03-31 Thread Nathan Quirynen
Ok I got it working. After some research I found it is the tapestry-yuicompressor dependency that was causing the problems with rhino. So I solved it by just removing this dependency. On 31/03/14 09:29, Nathan Quirynen wrote: Yep, also found that, but doesn't seem to be the problem here, at

Re: tapestry-wro4j errors

2014-03-28 Thread Michael Gentry
A quick Google search found this, which might help: https://groups.google.com/forum/#!msg/wro4j/LYmnDGEgyLI/5ibuL33Scp0J On Fri, Mar 28, 2014 at 11:24 AM, Nathan Quirynen nat...@pensionarchitects.be wrote: Thanks for the hint Apparently another dependency was pulling in

Re: tapestry-wro4j errors

2014-03-28 Thread Kalle Korhonen
On Fri, Mar 28, 2014 at 8:24 AM, Nathan Quirynen nat...@pensionarchitects.be wrote: I wish I could use Tapestry 5.4 already with built in features like Less, Bootstrap, ...! What prevents you from doing so? Kalle On 28/03/14 16:09, Andreas Fink wrote: Hi. This is probably just a

Re: tapestry-wro4j errors

2014-03-28 Thread Andreas Fink
Hi. This is probably just a missing dependency to commons-io http://search.maven.org/#artifactdetails|org.apache.commons|commons-io|1.3.2|jar I used tapestry-wro4j before, just for combining and minifying, without issues. Cheers, Andi. On 28 Mar 2014, at 15:59 , Nathan Quirynen

Re: tapestry-wro4j errors

2014-03-28 Thread Nathan Quirynen
Thanks for the hint Apparently another dependency was pulling in commons-io:commons-io:1.4, while tapestry-wro4j needs 2.2. So I added following to my pom: dependency groupIdcommons-io/groupId artifactIdcommons-io/artifactId version2.2/version /dependency Which made the error