On 23 Apr 2012, at 11:25, netdawg wrote: > Thanks, Luke. Yes, please...
I've uploaded the repackaged version here: http://viscri.co.uk/labs/tapestry/yuicompressor-rhino-bugfix-5.0.jar > > net.dawg at yahoo > > Did I have to install into maven repository (would appreciate version etc)? > And/Or do I use it to compress? <groupId>yuicompressorbugfix</groupId> <artifactId>yuicompressor-rhino-bugfix</artifactId> <version>5.0</version> If you don't run your own version of nexus, you'll have to install it on the machine that you want to build on. This is the command you need I think: http://maven.apache.org/guides/mini/guide-3rd-party-jars-local.html You'll also need to exclude the yuicompressor version that tapestry pulls in: <dependency> <groupId>org.apache.tapestry</groupId> <artifactId>tapestry-yuicompressor</artifactId> <version>5.3.2</version> <exclusions> <exclusion> <groupId>com.yahoo.platform.yui</groupId> <artifactId>yuicompressor</artifactId> </exclusion> </exclusions> </dependency> This should work, Luke --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org