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 126 of 343 Previous 100   Previous 10   121   122   123   124   125   126   127   128   129   130   Next 10   Next 100  

A memory problem in ant or build.xml

Hi I am running Apache Ant version 1.6.2 compiled on July 16 2004 on Solaris 8. I have about 1600 source files that I build. I used ANT_OPTS "-Xms256m -Xmx512m " export ANT_OPTS to execute my

AW: Possible to "nest " variables?

see FAQ http //ant.apache.org/faq.html#propertyvalue-as-name-for-property Jan > -----Urspr?ngliche Nachricht----- > Von Ninju Bohra [mailto ninju_bohra@(protected)] > Gesendet am Freitag 1.

Possible to "nest " variables?

Just curious in ant 1.6.2 is it possible to "nest " ant variables such as in "${${os.name}.build.dir} " ?? -- Dave Bartmess Sr. Software Configuration Manager Health Language. Inc. Office 3

Ant 1.6.3beta1 released

-----BEGIN PGP SIGNED MESSAGE----- Hash SHA1 Hello I have the pleasure to inform you that Ant1.6.3beta1 is released. Information about how to download it will be shortly available on the

NoClassDefFoundError for class that is on the classpath?

Hi Following the error i get when trying to run a script (from Eclipse 3.0.2) jmlUnitTestStubs [java] java.lang.NoClassDefFoundError org/jmlspecs/jmlunit/Main [java] Exception i

Delete (selected) files from an archive?

Is there a way to use ant and delete selected files from an archive? .war in particular.

ExecuteStreamHandler Implementation to Buffer Out/Err?

Does an implementation of ExecuteStreamHandler exist that will buffer all output from the output and error streams when a command is executed? I have a program I would like to execute from Java i

Zip and empty directory

Hello What is the best way to create a zip containing an empty directory without having to create an empty directory on disk. I tried the following way <zipfileset dir "existingdir "

AW: Why don 't my selectors select anything?

You have to think about selectors like a SQL "WHERE ". Without a selector you?ll get all select * from files and with selectors you?ll get only a part of that select * from files WHERE name

Using import in config.xml

--- Ninju Bohra <ninju_bohra@(protected) > wrote > Date Tue 29 Mar 2005 11 43 55 -0800 (PST) > From Ninju Bohra <ninju_bohra@(protected) > > Subject Re [Cruisecontrol-user] Using import in > con

Suggested change to Move.java to check failonerror flag when unable to
delete

Greetings I have some ant scripts that manage archiving files between NT servers in our production environment. A while back the move task began failing with an error related to deleting the sou

setting project classpath from a task

Hi I have a task that maintains dependent jars for a project and would like to be able to set a classpath from within the task that the project would use for compiling. I 've tried declarin

Why don 't my selectors select anything?

Hi! I 'm using Ant 1.6.2 on Linux and having trouble with selectors in a fileset. In the following small build file "foo " and "bar " are NOT included in the fileset even though these two files actu

How to select the view in p4add?

I am trying to use p4add for the first time. I know you have to do a p4change to create a new changelist do the add to that changelist and then do a p4submit to submit the changelist. But how do

Email Task not sending attachment

I am trying to send an email with an attachment using the Any Mail task. If I use encoding uu it send the email but the attachment is included in the body of the email. If I use encoding mime

AW: Tomcat start/stop tasks don 't work for Tomcat 5.5

The stacktrace shows that the Ant task tries to open a socket connection to Tomcat. So it should be possible to run Ant and Tomcat on different JVMs. Ant requires at least 1.2 (dont know what the

Tomcat start/stop tasks don 't work for Tomcat 5.5

Dear Members I am trying to interact with the Tomcat server throught ant it works for me for the list command but I can 't start or stop the server. I am using the following target invocatio

Configuring a custom task

Hi all I have written my own task. Here 's how a section of my build.xml might look <path id "my.classpath " > <dirset dir "WEB-INF/classes "/ > <fileset dir "WEB-INF/lib " includes "*.jar "/

Where Tomcat tasks documented

Dear Members I am looking where are the install reload remove and list tasks documented I don 't see them on the Apache Ant User Manual (Core and Optional Tasks). Thanks in advance Dav

AW: Executing a command on a Unix/Linux box

<macrodef name "stopserver " > <attribute name "server "/ > <sequential > <exec executable "jrun " > <arg value "-stop "/ > <arg value "@{server} "/ > </exec

Dynamically Changing Dependencies

Hello Sorry if this is the wrong spot to ask this question but while I 'm using some 3rd party tasks the overall steps are probably fairly common. I currently have an XML property file that has d

jdk 1.3.1 with ant 1.6.2

I am using eclipse 3.0.1 (with ant 1.6.2) If I use jdk 1.4.2 I have no problem to run my build.xml. However if I use jdk 1.3.1 I got this error BUILD FAILED Unable to load default Project

Executing a command on a Unix/Linux box

Hello all On our Linux/Unix boxes we multiple JRun application servers running that were started using the command jrun -start <server_name > -nohup The servers are manually started (from

Missing I/O when using Java Task directly from Java

Hello! I 'am using the Java task (in forked mode) directly from Java. Everything works fine except that the Standard Output/Error of the launched VM is missing. Where is the right place to liste

Not filtering during copy when <modified > used (was RE: Making copy NEVER overwr

-v and -debug both say that the file is being copied.

set Path id/reference in cutom task?

Hi. I 'm creating a custom task where I need to create a path and then set it 's id so it can be used as a reference via the build.xml I 've tried doing something like Path myPath new Path(a

Forcing the classpath

I am attempting to find a way to force the contents of the classpath passed to javac. To put that another way I would like to remove the ability for a user on my network to pass any classpath to

Running ANT as a Windows Service

Hello all Anybody have any experience in (and can provide guidance on) how to run an ANT script as a Windows Service. I am using the <antServer > task (from the ant-contrib project) and want t

Problem posting

Just checking that my e-mails are getting sent. Please ignore...

ClassLoader issues with Ant 1.6.x and the <junit > task

Hello fellow ant users. I have a problem with ant and junit that I am pretty sure is a class loader problem. When I run the junit task on my test cases I always get a ClassNotFoundException on m
Page 126 of 343 Previous 100   Previous 10   121   122   123   124   125   126   127   128   129   130   Next 10   Next 100  
   
©2008 ant-tasks.com - Jax Systems, LLC, U.S.A.