Return-Path: Delivered-To: apmail-jakarta-ant-user-archive@apache.org Received: (qmail 16917 invoked from network); 20 Dec 2001 05:25:20 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 20 Dec 2001 05:25:20 -0000 Received: (qmail 17739 invoked by uid 97); 20 Dec 2001 05:25:23 -0000 Delivered-To: qmlist-jakarta-archive-ant-user@jakarta.apache.org Received: (qmail 17723 invoked by uid 97); 20 Dec 2001 05:25:22 -0000 Mailing-List: contact ant-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Ant Users List" Reply-To: "Ant Users List" Delivered-To: mailing list ant-user@jakarta.apache.org Received: (qmail 17712 invoked from network); 20 Dec 2001 05:25:22 -0000 X-Authentication-Warning: 12-254-133-214.client.attbi.com: michael set sender to brailsmt@yahoo.com using -f Date: Wed, 19 Dec 2001 22:34:03 -0700 From: Michael Brailsford To: ant-user@jakarta.apache.org Subject: trouble building with ant 1.4.1 Message-ID: <20011219223403.A29294@12-254-133-127.client.attbi.com> Mail-Followup-To: ant-user@jakarta.apache.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.21i X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N I am not sure if these questions should be redirected to other mailing lists, but today I upgraded to ant 1.4.1 from ant 1.3. I use vim as my editor, and I am accustomed to using vim's ":make" command to build my sources. Everything worked fine with v1.3, but I switched to v1.4.1 and now I cannot use vim's ":make" command to build. The command that vim attempts is "ant -find build.xml" the result that is displayed is that the build.xml file was found, but apart from that nothing else is done, none of the targets are run. However, I am able to build just fine from the command line with the exact same command. I am not sure if this is a vim issue, or an ant issue. I did not change anything within vim at all, the only thing that changed is the version of ant that I am using. That is why I do not know if the error is with vim or ant. Also, when attempting to use the task a java.lang.NoClassDefFoundException is thrown unless I set the "fork" attribute to "on". Is that a question for the junit project? And has anybody else experienced the same problem? Thank you for an excellent product. I have workarounds for now, but I would appreciate any comments or suggestions that any of you might have. -Michael Brailsford -- To unsubscribe, e-mail: For additional commands, e-mail: