On 10/15/2014 12:06 PM, Joe Darcy wrote:
On 10/15/2014 11:09 AM, huizhe wang wrote:
On 10/15/2014 8:35 AM, Joe Darcy wrote:
Hi Joe,
Before performing the full investigation, I'm now leaning toward
have a "base" repo which would host files currently in the jdk,
langtools, and hotspot repos and then another repo for all the other
library code (jaxp, jaxws, corba).
Something like this?
otherlib repo/
jaxp/src and etc.
jaxws
corba
Currently, we are enjoying the benefit of being a repo by itself,
that is, using the whole repo as our workspace.
But I understand the need for consolidating, as long as it's in its
own root directory, I think it would be fine.
I'd expect something more like
otherlib repo/
src/$MODULE_NAME_FOR_JAXP
src/$MODULE_NAME_FOR_JAXWS
...
as now in the jdk repo, which may end up being basically isomorphic to
the above.
Make sense. JAXP is in one module anyways -- a positive for me :-)
Where would you think the tests would end up? otherlib repo/test?
otherlib repo/test
jaxp
jaxws
...
in which case, jaxp/test would be moved to otherlib repo/test/jaxp.
Thanks,
Joe
Thanks,
-Joe