From: Neil Hodgson <[EMAIL PROTECTED]>
Reply To: Discussion of the SciTE editor <[email protected]>
To: Discussion of the SciTE editor <[email protected]>
Subject: Re: [scite] One line patch to SciTE
Sent: Thursday, February 9, 2006 11:57 PM

Pedro:

Apart from this patch, I include following lines in my properties file:

# Use ANT to build Java projects
command.build.*.java=cd $(PWD) && ant rebuild

 Why not $(FileDir)?
  Neil

Because FileDir lands me in the directory which contains the file
and I want to compile from the directory I launch SciTE from.

Like in:
[EMAIL PROTECTED]:~/Devel/project$ SciTE notused/Statistics.java
I want to launch ant from ~/Devel/project and not from ~/Devel/project/notused,
which is where $(FileDir) points to

Pedro A


_______________________________________________
Scite-interest mailing list
[email protected]
http://mailman.lyra.org/mailman/listinfo/scite-interest

Reply via email to