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.
Thanks,
-Joe