[jboss-dev-forums] [Design of JBoss Build System] - javaee versioning
wolfc
do-not-reply at jboss.com
Thu Mar 22 10:53:23 EDT 2007
"Emmanuel" wrote : Imagine in a year and a half we want to provide a Java Persistence 2.0 preview. The monolithic javaee.jar will pose problem. That's why I had in mind to keep the subspec in separate jars.
This is covered by the different sub modules. But one thing I haven't thought of yet is how to keep track of versions in svn?
The tree is currently:
javaee/trunk/[module]
With things coming like:
javaee/branches/Branch_1_4/[module]
javaee/branches/Branch_5/[module]
But actually the versions are different:
jboss-ejb-api = 3.0
jboss-jacc-api = 1.1
jboss-perisistence-api = 1.0 or 3.0 (don't know which one)
jboss-transaction-api = 1.0.1
etc.
I think I saw a different layout in common, but is there a blueprint which covers this scenario?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4030666#4030666
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4030666
More information about the jboss-dev-forums
mailing list