Kabir recently posted to the dev list how he moved aop into its own project. I don't
think we need to wait for any SVN migration, we can just do as he did:
1. svn mkdir
https://svn.jboss.org/repos/jbossas/projects/admin-console
2. svn move
https://svn.jboss.org/repos/jbossas/trunk/admin-console
https://svn.jboss.org/repos/jbossas/projects/admin-console/trunk
Then we need to get this building properly and running and tested as far as we can against
HEAD of jbossas/trunk. Once we're happy we have something that runs (e.g. don't
worry about test failures due to the read only nature of the JBossMQ configuration in the
/all profile) we can tag it...
svn copy
https://svn.jboss.org/repos/jbossas/projects/admin-console/trunk
https://svn.jboss.org/repos/jbossas/projects/admin-console/tags/JBossAdmi...
-m "Tag of projects/admin-console for a 1.1 snapshot of the 'admin-console'
project."
After that we can take a look at adding support for JBoss Messaging.
Cheers
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3977350#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...