password input task

2005-11-08 Thread Jason Novotny
Hi, I'd like to use the input task to ask a user to enter a password, but I don't want the password to be displayed on the screen-- is there a way to do this? Thanks, Jason - To unsubscribe, e-mail: [EMAIL PROTECTED]

how to copy only if dest file does not exist

2005-09-08 Thread Jason Novotny
Hi, I want to copy a file from source to dest ONLY if the dest file does not exist. It seems the overwrite attribute is not quite appropriate in this case since it's possible for the source file to be newer. But even if it is newer I don't want it being copied over as long as the dest fil

task seems broken

2005-05-03 Thread Jason Novotny
I've been trying to see if a particular jar contains a class file, nothing too complex like so: It simply would not work and then after adding -d to ant, I see why: > Finding class org.apache.catalina.valves.FastCommonAccessLogValve Loaded from /Users/novotny/Jakarta/jakarta-tomcat-5.5

an ant task that does logging

2004-12-03 Thread Jason Novotny
Hi, I'm trying to run an Ant task which uses Log4J (maybe commons-logging as well) and I get this: create-database: [dbtask] log4j:WARN No appenders could be found for logger (org.gridlab.gridsphere.core.persistence.hibernate.DBTask). [dbtask] log4j:WARN Please initialize the log4j system

how to conditionally include jars in path

2003-03-24 Thread Jason Novotny
Hi, I have a path like the following: and I want to add in there some logic like this: if ${env.BOB_HOME} exists do the stuff below Thanks, Jason - To unsubscribe, e-mail