  | | | Ant | Ok
I 've been trying to debug the following problem for about 3 hours
Here is the error message I am getting (this is with Websphere on W2k)
!! no source information available !!
[jaThis problem is similar to John Hohlen (1/6/2004) "Can 't Run JUnits With ANT
1.6 "
I check Antoine 's reply however no luck.
Here are my findings
I am in the process of migrating build scripHi
After intalling ANT1.6.0 i was able to execute build file with ftp & mail tasks but now suddenly even " ant -version " at cmd prompt gives
C \ >ant -version
java.lang.InI 'm using <filter > task loading tokens via "filtersfile " attribute and later in the project doing <copy filtering "true " > operations..
2 questions
- is it possible to print tokens (such as <echoHi
I have a project directory containing several independent modules.
Each module has its own build-file but all build-files contain the
same targets. Now I want to create an additional build-fHi
I get the following stack trace when using the scp task to send a single
file to a remote host. Has anyone had this problem before? I don 't know
if I 'm doing something wrong or if this should bHello
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 doHi
I 'm Andi new in sshexec using NetBeans.
I try to download the zip file from
http //www.jcraft.com/jsch/index.html
run (get class file) and jar them as jsch.jar
then put it on <Netbeans Is there some new syntax? I 've been changing the "@ " to a "$ " to build but I don 't
get how build.xml could be wrong.
BUILD FAILED
/usr/local/src/apache/apache_src/ant/build.xml 825 Reference neeHowdy
Please forgive me if this has already been reported I searched bugzilla and
this list but did not find anything.
I found that when using the scp task with the file attribute containinHmmmph haven 't posted in a while but I think I may have a stumper here...
I have a list of files that I would like to create duplicates of in another
directory. I want to truncate them but keepI 'm trying to use the FTP task but I keep getting the
" Ant could not find the task or a class this task relies upon. "
Message. I put " commons-net-1.1.0.jar " in the classpath... to no avail.
I have been playing around with Ant 1.6 and the -keep-going option. It
does not work as I would expect and I wanted to find out if I am
misinterpreting this new functionality.
My test buildfileHi 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 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
> -----Original Message-----
> From Aleksander Rozman
> Sent Monday January 05 2004 1 27 PM
> To 'user@(protected) '
> Subject Parameter passed to target
>
>
> Hi !
>
> I aAll
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_${backuI 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 exe <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 UsersHi
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 exteHi 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 librHello
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 dokoji_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 antI 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 thiskoji_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 communikoji_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 pointkoji_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
IndW2K 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.
Hello
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 s |
|
 |