-
1. Re: Cleaning up the jbossxb projects
aloubyansky Mar 7, 2007 4:59 AM (in response to starksm64)Fine by me. Is there a reason not to merge Adrian's annotations work into trunk? The lesser branches we have the better.
-
2. Re: Cleaning up the jbossxb projects
starksm64 Mar 7, 2007 3:37 PM (in response to starksm64)I would certainly like to merge it, but have not looked at it. Adrian will have to comment on that. Right now I'm just focusing on 1+2 as the trunk situation can be dealt with latter.
-
3. Re: Cleaning up the jbossxb projects
adrian.brock Mar 9, 2007 12:13 PM (in response to starksm64)The annotation stuff is based on the MC's ClassInfo abstraction
so it is not a trivial integration (given that the container project where
this lives also depends on JBossXB). It might have to wait until we split up the MC build? -
4. Re: Cleaning up the jbossxb projects
aloubyansky Apr 2, 2007 6:04 AM (in response to starksm64)branch/1_0 appears to be not a copy of the 1.0.0.CR9 tag but the trunk?
Author: scott.stark@jboss.org Date: 2007-03-07 19:05:37 -0500 (Wed, 07 Mar 2007) New Revision: 2285 Added: jbossxb/branches/1_0/ Log: Make a 1.0 branch from the 1.0.0.CR9 release Copied: jbossxb/branches/1_0 (from rev 2284, jbossxb/trunk/src)
-
5. Re: Cleaning up the jbossxb projects
starksm64 Apr 2, 2007 3:24 PM (in response to starksm64)It should have been from the https://svn.jboss.org/repos/common/jbossxb/tags/1.0.0.CR9/ tag, but looking at http://fisheye.jboss.com/changelog/JBossCommon/jbossxb/branches/1_0?cs=2285 it does not list the source url of the copy. What your showing is the commit msg? Is there a way to validate what the source of the copy is after the fact?
-
6. Re: Cleaning up the jbossxb projects
aloubyansky Apr 2, 2007 5:01 PM (in response to starksm64)Yes, it's the commit msg. Not sure about the svn command to check that.
The as405 branch doesn't support global model groups. The trunk does. If the SchemaBinding has an instvar 'groups' the version supports global model groups.
1.0.0.CR9 is a tag on as405 branch and doesn't support global model groups. But the branch/1_0 does. -
7. Re: Cleaning up the jbossxb projects
starksm64 Apr 2, 2007 5:24 PM (in response to starksm64)If I look at http://fisheye.jboss.com/browse/JBossCommon/jbossxb/branches/1_0/main/java/org/jboss/xb/QNameBuilder.java
it says the root was created from trunk/jbossxb/trunk/src/main/java/org/jboss/xb/QNameBuilder.java
so I must have messed up the source url. I don't see any changes going into this branch so we just need to delete it an create it correctly from the tag. If you don't want to recreate it I will. -
8. Re: Cleaning up the jbossxb projects
aloubyansky Apr 2, 2007 5:33 PM (in response to starksm64)No problem, I'll do it.
-
9. Re: Cleaning up the jbossxb projects
aloubyansky Apr 3, 2007 5:15 AM (in response to starksm64)I renamed the xb405 branch to 1_0. This is what has been used for 1.0.0.CR releases.