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 229 of 343 Previous 100   Previous 10   221   222   223   224   225   226   227   228   229   230   Next 10   Next 100  

antcall and immutable properties ... Normal ?

Hi everyone I am using Ant 1.5. I need a functionality to start a task (via antcall) only if a variable condition is true. This task should be called multiple times and that is the problem because t

pre-compile jsp before building EAR for Websphere

Hello I 'm using WSAD 5.1 with Ant and I would like to pre-compile my JSPs before building my EAR (to deploy on WAS 5.0.2) I 'm looking for an example. Thank 's for advance. Laurent. ------------

ANT with CVS

In the past I did a build file that get the complete project in Microsoft SourceSafe. Now I work with CVS... When I worked with SourceSafe my build was a task <vssget > I don 't know if with CVS the

AW: SourceOffSite

There is an <attrib > task in ant1.6. Cheers Antoine -----Urspr?ngliche Nachricht----- Von gglefoncede gglefoncede [mailto gglefoncede@(protected)] Gesendet Montag 8. Dezember 2003 11 58 An user@

SourceOffSite

Hello I use the SourceOffSIte task to get all the files of a project and my problem is that all the files I get are read only. Is there an option for the sosget task to have read and write files. I

Suggestion for behavior change of <jar > (duplicate attribute ) WAS: Very odd

On Sat 6 Dec 2003 Antoine L?vy-Lambert <antoine@(protected) > wrote > I agree with you that the default should to be changed to > "preserve " so that only users who know what they are doing would

install failed

Hey all i 'm following the tuto given under Tomcat/4.1.24 and after a successfull compile of my first servlet (somehow an helloworld one) when i 've tried %ant install i get the following

how to modify ejb-jar manifest file

Dear All Anyone can tell me how to modify manifest file in ejb-jar file by using <ejbjar... > </ejbjar >

Any ready made build tools and how good are they?

Hi Any ready made build tools around and how good are they? Thanks Barry

AW: Suggestion for behavior change of <jar > (duplicate attribute ) WAS: Very odd

Hi Daniel thanks for reporting this problem. I agree with you that the default should to be changed to "preserve " so that only users who know what they are doing would be using the "add " option. L

Starting JBoss from Ant without blocking

Hi all Currently I 'm using a build.xml file to start JBoss from Ant. The build.xml looks like .... <exec executable "cmd.exe " spawn "true " dir "${jboss.home}/bin " > <arg

Question about junit report

I looked at http //ant.apache.org/manual/OptionalTasks/junitreport.html Where can I find information about changing the xml this task creates? I want to customize the generated reports. Thanks. -

Suggestion for behavior change of <jar > WAS: Very odd issue with jar task

I finally figured this out... The problem was happening because I had a jar file with duplicate class files in it. It turns out that javac will puke when it tries to load a class from a jar file t

'compiler ' and 'fork ' ignores each other

The document for <javac > states "The fork attribute overrides the build.compiler property or compiler attribute setting and expects a JDK1.1 or higher to be set in JAVA_HOME. " But when I run <javac

AW: Split files using Ant

Hi Kavitha do I understand that you want to split one xml file into several ? You might want to write xsl stylesheets to do that and do the splitting by using the <style/ > task of ant. <style/ > i

Very odd issue with jar task

I have a very frustrating problem that I hope someone may be able to shed a bit of light on.... Sorry for the lengthy post but I wanted to get all the details out here. I am building a jar file wh

Split files using Ant

Hello I am using Jbuilder for developing EJB . The deployment descriptor files like the ejb-jar.xml jboss.xml are all grouped into a single file as ejbgrpx by Jbuilder. In my build process I che

AW: FileSet within FileSet

what you are describing sounds OK from an ant point of view. Which version of ant are you using ? Cheers Antoine -----Urspr?ngliche Nachricht----- Von Thomas Lionel SMETS [mailto tsmets@(protected)

Problem with NoClassDefFoundError

Hi all I am using the ant distributed through JWSDP. I have looked around for answers for the following error but couldnt find any. After i type ant i get this error Exception in thread "main " j

FileSet within FileSet

In my build I have Patternsets from which I build Filesets like here below <!-- Libraries -- > <patternset id "pattern.lib.files " > <include name "*.jar " / > <include name "*.

war deploy problem

*my version of TOMCAT 4.1.26 and ANT 4.1.1* *my build.xml * <target name "compile " etc..... > etc..... <jar jarfile "${cms.home}/myapps.war " > <fileset dir "${cms.distdeploy} " includ

AW: How to determine if files in a fileset are up to date?

> You (I think) need to change this to > > <uptodate property "preprocessNotRequired " > > <srcfiles dir "${src} " includes "**/*.oj "/ > > <mapper type "glob " from "*.oj " to "${build}/*

How to determine if files in a fileset are up to date?

Hi I have a java preprocesser and want to check if has already done it 's work. The preprocessor source files are stored in my source code folder. The result is written to another directory which se

VPP 2.0.0 just released

VPP the Velocity Preprocessor has just released version 2.0.0. VPP provides general file preprocessing support based on the Velocity Template Engine and Ant. The core funtionality is provided as a

Questions about Passing values...

All How can I initial and pass a values... 1. Thoughout the same build.xml. 2. Multiple build.xml. (subdirectories) Thanks Barry

unable to extract war contents usin unwar task

Hi I want to use <unwar > task in my build file so that after extracting contents of standard war file I will do some changes into that web-app. But If I use <unwar > command it throws error and c

External task submission

Hi I 'd like to submit a new external task. The patch for xdocs/external.xml is in attachment. The task is still in development but already usable. Thanks in advance -- Gilles QUERRET http //

ant 1.6beta3 released

Hi Ant developers and users I have the pleasure to say that ant1.6beta3 is available for download from http //cvs.apache.org/dist/ant/v1.6beta3 We hope to be able to make the final release befor

ant query task attributes

hello everyone is there a way to query attributes (and possibly default values) for any given ant task say javac. thanks in advance IP

WSDL validator Ant Task

I 'm posting this message about the WSDL validation Ant Task to get some feedback on the task and to get the task added to the list of external tools and tasks. The Web Service Validation Tools pr
Page 229 of 343 Previous 100   Previous 10   221   222   223   224   225   226   227   228   229   230   Next 10   Next 100  
   
©2008 ant-tasks.com - Jax Systems, LLC, U.S.A.