This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
New to the list, some questions ...
- From: Andrew Haley <aph at redhat dot com>
- To: Frank dot Schruefer at t-online dot de (Frank Schruefer)
- Cc: java-patches at gcc dot gnu dot org
- Date: Sat, 19 Jul 2003 10:25:00 +0100
- Subject: New to the list, some questions ...
- References: <3F1877E0.9030909@t-online.de>
Frank Schruefer writes:
> Hello,
>
> I'm Frank Schruefer from Erfurt, Thuringia, Germany.
>
> At the moment I'm trying to get axis compiled/linked as an so.
> It happened that it uses swing/JTextArea for it's tcpmon tool
> so I started to write a dummy class according to sun's JavaTM
> 2 Platform, Standard Edition, v 1.4.2 API Specification.
>
> One fix stacked onto the other and I invested quite some time
> already writing prototypes and also some modifications and en-
> hancements to existing libjava code. No end in sight yet ;-)
>
> I'd like to contribute this work to gcj/FSF, so:
>
> Should I ask gcc/java or gnu/classpath for merging my code?
> Is it ok that I used suns docs/specs for prototyping?
It depends on whether you entered into an agreement with Sun. If you
did, then you may not contribute to gcj. If you only used publicly
available docs that's fine.
> Is this the right place to post a "bigger" patch?
Yes.
> Which options to use for diff or is there another strategy?
-c2pN.
You (and your employer, if appropriate) need to assign copyright.
Please don't send anything until we get your paperwork done.
Andrew.