ant and paths

2001-10-10 Thread Aubin, Ethan
Hello, Ant will only work if I include the full path in jde-ant-program. Ant currently is in my path... Is there a way for jde search the path for ant? When I do a jde-ant-build. It cd's to the buffers current directory, and runs ant. I'd like to able to set a project directory or an ant-workin

RE: ant and paths

2001-10-10 Thread Molitor, Stephen
[EMAIL PROTECTED] -Original Message- From: Aubin, Ethan [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 10, 2001 12:10 PM To: 'JDE Developers' Subject: ant and paths Hello, Ant will only work if I include the full path in jde-ant-program. Ant currently is in my path... Is t

RE: ant and paths

2001-10-10 Thread Aubin, Ethan
t: Wednesday, October 10, 2001 1:27 PM To: Aubin, Ethan Cc: 'JDE Developers' Subject: Re: ant and paths Ethan In response to your second question, if you are using the JDE project facilities, jde-ant will look for the buildfile in the same directory as the prj.el file. Try M-x jde-create

Re: ant and paths

2001-10-10 Thread jason . stell
Ethan" To: "'JDE Developers'" <[EMAIL PROTECTED]>

RE: ant and paths

2001-10-10 Thread Aubin, Ethan
/usr/share/... -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 10, 2001 3:24 PM To: Aubin, Ethan Cc: '[EMAIL PROTECTED]'; 'JDE Developers'; 'Molitor, Stephen' Subject: RE: ant and paths Maybe I'm misunderstanding you, but

Re: ant and paths

2001-10-10 Thread jason . stell
'JDE Developers'" <[EMAIL PROTECTED]>

Re: ant and paths

2001-10-10 Thread Kevin A. Burton
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 "Molitor, Stephen" <[EMAIL PROTECTED]> writes: > Set jde-ant-enable-find to true. Jde-ant-build will then search for > build.xml, starting from the current directory and working backwards from > there. > > In your .emacs: Also. I noticed that you

Re: ant and paths

2001-10-10 Thread Kevin A. Burton
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 "Aubin, Ethan" <[EMAIL PROTECTED]> writes: > Hello, > > Ant will only work if I include the full path in jde-ant-program. Ant > currently is in my path... Is there a way for jde search the path for ant? Also... why are we even using the ant progra

Re: ant and paths

2001-10-10 Thread Kevin A. Burton
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Troy Noble <[EMAIL PROTECTED]> writes: > ant.bat which is a cmd.exe script and the "ant" shell script can be used > interchangeably pretty much on win32 (not so on Unix of course). They both do > pretty much the same thing.. which is some extra pre-

Re: ant and paths

2001-10-11 Thread Douglas WF Acheson
Hello, I have created an add-on to jde-ant that allows one to invoke Ant via the script provided by Ant (what the original developer of jde-ant wanted) or via java through the org.apache.tools.ant.Main. Please look through the archives of the mail list to get the info. dwfa --- "Kevin A. Bur

RE: ant and paths

2001-10-11 Thread Molitor, Stephen
Kevin Burton writes: >> Hm. It could be possible to use both the 'ant' method and the 'java >> org.apache.tools.ant.Main' method. AKA if the command 'ant' does not >> exist within the PATH, try using the java method. There could also be an option to always use the 'java {...}ant.Main' method.

Re: ant and paths

2001-10-11 Thread Kevin A. Burton
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 "Molitor, Stephen" <[EMAIL PROTECTED]> writes: > Kevin Burton writes: > >> Hm. It could be possible to use both the 'ant' method and the 'java > >> org.apache.tools.ant.Main' method. AKA if the command 'ant' does not > >> exist within the PATH, tr

Re: ant and paths

2001-10-11 Thread Kevin A. Burton
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Douglas WF Acheson <[EMAIL PROTECTED]> writes: > Hello, > > I have created an add-on to jde-ant that allows one to invoke Ant via the > script provided by Ant (what the original developer of jde-ant wanted) or via > java through the org.apache.too

JDEE and Ant and paths

2003-09-08 Thread Kai Großjohann
I have some lengthy class path statements for compilation in build.xml, and I thought it would be cool if JDEE could make use of that for C-c C-v C-z and friends. Then I wouldn't have to update the paths in two places. -- Two cafe au lait please, but without milk.

Re: JDEE and Ant and paths

2003-09-09 Thread Phillip Lord
> "Kai" == Kai Großjohann <[EMAIL PROTECTED]> writes: Kai> I have some lengthy class path statements for compilation in Kai> build.xml, and I thought it would be cool if JDEE could make Kai> use of that for C-c C-v C-z and friends. Then I wouldn't have Kai> to update the paths in two

Re: JDEE and Ant and paths

2003-09-11 Thread Paul Kinnucan
Phillip Lord writes: > > "Kai" == Kai Großjohann <[EMAIL PROTECTED]> writes: > > Kai> I have some lengthy class path statements for compilation in > Kai> build.xml, and I thought it would be cool if JDEE could make > Kai> use of that for C-c C-v C-z and friends. Then I wouldn't hav

Re: JDEE and Ant and paths

2003-09-12 Thread Phillip Lord
> "Paul" == Paul Kinnucan <[EMAIL PROTECTED]> writes: Paul> Phillip Lord writes: >> > "Kai" == Kai Großjohann <[EMAIL PROTECTED]> writes: >> Kai> I have some lengthy class path statements for compilation in Kai> build.xml, and I thought it would be cool if JDEE could make Kai>