Hi,
What is the setter method of a task attribute "fs-type"?
For example I would like to use:
<... fs-type="old" ... />
Zsolt
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
${fs}
or beautifying the output with
Jan
> -Ursprüngliche Nachricht-
> Von: Mark Lybarger [mailto:[EMAIL PROTECTED]
> Gesendet am: Montag, 9. Mai 2005 17:41
> An: Ant Users List
> Betreff: output of fileset
>
> is there a way i can take a fileset and output the contents
I currently maintain a number of interdependent projects using Ant. Each
project has it's own build script, importing common targets, but also
ensuring that any dependant projects are built first. I manage project
build dependencies using a combination of imports of shared dependency
declarations a
Depends on how you mean. I have recently written a
comparison class to be used as a nested element for
any condition that implements comparisons. This class
will be included in Ant 1.7 . If you open a bugzilla
RFE and attach your condition I can see how the
Comparison nested element can be integ
Hi,
I just wrote a simple Condition class to do numeric comparisons. Did I
re-invent the wheel? (Hope not!)
- mps
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Hi,
I'm new to Ant and need to know how to get several properties as
environment variables for an executable run from ant, with the "exec"
task.
I saw that one cans do that with nested elements, but this doesn't
satisfies me. Because I load several properties from a configuration
file and I don
is there a way i can take a fileset and output the contents (ls type listing
w/ timestamp of file) to a file?
thanks!
Hi,
Here are my CLASSPATH, PATH and ANT_HOME variables:
CLASSPATH=D:\wls\config;C:\bea\weblogic81\server\lib\weblogic.jar;C:/bea/jdk142_04\lib\tools.jar;D:\java\jakarta-log4j-1.2.8\dist\lib\log4j-1.2.8.jar;.;C:\bea\weblogic81\server\ext\jdbc\oracle\920\ojd
bc14_g.jar;D:\Projects\java\MTN\setup\db\
"Nice" feature from BEA ...
Jan
> -Ursprüngliche Nachricht-
> Von: Peter Reilly [mailto:[EMAIL PROTECTED]
> Gesendet am: Montag, 9. Mai 2005 12:13
> An: Ant Users List
> Betreff: Re: AW: InstantiationException using ant.bat
>
> Weblogic has it's own ant classess from ant 1.5.x.
> This ha
Weblogic has it's own ant classess from ant 1.5.x.
This has caused the problem you are seeing for other people.
Do a jar tf on the weblogic.jar file to see the issue.
Some people has success by extracting the ant classes from weblogic.jar -
making a weblogic_noant.jar file.
Peter
[EMAIL PROTECTED]
What is your PATH, CLASSPATH and ANT_HOME?
Jan
> -Ursprüngliche Nachricht-
> Von: Andreas Bothner [ MTN - Innovation Centre ]
> [mailto:[EMAIL PROTECTED]
> Gesendet am: Montag, 9. Mai 2005 11:43
> An: user@ant.apache.org
> Betreff: InstantiationException using ant.bat
>
>
> Hi,
>
> I e
Hi,
I extracted ANT 1.6.2 on Windows XP Professional with JDK 1.4.2_05.
D:\>ant
java.lang.InstantiationException: org.apache.tools.ant.Main
at java.lang.Class.newInstance0(Class.java:293)
at java.lang.Class.newInstance(Class.java:261)
at org.apache.tools.ant.launch.Launch
12 matches
Mail list logo