Re: need help understanding ant 1.7

2007-12-01 Thread David Weintraub
Interesting... I've never seen pathelement used for selecting files to copy. I don't have ant installed on my Mac at home, so I couldn't play around with it, but I wonder if you should have used instead to specify the files for your task. On Dec 1, 2007 1:27 AM, Maf

Re: Vim's .swp files triggering jar to re-execute

2007-12-01 Thread David Weintraub
The JAR task doesn't look at the source files, but at the contents that is suppose to go into the JAR. Unjar the contents of the JAR and take a look at what is included in the JAR. If the .swp files are included in the JAR, that's your problem. Do you include and exclude specific files in your JAR?