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 212 of 343 Previous 100   Previous 10   211   212   213   214   215   216   217   218   219   220   Next 10   Next 100  

problem with <junitreport > task

Hi I 'm using the <junitreport > task this way <junitreport todir "${junit.reportDir} " > <fileset dir "${junit.reportDir} " > <include name "TEST-*.xml "/ > </fileset > <repo

jspc task and the classpath

Do I need to include always the ant.jar in the classpath that I use to invoke jspc? If I don 't do it I get [jspc] Compiling 32 source files/w/MT/local/build/portaladmin/jsp.precompilation [j

Java and Clearcase

Hello I would like to invoke cleartool command from my java code. Do you have any example how to do that? I tried executing the program below but it is giving Null Pointer Exception. public class

No deprecation warnings with javac

I am not getting deprecation warning in the "build " target but I do in the "build-test " target yet they look the same to me. There are 230 classes under /src and 27 under /test. Just to be sure

RE: Comment in my Ant build structure please? <import > and <suban
   t >

> From Daniel Zapata [mailto dzapata@(protected)] > Why are you putting build.xmls in directories under /src? > -----Original Message----- > From Baz ???? [mailto sky_fox1@(protected)] > Is it such a bad

No execute attribute on the <jar > task

The <javac > task has an "execute " attribute that you can set to tell ant exactly which java compiler you want to compile your code. This allows you to compile the same code against different compiler

RE: latestCommons-net.jar+ant1.6+ftp+download+msftpsever@eitherEn
   d=jakarta-or

This was my exact situation. It is uncommon enough and the loophole it revealed in the doc will be temporary enough for this info to loose its worth soon. But if you are using the latest commons-n

ftp + download = jakarta-oro-2.0.8.jar

All kneel at once before the great Antoine the savior the enlightened one the chosen one! And may the drafter of the ftp dependencies in the ant doc be doomed for ever (I hope these two are not the

ftp download, has it ever worked?

quoting the ant user 's manual from toc/ant tasks/optional tasks/ftp/getting files Getting files from an FTP server works pretty much the same way as sending them does. The only difference is that th

xml Schema + ant+xerces-j2 = >validate = > error?

xml Schema + ant+xerces-j2 >validate > error? Hi I want to validate an xml document against a xml schema. I 'm using apache ant 1.6.0. (Ant itself uses apache xerces) I always get the following err

dependency to build a midlet jar

How can I build a midlet with the only necessary files "automatically " starting from my midlet class? Actually I need to compile only (not packaging) considering the dependencies of my midlet class

mail differences from 1.5.3 to 1.6.0

I 've just upgraded to take advantage of the subant task but the mail that gets sent out is weird. Using ant 1.5.3 the file used for the body of the message gets treated just as such. With 1.6.0 I

How are daemons used?

Hi The documentation in the parallel task mentions daemons as a nested element but does not give an example of its use. My first feeble attempt looks a bit like this. <target name "test " >

junit batchtest using a single testsuite

I am currently using the junit batchtest task to test some classes that use Hibernate. Each test class causes Hibernate to load its config which takes about 4 seconds. This is a bit of a pain Its

ant zip task seems to corrupt jar files.

Hi there I am having a problem when ever I zip up jar files for my project 's distribution (using the ant zip task) and then unzip them with either WinZip on a windows system or unzip on a Linux and

Question about property files... Re: Comment in my Ant build structure please?

All How can i use a property file? Meaning can i load a property files from other directories? How? The reason i asked is because when I do it in cygwin with the structure i mentioned in the email

Comment in my Ant build structure please? <import > and <subant >

All Would anyone please comment my ant build structure? I am trying to have build.xml in different level of the tree so that it can be built from top and also individual and also dependently. Here i

Conditionally setting property values

I have ant build scripts that need to run on both Win2K and Solaris. The JDK/SDKs JREs and locally constructed jar files are in different directories depending on the operating system. I want to

deleting specific files

I have two parallel source branches one for unittests and one for implementation. Both of these branches compile into a single codebase. For example test/com/foo/myprogram[/subpackage1 subpackage2

Ant Docs - valid attributes of taskdef?

I 'm having difficulty navigating through the Ant documentation. Is there somewhere an index of all elements what attributes they permit and what their valid parents/children are? Basically someth

FixCRLF not processing files specified

I 'm trying to remove the EOF 's and reformat source files to keep the GCC people happy. Unfortuanately I can get the FixCRLF task to work on one file but not on my source tree. I have code like thi

is ANT just always says "BUILD SUCCESFUL " ?

Iam continuing on the help provided to me on this thread.....thanks for all the informations.....i think i will download and work on this new software called Ant-Contrib may be sometime soon. But curr

Oracle libraries needed for development?

All I know this is off the topics a little. I have installed oracle 9.2 in my linux box and I would like to extract the files and directories only for the developers ' development environment such as

Ant1.6 - FTP task with MS FTP

Hi all I 'm trying to retrieve a file from a MS FTP server with Ant1.6.0. I 'm using JDK1.3.1 and commons-net-1.1.0.jar. My target is as follows <target name "retrieve_content " description "retri

Ant Build Problems

hi there.. iam a new ant user.. i have generated a build.xml from jbuilder. then i used that build.xml for ant.it was compiling fine. the .war is also created.but when the jars are to be build ant q

AW: ANT + CVS +SSH + Cygwin problems

Hi all I have solved the problem. I changed the keys one more time. After this it has worked... Juraj -----Urspr?ngliche Nachricht----- Von Lenharcik Juraj Gesendet Donnerstag 5. Februar 2004

Javac re-compiles classes that haven 't changed

I sent this on Monday but it never showed up on the list. --- I have the following compile target that compiles some .java files in the src/service tree as well as some XDoclet generated files (Stru

SCP and key-agents and jsch in general

I couldn 't find the jsch.jar that the ant manual mentions but found its sources and I compiled them (after getting hold of the jce they required). now a simple ssh call <sshexec host "some.host.in.d

ANT + CVS +SSH + Cygwin problems

Hello I have gor again a stupid problem with cvs running with ssh. Connecting to cvs directly from prompt (cygwin) is running (after entering password) but running the cvs task from ANT fails. The

how to run a target multiple times from another target

Hi I have a build.xml file that contains a target called "deploy " that i need to execute 5 times depending upon the source specified in another target called "deploy-cm-testnet ". So on my command lin
Page 212 of 343 Previous 100   Previous 10   211   212   213   214   215   216   217   218   219   220   Next 10   Next 100  
   
©2008 ant-tasks.com - Jax Systems, LLC, U.S.A.