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

Re: Tapestry + Wro4j

2014-09-30 Thread Andreas Fink
Hi John On 29 Sep 2014, at 9:52 , John wrote: > > Is there any documentation+examples for using Wro4j or other web resource > compiler technologies with Tapestry please? That project here should give you some pointers on how to integrate these technologies: https://github.com/lltyk

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
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 qu

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 wro

Re: tapestry-wro4j errors

2014-03-31 Thread Nathan Quirynen
Fink wrote: >>> 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

Re: tapestry-wro4j errors

2014-03-28 Thread Kalle Korhonen
t; > 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. > > > >

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 wrote: >

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: commons-io commons-io 2.2 Which made the error disappear, but gave me the next error: Caused by

Re: tapestry-wro4j errors

2014-03-28 Thread Michael Gentry
ling in commons-io:commons-io:1.4, > while tapestry-wro4j needs 2.2. > > So I added following to my pom: > > > commons-io > commons-io > 2.2 > > > Which made the error disappear, but gave me the next error: > > > Caused by: java.lang.Ill

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: com.github.lltyk tapestry-wro4j 0.9.8 Then I added a file named "main.less" at location src/main/webapp/css/