Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 5131 invoked from network); 20 Oct 2006 17:04:04 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 20 Oct 2006 17:04:04 -0000 Received: (qmail 59343 invoked by uid 500); 20 Oct 2006 17:03:58 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 59306 invoked by uid 500); 20 Oct 2006 17:03:58 -0000 Mailing-List: contact user-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Ant Users List" Reply-To: "Ant Users List" Delivered-To: mailing list user@ant.apache.org Received: (qmail 59295 invoked by uid 99); 20 Oct 2006 17:03:58 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 20 Oct 2006 10:03:58 -0700 X-ASF-Spam-Status: No, hits=1.4 required=10.0 tests=DNS_FROM_RFC_POST,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of ejciramella@upromise.com designates 65.244.78.68 as permitted sender) Received: from [65.244.78.68] (HELO knight.corp.upromise.com) (65.244.78.68) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 20 Oct 2006 10:03:57 -0700 X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: RE: Build successful but nothing produced Date: Fri, 20 Oct 2006 13:03:33 -0400 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Build successful but nothing produced Thread-Index: Acb0YUx3ocd02qMFRvmqjjsvJEUGkwAAYNdAAACBmVAAADh7cAAAnj0gAABbK+A= From: "EJ Ciramella" To: "Ant Users List" X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Erm - it does: default the default target to use when no target is supplied.=20 -----Original Message----- From: Tom Corcoran [mailto:Tom.Corcoran@trilogycomms.com]=20 Sent: Friday, October 20, 2006 12:58 PM To: Ant Users List Subject: RE: Build successful but nothing produced Reading the archives, I've learned that the "Could not load a dependent class " will not actually break your build; they are just there to signal that some of the optional tasks will not work due to some of their required libraries not being available on the classpath. All my java files in "src" are processed and it reports that myfile.java omitted as myfile.class is up to date, etc. At the end it says : BUILD SUCCESSFUL Total time: 0 seconds And there is no jar produced. Any thoughts? Is there a more complete resource for the project tag than http://ant.apache.org/manual/using.html that does not mentioned setting a compile default. Where can I readup about wring the Now property to a file? Thanks a lot. Tom. -----Original Message----- From: EJ Ciramella [mailto:ejciramella@upromise.com]=20 Sent: 20 October 2006 17:35 To: Ant Users List Subject: RE: Build successful but nothing produced If you want to just type ant, set up a default in your project tag.=20 -----Original Message----- From: Tom Corcoran [mailto:Tom.Corcoran@trilogycomms.com]=20 Sent: Friday, October 20, 2006 12:31 PM To: Ant Users List Subject: RE: Build successful but nothing produced Thanks a lot. I was just doing an ant. Using the compile attribute now gives me : Could not load a dependent class (com/sun/media/jai/codec/FileSeekableStream) for type image Could not load a dependent class (com/jcraft/jsch/UserInfo) for type sshexec Could not load a dependent class (com/jcraft/jsch/UserInfo) for type scp Could not load a dependent class (jdepend/xmlui/JDepend) for type jdepend Could not load a dependent class (junit/framework/Test) for type junit That's probably a faq, will continue playing. Thanks, Tom.=20 --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org