> This is from my .vimrc: > > au bufreadpre,bufnewfile *.java compiler ant > > So yes. What version of vim, exactly? Mine is 6.0.0.
Partly output of the version command says VIM - Vi IMproved 6.0 (2001 Sep 26, compiled Sep 26 2001 17:12:46) MS-Windows 32 bit GUI version with OLE support I've reinstalled the operating system very recently, so there's no ant1.3 lying around. Have you checked the ANT_HOME enviroment variable is pointing to the newly installed ant directory. > -Michael > > On Fri, Dec 28, 2001 at 02:46:32AM -0000, Yiu Wing wrote: > > > I just upgraded to ant 1.4.1, and I can no longer build from within vim. > > > things worked just fine for ant 1.3, but for some reason 1.4.1 will not > > > work. When I use the command ":!ant -find build.xml", the output I get > > > is > > > "Searching for build.xml..." > > > "Buildfile: /home/michael/dev/twdata/client/build.xml" > > > "(1 of 2) Searching for build.xml..." > > > then the the thing quits. Was there something changed in > > > the way ant was started between 1.3 and 1.4.1? Again, I did not change > > > the command used to compile, the full command is ":!ant -find build.xml > > > 2>&1| tee /tmp/somefile". Any help would be appreciated. > > > > I'm using the same editor and the same version of ant. But it works on my > > system. Did you tell vim your compiler is vim, i.e. :compiler ant? > > > > > -Michael > > > > > > -- > > > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > > > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > > > > > > -- > > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
