I added the docbook docs to the maven assembly. The docbook stuff can now be run with the docs profile.
mvn -Pdocs install
The assemblies can be generated using the assembly profile:
mvn -Passembly install
I wasn't sure what the source distribution should look like. The old source assembly looks like it just has the code from the modules combined. Is this how the new distribution files should work?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4043229#4043229
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4043229
I've committed the inital cut at the VFSClassLoaderPolicy
http://jira.jboss.com/jira/browse/JBOSGI-14
It's likely the final version will be more integrated with the VDF's classpath
structure information rather than directly taking VFS urls,
but at least the current class shows how to integrate the VFS with the new
classloader.
With this class done, we pretty much have all the functionality of the
UnifiedClassLoader using the VFS.
With OSGi style rules as well.
Although it would need a subclass of this class
http://jira.jboss.com/jira/browse/JBOSGI-15
to allow much of the policy to be set.
JBOSGI-15 will almost certainly include more fine grained filtering
like the MockClassLoaderPolicy in the classloader tests.
e.g. excluding individual classes (not just from what is exported/imported
but what the classloader itself can see in the "private" classes).
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4043148#4043148
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4043148