From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5146 invoked by alias); 21 Dec 2005 13:38:36 -0000 Received: (qmail 4832 invoked by uid 22791); 21 Dec 2005 13:38:31 -0000 X-Spam-Check-By: sourceware.org Received: from smtp2.syd.swiftdsl.com.au (HELO smtp2.syd.swiftdsl.com.au) (218.214.225.98) by sourceware.org (qpsmtpd/0.31) with SMTP; Wed, 21 Dec 2005 13:38:05 +0000 Received: (qmail 8520 invoked from network); 21 Dec 2005 13:38:21 -0000 Received: from unknown (HELO ?192.168.17.2?) (218.214.50.3) by smtp2.syd.swiftdsl.com.au with SMTP; 21 Dec 2005 13:38:21 -0000 From: "Raif S. Naffah" Reply-To: raif@swiftdsl.com.au To: mauve-discuss@sourceware.org Subject: patch to improve use with Eclipse Date: Wed, 21 Dec 2005 13:38:00 -0000 User-Agent: KMail/1.9.1 MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart1699623.KFhnHfFjMf"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200512220039.14344.raif@swiftdsl.com.au> Mailing-List: contact mauve-discuss-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: mauve-discuss-owner@sourceware.org X-SW-Source: 2005-q4/txt/msg00050.txt.bz2 --nextPart1699623.KFhnHfFjMf Content-Type: multipart/mixed; boundary="Boundary-01=_5rVqDqYmbxPUh9F" Content-Transfer-Encoding: 7bit Content-Disposition: inline --Boundary-01=_5rVqDqYmbxPUh9F Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Content-length: 109 hello there, pls. find attached a patch to improve the use of Mauve with (Native)=20 Eclipse. cheers; rsn --Boundary-01=_5rVqDqYmbxPUh9F Content-Type: text/x-diff; charset="us-ascii"; name="mauve-20051221.patch" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="mauve-20051221.patch" Content-length: 4076 ? frozen_serial ? .externalToolBuilders/MauveBatchRun.launch Index: .cvsignore =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /cvs/mauve/mauve/.cvsignore,v retrieving revision 1.6 diff -B -b -w -U3 -r1.6 .cvsignore --- .cvsignore 21 Feb 2005 06:48:58 -0000 1.6 +++ .cvsignore 21 Dec 2005 13:27:58 -0000 @@ -19,3 +19,5 @@ build doc SimpleTestHarness +mauve-classpath +mauve.out Index: ChangeLog =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /cvs/mauve/mauve/ChangeLog,v retrieving revision 1.1307 diff -B -b -w -U3 -r1.1307 ChangeLog --- ChangeLog 20 Dec 2005 19:20:17 -0000 1.1307 +++ ChangeLog 21 Dec 2005 13:28:03 -0000 @@ -1,3 +1,10 @@ +2005-12-21 Raif S. Naffah + + * .externalToolBuilders/MauveBatchRunLaunch: new Eclipse Builder + * batch_run + (CLASSPATHBCP): new env variable. + (COMPILER): redefined using CLASSPATHBCP. + 2005-12-20 Anthony Balkissoon * gnu/testlet/javax/swing/text/DefaultStyledDocument/ElementBuffer/Elemen= tStructure1.java: New test. Index: batch_run =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /cvs/mauve/mauve/batch_run,v retrieving revision 1.17 diff -B -b -w -U3 -r1.17 batch_run --- batch_run 31 Jul 2005 17:42:52 -0000 1.17 +++ batch_run 21 Dec 2005 13:28:03 -0000 @@ -36,9 +36,13 @@ KEYS=3D"$KEYS !java.lang.Character.unicode" fi +if test "x$CLASSPATHBCP" =3D "x"; then +CLASSPATHBCP=3D"/usr/local/classpath/share/classpath/glibj.zip" +fi + if test "x$COMPILER" =3D "x"; then #COMPILER=3D"gcj -C -Wno-deprecated" -COMPILER=3D"jikes -nowarn -bootclasspath /usr/local/classpath/share/classp= ath/glibj.zip" +COMPILER=3D"jikes -nowarn -bootclasspath $CLASSPATHBCP" fi if test "x$COMPILER" =3D "xgcj"; then Index: .externalToolBuilders/MauveBatchRun.launch =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: .externalToolBuilders/MauveBatchRun.launch diff -N .externalToolBuilders/MauveBatchRun.launch --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ .externalToolBuilders/MauveBatchRun.launch 1 Jan 1970 00:00:00 -0000 @@ -0,0 +1,2 @@ + + --Boundary-01=_5rVqDqYmbxPUh9F-- --nextPart1699623.KFhnHfFjMf Content-Type: application/pgp-signature Content-length: 216 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (GNU/Linux) Comment: Que du magnifique iD8DBQBDqVsC+e1AKnsTRiERA3o8AKDb81yhuengSAs4ycuan0Cy+kXQDACffD2q xKJnHojD8jWcYHm1iijQiN8= =sUor -----END PGP SIGNATURE----- --nextPart1699623.KFhnHfFjMf--