Re: jde-ant-build's seperator problem

2005-03-12 Thread zhang yin
sorry, I don't config right email address in Gnus. I recently began to use Gnus. I found that I didn't set AntHome when using ant script. Now I use AntServer with AntHome set. It works well and greatly faster than ant script. I use firefox to view javadoc, It's enforced to concate "file:///" bef

RE: JDE Ant Problem

2004-04-07 Thread James Cox
I have the same set up as you, except that I use cygwin as my shell. It seems to handle the quotes just fine. I would suggest installing it. The build command is constructed in jde-ant.el. If you don't want to install cygwin, a hackish fix would be to change line 254 of this file to be a space

Re: jde-ant-build

2004-03-27 Thread J. David Boyd
Gonçalo de Melo wrote: > Hi, > > I am trying to make the command jde-ant-build to ask for the target for > ant. > > In customize options for ant, I have enabled the "Read Args" option, but > when I execute "jde-ant-build" I get the following message in > mini-buffer: > > Symbol's value as varia

Re: jde-ant-program

2003-12-03 Thread Javier S. Lopez
Paul Kinnucan <[EMAIL PROTECTED]> writes: > Phillip Lord writes: > > > > > > > "Javier" == Javier S Lopez <[EMAIL PROTECTED]> writes: > > > > Javier> I have heard people wanting the path normalized and other > > Javier> people not wanting it normalized (i.e. me). > > > > Javi

Re: jde-ant-working-directory patch

2003-03-25 Thread Ryan Shaw
Ivan wrote: > Some people in list asked about problem with > jde-ant-working-directory. Patch is below. Thank you, Ivan. Your patch is great, I can finally run my directory-sensitive unit tests from JDE! -- Ryan Shaw <[EMAIL PROTECTED]> Senior Developer Vanten K.K. http://www.vanten.com/ GPG

RE: Jde Ant Program not normalized

2002-11-05 Thread Sprenger, Karel
Paul, Using jde-ant-program and jde-ant-home as you describe would be the better solution although you should get rid of the ` before jde-ant-program. Cheers, Karel -Original Message- From: Paul Kinnucan [mailto:paulk@;mathworks.com] Sent: dinsdag 5 november 2002 7:59 To: Janek Schwarz

Re: jde-ant-build

2002-05-22 Thread Jeff Rancier
PROTECTED]> Cc: "Jde-List" <[EMAIL PROTECTED]> Sent: Wednesday, May 22, 2002 10:21 AM Subject: RE: jde-ant-build > > Jeff Rancier wrote: > > > > > Hello All. > > > > > > When I run jde-ant-build on a Java buffer, I get the following: >

RE: jde-ant-build

2002-05-22 Thread Schewe, Jon (MN65)
> Jeff Rancier wrote: > > > Hello All. > > > > When I run jde-ant-build on a Java buffer, I get the following: > > > > cd h:/cvsdev/user/jrancier/lookupgenerator/ > > h:/usr/pkg/jakarta-ant-1.5Beta1/bin/ant.bat > -Dant.home=h:/usr/pkg/jakarta-an > > t-1.5Beta1 -buildfile > > "h:/cvsdev/user/jran

Re: jde-ant-build

2002-05-22 Thread Mark Abrams
Jeff Rancier wrote: > Hello All. > > When I run jde-ant-build on a Java buffer, I get the following: > > cd h:/cvsdev/user/jrancier/lookupgenerator/ > h:/usr/pkg/jakarta-ant-1.5Beta1/bin/ant.bat -Dant.home=h:/usr/pkg/jakarta-an > t-1.5Beta1 -buildfile > "h:/cvsdev/user/jrancier/lookupgenerator/

RE: jde-ant-build

2002-05-21 Thread Schewe, Jon (MN65)
M > To: Schewe, Jon (MN65); Jde List (E-mail) > Subject: Re: jde-ant-build > > > Sorry, it's in the text, but I didn't specify. 1.5Beta1. > Jeff > > > - Original Message - > From: "Schewe, Jon (MN65)" <[EMAIL PROTECTED]> > To:

Re: jde-ant-build

2002-05-21 Thread Jeff Rancier
Sorry, it's in the text, but I didn't specify. 1.5Beta1. Jeff - Original Message - From: "Schewe, Jon (MN65)" <[EMAIL PROTECTED]> To: "Jde List (E-mail)" <[EMAIL PROTECTED]>; "'Jeff Rancier'" <[EMAIL PROTECTED]> Sen

Re: jde-ant completion and bug-fix ?

2001-10-27 Thread Eric D. Friedman
XML does not allow whitespace between the '<' of the start tag and the tagname. In section 3.1, the spec says: STag ::= '<' Name (S Attribute)* S? '>' And Ant's parser will not parse XML that does not comply with this restriction. I hacked up a build.xml and got this error message: `The cont

RE: jde-ant completion and bug-fix ?

2001-10-26 Thread Molitor, Stephen
Also note that, even with the fix, it still won't work if the target name is not on the same line as 'mailto:[EMAIL PROTECTED]] Sent: Friday, October 26, 2001 7:47 AM To: [EMAIL PROTECTED] Subject: Re: jde-ant completion and bug-fix ? I tried to checkout jde-ant.el from CVS and foun

Re: jde-ant completion and bug-fix ?

2001-10-26 Thread Max Rydahl Andersen
I tried to checkout jde-ant.el from CVS and found that the bug-fix regarding target-completion not being able to complete on targets where the name is not the first on the line is not in there. Here is the fix :) (defcustom jde-ant-target-regexp "<\\s-*target.+name\\s-*=\\s-*\"\\s-*\\([^\"]+\\)

RE: jde-ant and fast ms-dos window

2001-10-23 Thread Larry Strollo
Douglas> I have already done this for Ant back in the summer. If you Douglas> check the archives you will see the patch to jde-ant.el... Douglas; I searched the archive and did indeed find your tweaked version of jde-ant.el. It pretty much did the trick - thank you. I had to make

RE: jde-ant and fast ms-dos window

2001-10-23 Thread Douglas WF Acheson
Hello, I have already done this for Ant back in the summer. If you check the archives you will see the patch to jde-ant.el... dwfa --- "Molitor, Stephen" <[EMAIL PROTECTED]> wrote: > This doesn't happen to me -- I get the ant output in an Emacs buffer, > no > MS-DOS window. I can even click

RE: jde-ant and fast ms-dos window

2001-10-22 Thread Molitor, Stephen
This doesn't happen to me -- I get the ant output in an Emacs buffer, no MS-DOS window. I can even click on compile errors and go to the source. But I believe you, I'm sure it's (not) working the way you described! Which versions of Ant, JDE, etc., are you runnning? Eventually, it might be nice

Re: jde-ant and fast ms-dos window

2001-10-21 Thread Kevin A. Burton
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 "Larry Strollo" <[EMAIL PROTECTED]> writes: > When I use ant to build within the JDE, a msdos window pops up, the build > happens, and then the msdos window goes away and I have no idea what happened. Probably because on NT jde-ant is running "ant.b

RE: jde-ant Buildfile template

2001-07-30 Thread jason . stell
cc: om> Subject: RE: jde-ant Buildfile template

RE: jde-ant Buildfile template

2001-07-30 Thread Douglas WF Acheson
Hey, I know this is late, but, how about creating a target to create javadoc? Douglas WF Acheson --- Jeff Rancier <[EMAIL PROTECTED]> wrote: > Good idea. > -Original Message- > From: Jason Stell [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, June 20, 2001 10:53 AM > To: [EMAIL P

RE: jde-ant

2001-07-23 Thread Molitor, Stephen
PROTECTED] Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: jde-ant Hello, I have completed, the first stage, of the modifications to jde-ant.el which allows a user to select the invocation style, either script or via Java. I have added appropriate comments to the jde-ant.el file to in

Re: jde-ant

2001-07-23 Thread Douglas WF Acheson
To: > [EMAIL PROTECTED] > > <[EMAIL PROTECTED]

Re: jde-ant

2001-07-20 Thread jason . stell
om> Subject: Re: jde-ant

Re: jde-ant

2001-07-18 Thread jason . stell
ROTECTED] om> Subject:

Re: jde-ant

2001-07-18 Thread jason . stell
ect: Re: jde-ant

Re: jde-ant

2001-07-18 Thread Douglas WF Acheson
Hello, Thanks for the reply. I was under the impression that the custom tasks, the ones that I have developed need to be part of the classpath that ant uses. So, if I were to start ant from the command line (not under Emacs) I would include the ant.jar, parser.jar, and jaxp.jar plus my.jar in

RE: jde-ant

2001-07-18 Thread Nick Sieger
Hi Douglas, This is also kind of a hack, but basically I advise the function `compile-internal' to put the value of `jde-global-classpath' in $CLASSPATH for the duration of the compilation. Has anyone else solved this problem of propagating jde-global-classpath to compiles more elegantly than th

Re: jde-ant

2001-07-18 Thread jason . stell
Douglas Regarding your second issue, I typically do something like the following in my ant build.xml file Then, in my javac task, I have something like the following BTW: I am in the process of making some (r

Re: jde-ant

2001-07-18 Thread jason . stell
Douglas last-nonmenu-event is supposed to help determine if the command was invoked by menu. In this case, the value is temporarily changed in order to force save-some-buffers to work properly. Actually, it probably isn't necessary for jde-ant (or jmode-ant) since jde-ant currently isn't integr

Re: jde-ant

2001-07-10 Thread jason . stell
Jeff Are you able to run ant to build your project from the command line? I've no idea why emacs would bomb entirely if the ant process died. Jason