public inbox for kawa@sourceware.org
 help / color / mirror / Atom feed
From: Jamison Hope <jrh@theptrgroup.com>
To: kawa list <kawa@sourceware.org>
Subject: build.xml patch for relocated JEmacs files
Date: Wed, 29 Jun 2016 21:58:00 -0000	[thread overview]
Message-ID: <698E45D0-37AC-4F61-A2A3-9BDA8627905C@theptrgroup.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 177 bytes --]

Here's a fix for build.xml to match the recent relocation of
MiscOps.scm, NumberOps.scm, and emacs.scm to gnu/jemacs/lisp.


--
Jamison Hope
The PTR Group
www.theptrgroup.com



[-- Attachment #2: build-xml-jemacs-files-moved.patch --]
[-- Type: application/octet-stream, Size: 1577 bytes --]

Index: build.xml
===================================================================
--- build.xml	(revision 8857)
+++ build.xml	(working copy)
@@ -819,22 +819,8 @@
   <target name="jemacs-classes" 
           depends="build-settings, java-classes, jemacs-java-classes"
           if="${enable-jemacs}">
-    <kawac failonerror="true" destdir="${build.classes}"
-	    prefix="gnu.jemacs.lang."  modulestatic="run" language="scheme">
-      <fileset dir="${src.dir}/gnu/jemacs/lang"> 
-	<include name="MiscOps.scm"/>
-	<include name="NumberOps.scm"/>
-      </fileset>
-    </kawac>
 
     <kawac failonerror="true" destdir="${build.classes}"
-	    prefix="gnu.jemacs.buffer."  modulestatic="run" language="scheme">
-      <fileset dir="${src.dir}/gnu/jemacs/buffer"> 
-	<include name="emacs.scm"/>
-      </fileset>
-    </kawac>
-
-    <kawac failonerror="true" destdir="${build.classes}"
 	    prefix="gnu.kawa.slib" modulestatic="run" language="scheme">
       <fileset dir="${src.dir}/gnu/kawa/slib"> 
 	<include name="gui.scm"/>
@@ -842,6 +828,15 @@
     </kawac>
 
     <kawac failonerror="true" destdir="${build.classes}"
+           prefix="gnu.jemacs.lisp." language="scheme">
+      <filelist dir="${src.dir}/gnu/jemacs/lisp">
+        <file name="MiscOps.scm"/>
+        <file name="NumberOps.scm"/>
+        <file name="emacs.scm"/>
+      </filelist>
+    </kawac>
+
+    <kawac failonerror="true" destdir="${build.classes}"
 	    prefix="gnu.jemacs.lisp." language="elisp">
       <filelist dir="${src.dir}/gnu/jemacs/lisp">
         <file name="primitives.el"/>

             reply	other threads:[~2016-06-29 21:58 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-06-29 21:58 Jamison Hope [this message]
2016-07-01 23:17 ` Per Bothner

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=698E45D0-37AC-4F61-A2A3-9BDA8627905C@theptrgroup.com \
    --to=jrh@theptrgroup.com \
    --cc=kawa@sourceware.org \
    /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).