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 332 of 343 Previous 100   Previous 10   331   332   333   334   335   336   337   338   339   340   Next 10  

AW: ANT&J2EE IDEs

For myself I?ve never used them. But I have heard of - Application Server JBoss (http //www.jboss.org/) - IDE Eclipse (http //www.eclipse.org/) - Build Ant (http //ant.apache.org/) - Test JUnit

ANT&J2EE IDEs

Hello ! I 'd like to know if there is standard open source for ANT & J2EE development ? if none wat 's the best for this integration according to ur experience ? thanx for any input. FYI been using jbu

Problem using ANT with CVS

Hello there I am a first time ANT user (and this is also my first experience using any open source project). I am experiencing difficulties when I run ANT I get the f

replaceregexp Task and RegExp Mappers

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 has become a bit of an issue. When we attempt to e

War only works if I Unzip and manually jar

I 've notice that there are several posts about this so I 'm posting my issue as well. I have an ANT script that creates a war file and works fine on Unix/Weblogic 6.1. I use the same ANT script on u

CvsChangeLog - IllegalArgumentException/Stupid User Trick...

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... Ken At 19 06 2003-02-06 you wrote >At 06/0

copy with filtersets and unicode?

Hello As part of our build we do a copy with filtering to substitute some values into some files. One of these files has french accented characters in them. It seems when doing a copy with filter

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

At 06/02/2003 12 21 -0500 you wrote >The following ant script won 't quite work for me and I 'm sure it is a >stupid user trick but I just can 't see what I 'm doing wrong. It appears >that the dat

reconciling Ant & S1S standard file structures.

Common organization of files especially with Ant users is to put the source and compiled files in different directories. The standard Sun ONE Studio file organization (in my experience anyway) is

jar fot use task ftp

Hi I need of the files jar for use taks "ftp ". Can anybody send me the package or link to download the files. Thanks Haroldo Pereira Nascimento hnascimento@(protected)

trying to write custom task wrapping Exec

Just wondering how I can update the path for the ExecTask. I 've borrowed code from the optional Cab task but I wish to update the path used by the Execute object. Here is what I currently have

Compile against a war

Hello all I 'm trying to compile my code against a war file from Apache Axis (the one with all the soap stuff soap.war) but not having any luck. How would I designate a war file as a library/path in

multiple file check

I would like to compare two directories and see if any files in directory_A exist in directory_B. Is this possible ? One way would be to use an exec task to run an OS script Something along the lin

CvsChangeLog - IllegalArgumentException/Stupid User Trick...

The following ant script won 't quite work for me and I 'm sure it is a stupid user trick but I just can 't see what I 'm doing wrong. It appears that the date in the "start " attribute is unparseable

tagging cvs source

Hi I have these lines in my build.xml file <property name "tagname " value "release-2003-01-06 "/ > <cvs command "tag ${tagname} "/ > This doesn 't work. It doesn 't tag the source files. However this

build.xml & build.properties best practices

Hi All I am using ant for several different java projects - often using completely different 3rd party jar like JAXB or struts or cachedRowset - sometimes with tomcat sometimes with weblogic oc

<attribute/ > in <xmlvalidate/ >

I see a fix in CVS that allows attribute tags in an XMLValidate task. I am using it and it works great but I need to get it into my customer 's hands. I could tell them how to get it the hard way b

Ant reference book

Hi I 'm thinking of buying an Ant reference book. Can you give me some recommendations? Thanks.

Does 'exec ' work in unix?

Does 'exec ' work in unix? Can I use it to execute a shell script? Thanks.

Problem with tagging CVS source in build.xml

I am having problems trying to tag my CVS source because my build.xml file is not in the same directory as my checkout destination. How can I execute a cvs command in a different directory other than

<antexec >

Has anyone written a Task that would be to CallTarget as exec is to fork in unix? That is unlike CallTarget which essentially re-inits the project 'ExecTarget ' would simply execute the named target

<zip > Not Adding Files

I am trying to get the <zip > task to add some files to an existing .jar file. I cannot get it to work with an existing file but it works just fine when creating a new archive file. Unfortunately th

echo true or false

The <available > <condition > etc. set of tasks all work by setting a property if a condition is met. My problem is that I would like to echo the results of this test. <condition property "my.prope

Weird NoClassDefFoundError

Using Ant 1.5.1 Sun JDK 1.4.1_01 with this script <path id "classpath " > <fileset dir "lib " > <include name "**/*.jar "/ > </fileset > </path > <target name "buil

Problems installing Ant

I must be doing something incredibly stupid! I 'm trying to do a build on unix here 's the output of the build $ ./build.sh ... Bootstrapping Ant Distribution ... Compiling Ant Classes error Can 't r

Recommendations for moving from java to .NET

We are looking into shifting our component-based development environment from java & j2ee to c# & .NET. Has anyone used the .NET tools provided in ant (http //ant.apache.org/manual/OptionalTasks/dotn

Problem using Resin 2.1.6

The "sleep " target never gets executed if I 'm using Resin 2.16. It works fine when I 'm using Resin 2.05. Resin 2.1.6 starts and just stays forever but Resin 2.0.5 doesn 't have any problems. Can anyon

AW: Can you get name of target to be run?

You can use a wrapper script for that I?ve attached two files ant2.bat - the wrapper script which stores the targets in an ant property and calls ant build.xml - test buildfile After invoking

Tagging cvs source files with build.xml

Hi I want to tag my cvs source files in my build.xml file. How can I do this? Thanks.

javac classpath issues

The documentation seemed a little fuzzy on this When I use the classpath parameter of the javac task the actual classpath used is the one specified in the environment 's CLASSPATH variable PLUS w
Page 332 of 343 Previous 100   Previous 10   331   332   333   334   335   336   337   338   339   340   Next 10  
   
©2008 ant-tasks.com - Jax Systems, LLC, U.S.A.