This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [patch] java.beans.Statement


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Am Sonntag, 20. Juni 2004 19:24 schrieb Jerry Quinn:
> Michael Koch writes:
>  > -----BEGIN PGP SIGNED MESSAGE-----
>  > Hash: SHA1
>  >
>  > Am Sonntag, 20. Juni 2004 06:17 schrieb Jerry Quinn:
>  > > This is an initial implementation of java.beans.Statement. 
>  > > There's now a mauve test that this class passes.
>  >
>  > New files need to be added to Makefile.am and Makefile.in need
>  > to be regenerated with automake-gcj.
>
> OK.
>
>  > I have only looked at the style currently. I trust you that
>  > functionality is working. I haven't tried. Please update when
>  > resend the patch. Tom can than look at it for approving.
>
> Here's the file with style fixes and the makefile additions.  I had
> them and forgot to send them.
>
> I think I got all the documented functionality.  It works to the
> extent that the mauve test I created exercises the class :-)
>
> Jerry
>
>
> 2004-06-20  Jerry Quinn  <jlquinn@optonline.net>
>
> 	* Makefile.am (awt_java_source_files): Add Statement.java.
> 	* Makefile.in (awt_java_source_files): Add Statement.java.

"* Makefile.in: Regenerated." would have been enough.

> diff -u -r1.381 Makefile.am
> --- Makefile.am 28 May 2004 18:53:04 -0000      1.381
> +++ Makefile.am 20 Jun 2004 17:18:52 -0000
> @@ -1299,6 +1300,7 @@
>  java/beans/PropertyEditorManager.java \
>  java/beans/PropertyEditorSupport.java \
>  java/beans/PropertyVetoException.java \
> +java/beans/Statement.java \
>  java/beans/SimpleBeanInfo.java \
>  java/beans/VetoableChangeListener.java \
>  java/beans/VetoableChangeListenerProxy.java \

Have you actually tested to compile it with this change ? This looks 
like hand edited and one or two changes are missing. Please use 
automake-gcj to regenerate Makefile.in.


Michael
- -- 
Homepage: http://www.worldforge.org/
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (GNU/Linux)

iD8DBQFA1csXWSOgCCdjSDsRAnopAKCNeOgUWHHkaHs1AgHnt7uOI+07uACePQIM
HERzo1VRL9NGdHB/muUfSXQ=
=sFnx
-----END PGP SIGNATURE-----


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]