More CVS help...

2004-01-21 Thread Ciramella, EJ
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?

Nested patternset, patternset intersection

2004-01-21 Thread Daniels, Doug
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?

RE: SSHExec task

2004-01-21 Thread Anderson, Rob (Global Trade)
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

Re: Problem with command arguments

2004-01-21 Thread Matt Benson
--- 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

Re: classname from class filename

2004-01-21 Thread Matt Benson
--- "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

RE: arbitrary XML in custom ant tasks?

2004-01-21 Thread Dominique Devienne
> 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'

AW: ftp Login via proxy fails

2004-01-21 Thread Tillich, Adrian
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

RE: ftp Login via proxy fails

2004-01-21 Thread Conelly, Luis (PS, GNF, Contractor)
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

Unexpected Jar behavior

2004-01-21 Thread Rob van Oostrum
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:

ftp Login via proxy fails

2004-01-21 Thread Tillich, Adrian
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