The Artima Developer Community
Sponsored Link

Java Buzz Forum
depend in ant

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic    
Flat View: This topic has 0 replies on 1 page
Padraic R

Posts: 24
Nickname: prenagha
Registered: Sep, 2002

Padraic is a Java system architect
depend in ant Posted: Jun 7, 2003 10:08 AM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by Padraic R.
Original Post: depend in ant
Feed Title: plog
Feed URL: http://sedoparking.com/search/registrar.php?domain=®istrar=sedopark
Feed Description: Padraic Renaghan's musings about (mostly) java software development
Latest Java Buzz Posts
Latest Java Buzz Posts by Padraic R
Latest Posts From plog

Advertisement
Been trying to figure out exactly what the <depend> task in ant does. Having trouble generating a test case where the <javac> task built-in dependency checking would miss something that the <depend> task would catch. I frequently get results where the <depend> task (which runs first) reports zero out of date files deleted, the subsequent <javac> task (running jikes) reports 1 file compiled. I would always expect the <depend> task to at least find as much out of date as <javac> and frequently more - that being the whole point of the <depend> task. Am interested in a simple test case where <depend> catches something that <javac> won't.

All this brought about by reading Erik Hatcher's excellent book, Java Development with Ant. All the great reviews of this book are accurate. No need to restate, I'll just say go buy the book and read it if you want to learn better ways and best practices around java development, build, and deployment.

Along those same lines, while I'm thinking about it, the Log4j manual/book is also a great purchase. Learn the finer points. Good for beginners and those who want to learn some of the more powerful features, especially around customization. Help support the Log4j project by purchasing the book.

Read: depend in ant

Topic: ctl+shift+v in IDEA Previous Topic    

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use