ant task to generate prj.el

2002-04-23 Thread Matthew Watson
Hi All, I've written an ant task which generates a prj.el file from the information contained in the ant build.xml (what it can get it's hands on, anyway). For me it works really well. You can download the whole package from http://i3sp-build.sourceforge.net/ (click on i3sp-build) - you need

Re: Cleaning up import statements

2002-04-09 Thread Matthew Watson
Correction: Perl script. #!/usr/bin/perl $verbose = 0; $classdir = ; $getclassdir = 0; fileloop: foreach $i (ARGV) { if ($i eq -v){ $verbose = 1; next; } if ($i eq -d){ $getclassdir = 1; next; } if ($getclassdir){ $classdir = $i;