|
|
|
Regarding <classpath >
>From the manual
////
<classpath >
<pathelement path "${classpath} "/ >
</classpath >
///
What is ${classpath} referring to? Also how do I get to print variablesConor MacNeill wrote
> >From Maciek Zywno [mailto zywno@(protected)]
> >Subject about DynamicConfigurator - addFoo ( Foo foo ) invoked if Foo
> >is a DynamicConfigurator?
> >
> >
> >Let 's assume Hello
For my J2EE files I have two directories one that is generated by
Eclipse using my javadoc tags and the other is the classes that I wrote
and change.
But on my workstation I don 't useTo answer my own question there is a slightly indirect solution by
using the <dirname > task to define a new property which contains just
the dir from the ant.file property...
<dirname propertHi
I am getting the following message in an ant rmic step.
[rmic] The compiler has run out of stack space. Consider using the "-J-oss <number > " command line option to increase the memory allocated > From Maciek Zywno [mailto zywno@(protected)]
> Subject about DynamicConfigurator - addFoo ( Foo foo ) invoked if Foo
> is a DynamicConfigurator?
>
>
> Let 's assume that addFoo ( Foo foo ) iHi
Let 's assume that addFoo ( Foo foo ) is a method of a class(my custom
task) extending org.apache.tools.ant.Task.
I would like to know if ant invokes such method only if it comes across
<foo > in
Hi
first of all - > Happy new year )
Question
Is it possible with <antcall > to call another antscript that
resides on unix within an antscript that is started from
Win2000 ?
How ?
(Ant 1.5.I am looking for a method to test for the existence of 'any ' file under a
directory structure. I will not know where or what this file will be in the
structure so I will need to use wildcards. Searchi
I want to store the current time in jar 's MANIFEST.MF. but I can not know how to get it in the ant.
The following is what I know but it won 't work. It always display '{touch.time} ' not the date.
When you import another build file via the new 1.6 import task special
properties
ant.file. <name >
ant.version. <name >
and so on are created where <name > is the name attribute from the
imporHowdy
I just upgraded to 1.6.0 and was trying to use a namespace to declare
custom tasks in. I know that in the 1.6 beta versions you had to declare a
namespace (just like with any other XML fileHello
I am using JDK1.4.2 and I need to set my max memory higher but
forking is failing for me on Solaris 8.
If I use either fork that I have below I get the same message but it
all runs wh
International long-distance as low as 2.9 cents/min
One minute rounding
No monthly fee
No connection fee
You only pay for the minutes you talk
Please come and visit us at http //www.vndial.net
VNDiaHow can i put more logs in the ant file build.xml.
I am using <echo message "... "/ >
but it just can 't put inside the elements...
any other way of logging..?
--
Hi
I have no problem install/use Ant on my NT machine. However when I
download and install Ant on Soloris Ant doesn 't work. I got this error
message
% >ant -v
java.lang.InstantiationException I 'm trying to recreate the following in the build.xml using the < script> task and javascript < exec executable "${exe_location} " dir "${exe_dir} "> < env key "${env_var_key} " value "${etell me how to mention the package name in the java files and what is
the relationship in between this and the java and javac targets of the
ant file?
--
Hi all I would like to know what is cruise control
about ? What does it offer ? Why would you have it ?
Is it ant based ? Can someone share the snippets of
it with me ? thanks.
Hi
Is it possible to import a file which is referenced by an URL? I 'd like to
import some parts from a central webserver for an easier update.
Thanks a lot
Oliver
******************* BITTHi
how can I configure the PATH environment variable before "Execute.execute "
gets executed? Some tasks are NOT in the PATH variable when ant is started
and I would like to extend PATH from the ant
I recently converted to ant 1.6.0 from 1.5.4.
Part of our build process writes build PASS/FAIL to a postgresql db.
I have implemented an ant listener that looks at logged messages and
determines ifI have a directory containing a number of zip file. I would like to unzip
each into its own directory under one single parent directory. For instance
I have a directory folderOne that contains Hello
I am getting the error below and I don 't know how I should fix this
as it is a NumberFormatException dealing with
http //www.iana.org/assignments/character-sets
I am running this on S
Ravi Nistala
(317) 277- 7066
Discovery OLO - Reference DB Project
nistalarn@(protected)
----- Forwarded by Ravi Nistala NONLILLY/AM/LLY on 12/24/2003I am trying to write a custom ant task and was hoping to make use of Ant 's junit test extensions.
According to Writing Tasks tutorial I need to run test-jar on the source distribution. I tried that Hello
I need to be able to do token replacement upon doing a move or copy task but
I need more specific functionality than is provided with ANT.
For instance
If the filters file contains the follHi
Below is the script from Build.xml file.
Can you tell me where to put the *.wav file.
Right now i have put that in the same directory where build.xml exist.
Its not working for me.
Thanks
SathAt 01 18 AM 12/21/2003 +0100 you wrote
>Jacob Kjome wrote
>
> >At 01 48 PM 12/20/2003 +0100 you wrote
> >
> > >Hi Jakob
> > >you cannot specify how you are going to name a file that you are
> > >downloOverview
I am trying to create a custom ant task that sets up a classpath reference based on its arguments. My problem is I am not sure how a custom task interacts with references. My task is respo
| |