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 201 of 343 Previous 100   Previous 10   201   202   203   204   205   206   207   208   209   210   Next 10   Next 100  

Ant gurus: Desperately Need Help with Ant build Failed Message

Anyone have a clue whats going wrong here? The include file in question is at the bottom of the page. Thanks in advance John B

How to compile web applications using JSPC with ant?

All I am trying to compile web applications using JSPC in ant. After reading the article http //jakarta.apache.org/tomcat/tomcat-5.0-doc/jasper-howto.html Copying the script I have the following

add Xms and Xmx to ant

Hi If I don 't fork when running javac I will run in the same jvm process as ant. How can I provide the jvm that executes ant with Xms and Xmx? BR //Mikael This communication is confidential and i

Re: [BULK] - Re: [BULK] - finding the absolute path of each file
in a fileset

Hi Shakun You could try defining a macro for your replaceregexp task and then using the ant-contrib library to execute the macro once for each file in the fileset. Daniel Rich Mauri wrote >So

ANT - subant task with directory ordering

The Ant docs say " Note that the directories will be added to the build path in no particular order so if order is significant one should use a file list instead! " Could this be changed to be d

- finding the absolute path of each file in a fileset

Somewhere you 're defining deploy.dir as a property. One way is to set another property using location prior to the replaceregexp task. For example <antcall target "doregexp "/ > <target name dorege

- finding the absolute path of each file in a fileset

You can use property location trick for example <property name "abspathtofile " location "${relpathtofile} "/ > -----Original Message----- From Shakun Mahajan [mailto shakun@(protected)

- Re: ant1.6. & XP occasional IOException during fixcrlf task

Actually only recently started using fixcrlf so the problem may go back before ant-1.6.1 Also it 's funny 'cause when fixcrlf dies it 's always during the processing of a certain .properties file w

finding the absolute path of each file in a fileset

Hi all I am using Ant (1.5.3) provided with Eclipse(2.1.3). After I deploy I need to change a few files by replacing the paths of the included files. I have used the Ant task "Replaceregexp " to do

1.6.1 -- where is "optional.jar "

I built 1.6.1 from source and get the following error when running my build ... so I wonder "where is optional.jar " since it doesn 't seem to get built in the 1.6.1. build ... PS all the dependencies

ant1.6. & XP occasional IOException during fixcrlf task

Since we 've migrated to ant-1.6.1 we 've seen occasional errors during the execution of fixcrlf. It seems there is a temporary file that 's created by fixcrlf that is being copied to the original filen

Build problem with WebLogic 8.1, Ant 1.5.4 and j2sdk1.4.2_03

Hello I 've been trying to track down this problem since Friday. After spending a lot of time trying to find solutions online I 'm am to the point of frustration. I 'm fairly new at this and I 'm

Ant mail giving 'Failed to initialise MIME mail ' error

Hi I am running a test email task from ant script. I am getting following error but still it is sending emails and I am getting those emails!!. Please let me know how to eliminate this error ' [

XMLValidate Task. Schema and Property

I 'm working with XMLValidate task in Ant and can 't figure out two items. First How do I make a reference to map an external xml schema? The xmlcatalog item appears to only support DTD. Am I missin

build fails with java.lang.Win32Process.create error

Hi all I installed freshly apache 1.6.1 and while running the buille file from command line I am getting the following error. Same build file is executing successfully from SunONE IDE. Can anyone

Ant 1.6 freezing with inm jdk 1.4 on Linux (kernel 2.6)

Hi Sometimes (in fact very often) my ant script is freezing on linux when I use ibm jdk 1.4 on linux. Have you already seen that ? What could I do except to use Sun Jdk ? Regards Denis Boutin.

how to convert path to fileset

Good morning all. I 'm a relative Ant newbie and struggling a bit with the notion of paths and filesets. I 'd really like to be able to define a list of files that can be treated as either a path

AW: Installer using Ant - try JSmooth

you can also try the gpl 'd roxes ant tasks (http //www.roxes.com/produkte/rat.html) which contains ant tasks for creating executables for windows/unix. -----Urspr?ngliche Nachricht----- Von John Bur

Installer using Ant - try JSmooth

I 'm not sure whether you are telling us you 've done the InstallShield installation or are asking for help to do it. If the later my advice would probably be DON 'T Check out JSmoothGen an open so

check for empty directory

Hello How can I check whether a directory is empty and set a property accordingly? -- Regards Tarlika Elisabeth Schmitz

Installer using Ant

I would like to know can i create an installer for my java application using ant both for Windows and Linux. Pritesh Saharey BE(Mech) Software Engineer

Set a property is source files exist.

Hi all I want to set a property if a set of files is not empty. I can get the set of files using a FileSet but how do I then detect that the set is not empty? <fileset id "junit.test.source.id

<scriptdef > doesn 't allow multicased attributes?

I have a <scriptdef name "blah " > with <attribute name "fooBar "/ >. If I call this with... <blah fooBar "foo " > I get the following error build.xml 8 <hook > does not support the "foobar " attribute

compile attribute of JAVAC task

Hi All We are running ANT under 1.4 VM. But compiling the code with javac 1.3. ( possible through Javac task 's executable attribute ). We have also turned the "source " attribute of javac task.

adding Classpath...

Hi all How to add many files (.jar) while compiling a directory using ANT. I wrote <javac srcdir "${src}/java " destdir "${dist}/WEB-INF/classes " classpath "D /Projets/Projet1/lib/*.jar " / > But it

Getting a Fileset from a String

Hello I 've got some (obviously uncommon) problem I feed ant with a property consisting of a comma-seperated list of .jar files which I want to use like a fileset. e.g. ${additional.libs} "c \so

dummy question regarding replacetoken

Hi all I have an issue regarding replacetoken in the value of the replacetoken I 'd like to use quote and comma because I 'd like to replace "FILEVERSION " "6.0.1 " by "FILEVERSION " "6.0.1.2004032

getting java.io.Exception in javadoc task

Hi I used ant1.5 with jdk1.4 on solaris and the error message was "Javadoc failed java.io.IOException /jdk/bin/javadoc cannot execute ". but it worked on windows with the same build script an

"Could Not Date Test Remote File... " with IIS

I 'm trying to ftp to an IIS (WinServer 2003) machine. I 've got 'depends "yes " ' set. For every file I get "Could not date test remote file. " messages. (Ant 1.6.1) The files are definitely one the

Problems getting ant working - libjava.so

Hi I am new to ant and have been having a few problems which I am sure are down to my config/impl and not ant but I just want to eliminate unknowns. % ant -f jboss-build.xml compile gives expr
Page 201 of 343 Previous 100   Previous 10   201   202   203   204   205   206   207   208   209   210   Next 10   Next 100  
   
©2008 ant-tasks.com - Jax Systems, LLC, U.S.A.