[cp-patches] RFC: [cp-tools] remove unnecessary gjavah from cp-tools and correct classpath in gjavap wrapper script

2008-07-14 Thread Paul Jenner
Hi list. A couple of simple patches for consideration for cp-tools. The first is to remove gjavah from cp-tools since a javah tool is now in Classpath so gjavah in cp-tools is no longer needed. 2008-07-12 Paul Jenner [EMAIL PROTECTED] * bin/gjavah.in, * configure.ac

Re: 0.95 branch created

2007-04-18 Thread Paul Jenner
: java.awt.Container.LightweightContainer +FAIL: java.awt.Checkbox.PaintTest +FAIL: java.awt.Robot.getPixelColor +FAIL: java.awt.Robot.mouseWheel +FAIL: java.awt.Robot.mouseMove +FAIL: java.awt.Robot.createScreenCapture +FAIL: java.awt.Robot.keyRelease Guess they could be local issues - is anyone else seeing those? Paul -- Paul

Re: 0.95 branch created

2007-04-10 Thread Paul Jenner
want to test but don't stay up to date with CVS. Thanks, Paul -- Paul Jenner [EMAIL PROTECTED]

Re: Jboss/Java1.5 on HPPA in linux

2007-02-21 Thread Paul Jenner
to raise in case someone had looked at these. Thanks, Paul -- Paul Jenner [EMAIL PROTECTED]

[cp-patches] RFC: error if gcjwebplugin enabled but mozilla plugin support not found - PR28933

2006-09-02 Thread Paul Jenner
with a warning but allow build to continue instead of throwing an error here? Paul 2006-09-02 Paul Jenner [EMAIL PROTECTED] PR 28933 * configure.ac (MOZILLA_FOUND): Error if plugin enabled but Mozilla not found. -- Paul Jenner [EMAIL PROTECTED] --- classpath/configure.ac

Re: jboss-4.0.4

2006-08-11 Thread Paul Jenner
the ScanEnabled) in server conf/jboss-service.xml to workaround this. Hope this helps, Paul -- Paul Jenner [EMAIL PROTECTED]

Re: [cp-patches] RFC: README updated

2006-08-06 Thread Paul Jenner
* Adding cp-patches list for patch submission * Updating CVS instructions to current * Few minor wording and URL clean-ups Comments? No Changelog yet. Paul -- Paul Jenner [EMAIL PROTECTED] --- classpath/README 2006-05-15 05:00:28.0 +0100 +++ classpath.psj/README 2006-08-06 12:21:42.0

Re: Mauve regressions (Was: [cp-patches] FYI: Component.setName() fix)

2006-07-27 Thread Paul Jenner
on cp-patches at the time [1]. Doesn't help resolve but at least pinpoints where they crept in. Paul [1] http://developer.classpath.org/pipermail/classpath-patches/2006-June/002553.html -- Paul Jenner [EMAIL PROTECTED]

Re: Howto generate configure?

2006-07-21 Thread Paul Jenner
-sockets --enable-escher=/home/ce/escher-0.2.3/ --enable-default-toolkit=gnu.java.awt.peer.x.XToolkit --with-jikes --prefix=/opt/jamvm143/classpath092pre Try adding --disable-plugin to the configure options. gcjwebplugin requires Glib. Hope this helps, Paul -- Paul Jenner [EMAIL PROTECTED]

Re: [cp-patches] [RFA] Fail configure if --enable-plugin and --disable-gtk-peer?

2006-06-17 Thread Paul Jenner
Hi Keith. On Fri, 2006-06-16 at 15:09 -0700, Keith Seitz wrote: Right now, the build fails if the user does: $ ../classpath/configure --disable-gtk-peer For info, this is also Classpath bug #27923 (caught me out too). Cheers, Paul -- Paul Jenner [EMAIL PROTECTED]

[cp-patches] RFC: DESTDIR install path correction in examples/Makefile.am for Cygwin install

2006-01-07 Thread Paul Jenner
successful install on Cygwin. Does this look correct? If so, could someone please commit? Thanks, Paul 2006-01-07 Paul Jenner [EMAIL PROTECTED] Fixes bug #25711 * examples/Makefile.am: Corrected DESTDIR install paths. -- Paul Jenner [EMAIL PROTECTED] diff -Naur classpath/examples

Re: compiling Classpath on cigwin/win

2006-01-03 Thread Paul Jenner
. Unfortunately strace under Cygwin doesn't seem to like me so I am still trying to figure out what is happening... Hope this helps, Paul -- Paul Jenner [EMAIL PROTECTED] ___ Classpath mailing list Classpath@gnu.org http://lists.gnu.org/mailman/listinfo

Re: compiling Classpath on cigwin/win

2006-01-03 Thread Paul Jenner
the rest of the build or tested the resulting class library yet but this seems to fix the jikes issue. Cheers, Paul -- Paul Jenner [EMAIL PROTECTED] ___ Classpath mailing list Classpath@gnu.org http://lists.gnu.org/mailman/listinfo/classpath

[cp-patches] XMLJ_64BIT_POINTER now unused?

2005-11-17 Thread Paul Jenner
Jenner [EMAIL PROTECTED] * native/jni/xmlj/xmlj_util.h (XMLJ_64BIT_POINTER): Removed. I do not have CVS commit access. If this patch is correct, could someone please apply? Thanks, Paul [1] http://lists.gnu.org/archive/html/commit-classpath/2005-08/msg00019.html -- Paul Jenner [EMAIL

Re: [cp-patches] FYI: Releasing the first CORBA/Swing example ( two player network strategy game)

2005-11-16 Thread Paul Jenner
EXAMPLE_JAVA_FILES = $(srcdir)/gnu/classpath/examples/*/*.java where the CORBA examples are two and more directories deep. (Also probably want an EXTRA_DIST for the README.) While I try to get my head around automake, is anyone else seeing this or is this just my set-up? Thanks, Paul -- Paul Jenner

Re: request for testing AWT/SWING

2005-10-05 Thread Paul Jenner
in quickly and the nature of active development is (sometimes necessary) breakage followed by better implementation to fix before next stable release. However I wonder if cross reference against daily mauve regressions would help identify and fix these more quickly? Paul -- Paul Jenner [EMAIL

[cp-patches] [RFC] minor doc correction in java.awt.Font

2005-09-08 Thread Paul Jenner
Hi all. Minor doc correction and addition in java.awt.Font. Is this OK to commit? Thanks, Paul 2005-09-08 Paul Jenner [EMAIL PROTECTED] * java/awt/Font.java (getSize): Documented. (getSize2D): Documented. diff -Naur classpath/java/awt/Font.java classpath.psj/java/awt

Re: gjdoc-0.7.1-pre1

2005-02-08 Thread Paul Jenner
Hi Joao. On Tue, 2005-02-08 at 20:05, Joao Victor wrote: I'm not able to build gjdoc here... it complains about not finding antlr, though it is installed on /usr/lib/antlr.jar (that's version 2.7.5). I just filed bug #11902 about not finding antlr in custom install locations. Can you

Re: Mauve test question

2004-12-23 Thread Paul Jenner
Hi Archie. On Thu, 2004-12-23 at 19:46, Archie Cobbs wrote: Why don't we start by creating an offical mauve-classpath file that is CVS committed Sounds like the existing mauve-classpath file in the CVS root needs a spring-clean. Better to update that in my view than let it go stale and have a

debugging java.lang.UnsatisfiedLinkError?

2004-11-05 Thread Paul Jenner
Hi all. Can someone help me with a quick newbie question? My apologies for posting to such a public list but I was not aware of a better place. I get the following java.lang.UnsatisfiedLinkError error (trying to run JCTerm with jamvm and Classpath CVS): [EMAIL PROTECTED] src]$ jamvm -cp

Re: Japi results updated - full 1.0 and 1.1 *extremely* close

2004-11-04 Thread Paul Jenner
On Fri, 2004-10-29 at 16:52, Stuart Ballard wrote: I thought people might want to know about this so they can immediately set to fixing those 4 remaining errors to claim complete 1.1 and 1.0 coverage :) I guess everyone has been following this closely too but, as of the latest Japi results,