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 308 of 343 Previous 100   Previous 10   301   302   303   304   305   306   307   308   309   310   Next 10  

Anyone got any workaround ideas on the broken Jaxb stuff?

Just wondering if anyones found a decent fix for the silly parser dependancies of the xjc task (com.sun.tools.xjc.XJCTask) which requires manually setting ANT_OPTS to contain a special -Djava.endors

AW: Inserting text at start of file

Not tested <echo file "tmp " message "new text "/ > <move file "theFile " tofile "tmp2 "/ > <concat destfile "theFile " > <filelist files "tmp tmp2 "/ > </concat > <delete > <fileset dir ". " includes "

Inserting text at start of file

Hi I want to insert a line of text (with CR LF at end) to the start of an existing file. There is no token to replace ... just a plain insert at start. I just can 't seem to find any simple way of d

Substituting in CRLF in ReplaceRegExp

I 'm having trouble insrting CRLF via ReplaceRegExp. It just seems to entirely ignore the "\n " in the substituion expression. I 've tried prefixing with multiple back slashes but to no avail. Using Ant

Stopping and starting tomcat using ANT

Is there a way I can stop and start a tomcat instance using ANT? Thanks.

When is it appropriate to use antcall?

In "Java development with Ant " by Erik Hatcher and Steve Loughran it says excessive use to antcall is the wrong way to use ant. It has an example of using the antcall task but I don 't quite understan

Convention for laying out an ANT build script

Hi I 'm new to ANT. One thing I find difficult about ANT is tracing an ANT build script. Our company has a very long (500 lines) ANT script for build and deploy. However whenever I need to trace thr

ejbjar dependency

Hi I have all my ejbs under /ejb package and ejb class may use other helper class in /ejb package too and util class under /util or other I would like to pacakge my ejb in the way one ejb per ja

Re: java with fork=true produces IOException on UnixProcess.forkAndEx ec on
so

>From Stefan Bodewig <bodewig@(protected) > >Reply-To "Ant Users List " <user@(protected) > >To user@(protected) >Subject Re java with fork true produces IOException on >UnixProcess.for

CVS task using cvspass

Hello I have strange problems * I 'm able to commit a module from comand line * I 'm able to do the same things with ant 1.5.2 on command line * It doesn 't work with ant 1.4.1 from WSAD * It work wi

AW: Copy file or dir and changing name?

I wrote a little test <project default "main " > <target name "main " > <tstamp/ > <property name "date " value "${DSTAMP}_${TSTAMP} "/ > <antcall target "copy " > <param name "wha

Copy file or dir and changing name?

Hello i 'm struggling with the following task and hope you have some hints and help available. I want to write a task that receive a file or directory and copy and rename it. e.g. ./file1.txt - >

java with fork=true produces IOException on UnixProcess.forkAndEx ec on sola

On Mon 31 Mar 2003 Joshua Rosenblatt <joshua.rosenblatt@(protected) > wrote > I have a problem with my build process. What happens if you run /sw/CRFS/java-std/THIRDPARTY_JDK/50_1_2/bin/solaris/jre/

problems with ant install

Hi guys This should be an easy problem to fix I 'm just blind and cant see it. When running ant install on the exact same code some of the programmers can and some of them can 't. They get the follow

Getting input

Hi I have something like the following in my build.xml <target name "execute " depends "compile " description "execute the app " > <exec dir "${ojbhome} " executable "${javahome}/bin/java " >

Build Never Completing

Using AnthilPro 2.0.8.188 I have a build track that never completes- the status never gets past "BUILDING - Labeling Build " and Catalina log keeps getting the following repeated messages 475904455

automatically generating pdf 's from framemaker

Right now our tech writers write documentation with Adobe Framemaker and manually build the PDF. Does anybody know how to with ant or any other tool for that matter automatically generate pdf 's fro

jspc, tomcat, jstl nullpointer exceptions

Hello fellow ant users! I started using jstl on my project a few months ago. Currently we have some legacy jsps which dont use jstl and other 'newer ' ones which do. My problem While my old non-jstl

simple log level determination

I 've got some tools that are wired into ant via separate adapter classes (that implement Task). I 'd like to keep the tools such that they 're not directly dependent on Ant classes but I 'd also like t

custom subject tag

There certainly is a good reason but I will ask anyway. Why don 't we have a custom subject tag in all emails sent to list. Something like [ant-user] in the beginning of subject line would be perfect

Updating the Manifest on a Dynamic List of Jars

I 'm trying to update the manifest file on a dynamic set of jars and unsure how to make this happen. During my build process I create a bunch of EJB jars in a directory called "jars ". I know want t

java with fork=true produces IOException on
UnixProcess.forkAndEx ec on solari

I have a problem with my build process. it ran fine on windows and I am now moving to solaris 8. I wrote a simple example to test it out. I run the task <project name "foo " default "all " > <target n

taskdef classpath oddity

i am running a task i created. the target looks something like <target name "doit " > <taskdef name "doit " classname "some.package.DoitTask " classpathref "task.classpath "/ > <doit/ > </target > th

SOLUTION: ANT 1.5.1 usage with JSR14 Java Generics (ok its a temp
patch)

OK! here are the steps 1. install the jsr14 beta and make sure it works with the makefile provided by sun 2. rename the distributed 1.4.1 compiler from "javac " to "javac.orig " 3. copy the JSR1.4 ja

javadoc creation help

Hey all! I have a question for you. I have a number of source files that i wish to generate javadoc for. They contain a number of imports to third party jar files example import org.apache.

How can I set the default property via parameters passed in?

I would like to do something like ant -Ddefault compile so that it calls my compile target as the default. This doesn 't seem to work. Any ideas how I can specify the target to call? --- Outgoing m

How do I get at the project base dir inside a subclass of BaseExtendSelector

It is (I think) a bug of ant. I made a patch to get UnknownElement.java to set the project on created children. I use this for custom filters (and custom conditions and selectors). The patch is part

how to pass -J option to <javac

any way to pass the option flag -J to the <javac task in ANT? It is needed to use the beta of JSR14 java generics as shown in the below batch file for Unix that executes the new compiler. exec ${J2

How do I get at the project base dir inside a subclass of BaseExtendSelector?

Hi I 'm passing <param name "somedir " value "${some.relative.directory} " > parameter into a custom selector which is a subclass of BaseExtendSelector. ${some.relative.directory} is defined relative to

getting IncompatibleClassChangeError when using java 1.4

Hi I 'm using Apache Ant version 1.5.1 and when I set JAVA_Home to use java 1.4 for compiling I 'm getting the following error output BUILD FAILED java.lang.IncompatibleClassChangeError at
Page 308 of 343 Previous 100   Previous 10   301   302   303   304   305   306   307   308   309   310   Next 10  
   
©2008 ant-tasks.com - Jax Systems, LLC, U.S.A.