5 Replies Latest reply on Apr 3, 2012 8:01 AM by aslak

    Compile-Time API Leak to SWD

    alrubinger

      We have a compilation-time API leak from Arquillian Core to SWD:

       

      DescriptionResourcePathLocationType
      The type org.jboss.shrinkwrap.descriptor.api.Descriptor cannot be resolved. It is indirectly referenced from required .class filesVertxCommonDeployableContainer.java/vert.x/src/main/java/org/vertx/java/arquillian/containerline 1Java Problem

       

      Stumbled across this while implementing a DeployableContainer for the VertX project tonight.

       

      While it's one thing to require SWD for Arquillian to run internally, it's another to impose any specific version for compilation.  What can we do to isolate this?

       

      S,

      ALR