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]
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
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
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
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