Re: Tapestry + Wro4j

2014-09-30 Thread Andreas Fink
/lltyk/tapestry-wro4j Cheers, Andi. - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org

Re: Tapestry + Wro4j

2014-09-30 Thread Thiago H de Paula Figueiredo
There's a tapestry-wro4j subproject at Tapestry 5.3 itself. I've never used it, but I believe if you include a .coffee file like you'd do with a .js file, it would get transformed into JavaScript and returned, all automatically. Same for .less and .css. On Tue, 30 Sep 2014 04:16:09 -0300

Tapestry + Wro4j

2014-09-29 Thread John
Hi, Is there any documentation+examples for using Wro4j or other web resource compiler technologies with Tapestry please? John --- This email is free from viruses and malware because avast! Antivirus protection is active. http://www.avast.com

Re: tapestry-wro4j errors

2014-03-31 Thread Nathan Quirynen
://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 nat...@pensionarchitects.be wrote: Hi, Is someone using tapestry-wro4j (0.9.8

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
, 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 search found this, which might help: https://groups.google.com

tapestry-wro4j errors

2014-03-28 Thread Nathan Quirynen
Hi, Is someone using tapestry-wro4j (0.9.8) with Tapestry 5.3.7 ? I just wanted to use it for Less transformer. I added the dependency in pom.xml: dependency groupIdcom.github.lltyk/groupId artifactIdtapestry-wro4j/artifactId version0.9.8/version /dependency Then I added

Re: tapestry-wro4j errors

2014-03-28 Thread Michael Gentry
-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 disappear, but gave me the next error: Caused

Re: tapestry-wro4j errors

2014-03-28 Thread Kalle Korhonen
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 nat...@pensionarchitects.be wrote

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 nat

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