Java Mailing List Archive

http://www.ant-tasks.com/

Apache Ant Archive

» Ant Users List
» Ant Developers List
  Subjects
Home
Python implementation for Ant
AW: a problem compiling a Java 5 project with generics
Odd Behavior
How to compile jsp files with ANT
Ant and the Windows Registry
please update the next release of Ant 1 7 to Xerces 2 9 0
tag inside some other tag(cvs)
Perform a task for every folder from the file
ConcurrentModificationException
Location attribute in property not resolving correctly
creating files
Problem with condition selection property; Help needed
Javac task query
Help with running different target based on user input?
"java lang ClassCastException: org apache tools ant types Path " error after
ANT task to process properties files into static class
Ant 1 7 0 can 't find Junit in ${user home}/ ant/lib
Invoking a target (Ant 1 7) in a loop (Ant Contrib)
How to set the next week start date
repost: trooubled with ant from source install
Javadoc
ant javac version question
TImestamping in ANT
Building Dependent targets
help! how to send multiple files to remote machine? ant jsch
Ant 1 7 0Beta3 released
Example: error loading a mysqldump file
How to refer PATH environment variable in <exec > Ant task
How do I use ejbDeploy outside of RAD
Build successful but nothing produced
Formatter for ant scripts ?
Rename directories in Ant
How to make "outputproperty " element work???
Jar Locking
Can 't get env HOSTNAME
AntForm question
filelist/fileset with multiple directory
"java lang ClassNotFoundException " when running junit task
Settting environment variables
Mail failing in build xml file
Custom processor for Xslt task?
How to echo path?
I need to write a task for Tagging
How can I capture a file 's date to a property?
task to 'cp r reply=no '
containsregex and concat
Weird Deleting Problems
ant and eclipse?
while like structure in Ant
Accessing the manifest within a jar file
get filename
Create WEB INF/lib based on path structure
Conditional dependencies
replaceregex
Very Bad use of Ant
regex text out of a file
ANT Help
at my wits end with delete
Task help
install and use apache ant on linux
Page 330 of 343 Previous 100   Previous 10   321   322   323   324   325   326   327   328   329   330   Next 10  

Manifest for EJBJAR?

Hi Is anyone aware of a workaround to place a custom Manifest in an ejbjar generated by Ant? The <jar/ > and <war/ > tasks both support the nested <manifest/ > parameter but the <ejbjar/ > task does no

RE: Re: creating pl/sql package in sql task, only part of package loaded
(v

Any idea why I get this message? knorad could you stop these from coming in? Michael Medwith Flagstar Bank Wholesale Web Development Team ----- Forwarded by Michael Medwith/Flagstar_notes on 02/10/

Switch between environments

Hello All When performing a build is there any "best practice " ways of switching between environments (Meaning changing your environmental information from development to test or test to production

RE: creating pl/sql package in sql task, only part of package lo
   aded

Attached is the loadplsql task that I created by modifying the sql task. I entered this in bugzilla as an enhancement request (Bug# 16945). If you think this is worthy please go vote for it. Thanks

creating pl/sql package in sql task, only part of package loaded

Once its in your classpath use the following line <taskdef name "PLSQL " classname "org.apache.tools.ant.taskdefs.optional.PLSQLLoad "/ > then the tag <PLSQL > </PLSQL > will do the dirty work (works

Re: creating pl/sql package in sql task, only part of package
loaded

Thanks for your help I 've located the code from the archives for PLSQLLoad.java. Once I get the source compiled and the class file accessible within my class path how do I use the task? I notic

-none-

Michael Medwith Flagstar Bank Wholesale Web Development Team ----- Forwarded by Michael Medwith/Flagstar_notes on 02/10/2003 02 33 PM ----- |---------+

creating pl/sql package in sql task, only part of package loaded

Re: creating pl/sql package in sql task, only part of package
loaded

I 've tried the other two suggestions creating the package specification/header with it 's own sql task and creating the package body with it 's own sql task. I also tried the suggestion of loading t

javac

All Is it possible for Ant to compile all *.java in the ${src.dir} and place the *.classes in the ${build.dir.classes} but save the directory path? For example ${src.dir} would contain the foll

Executing keytool within ant

Hello When I try to run keytool via an ant executable target it complains about arguments saying that they are invalid when they are not. If I run the command outside of ant it works fine. Has

Test message. Ignore.

----- This message is for the named person 's use only. It may contain confidential proprietary or legally privileged information. No confidentiality or privilege is waived or lost by any mistransmi

Mailing Lists have moved

-----BEGIN PGP SIGNED MESSAGE----- Hash SHA1 As most of you will have noticed by now Ant has become a top-level Apache project and its new home is <http //ant.apache.org/ >. With this several othe

task sleep

There is any task that wait any time before that execute other tasks. I need execute a task e after of 3 minutes execute other task. How can I do it ?

Problem: VIew the commands ussing task telnet

Martin I need see the result of de commands using tasl "telnet ". I Know how copy the files to other systems using task "telnet " but I dont Know how get the result of commands. I would like get

Was: junit task newbie

Yepp looks like the same problem here Junit task fails with java.lang.LinkageError loader constraints violated when linking org/xml/sax/XMLReader class when trying to use Junit from Ant to test

FTP task -Connection reset error

I am receiving the following error during an FTP task error during FTP transfer java.net.SocketException Connection reset by peer J VM_recv in socket input stream read error during FTP transfer

Stopping exec command

Hi all I have the following problem. I am starting an ant (1.5) exec command in a Java Thread (JDK1.3.1) through the Main.start ant java method. (it runs a script on Win 2000 or a shell on UNIX

ant and softlinks in cygwin

I tried to run the javac task when my javadir was a softlink made in cygwin and it didn 't work. Ant started which it didn 't when I tried having the javadir as a windows shortcut but javac didn 't

AW: fileset/zipfileset

I build my zip-file from filesystem entries. To make it simple I want all files in the zip to look like program-version/build.xml program-version/src program-version/src/de program-version/test

AW: Example of task telnet

I have never worked with telnet. But can you pipe the output of the remote commands into a file transfer that file back to your computer und read it? Jan Mat?rne -----Urspr?ngliche Nachricht-----

filelist dir attribute

Thanks for the help on the build.properties question. Now I 've got a bit further I 've come across another problem. I 've seen quite a few posts in the archives mentioning this problem and I am tryi

EjbJar task with WAS elements?

Hello I 'm playing with ANT1.5.1 's EjbJar task with nested Websphere elements. The current problem is that deploytool can 't find all the dependendant classes when compiling EJB

AW: build.xml & build.properties best practices

Yes. If you want to have such a "default " behaviour you can 1. write these statements in a XML fragment and include it in your buildfiles via XML includes <!-- where is the file? -- > <!DOCTYPE

AW: upper case first letter of a file

For a similar question I wrote a sample <project name "myProject " basedir ". " default "foo " > <property name "myprop " value "foo " / > <target name "foo " > <!-- Using Javascript functio

Output Differences in EJBJAR task between 1.4.1 and 1.5.1

Hi I am trying to migrate from Ant1.4.1 to Ant1.5.1 and am encountering a strange behavior in the ejbjar task. The output of the EJBJAR task in Ant1.5.1 is generating a very different content compar

newbie: jjtree task

I 'm using redhat 8.0 with ant 1.5.1 already installed. I am new to ant. I am building a jjtree based parser which I have been building "by hand " up to this point. I now want to use ant for this purpos

<task not finding jar files

ANT doesnt seem to be finding the jar files for xdoclet. they have been included in a classpath ref. the task defs were taken directly from the samples dir of the download. any thoughts? using th

Re: CvsChangeLog - IllegalArgumentException/Stupid User
Trick...

At 06/02/2003 20 04 -0500 you wrote >Thanks I 'll give that a shot. Seems like a waste though doesn 't it? > >If I *ever* get to slow down a little I 'll look into the CVS source... I have alread

Classloader problem with rpelaceregexp

OK I 'll try again with a different subject line. Hi all We 're using Ant 1.5 and are trying to use both the replaceregexp task and the regexp Mapper (during a Copy) but it seems that classloading
Page 330 of 343 Previous 100   Previous 10   321   322   323   324   325   326   327   328   329   330   Next 10  
   
©2008 ant-tasks.com - Jax Systems, LLC, U.S.A.