RE: How to echo path?

2007-04-04 Thread Rebhan, Gilbert
Hi, -Original Message- From: Douglas McCarroll [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 04, 2007 11:07 PM To: Ant Users List Subject: How to echo path? /* I have a path that I'd like to output to the console. For example: If I do this: I g

Jar/Zip Update

2007-04-04 Thread Paul Selibas
Hello all... I have an apache ant script that is supposed to add a rar file to a jar file. Its a simple as that but it does not work. I have tried everything (except the right thing) and i have googled my brains out and read the archives. My script is as follows which gives me some sort of resul

Re: How to echo path?

2007-04-04 Thread Geoffrey Mitchell
Look at the pathconvert task. Douglas McCarroll wrote: Hi all, I have a path that I'd like to output to the console. For example: If I do this: I get this: [echo] ${my.path.id} I assume that the problem here is that I'm trying to treat an id as though it

Re: How to echo path?

2007-04-04 Thread Douglas McCarroll
You're welcome. ;) Thanks! Matt Benson wrote: The recommended way to do this uses the task. In Ant 1.6.5: $${my.path}=${my.path} In Ant 1.7: You're welcome. ;) -Matt P.S. You -could- also use ${toString:my.path.id} But that's technically unsupported. --- Douglas McCarroll <[E

Re: How to echo path?

2007-04-04 Thread Matt Benson
The recommended way to do this uses the task. In Ant 1.6.5: $${my.path}=${my.path} In Ant 1.7: You're welcome. ;) -Matt P.S. You -could- also use ${toString:my.path.id} But that's technically unsupported. --- Douglas McCarroll <[EMAIL PROTECTED]> wrote: > Hi all, > > I have a path

How to echo path?

2007-04-04 Thread Douglas McCarroll
Hi all, I have a path that I'd like to output to the console. For example: If I do this: I get this: [echo] ${my.path.id} I assume that the problem here is that I'm trying to treat an id as though it is a property, and it's not. If you wanted to output the

p4sync question

2007-04-04 Thread Bijan Vakili
Hi, I'm setting up a build system on a server. I've created a dedicated Perforce user account to perform builds and placed it in a group that will allow it to be permanently logged in with no timeout. I need my Ant scripts to rely on the Perforce ticket to perform any Perforce related tasks.

ant script task prob / jruby

2007-04-04 Thread Philip Swenson
I'm using ant's script task with jruby like this: require 'opt_ruby/portlet_util.rb' mws_install_portlets(36) When I run this I get a statck dump "mws.init: [script] 15

RE: '$$' escape syntax does not work with macros?

2007-04-04 Thread Vladimir Egorov
Thank you. I added http://issues.apache.org/bugzilla/show_bug.cgi?id=42046 and updated http://issues.apache.org/bugzilla/show_bug.cgi?id=41400 --Vladimir > -Original Message- > From: Jacob Kjome [mailto:[EMAIL PROTECTED] > Sent: Tuesday, April 03, 2007 10:03 PM > To: Ant Users List > Sub

Running Ant via Shell script

2007-04-04 Thread soussou97
Hi; I try to understand the following command : $ANT_HOME/bin/ant create_base.sh Its possible to run Ant via a shell script under Linux ? Why to use this type of command (advantage) ? Regards; -- View this message in context: http://www.nabble.com/Running-Ant-via-Shell-script-tf3525700.html#

Specifying xslt source file with zipfileset

2007-04-04 Thread Richard Hoberman
I want to transform an xml file that lives in a zip file. I'm trying to do this by nesting zipfileset within an xslt task. I've also tried nesting a zipfile. The xslt task seems to be looking for p.xml in the basedir rather than within the zip. Any help appreciated. Richard Hoberman 1