This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: [Updated Patch] StringBuffer.java index checking.
Bryce McKinlay writes:
> On Friday, Sep 26, 2003, at 12:41 Pacific/Auckland, Ralph Loader wrote:
>
> > PS. The gcc documentation at http://gcc.gnu.org/install/test.html says
> > that the testsuites "are part of the full distribution". The mauve
> > testsuite is not included - maybe we should have a copy of mauve in gcc
> > cvs?
>
> I suspect there are licensing issues - mauve doesn't require copyright
> assignment for contributions, etc.
Yes. Also, it's always problematic when a project lives in more than
one repository -- you have to keep them in sync and avoid accidental
version mismatches. Better if we don't do this.
Andrew.