Closed GoogleCodeExporter closed 9 years ago
This issue was closed by revision r534.
Original comment by m...@javaforge.net
on 28 Dec 2011 at 10:25
thanks for the advice. done. will be available in 0.8
Original comment by m...@javaforge.net
on 28 Dec 2011 at 10:37
Great!
Sorry I forgot to comment that we also needed to mark the yuicompressor dependency as optional to be able to run jqwicket in a OSGi platform without import yuicompressor bundle.
Read this to understand the meaning of optional in Maven.
http://maven.apache.org/guides/introduction/introduction-to-optional-and-exclude
s-dependencies.html
To make yuicompressor optional you only need to add the tag
<optional>true</optional>
inside the yuicompressor dependency.
This has a little implication for non-OSGi projects, with this change all the projects that want to use the yuicompressor will need to explicitly declare the yuicompressor dependency inside their pom.
I think that it's better to mark this dependency as optional, because jqwicket works smoothly without yuicompressor.
Thanks.
Original comment by jo...@jordeu.net
on 28 Dec 2011 at 11:11
Original issue reported on code.google.com by
jo...@jordeu.net
on 13 Oct 2011 at 12:59