|
|
|
Hello
I would like to read OS-Specific environment variables using the Ant API.
In the JAVADOC I found this one
public void setEnvironment(java.lang.String?env)
the prefix to use when retrHi there
I 've always used JavaCC 3.0 with Ant without problems. Now I upgraded
to Ant 1.5.3 and JavaCC execution fails with
"Could not find a path to JavaCC.zip from 'D \Programming\Tools\JavBack from holiday I am doing my emails ...
... and have a solution for you -)
I used the <script > task for iterating over the selected files of a
fileset instatiate a java.io.File object and getsI looked at my code for antelope there is a trace functionality that
does what you 're talking about. The core method is
Target.getDependencies() which tells you what targets the given target
dependsI want to give argument values to java task in one of my target. In nutshell I want to fire "ant
trgjava 12 " at DOS prompt. 12 will go as the first argument to my program executed by the java task
in Is it possible to find out the following about a file
Is it a clearcase element or a private file?
Is it checked out checked in?
Also how would one go about recursively checking
in an entirIs there a way to conditionally use a junit formatter? I want to avoid
outputting the XML formatted test results unless the user wants to
generate reports. I would like to avoid having mostly duplicaHi Everyone!
I saw a neat trick in the Batik source where they have a single
batik.jar that contains nothing but a Manifest.mf file that adds the
other 7000 or so batik jars to the classpath. So IHi
Is there any documentation on xdocs (which is in the proposal stage in
ant cvs ) ?
I got the latest ant from cvs and attempted to build xdocs but the
build failed.
The reason I ask is because According to the documentation I should be able to set the ANT_ARGS
environment variable to pass Ant command line arguments. This works on Linux
and Solaris but on Windows it 's ignored (at least with Hi all
I have a target called "get.branch.tag " that prompts the user to enter a
cvs branch tag.
How can I return the user 's input back to the calling target?
This tag will be used to update my sou
Hello
How can I determine which targets will be executed using the Ant API?
I 'm writing a very specific task that should behave differently depending
upon what will be done later as the script coDear
When defining a build.xml file containing properties followed by filters
you can use a property inside a filter definition.
E.g.
...
<property name "foo " value "bar " / >
...
<filter token "gnI got the Ant 1.5.3 source zip and extracted to a temp directory but
then 'bootstrap ' 'build install ' and 'build dist ' all fail.
I 'm running JDK 1.4.2 and the error seems to occur because of changesThis has been driving me nuts all day!
I 've got some junit test classes that I know work but I can 't get a build
script to find them although it seems like it does. Here 's the target
<target nameI seem to be having all my email bounced from the ant group i simply want
to see if i can still send an email there.
I am using the <apply > task to invoke 'lyx ' to
generate a pdf document. In addition any eps files
that this lyx document relies on are converted to pdf.
Finally I want to copy the generated pdf docuWhere can I download antidote?
Thanks in advanced
Hi
I have been running a number of Ant scripts on a Windows 2000 machine
with Sun 's jdk1.3.1_02. Now I 'd like to run these scripts on an AIX
machine running IBM 's jdk1.3. When I do this Ant isI had a crazy thought today that I wanted to toss out there for some feedback.
I have stepped into a project that has a data collector component. Data is
collected in a number of different forms aHello All
This is my first post so please bear with me.....
I have been trying to upgrade ant to 1.5.3 on my linux box running 7.2
Despite my best efforts I cannot get my ant install to version aHi
I 'm trying to perform xml translation using the 'style ' task.
It worked fine in the development environment (Sonic - Stylus Studio)
but failed with ant.
Anyone knows why ?
Thanks in advance YI have a backup task
<property name "pnc.build.backup.filename " value "backup " / >
<property name "pnc.build.backup.include " value "** "/ >
<property name "pnc.build.backup.exclu
it looks like your WEB-INF is under the web directory. you will have to
have a <exclude name "**/web.xml "/ > in the fileset to stop the warning. one
other thing. If I read you target properly you ma
As i am building my project using Ant it is giving warning that incluide
webxml in project. by webxml attribute
but i am specifying it in <war .... > tag do i need to
exculude it iI need to create a fileset for a tar task. However there may be lock files
in the directory tree that are not owned by the backup user. these lock
files are 600 permission and can not be tared up. I have the following problem
Environment JDK 1.4 Win2000
I am developing some custom ant tasks which are using MQ Series for Java.
The custom ant tasks use fscontext.jar and providerutil.jar twHi I have to compile a project with jdk 1.3.1 and when I want to run run the javac task then the compiler outputs many "cannot resolve Symbol " errors for some classes (wich DO exist). But when I run Hi
I have this pvcs task
<pvcs repository "${pvcs_repository} "
pvcsproject "/com " label "${pvcs_label} "
workspace "/@/${pvcs_user}/${pvcs_wrkspc} "
linestart "${linestart} " >
</pvcs >
and in build.pHi
I have 2 ant target one depending on the other. The second target
requires a property set by a task in the first target. How do I
manage it?
Also the <loadfile > task loads the property but th
| |