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 321 of 343 Previous 100   Previous 10   321   322   323   324   325   326   327   328   329   330   Next 10  

Java source summary

Is there any way to get source code summary for Java files like 1. No of lines of code 2. No. of methods 3. No. of public private protected methods in the class. 4. No. of unused variables in the

Creating/Modifying property files

Is there a way in ant to create a property file? How about a way to modify values in a property file? Dave

Jar update problem

I said I had the exact same problem but I actually misunderstood what it means to update a jar file using the java.util.zip.* API. In Java you can 't just add an entry to an existing jar (or zip) fi

RMIC classpath???

I am having a problem with RMIC on the following bit of code. (This was working until I forked my call to javac earlier today which is a requirement on this project.) Help please. I keep getting

Private Targets or Complicated Logic??

This may seem like a strange requirement but I am wondering if it is at all possible to have a build.xml file with targets that are not permitted to be executed directly but only as dependancy target

New CleanImports Version now available for download

Hello I just put version 2.0.0 of CleanImports on my website http //www.euronet.nl/users/tomb/cleanImports/index.html

i really need your help with the jspc task <ant 1.5.1 >

Greetings i 'm sorry if i 'm bothering you but i really need your help I 'm trying to compile my project 's jsps using the ant 1.5.1 My build.xml <target name "jsp-to-java " depends "init " descrip

taskdef and class loaders

I 've been setting up an ant build system for the first time and have run across a problem for which I *think* there may be some provisions already. The system being built contains code-generating to

i need your help with a jspc task using ant 1.5.1

Greetings I really need your help I 'm trying to compile my project 's jsps using the ant 1.5.1 My build.xml <target name "jsp-to-java " depends "init " description "Compiles JSP files to Java fi

html reporting for JUnit: anteater or just ant?

Hello all. I 'm trying to find the best way to do html reporting for JUnit. I just read this http //www-106.ibm.com/developerworks/java/library/j-junitmail/. I also noted this work has been added i

Ant 1.5.2 Released!

Hi Dev@(protected) is pleased to announce the general availability of Ant 1.5.2. This is primarily a maintenance release. You may download it by visiting http //ant.apache.org/bindownload.cgi For a list

Task if

Hi dear list How can I use the task 'if '? or what is the documentation URL of the task 'if '? Thank you very much

How to set classpath in java task

hi everybody <target name "distribute " depends "init compile " description "Creats distribe file " > <java append "true " classname "com.org.ITS.SDK.Tools.ConsoleParcelBuilder " > <arg line "-f

Ant and Eclipse

I 'm trying to create a build-file for an eclipse-project. My goal is to make ant build the code in the exact same way as it is built in eclipse. I 'd like ant to use the same compiler and classpath s

ANT with MSDev

-----BEGIN PGP SIGNED MESSAGE----- Hash SHA1 I 'm trying to replace my horrible NT batch scripts with ANT. I 'm failing miserably and would greatly appreciate some assistance. Very briefly I 've g

dependency?

hi I have following directory structure build dest/lib/de/polonium/.. dest/ejb/access/de/polonium/.. dest/ejb/language/de/polonium/.. dest/WEB-INF/classes/de/polonium/.. src/lib/de/polonium/.. s

Include xml file in build.xml

Hi To include an xml file I do the following <!DOCTYPE project [ <!ENTITY repository SYSTEM "file ./repository.xml " > ] > &repository This works fine. But I include an xml file which is the sa

Type passwort

Hi I have to type a passwort to deploy my project to a shared repository. <input message "Please enter password " addproperty "pw " / > Can I hide the typed password? Oliver ************************

Howto search for file then call exec on each on them

I 'm new to Ant. How can I search for a set of files within a directory with an extension .jsp and then use the <exec > task to act on each of the file. Basically I want to search for all JSP files wit

include type task?

Does Ant have any "include " type tags? Say I have project1.xml project2.xml and build.xml. Is there a way I can include project1.xml and project2.xml into the build.xml so I can keep the targets

HOW-TO Enable Asserts

I am using the source "1.4 " option in the javac task but where does the -ea switch go? Compiling code with asserts is a nice step first step but how does one use the various assert options available i

Just exactly what is the email address for this list?

I see two list addresses currently in use and I need to update my filtering rules Q1. Why are there currently two addresses in use? Namely ant-user@(protected) user@(protected) ... Is

JspC

Hi I am currently trying to figure out how to use the ant jspc task to pre-compile my jsps. The task runs through fine but now what? I am left with the java code for the generated sservlets but how

temporary files

I 'm new to ant and don 't understand where ant uses temporary files and why. I have problems with these files in the replace task. The code looks like this <target name "copy_replace " depends "_init

jar update question

I have the exact same problem with "Apache Ant version 1.6alpha compiled on February 28 2003. " This is on Solaris 2.8 so it doesn 't seem like it 's been fixed. Is there an open bug report on this?

RE: getting the exec task to run a script which spawns a child pr
   ocess

<concat >. --DD -----Original Message----- From Melissa Hao [mailto melissa.hao@(protected)] Sent Friday February 28 2003 1 28 PM To Ant Users List Subject Re getting the exec task to run a scr

ant 1.5.1 problem on ant.bat

I was using an 1.5 successfully. When I updated to ant 1.5.1 it was returning the error Exception in thread "main " java.lang.NoClassDefFoundError de This error is caused by the weird form that win

ant on Cygwin -- spaces in dirnames

Hi I have installed Ant onto my Win2k box (which runs Cygwin) by downloading the ZIP binary distribution (1.5) and putting it in /cygdrive/c/Program Files/ant/ . I have added the ant distribution

getting the exec task to run a script which spawns a child process

Hi I use the exec task to run a shell script called foo.sh. foo.sh has "bar & " inside of it which spawns a background child process. foo.sh finishes pretty quickly but the exec task waits for b

Ant - Pure Java?

Quick question Is Ant itself Pure Java? Another words if I have the same SDK on two machines (i.e Solaris and Unix) I should be able to build on Solaris and copy the .jar files to Unix and it shoul
Page 321 of 343 Previous 100   Previous 10   321   322   323   324   325   326   327   328   329   330   Next 10  
   
©2008 ant-tasks.com - Jax Systems, LLC, U.S.A.