Log in to follow, share, and participate in this community.
Thread Java 5 support?
Java 5 support?I just tried to use Shrinkwrap 1.0.0-alpha-5 within a Java 5 project without success. It seems that the release is build with Java 6. Is Java 6 really a requirement? Couldn't Shrinkwrap not be build with target level ...
Thread Add a directory resource to the JavaArchive
Add a directory resource to the JavaArchiveI am using the http://docs.jboss.org/shrinkwrap/1.0.0-alpha-3/api/org/jboss/shrinkwrap/api/container/ResourceContainer.html#addResource(java.io.File,%20java.lang.String) API to add a directory (containing files, sub-d...