Jon Schewe writes:
 > You did a nice job of making sure pipes are used when executing java for
 > everything, except ant.  Below is the advice required to fix it.
 > 
 > 
 > (defadvice jde-ant-build (around fix-for-process-connection-type-2)
 >   "Fix process type to be pipes for java"
 >   (let ((process-connection-type nil))
 >     (setq ad-return-value ad-do-it)))
 > 

Hi John,

I've updated jde-ant.el to force use of pipes. I also simplified the
code for jde-ant-build, which was unnecessarily prolix. Would you
please download the updated file from the JDEE's CVS repository and
test it to make sure that I did not introduce any regressions.

Paul

 > 
 > -- 
 > Jon Schewe | http://mtu.net/~jpschewe
 > GPG signature at http://mtu.net/~jpschewe/gpg.sig.html
 > For I am convinced that neither death nor life, neither angels 
 > nor demons, neither the present nor the future, nor any 
 > powers, neither height nor depth, nor anything else in all 
 > creation, will be able to separate us from the love of God that 
 > is in Christ Jesus our Lord. - Romans 8:38-39
 > 
 > <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
 > <HTML>
 > <HEAD>
 >   <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
 >   <META NAME="GENERATOR" CONTENT="GtkHTML/3.0.10">
 > </HEAD>
 > <BODY>
 > You did a nice job of making sure pipes are used when executing java for 
 > everything, except ant.&nbsp; Below is the advice required to fix it.
 > <PRE>
 > (defadvice jde-ant-build (around fix-for-process-connection-type-2)
 > &nbsp; &quot;Fix process type to be pipes for java&quot;
 > &nbsp; (let ((process-connection-type nil))
 > &nbsp;&nbsp;&nbsp; (setq ad-return-value ad-do-it)))
 > </PRE>
 > <TABLE CELLSPACING="0" CELLPADDING="0" WIDTH="100%">
 > <TR>
 > <TD>
 > <PRE>-- 
 > Jon Schewe | http://mtu.net/~jpschewe
 > GPG signature at http://mtu.net/~jpschewe/gpg.sig.html
 > For I am convinced that neither death nor life, neither angels 
 > nor demons, neither the present nor the future, nor any 
 > powers, neither height nor depth, nor anything else in all 
 > creation, will be able to separate us from the love of God that 
 > is in Christ Jesus our Lord. - Romans 8:38-39
 > </PRE>
 > </TD>
 > </TR>
 > </TABLE>
 > 
 > </BODY>
 > </HTML>

Reply via email to