Re: smoke testing after ant?

2008-11-10 Thread Bob Hays, Computer Geek
You don't have to switch build tools; those links were probably provided to give you a place to start looking at examples. The simplest way to run a smoke test is to use the task to run whatever smoke test tool you prefer. If you're favorite automated test tool has an Ant task already availab

Re: Logging - I need a concept

2005-10-28 Thread Bob Hays, Computer Geek
canning by Messagelabs, >>> but does not guarantee the virus free transmission of this message. >>> >> >> --------- >> To unsubscribe, e-mail: [EMAIL PROTECTED] For >> additional commands, e-mail: [EMAIL PROTECTED]

[ANN] JNLP ant task and some loggers

2005-09-03 Thread Bob Hays, Computer Geek
LoggerFactory that will invoke a set of loggers serially. HereĀ¹s the link: http://www.alephnaught.com/Ant/index.html The source is included in the jar file. Have fun! - Bob -- Bob Hays, Computer Geek http://www.alephnaught.com "The strongest desire is neither love nor hate. It is one per

Re: Need help re development

2004-10-26 Thread Bob Hays, Computer Geek
m > an XEmacs guy and I know a few people are using IDEA. But I'm rather > sure that there is a setip that will allow you to develop Ant's CVS > HEAD with Eclipse. > > Stefan > > ----- > To unsubscri

RE: Java source summary

2003-03-04 Thread Bob Hays, Computer Geek
Take a look at the JDepend task - that will get you some design metrics. JCSC creates a JavaDoc-like set of pages with the metrics you desire - actual data is in XML files so you could parse them and load them into whatever you wanted. JDCX is a doclet interface that can also build statistics (it