Hi,

I'm using SciTE on Linux and with the simple patch attached to this message, I can all make (or ant in Java) from the place where the Makefile (or build.xml) is and have
my projects compiled using SciTE's menu.

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

Pedro A. Aranda
[EMAIL PROTECTED]

diff -rc scite/gtk/SciTEGTK.cxx scite.new/gtk/SciTEGTK.cxx
*** scite/gtk/SciTEGTK.cxx	2005-12-06 07:22:54.000000000 +0100
--- scite.new/gtk/SciTEGTK.cxx	2006-02-08 08:17:36.000000000 +0100
***************
*** 487,492 ****
--- 487,493 ----
  
  	PropSet::SetCaseSensitiveFilenames(true);
  	propsEmbed.Set("PLAT_GTK", "1");
+ 	propsEmbed.Set("CWD", getcwd(NULL,0));
  
  	ReadGlobalPropFile();
  	ReadAbbrevPropFile();

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

Reply via email to