Re: Creating Directories Before They're Used Automatically

2008-01-02 Thread Dominique Devienne
On Jan 2, 2008 4:03 PM, Francisco Tolmasky <[EMAIL PROTECTED]> wrote: > I am running into a problem when outputing files using an identity > mapper, since sometimes the > relative paths don't exist. For example, I use GCC in ant as so: > > > > > > >

RE: Returning properties

2008-01-02 Thread Cyril Sagan
Troy - You're having *exactly* the same problem I had three weeks ago. Here's the full thread from suggestions I got: http://www.opensubscriber.com/message/user@ant.apache.org/8193149.html The best solution I came up with was to use ant-contrib's , it can take a list of properties to return va

Creating Directories Before They're Used Automatically

2008-01-02 Thread Francisco Tolmasky
I am running into a problem when outputing files using an identity mapper, since sometimes the relative paths don't exist. For example, I use GCC in ant as so: When I run this, if there is a file in "Sources" such as "D

Returning properties

2008-01-02 Thread Daniels, Troy (US SSA)
I have a pattern that is repeated several times, so I'm trying to extract it into separate tasks in a common build file. I think I'm running into problems because I'm trying to treat ant more like a functional language than it is. In several places, I have targets that look like this

RE: Properties for include in fileset

2008-01-02 Thread Daniels, Troy (US SSA)
> -Original Message- > From: David Weintraub [mailto:[EMAIL PROTECTED] > Sent: Monday, December 31, 2007 9:27 PM > To: Ant Users List > Subject: Re: Properties for include in fileset > > I am not sure what your complaint is. It looks like it is > performing as expected as far as I can

RE: sshexec problem

2008-01-02 Thread ext-simon.steiner
Hi, Can I get the environment that putty gives in a portable way. Such as calling some commands when logged in to switch. Am I right in thinking that /etc/profile is not called for sshexec which is the main problem. Sshexec gives me a TERM=dumb and Putty TERM=xterm. Thanks __

RE: CVS task failure: cannot rename

2008-01-02 Thread Judy Anderson
Aha, indeed, the jar file was on my classpath. In my experiments I didn't explicitly change classpath within Ant, but I suppose it inherits from the environment. I rebooted my machine and the problem went away, but I may not have run the script that sets my default classpath when I ran the aft

sshexec problem

2008-01-02 Thread ext-simon.steiner
Hi, I am using sshexec to connect to a unix machine, I see difference in the environment ('export'ed values) when using this compared to logging in with Putty. Why would this be? Thanks - To unsubscribe, e-mail: [EMAIL PROTECTED