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

Unsupported major.minor version 48.0 problem while running the an
   telope task-

Hi All I am having a problem with Antelope task. This is my ant script <project name "Installation " default "sqlrun " > <target name "sqlrun " > <taskdef name "var " classname "ise.antelope.tasks.

DTD for build.xml

Is there a DTD for the build.xml? I need it to verify and do nice indentation in Emacs. Thanks for advance. -- It 's not the valleys in life I dread so much as the dips. -- Garfield ---------

I am having a problem doing an ftp task

Hi all I had all this working under redhat and windows but I just moved to gentoo and I cannot get this to work anymore. I have the same build file that does an ftp task... It used to work but n

ANN: JWare/AntXtras v0.3 Released.

ANNOUNCEMENT Version 0.3 final of JWare/AntXtras is now available. The User Guide is final in this release. Download from http //www.antxtras.info/download.html. Release notes at http //w

disabling targets dynamically

Is there a way to disable a target at runtime based on certain value from a property For example If I have - target 1 target 2 target 3 all of the are available when I run ant on HostA where as

Capture / store compiled source files

Hi all I was wondering if there 's a way to capture which files have been recently compiled (and by recently I mean the last compilation). I want to capture them in order to upload (ftp) the class

Getting name of 'target '

How do I find out the name of the current target that is being executed? Example <target name "build " > <echo > I am in ${xxxxx} </echo > </target > Thanks --DP

JSP precompile

Hello I am trying to precompile JSP pages which contain struts taglibs. I get the following error [jasperc] error org.apache.jasper.JasperException Error compiling /AddItem.jsp [jasperc]

Simple XDoclet exmple?

Hey all I 've written a new Task for my local Ant builds and want to generate the Help files like you see in the Ant manual. From what I 've read the stuff in proposal/xdocs is setup to do this for t

ANT arithmetic operation task ?

Hi All Is there any ANT task for simple arithmetic operations like addtion substraction...and so. Thanks Nagarajan

Scope of the ANT property!!!

Hi All What is the scope of the property value in a build file. I want to change the property value in between the build process. For Example project name "Installation " default "run " > <target

ant and jtidy

Hello i 've to tranform html files into xml files does anybody know how i could use jtidy with ant to do this? thanks for your answers

A new twist on "Problem with the replaceregexp task!!! "

I 'm attempting to reverse this process and replace a character with a new line. <replaceregexp file "./testfile.txt " match " " replace "\r\n " flags "g " / > Does not give me the desired result. Instea

trouble with telnet task going to a windows box

I am using ant 1.5 and using the telnet task to issue commands on several remote boxes. The only trouble is one of the boxes I have to issue commands on is win2000. The current telnet server on this

Help Need from Ant users - ANT1.6 much more slower than 1.5

Ant 1.6 is going to be released shortly. One issue is that people have reported that in some cases ant 1.6 is slower that ant 1.5. Using antcall and import. Also in some cases more memory is used (u

Re: How to a act based on property value, _not_ if set [was:
ANT copy on cond

You can use the "domatch " tasks from the http //www.antxtras.info/ package. For instance <do the tasks that set "theproperty ".../ > <domatch haltifnomatch "yes|no " property "thepro

AW: Problem with the replaceregexp task!!!

Hi Nagarajan <replaceregexp file "C /runant.txt " match "\r\n " replace " " flags "g " / > Will be better Cheers Antoine -----Urspr?ngliche Nachricht----- Von Nagarajan Murugesan [mailto NMURUGESA

Problem with the replaceregexp task!!!

Hi All I have the problem with using <replaceregexp > task. I have written a task to replace a new line character in a text file. once it get exceuted i opened in a notepad(by default) it contai

How to integrate code using log4j

When running tasks that include classes that make use of log4j the following warning is displayed. log4j WARN No appenders could be found for logger... Has anyone figured out how to get log4j to

encoding attribute in the sql task

Hi all What is the significance of encoding attribute in the sql task. what are the various encoding types available? can anyone explain that? Thanks Nagarajan M

Sql task result set - Question

Hi All I have few questions for you I need your help on this. 1. Is there any way in ANT sql task return comma seperated values instead of vertical one. For example select name from emp I ne

Re: NoClassDefFoundError exception on when <taskdef > is invoked a
second time

when you do ant -v a.xml what kind error did you have exactly ? For debug send me a.xml b.xml and logs. Manuel Mall wrote >Philippe > >this is exactly what 's puzzling me. How can it be a c

AW: NoClassDefFoundError exception on when <taskdef > is invoked a second time

Can you send the output of ant -verbose (especially the call stack leading to the exception). I wonder whether defining the classpath in a.xml and referring to it in b.xml might not help. This would o

RE: NoClassDefFoundError exception on when <taskdef > is invoked a
    second time

Philippe this is exactly what 's puzzling me. How can it be a classpath error when it works the first time around? Manuel -----Original Message----- From Philippe Valle [mailto pvalle@(protected)

Re: NoClassDefFoundError exception on when <taskdef > is invoked a
sec   ond time

This is an classpath error. Check your classpath Manuel Mall wrote >I have a buildfile a.xml which calls b.xml through an <ant > task a >number of times. b.xml contains a <taskdef > which contains a

AW: FTP task problems

Hi Scott you might want to try ant1.6beta3. The ftp task in this version requires commons-net instead of NetComponents. Cheers Antoine -----Urspr?ngliche Nachricht----- Von Carter Scott [mailto

Problem with the replacewregexp - Basic Ant Question ?? :-))

Hi All I have tried with replaceregexp . But it throws some error that C /eclipse/workspace/DealSql/sqlrun.xml 20 No supported regular expression matcher found this is my task <replaceregexp fil

FTP task problems

I am using the ant FTP task from optional.jar to copy reasonably large files from our win2000 build box to an AIX server. At some point during the FTP task I get the following exception com.oroinc.

NoClassDefFoundError exception on when <taskdef > is invoked a sec
   ond time

I have a buildfile a.xml which calls b.xml through an <ant > task a number of times. b.xml contains a <taskdef > which contains a nested <classpath.. >. On the first invocation of b.xml through the <ant

AW: Changelog task - adding a branch attribute

Hi Patrick It looks like there are a lot of people wanting this enhancement (I saw 8 votes). I will be glad to see this done. Right now my priority is to get ant 1.6.0 out of the door. Then your r
Page 227 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.