I have put C:\cygwin\bin in my path but when I try the simplest cvs get:
I get the following error:
Unexpected element "cvs"
If I echo out my path, I can see that C:\cygwin\bin is in the path.
What am I doing wrong?
I want to match a certain pattern in my package directory structure but want
to exclude a certain subdirectory in there, I'm looking to do an AND which I assume is what the patternset allows me to
do, but it isn't working. My second question is can I nest a patternset
within another patternset?
Is the file created, but empty? Or is it not created at all? Perhaps you do not have
write permission to the directory where session.txt would be created.
-Rob A
-Original Message-
From: Mohd Sharif Idrisi [mailto:[EMAIL PROTECTED]
Sent: Tuesday, January 20, 2004 8:50 PM
To: [EMAIL PROTE
--- javamz <[EMAIL PROTECTED]> wrote:
> So...here is the code snippet I am using to
> construct this:
...
> commandLine.createArgument().setValue("-m\"" +
> getDescription() + "\"");
>
Did you try:
commandLine.createArgument().setValue("-m" +
getDescription());
as I suggested?
Out of the goodn
--- "Buckland, Ramon" <[EMAIL PROTECTED]> wrote:
> Hi All,
>
> Besides using from ant-contrib
> is there another way to convert a
> class filename (full path
> /path/to/com/my/package/SomeClass.class)
> to a class name ?
> com.my.package.SomeClass
You might have a look at the package and unpa
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
>
> I have been able to generate some custom tasks with parameters and
> nested elements below. But - one I am missing one thing - is it
> possible to also embed arbitrary XML inside a build task and access
> it as a DOM tree?
In CVS HEAD, there'
Hi Luis,
yeah, I know 'RTFM' ;-).
I just overread the line.
If I find a solution, I will post it here.
We currently have a workaround which requires a separate authentification to
the firewall
before we start the ant-process. This authentification lasts several hours
before expiring.
Thanks for
Adrian,
From Ant 1.6.0 manual[1]
"This task does not currently use the proxy information set by the
task, and cannot go through a firewall via socks."
Unfortunately, I am not pretty sure about how to do this =(
Regards
-Luis
[1] http://ant.apache.org/ma
I'm working on a build file that splits files into 2 jar files, depending on
whether or not the file contains a given string:
Hello,
ftp task fails when logging in to the ftp server.
Connection seems to be established for short, then the login fails and
afterwards the server disconnects.
I really don't know what I'm doing wrong (I checked user/pwd for a hundred
times ;-)).
Can anyone help me?
Thanks,
Adrian
Here is th
10 matches
Mail list logo