Gang,
The build (on my local machine) now uses dev-status.xml to determine
if the module should be included in the SDK and whether upload to
Maven repo should happen. At the moment the "specification" requires
the presence of dev-status.xml and "beta" or later, which I think is
fairly generous. We will tighten the requirements as we mature.
The 1.3.RC.2 is being build right now, and a lot of stuff is missing.
We need to make a full review of every dev-status and maintain it
accurately.
Btw, the XML support in Gradle/Groovy is quite sweet;
def module = new XmlSlurper().parse(devStatusFile)
def status = module.status.codebase.text()
Cheers
--
Niclas Hedhman, Software Developer
http://www.qi4j.org - New Energy for Java
I live here; http://tinyurl.com/3xugrbk
I work here; http://tinyurl.com/24svnvk
I relax here; http://tinyurl.com/2cgsug
_______________________________________________
qi4j-dev mailing list
[email protected]
http://lists.ops4j.org/mailman/listinfo/qi4j-dev