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
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
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,
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
> 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
--- 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
> -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
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
-
> 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
> 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,
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]
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
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
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
>
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
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
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
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
--
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
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
You can use the task of AntContrib or using
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
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
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
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
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
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
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
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,
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
30 matches
Mail list logo