public inbox for rhug-rhats@sourceware.org
 help / color / mirror / Atom feed
From: Anthony Green <green@redhat.com>
To: rhug-rhats@sources.redhat.com
Subject: Ant 1.6.1 and fluorine patches
Date: Sun, 30 May 2004 17:57:00 -0000	[thread overview]
Message-ID: <1085939515.2982.12.camel@localhost.localdomain> (raw)

I've imported Ant 1.6.1.  I believe I did all the cvs tagging properly.

Ant now has dependencies on rhino and jython, which are both fluorinated
now.  This Ant it still using gcj as the default compiler.  

Gary - are you planning to move the ecj configury changes to the trunk?

I generated the configury with the following fluorine patches.  
Gary - do these look ok?

java-gnome now requires org.omg.* classes, which we can get from
JacORB.  I think we'd rather build JacORB with ant, since the build
process is somewhat complicated.  However, the JacORB requires Ant 1.6 -
which was my motivation for doing this.  JacORB mostly builds now.  It
contains dependencies on javax.net, which we can get from JESSIE - but
that depends on a new gnu-crypto, and the current gnu-crypto configury
appears to be broken.


2004-05-28  Anthony Green  <green@redhat.com>

	* fluorine (MakefileTemplater.sub_BUILDTARGETS): Set _LIBADD to
	use explicit .la file references.
	(ConfigureTemplater.sub_PATHS): Clear the default RHUGCLASSPATH.
	* Makefile.am (COMMON_GCJFLAGS): Add -fno-assert.  Ideally this could
	be set on a per-project basis.
	* configure.in: Fix macros for use with modern autotools.
	Now using automake 1.8.4, autoconf 2.59 and libtool 1.5.6.


Index: Makefile.am
===================================================================
RCS file: /cvs/rhug/rhug/fluorine/Makefile.am,v
retrieving revision 1.8
diff -c -r1.8 Makefile.am
*** Makefile.am	27 Nov 2003 12:05:14 -0000	1.8
--- Makefile.am	30 May 2004 17:35:46 -0000
***************
*** 27,33 ****
  ##
  
  COMMON_GCJFLAGS = --encoding=@@ENCODING@@ -Wno-deprecated \
! --classpath=@@CLASSPATH@@
  
  AM_GCJFLAGS = $(COMMON_GCJFLAGS) -fassume-compiled 
  
--- 27,33 ----
  ##
  
  COMMON_GCJFLAGS = --encoding=@@ENCODING@@ -Wno-deprecated \
! -fno-assert --classpath=@@CLASSPATH@@
  
  AM_GCJFLAGS = $(COMMON_GCJFLAGS) -fassume-compiled 
  
Index: configure.in
===================================================================
RCS file: /cvs/rhug/rhug/fluorine/configure.in,v
retrieving revision 1.2
diff -c -r1.2 configure.in
*** configure.in	19 Nov 2003 16:35:05 -0000	1.2
--- configure.in	30 May 2004 17:35:46 -0000
***************
*** 8,23 ****
  
  AM_MAINTAINER_MODE
  
  AM_PROG_LIBTOOL
- 
- # AM_PROG_GCJ isn't good enough, we have to roll our own.
- # AC_CHECK_TOOL(GCJ, gcj)
- LT_AC_PROG_GCJ
- test -z "$GCJ" && AC_MSG_ERROR([no acceptable gcj found in \$PATH])
- if test "x${GCJFLAGS-unset}" = xunset; then
-    GCJFLAGS="-g -O2"
- fi
- AC_SUBST(GCJFLAGS)
  AC_LIBTOOL_GCJ
  
  AC_CHECK_TOOL(GCJH, gcjh)
--- 8,15 ----
  
  AM_MAINTAINER_MODE
  
+ AM_PROG_GCJ
  AM_PROG_LIBTOOL
  AC_LIBTOOL_GCJ
  
  AC_CHECK_TOOL(GCJH, gcjh)
Index: fluorine
===================================================================
RCS file: /cvs/rhug/rhug/fluorine/fluorine,v
retrieving revision 1.55
diff -c -r1.55 fluorine
*** fluorine	2 Feb 2004 17:33:14 -0000	1.55
--- fluorine	30 May 2004 17:35:48 -0000
***************
*** 817,823 ****
                  libadd = linkage.getLibLink()
                  if linkage.packageset.project is self.project:
                      depends.append(libdep)
!                     libadds.append(libadd)
                  else:
                      other_libadds.append(libadd)
              if other_libadds:
--- 822,828 ----
                  libadd = linkage.getLibLink()
                  if linkage.packageset.project is self.project:
                      depends.append(libdep)
!                     libadds.append(libdep)
                  else:
                      other_libadds.append(libadd)
              if other_libadds:
***************
*** 1054,1061 ****
                          break
  
          return "\n" + "\n".join([
!             "RHUGCLASSPATH=" + ":".join(
!                  ["$datadir/java/%s.jar" % j.jarName() for j in jarfiles]),
              "RHUGLIBDIRS=%s" % linkdirs,
              "if test -d $srcdir/%s; then" % srcdirs[0],
              "  RHUGCLASSPATH=" + ":".join(["$srcdir/%s" % d for d in srcdirs]),
--- 1059,1065 ----
                          break
  
          return "\n" + "\n".join([
!             "RHUGCLASSPATH=",
              "RHUGLIBDIRS=%s" % linkdirs,
              "if test -d $srcdir/%s; then" % srcdirs[0],
              "  RHUGCLASSPATH=" + ":".join(["$srcdir/%s" % d for d in srcdirs]),


 

AG

-- 
Anthony Green <green@redhat.com>
Red Hat, Inc.

                 reply	other threads:[~2004-05-30 17:57 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1085939515.2982.12.camel@localhost.localdomain \
    --to=green@redhat.com \
    --cc=rhug-rhats@sources.redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).