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 108 of 343 Previous 100   Previous 10   101   102   103   104   105   106   107   108   109   110   Next 10   Next 100  

ANT Vs Cruise Control

Hi I am at the stage where I have to make a decision wether to use ANT or Cruise Control in our project. I got ample information about ANT but I am don 't have much information on Cruise Control. I

AW: ant task and Ant options

Long time not used but maybe that helps <macrodef name "startAnt " > <attribute name "args " default " "/ > <sequential > <java classname "org.apache.tools.ant.launch.Laun

optional tasks and the ant/lib dir

Hi I noticed the thread re junit and ftp tasks recently and also had to deal with this myself to use junit task recently. Has anyone considered making taskdef use a child-first classloader in orde

native2ascii / ANT 1.6.5

When using it I get this "Could not create task or type of type native2ascii. Ant could not find the task or a class this task relies upon. " And a bunch of other verbose stuff. ant-nodeps.jar co

Creating tasks in Ant for C++ project

Hi is it easy to create custom tasks in Ant to achieve the functionaly as provided by make ? I want to move from make to ANT so do you have an idea that what it takes to convert the existing m

Does Ant improves the performance in large c++ project than make?

Hi We are having a large multi platform complex commercial C++ project which is build by using a make peer PVCS merant make. In oreder to tailor the functionality of make we have created the wrapp

Uptodate task documentation confusing

Hello all First time working with the <uptodate > task and I think there is a problem with the doc (v1.6.2 docs) and I just want to make sure I am reading the docs correctly. First off at the to of

Where from can i donwload catalina-ant.jar?

Where from can i donwload catalina-ant.jar?

Ant 1.5.4: XML validation against XSD possible in v1.5.4?

When I google for info about validating XML against XSD in Ant I find the docs for "xmlvalidate " for the latest Ant release. When I look in the docs for the Ant release that I 'm limited to (1.5.4)

retrieving project names with subant

hello gentle people is there a way to retrieve the names of the project being run when using subant? I am using subant a simple fileset that searches all the directories containing build.xml and run

using junit task

i 'm wondering if there 's a way to use the junit task without having to put a junit.jar into the ant/lib folder? can i use a taskdef and define the junit task externally?

get task problem : solved

Fool me ) Thanks it works!(i ran it at home and forgot to change firewall options when coming to the office). thanks again. -----Original Message----- From Burgess Benjamin [mailto BBurgess@(protected)

using tstamp to time a macro execution

I currently have a macro definition like so <macrodef name "compile.sub.project " > <attribute name "projectDir " default "ERROR "/ > <sequential > <!-- TODO failure here should fail the build. -- > <jav

Problem with SCP

Dear I manage to ssh to a host and execute commands on the host but it seems I cannot do "scopy " to that same host. <target name "copy " description "Copies a file to the Remote server " > <s

how would I perform set intersection or disjunction with file sets?

I am not an ant expert but how about this a) Copy both the filesets into a directory b) Sync the copied directory to one of the filesets and you will be left with an intersection. the target sync

get task problem

-----Original Message----- From Lwahhabi Hind Sent Thu 7/14/2005 1 55 PM To Ant Users List Subject get task problem Hello gentle people oSome nice guy resolved a bug in the ant-contrib proje

Use JSLint to validate .js files?

Hello This is a shot in the dark but i was wondering whether some other disturbed individual has thought about validating javascript files in Ant builds by feeding them to the JSLint [1] script v

Using task Javac programmatically - how to add compilerarg line

Hello! I want to use the Javac task programmatically. After getting my feet wet while reading a lot of source code I managed to set all attributes and execute the task successfully - expect one H

how would I perform set intersection or disjunction with filesets?

Hello Here is a fun question does anyone have any ideas as to how one might go about producing a fileset that represents the INTERSECTION of two filesets? That is it will include only those files

<ant inheritAll= "false " >

I am using Ant 1.6.2 and it looks to me like inheritAll "false " isn 't working for the <ant > task. I have a build.xml <project name "sub " default "default " > <target name "default " > <echo

uptodate not working

<uptodate property "h.isUpToDate2 " srcfile "${src.dir}/com/company/disclosure/pcrf/Constants.java " targetfile "${build.dir}/classes/com/company/disclosure/pcrf/Constants.class " / > <echo >h.isUpToDat

Remote execution of build files

I don 't know if this is possible to do with ant. a) I would like to execute remote build files from windows XP.For eg I would like to start JBOSS and Weblogic .I have looked into AntServer and Rem

taskdef & log4j (precompiled jsp & jasper)

Can I add the log4j configuration to the custom task I have defined task for precompiling the jsp files but it gives the error no appender found I tried to put log4j.properties files in all the possi

Must-see for all ant beginners

hi all this is a must-see for all beginners with ant http //wiki.apache.org/ant/TheElementsOfAntStyle Regards JS

Queries on using ANT

Hi I am currently using ANT in my project. I have following queries - 1) I have the requirement to build a C++ project( .dsw file ). How can I do this as I didn 't find any direct support in A

CVS Changelog

Hello i have a short questions to the <cvschangelog > task in ANT. I create changelogs of some packages ... can i store this changelogs in 1 !!! XML file ? Here my task ... <cvschangelog dir "c /t

AW: Howto do this in Ant: Replace a placeholder in a file with the content i

It is XML. You will need to put "& database ". - Alexey. Christine Gerstenmayer wrote > Hello Alexey > Thanks very much for your help but I have another problem > > Loadfile works fine > > <pr

ejbjar, jar, and manifests with JBoss

Hey all I 'm working with EJBs using JBoss 4.x and Ant 1.6.5. I 'm trying to set the Class-Path of the manifests of a big bunch of EJBs to a set of libraries that I 've included in my EAR file. I c

Tomcat 5.5.9 w/Admin installed and Java 1.5 Issue

I 've installed OS FC4 (RH Linux) Tomcat 5.5.9 Java 1.5 Tomcat comes up fine. I click on the administration link try to login with the defaul login and get this "SEVERE Invalid path /login was r

WG: Howto do this in Ant: Replace a placeholder in a file with the content in an

Hi Alexey sorry I have to revoke my last answer. Loadfile does not work it does nothing. I use Ant 1.6.2. Can this be the reason ? For all ? Do you have a manual for Ant 1.6.2 ? Please help. Rega
Page 108 of 343 Previous 100   Previous 10   101   102   103   104   105   106   107   108   109   110   Next 10   Next 100  
   
©2008 ant-tasks.com - Jax Systems, LLC, U.S.A.