[cp-patches] FYI: Fix build error with last patch

2008-02-17 Thread Andrew John Hughes
Forgot to add the imports... ChangeLog: 2008-02-17 Andrew John Hughes [EMAIL PROTECTED] * vm/reference/java/lang/reflect/Constructor.java, * vm/reference/java/lang/reflect/Method.java: Add missing java.lang.annotation.Annotation import. -- Andrew :) Support Free

[cp-patches] FYI: Fix build issues with compilers

2007-10-08 Thread Andrew John Hughes
The attached patch cleans up our build a little. It now successfully allows you to turn off javac or ecj as required (see PR 33623) and will exit the build when there is no compiler. Changelog: 2007-10-08 Andrew John Hughes [EMAIL PROTECTED] PR classpath/33623: *

[cp-patches] FYI: Fix build, remove old file

2007-04-05 Thread Francis Kung
This patch removes a removed file from the Makefile.am in the includes directory; build was failing on it. Cheers, Francis 2007-04-05 Francis Kung [EMAIL PROTECTED] * include/Makefile.am: Remove old entry. Index: include/Makefile.am

[cp-patches] FYI: Fix build

2007-02-16 Thread Francis Kung
Hi, Updating the import declaration in javax.management.NotificationBroadcasterSupport to reflect the new ListenerData location, fixing a compile error. Cheers, Francis 2007-02-16 Francis Kung [EMAIL PROTECTED] * javax/management/NotificationBroadcasterSupport.java: Update

[cp-patches] FYI: Fix build != srcdir and distcheck

2006-06-30 Thread Mark Wielaard
Hi, When using builddir != srcdir (as on the autobuilder) things didn't build successfully. This fixes that. 2006-06-30 Mark Wielaard [EMAIL PROTECTED] * configure.ac: Move standard.omit creation after dirs are created. Cat standard.omit.in from srcdir. Make exclude regex more

[cp-patches] FYI: Fix build for gcj

2006-05-21 Thread Andrew John Hughes
I'm committing the attached patch to (hopefully) fix the current build problems with gcj -- this works with gcj 4.1. Changelog: 2006-05-21 Andrew John Hughes [EMAIL PROTECTED] * gnu/java/net/loader/JarURLLoader.java: Use Map.Entry instead of LinkedHashMap.Entry -- Andrew :-)

Re: [cp-patches] [FYI] fix build

2005-08-24 Thread Mark Wielaard
Hi, On Fri, 2005-08-12 at 16:38 -0400, Aaron Luchko wrote: I forgot that although gnu/classpath/jdwp is omitted from the build vm/reference/gnu/classpath isn't and since I referenced stuff in gnu/classpath/jdwp from VMFrame the build broke :( I added vm/reference/standard.omit to omit all

Re: [cp-patches] [FYI] fix build

2005-08-13 Thread Tom Tromey
Aaron == Aaron Luchko [EMAIL PROTECTED] writes: Aaron ChangeLog Aaron * vm/reference/standard.omit: New file to omit jdwp reference Aaron classes from build. Just FYI, cvs add the file and use 'cvs diff -N' so it will show up in the patch you mail in. Tom

[cp-patches] [FYI] fix build

2005-08-12 Thread Aaron Luchko
I forgot that although gnu/classpath/jdwp is omitted from the build vm/reference/gnu/classpath isn't and since I referenced stuff in gnu/classpath/jdwp from VMFrame the build broke :( I added vm/reference/standard.omit to omit all the vm/reference/gnu/classpath/jdwp classes until everything is