-
1. Re: Compile-Time API Leak to SWD
aslak Apr 3, 2012 6:08 AM (in response to alrubinger)How is this any different then Archives ?
What is your pom setup?
-
2. Re: Compile-Time API Leak to SWD
alrubinger Apr 3, 2012 6:13 AM (in response to aslak)Archives? It's different because ... why would a user need SWD on the compilation ClassPath in order to implement a DeployableContainer?
Ha, no POM setup. Tim's used Ant for the Vert.X build. Which actually makes me think we should start making unified distribution JAR assemblies to bundle all of our modules together (kinda like putting all the contents of the depchain POMs in one JAR). WDYT? If so I'll open a new discussion for this.
S,
ALR
-
3. Re: Compile-Time API Leak to SWD
aslak Apr 3, 2012 7:37 AM (in response to alrubinger)Archives are not different in this context.
Descriptors are defined as a 'Deployable Unit' on the same level as Arcihves.
shrinkwrap-api and shrinkwrap-descriptor-api are required.
-
4. Re: Compile-Time API Leak to SWD
alrubinger Apr 3, 2012 7:39 AM (in response to aslak)Ah, that's right, Descriptors are directly deployable. OK, so that makes sense then, thanks.
Mental note: For ARQ 2.0.0, anything should be Deployable. For instance in VertX it's just Classes. And for some container types it's *nothing*.
S,
ALR
-
5. Re: Compile-Time API Leak to SWD
aslak Apr 3, 2012 8:01 AM (in response to alrubinger)physical note... https://issues.jboss.org/browse/ARQ-473