How to remove tasks (commands)?

2006-03-31 Thread Zsolt
Hi, ant is integrated into our application (via API, this ant is not just started as an external executable). Depending on the permissions of a user I would like to remove some tasks (for example "exec") but it must be user dependent. With other words: in the same JVM, user "a" can execute "exec"

Re: Optional FTP task 'account' attribute needed

2006-03-31 Thread Jeffrey E Care
Your best bet to get this implemented would be to write up a feature request in bugzilla & attach a patch that implements the feature. Jeffrey E. (Jeff) Care [EMAIL PROTECTED] IBM WebSphere Applic

Optional FTP task 'account' attribute needed

2006-03-31 Thread Michael Giroux
The apache commons-net FTPClient provides a login(userid, password, account) method which I must use for my host (The host requires account information). The task does not provide an attribute for account preventing me from using ANT to transfer files to the target system. It would be nice if th

Using Ant to invoke a command processor

2006-03-31 Thread gboysko
Hello: I have a Java class which is an (interactive) command processor. The program prompts the user by sending "> " to the System.out (without a newline). The user enters a command on standard input and the results are sent back to System.out. If I use to launch this class (with -emacs), eve

replace task with exclude of a directory because of IO error scanning directory

2006-03-31 Thread marc.nihon
Hello, I have a "replace" task that worked fine but, now, I have some "lost+found" directories that I want to exclude from this replace. I've no permissions on those directories so Ant stops with the error : "IO error scanning directory". I added this "exclude" tag but it has no effect. I tried

wsdeploy broken

2006-03-31 Thread Martin Gainty
Good Morning is anyone working on wsdeploy? it seems to ignores any / all classpath attribute specifications- Thanks, La información transmitida esta dirigida solo a la persona o empresa a quien va direccionada, puede contener información confidencial. Se prohibe la copia, duplicación o divulg

AW: Error while running Ant

2006-03-31 Thread Jan.Materne
As the error messages sais, you need the commons-logging library on your (project) classpath. Jan >-Ursprüngliche Nachricht- >Von: Ashok Srnivasan [mailto:[EMAIL PROTECTED] >Gesendet: Freitag, 31. März 2006 13:24 >An: user@ant.apache.org >Betreff: Error while running Ant > >Hi, > I a

Re: ant xslt on java 1.5

2006-03-31 Thread Jakob Fix
I use the mtxslt task which allows you to specify the processor to use. http://mtxslt.sourceforge.net/ On 3/31/06, Robert Koberg <[EMAIL PROTECTED]> wrote: > Mark Lybarger wrote: > > i'll go ahead and reply to my own post. the "solution" seems to put > > xalan.jar into the ant lib folder. With

Error while running Ant

2006-03-31 Thread Ashok Srnivasan
Hi, I am running the ant script.In the script I am processing one wsdl file.The ant throws the following error. Can anybody explain why the following error is raised ? Error : java.lang.NoClassDefFoundError: org.apache.commons.logging.LogFactory [wsdl2java] java.lang.NoClassDefFoundError:org.a

Re: ant xslt on java 1.5

2006-03-31 Thread Robert Koberg
Mark Lybarger wrote: i'll go ahead and reply to my own post. the "solution" seems to put xalan.jar into the ant lib folder. With it there, the task works, without that jar there, it doesn't work. I tried creating my own xslt task by extending the main task for ant's xslt. I thought this might

Re: ant xslt on java 1.5

2006-03-31 Thread Mark Lybarger
i'll go ahead and reply to my own post. the "solution" seems to put xalan.jar into the ant lib folder. With it there, the task works, without that jar there, it doesn't work. I tried creating my own xslt task by extending the main task for ant's xslt. I thought this might get me around any class