Re: [jdee] Automated Build (#3)
Stephen Leake <[email protected]> Thu, 13 Aug 2015 18:07:47 -0500
| Newsgroups | gmane.emacs.jdee.devel |
|---|---|
| Message-ID | <[email protected]> |
Phil Lord <[email protected]> writes: > With Marmalade, this would be possible, I think, unless Nic has > specially blocked it. With ELPA this might be possible, but ELPA > requires copyright assignment, which is just not going to happen short > term. The term "ELPA" means "Emacs Lisp Package Archive"; it does not refer to any particular repository of packages. It means a repository that can be accessed by the Emacs package API. I believe you are actually refering to "Gnu ELPA" here; the ELPA repository containing FSF packages, at http://elpa.gnu.org/. > JDEE currently has the nightmare of Emacs Lisp build with ant. Let's > build emacs-lisp with cask, Java with maven. Any otherway lies, well, > lies this: > > <exec dir="${build.lisp.escaped.dir}" > executable="${build.bin.emacs}" failonerror="true"> > <arg value="--no-site-file"/> > <arg value="--batch"/> > <arg value="--load"/> > <arg value="${build.lisp.dst.escaped.file}"/> > </exec> I was tempted to complain about that as well :). My reaction was "exactly how is this better than a Makefile line?". -- -- Stephe ------------------------------------------------------------------------------