public inbox for kawa@sourceware.org
 help / color / mirror / Atom feed
* build.xml patch for relocated JEmacs files
@ 2016-06-29 21:58 Jamison Hope
  2016-07-01 23:17 ` Per Bothner
  0 siblings, 1 reply; 2+ messages in thread
From: Jamison Hope @ 2016-06-29 21:58 UTC (permalink / raw)
  To: kawa list

[-- 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"/>

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: build.xml patch for relocated JEmacs files
  2016-06-29 21:58 build.xml patch for relocated JEmacs files Jamison Hope
@ 2016-07-01 23:17 ` Per Bothner
  0 siblings, 0 replies; 2+ messages in thread
From: Per Bothner @ 2016-07-01 23:17 UTC (permalink / raw)
  To: kawa

On 06/29/2016 02:58 PM, Jamison Hope wrote:
> Here's a fix for build.xml to match the recent relocation of
> MiscOps.scm, NumberOps.scm, and emacs.scm to gnu/jemacs/lisp.


Oops.  Fix checked in - thanks.
-- 
	--Per Bothner
per@bothner.com   http://per.bothner.com/

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-07-01 23:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-06-29 21:58 build.xml patch for relocated JEmacs files Jamison Hope
2016-07-01 23:17 ` Per Bothner

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).