|
|
|
Hi all
This must be such a simple error but it seems I can 't find the way to fix it.
I am trying to set the format for <tstamp > task. I just copied from the manual the next snippet of code
I 'm invoking an ant script from a perl script deployed on Tomcat. The
ant script has a "chmod " task and it fails while executing this task. If
this task is commented everything works fine. Is this a Kichline Don (EM PTL) wrote
> <record name "build.log " loglevel "verbose "/ > in any target.
>
ant1.6 supports tasks outside a target so you can put the line above at
the very beginning of your bui
> -----Original Message-----
> From Aleksander Rozman
> Sent Monday January 05 2004 1 27 PM
> To 'user@(protected) '
> Subject Parameter passed to target
>
>
> Hi !
>
> I am having weAll
Does anyone know how to make the ZIP task delete the file after it 's zipped
into the destination file?
My code...
<zip
destfile "${local.copy.dir}\${backup.dateTime}\APP_Backup_${backup.dateTiI am trying to perform a backup of our Oracle database using the
ANT task SSHExec.
If I login with SSH using PUTTY to the oracle user and execute the EXP
command
it works perfectly but it I execute <record name "build.log " loglevel "verbose "/ > in any target.
-----Original Message-----
From Carter Scott [mailto Scott.Carter@(protected)]
Sent Saturday January 10 2004 9 56 AM
To ANT Users MailHi
I searched the archive and found some posts relating
approximately to my problem but not entirely and without
solution.
I have one input XML file and want to use Xalan 's
redirect extension tHi All
When running junit via ant I set the user dir using
<sysproperty key "user.dir " value "${testrun} "/ >
in the junit task (see full task below).
My java code loads a *.dll library whHello
Can I use <presetdef > task to pre-set data type like <fileset >?
It seems that it can be used for defining "my <fileset > " but
it cannot be used for using "my <fileset > ". What I tried to do
is koji_sekiguchi@(protected) wrote
> Can you look for the above properties file from ant.jar
> by using <whichresource > task?
> It seems same bug for me..
> I think "adding leading slash " is ant userI am writting my own fileset (called ModuleFileSet) and wanted to use it
inside the zip task but I get this error
The <zip > type doesn 't support the nested "modulefileset " element.
Is this corrkoji_sekiguchi@(protected) wrote
> Thank you for your quick action.
Well I 'm not an Ant committer. I just tried what you said found you were correct
and offered a change to the Ant community. Ykoji_sekiguchi@(protected) wrote
> How do you write build.xml to get the URL for
> org.apache.tools.ant.Main.class? Does it actually work?
Here 's a testcase which proves Mr. Sekiguchi 's point.
---koji_sekiguchi@(protected) wrote
> How do you write build.xml to get the URL for
> org.apache.tools.ant.Main.class? Does it actually work?
You 're right! This diff seems to fix the bug
Index srcW2K Ant 1.6.0
I recently upgraded the version of Tomcat and so I also changed my install
directory from the root to Program Files. I also took the liberty of
upgrading Ant from 1.5.x to 1.6.
I havHello
I try to use <whichresource > task. To get a url for an ant class
I run the following code
<whichresource class "org.apache.tools.ant.Main " property "which "/ >
On the screen it seems thI built Antidote binary distributions which can be downloaded from
http //www.softwoehr.com/softwoehr/oss/index.html
--
Jack J. Woehr # You measure democracy by the freedom it
Senior ConsuThanks - Scott Carter
Hi all
I am new to Ant. I have some questions.
1. Is it necessary to add ant.jar to classpath of java task to run a program
which uses one ant class. Why Ant by default do not include ant.jar andI use the very same classpath for compilation and running but when
running some class is not found.
Compilation works fine running gets the following error
[java] java.lang.NoClassDefFoundEWhich XSLT processor does ANT use by default?
(I 'm using 1.5.4 with Sun JDK 1.4.1)
Thanks
Dhruva
Hi all
I am receiveing the following stack trace when I am running Ant in Eclipse.
Has anyone seen this before?
Any help is appreciated!
Thanks
Thomas Jackson
java.lang.NullPointerException
at oHello
I am getting an error message when I try to run my build.xml file.
Here is the error message
D \Program Files\projects\ant\antchap2 >ant build.xml
Buildfile build.xml
BUILD FAILED
D \Prograunder ant 1.5.x i created a custom task that did some work with weblogic. i included the weblogic.jar in the ANT_HOME/lib directory and all worked well.
i upgraded to ant 1.6.0 yesterday put the weHello
I just downloading and installed Ant 1.6.0. I am having problems running
simple command like ant -version. Can someone please help.
U \ >ant.bat -version
java.lang.IllegalArgumentException
I am looking to delete all directories under a certain directory (call it
root) but I do not want to delete any of the files in this root directory.
Thanks
Don Kichline
I 'm still having trouble with this mysterious behavior with the new
SubAnt task. I have a temporary work-around involving a windows batch
file but it is not ideal. I 'd like to be able to call my buiHi
I 'm attempting to develop my own fileset and I 'm having problems.
Is it actually possible to do ?
This is what my ant build.xml looks like
<target name "desktop " >
<taskdef name "ejardep "Does any have sample Ant script which will create EAR file for websphere 5.0 deployment ?
Does application.xml and *.xmi files required for websphere configuration can be created using the script ot
| |