Re: ant plugin recomendation

2007-02-20 Thread hermitte
Hello, Andrea Ratto <[EMAIL PROTECTED]> wrote: > I need some plugin to be able to compile using ant and parse it's output > from vim. > I've seen there are some, but I want something small and simple i have > not found yet. > Any recomendation will be appreciated. Thanks. There is a compiler-pl

Re: ant plugin recomendation

2007-02-19 Thread Gavin Gilmour
Hi there. You might want to check out http://everything101.sourceforge.net/docs/papers/java_and_vim.html if you haven't already - it's got some nice tips on it regarding working with ant and java in general. I wondered if I could hastily add my own question to this mix though; with the error form

Re: ant plugin recomendation

2007-02-18 Thread Tom Purl
Place the following into your .vimrc/_vimrc: autocmd BufRead *.java compiler ant Now when you edit .java files and want to compile them using the default ant target, you simply type the following command from the editor: :mak If you want to invoke a non-default target, simply execute it

ant plugin recomendation

2007-02-18 Thread Andrea Ratto
Hi, I need some plugin to be able to compile using ant and parse it's output from vim. I've seen there are some, but I want something small and simple i have not found yet. Any recomendation will be appreciated. Thanks.