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"
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
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
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
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
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
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
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
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
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
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
11 matches
Mail list logo