Re: Video Game written in Ant 1.6 and Ant-Contrib

2005-02-25 Thread Frank W. Zammetti
That is simultaneously one of the coolest, and more thoroughly pointless things I've ever seen. I love it! -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http://www.omnytex.com Stefan Bodewig wrote: I simply must share that http://jonaquino.blogspot.com/2005/02/fir

Re: AW: ant property

2005-02-25 Thread Jeffrey E Care
Or "-Xbootclasspath" -- Jeffrey E. Care ([EMAIL PROTECTED]) WebSphere Build SWAT Team Lead WebSphere Build Tooling Lead (Project Mantis) https://w3.opensource.ibm.com/projects/mantis "Alexey N. Solofnenko" <[EMAIL PROTECTED]> 02/25/2005 04:57 PM Please respond to "Ant Users List" To Ant Use

Re: AW: ant property

2005-02-25 Thread Alexey N. Solofnenko
Why not to use a custom ANT build? - Alexey. Douglas Kramer wrote: Wish I could, but my application (MIF Doclet) currently overrides classes in tools.jar, so that's not an option. I must be able to set the classpath to MIFDoclet.class ahead of tools.jar (which is ${run.classpath.javadoc}). Later,

Re: AW: ant property

2005-02-25 Thread Douglas Kramer
James Fuller wrote: Douglas Kramer wrote: I'd like to set up my Ant script to load one set of paths if I'm building on one machine and a different set of paths when building on a another machine. this can be achieved in a variety of ways; Good, thanks. In build.properties I have: run.classpath.java

RE: Getting root directory from Perforce client spec

2005-02-25 Thread Dominique Devienne
> From: Matt Benson [mailto:[EMAIL PROTECTED] > Redirectors were added in 1.6.2 . Somehow I thought in was added only later. My mistake. --DD - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL P

RE: Getting root directory from Perforce client spec

2005-02-25 Thread Matt Benson
--- Dominique Devienne <[EMAIL PROTECTED]> wrote: > If you need to do some processing on the output to > get what you want, > then you could use the stuff, with > filters (I just knows > this exists now, I've never used it), but it may not > be in a released > version. Redirectors were added in 1

RE: declare tasks without taskdefs?

2005-02-25 Thread Dominique Devienne
> -Original Message- > From: Tim Julien [mailto:[EMAIL PROTECTED] > > Is org.apache.tools.ant.taskdefs.defaults.properties (in ant.jar) the only > way to get an ant task to work "out of the box". I.e., without having to > do . Yes and no. You always have to do 'something' to use custom

declare tasks without taskdefs?

2005-02-25 Thread Tim Julien
Is org.apache.tools.ant.taskdefs.defaults.properties (in ant.jar) the only way to get an ant task to work "out of the box". I.e., without having to do . please reply directly to me, I am not on this list. thx! Tim Julien -

RE: Getting root directory from Perforce client spec

2005-02-25 Thread Dominique Devienne
> From: Suzanne Dorman [mailto:[EMAIL PROTECTED] > > I'm converting my build from VSS to Perforce. I have already discovered > that Perforce uses the client spec to identify the local workspace (i.e. > what local directory the files will be written to). > > But now I need to know the name of tha

RE: tstamp task - does not update property

2005-02-25 Thread Dominique Devienne
> From: OpenLDAP User [mailto:[EMAIL PROTECTED] > > Once you call tstamp and set it to a property, you can not update that > property again. > > What I'm trying to do is echo timestamps at various points in my build > to optimize the performance of the build. However, if I use the tstamp > task,

Video Game written in Ant 1.6 and Ant-Contrib

2005-02-25 Thread Stefan Bodewig
I simply must share that http://jonaquino.blogspot.com/2005/02/first-video-game-written-in-ant.html Stefan - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

tstamp task - does not update property

2005-02-25 Thread OpenLDAP User
Once you call tstamp and set it to a property, you can not update that property again. What I'm trying to do is echo timestamps at various points in my build to optimize the performance of the build. However, if I use the tstamp task, set the time to a property x, then if I call tstamp again on pr

Getting root directory from Perforce client spec

2005-02-25 Thread Suzanne Dorman
I'm converting my build from VSS to Perforce. I have already discovered that Perforce uses the client spec to identify the local workspace (i.e. what local directory the files will be written to). But now I need to know the name of that directory to proceed with my build. I can get the root from

RE: Property set to targets called

2005-02-25 Thread Dominique Devienne
Nope, you can't. Ant does not provide access to that, neither thru a property nor thru its API. --DD > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] > Sent: Friday, February 25, 2005 11:40 AM > To: user@ant.apache.org > Subject: Property set to targets called >

Property set to targets called

2005-02-25 Thread alexander . buccino
Does Ant have a property that is automatically set to the targets that were specified on the command line? I couldn't seem to find such a property, even using . Is there some way to get to this information? Thanks, --Alex Buccino

Re: AW: ant property

2005-02-25 Thread James Fuller
Douglas Kramer wrote: I'd like to set up my Ant script to load one set of paths if I'm building on one machine and a different set of paths when building on a another machine. this can be achieved in a variety of ways; In build.properties I have: run.classpath.javadoc="${JAVA_HOME}/lib/tools.jar" r

Re: AW: ant property

2005-02-25 Thread Douglas Kramer
I'd like to set up my Ant script to load one set of paths if I'm building on one machine and a different set of paths when building on a another machine. In build.properties I have: run.classpath.javadoc="${JAVA_HOME}/lib/tools.jar" run.classpath.mifdoclet="${WORKDIR}/build/jar/mifdoclet.jar" My sc

Re: Commit changes in CVS

2005-02-25 Thread Stefan Bodewig
On Fri, 25 Feb 2005, Bernadette Kasparek <[EMAIL PROTECTED]> wrote: > Now want to commit these changes to CVS. How can I do this? > Is there a way to compare only one dir of the module? compare to what? Using the diff command with a -l command line argument should work. Stefan --

Commit changes in CVS

2005-02-25 Thread Kasparek, Bernadette
Hi, I've the following problem: In my build-Script I checkout a module from cvs. Then I change some of the sources. Now want to commit these changes to CVS. How can I do this? Is there a way to compare only one dir of the module? I'm happy for any help. Thanks, Bernadette

Problems Ant + CVS + Cygwin

2005-02-25 Thread rakesh mailgroups
Hi, i have seen similar posts but nothing that helps me. We have a CVS respository on the network accessed via ssh. Eclipse works fine, as does the cygwin command line. Getting Ant to talk to the repository however does not work. Here is my code: Ant just seems to ha

AW: ant property

2005-02-25 Thread Jan . Materne
You can use the task of AntContrib or using

Re: ant property

2005-02-25 Thread James Fuller
Rajiv Jaitly wrote: Please read the disclaimer at the bottom of this e-mail. Hi, Is there any was in Ant to reset (assign a new value) a property that was set previously ? As i understa

Re: ant property

2005-02-25 Thread Eric Wood
There is a variable task (under their Property Tasks) in ant-contrib. Very useful. http://ant-contrib.sourceforge.net/ eric Eric Wood [EMAIL PROTECTED] 207.552.2306 >>> [EMAIL PROTECTED] 02/25/05 08:51AM >>> Hello Rajiv You can't reset prop-values. You can, however, override them. Call your

Re: ant property

2005-02-25 Thread Sujeet Banerjee \(Ext. 3283\)
Hello Rajiv You can't reset prop-values. You can, however, override them. Call your target using antcall with the attribute inheritAll="false". Now within the target override the values by reassigning them with new values. - Sujeet - Original Message - From: "Rajiv Jaitly" <[EMAIL PROTE

ant property

2005-02-25 Thread Rajiv Jaitly
Please read the disclaimer at the bottom of this e-mail. Hi, Is there any was in Ant to reset (assign a new value) a property that was set previously ? As i understand ant properties

Re: xml entity include and protected URL?

2005-02-25 Thread Robert Koberg
Stefan Bodewig wrote: On Fri, 25 Feb 2005, Rob Hills <[EMAIL PROTECTED]> wrote: When I try this, I get errors which I believe are attributable either to a failure to supply a client certificate, or failure to login using a valid username and password. I'm also having difficulty getting any debugg

Re: xml entity include and protected URL?

2005-02-25 Thread Stefan Bodewig
On Fri, 25 Feb 2005, Rob Hills <[EMAIL PROTECTED]> wrote: > When I try this, I get errors which I believe are attributable > either to a failure to supply a client certificate, or failure to > login using a valid username and password. I'm also having > difficulty getting any debugging happening

Re: Console Output for Exec

2005-02-25 Thread Stefan Bodewig
On Thu, 24 Feb 2005, Robert Lin <[EMAIL PROTECTED]> wrote: > I'm running an executable file through the task, but the > output of the executable does not show up. How do I redirect that > output so that it shows up on the console? That should be the default. Are you using a custom logger or ru

Re: fixing crlf without changing timestamp

2005-02-25 Thread Stefan Bodewig
On Thu, 24 Feb 2005, michael sorens <[EMAIL PROTECTED]> wrote: > Is it possible to run without changing a file's > modification time? No, there is an enhancement request for this in bugzilla as well as one that turns into a filterreader usable within (exactly your usecase). Both have patches,

Re: PB JDepend and exclude Package [Closed]

2005-02-25 Thread Franck DARRAS
This problem is resolved with the last version of JDepend 2.9 Franck Franck DARRAS wrote: Hello, This is my Jdepend Task and in my output file, i find some reference to this exclude package. Could you help me to resolve this problem ? Ant : 1.6.2 JDepend 2.7