• shrinkwrap maven resolver api review

    hey guys, I gathered the api in two gists to feed the api review.   "main" api: https://gist.github.com/1146103 maven filters: https://gist.github.com/1146122
    Profile Photo
    last modified by spinner
  • Development Plan: 1.1.0-X (master) and 1.2.0-X

    ShrinkWrap Descriptors is undergoing development in two active branches now:   master 1.2.0-X   1.2.0-X represents the next series of Java EE Spec and JBoss Vendor Descriptors that have arisen out of SHRI...
    Profile Photo
    created by alrubinger
  • WebAppDescriptor API proposal

    Hi Andrew and all others   I created a new discussion about the WebAppDescriptor API. The titel is more accurated.   I am stepping into this task of creating an API for the webAppDescriptor. I first analyz...
    Profile Photo
    last modified by rbattenfeld
  • ApplicationDescriptor - Missing javaee namespace?

    Hi   I was pointet by another discussion to the shrinkwrap descriptor project. This is something I can definitely reuse   I tried the ApplicationDescriptor for definining the application.xml. The file look...
    Profile Photo
    last modified by rbattenfeld
  • Great presentation at JBoss World!

    Hi Andrew, Aslak and Dan   You showed a really fantastic presentation at the JBoss World Summit. I think, the audience was very delighted about Arquillian and Shrinkwrap.   We had a little chat about contr...
    Profile Photo
    last modified by rbattenfeld
  • the ShrinkWrap and the NoClassDefFoundError

    hi guys,   i am a ShrinkWrap novice and just want to try the simplest example for novice ShrinkWrap (not with Arquillian), so the method:       public static void main(String[] args) { ...
    Profile Photo
    last modified by chaiyilin
  • ShrinkWrap resolvers?

    After spending some time reviewing and working with the two new ShrinkWrap APIs, it got me thinking: if descriptors is a separate repository, then why isn't resolvers? In fact, I sort of see the ShrinkWrap project hav...
    Profile Photo
    last modified by dan.j.allen
  • SHRINKDESC-21 and SHRINKDESC-33

    I've begun work and am seeking review on:   https://issues.jboss.org/browse/SHRINKDESC-21 https://issues.jboss.org/browse/SHRINKDESC-33   https://github.com/lincolnthree/shrinkwrap-descriptors/commit/4e14...
    Profile Photo
    created by lincolnthree
  • More read methods

    While using the ShrinkWrap API to manipulate archives in the Arquillian deployment packager, I felt a real lack of read method options on the archive types. A prime example is when I want to read the WebArchives that ...
    Profile Photo
    last modified by dan.j.allen
  • UberJar archive type

    I thought of another useful container type for ShrinkWrap. So far the only nested Java archives we've created have been Java EE standard archives. Another common archive packaging is the UberJar (or as Maven calls it,...
    Profile Photo
    last modified by dan.j.allen
  • DSL for XML descriptors

    I'd like to rekindle the discussion about the descriptors DSL (Re: ShrinkWrap - Descriptors). The descriptors DSL is a fluent API for producing standard XML-based configuration files such as:   web.xml beans.xm...
    Profile Photo
    last modified by dan.j.allen
  • Running tests within IntelliJ IDEA fails

    FileAssetTestCase.shouldBeAbleToReadFile() fails when running in from within IntelliJ IDEA   Path to Test.properties is wrong when running tests from within IDEA     Is: /home/ken/dev/git/shrinkwrap/s...
    Profile Photo
    last modified by kenglxn
  • Reopen this one?: SHRINKWRAP-93: ZipExporter should throw exception for empty archives

    Hi to all,   I do use JDK1.6, GateIn3.1/JBossAS5.1, Arquillian Alpha3 (with Shrinkwrap Alpha11)   {code} @Deployment     public static Archive<?> getTestArchive() {    ...
    Profile Photo
    last modified by michaelschuetz
  • Contributing and Pushing changes on github

    After a discussion with Aslak on IRC we see the need to clarify the routine for contributing changes now that ShrinkWrap is on Github.   Currently we have landed on sending a pull request after the changes are c...
    Profile Photo
    last modified by kenglxn
  • Revisiting the WebArchive API

    I still don't think we have the WebArchive API right. SHRINKWRAP-186 (META-INF target in a WebArchive) was just the tip of an iceburg. I think we need to step back and make sure we address the whole picture. What indi...
    Profile Photo
    last modified by dan.j.allen
  • ShrinkWrap now housed at GitHub

    https://jira.jboss.org/browse/SHRINKWRAP-209   The authoritative repo is now:   http://github.com/shrinkwrap/shrinkwrap   R/W: http://github.com/shrinkwrap/shrinkwrap Anon: git://github.com/shrinkwr...
    Profile Photo
    created by alrubinger
  • Container versions in extensions

    We are having a discussion in ARQ-200 about how to incorporate the supported container version into an integration. The discussion made us aware of the fact that ShrinkWrap doesn't include the version of the container...
    Profile Photo
    last modified by dan.j.allen
  • ShrinkWrapStandardContext and Serializable

    https://jira.jboss.org/browse/SHRINKWRAP-198   Regarding the new Tomcat/ShrinkWrap deployment mechanism:   StandardContext, the parent class of our extension, implements Serializable.  Therefore, our ...
    Profile Photo
    last modified by alrubinger
  • ArchiveAsset and Exporters

    https://jira.jboss.org/browse/SHRINKWRAP-199   We never really got it right with ArchiveAsset.   The Asset contract states that anything may be added to an archive, so long as it may be represented as a s...
    Profile Photo
    last modified by alrubinger
  • Known locations inside spec archives

    If the idea is that a "container" maps a path inside the archive, I think we should agree on the following table which shows how each container is mapped inside each spec archive:   JAR WAR EAR RAR ClassContain...
    Profile Photo
    last modified by germanescobar