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

Regular expression matching

Is there a way that I can parse my .jsp files with a regexp matching and convert all of <c out value "${...} " / > to simply ${...} I want to be able to produce a JSP 2.0 version of my app from a

loadplsql task update

I made some changes to the loadplsql task that I had posted previously. These updates greatly increase the performance when loading from a file. Enjoy < <PLSQLLoad.java > > Robert Anderson Software

international encoding (hebrew) and property task

Is it possible to create property files which ant can read which are not in the standard ISO 8859 character set but in UTF 8 and contain for instance hebrew characters ? If it is possible how ? I

mailing list search

Hello ! I 'm trying to browse the ANT mailing list and I have the following link http //archives.apache.org/eyebrowse/SearchList?listName ant-user@(protected) that now looks wrong for the 'List

re ant & PVCS Thanks for all the advice

Thanks for helping I have learnt a lot about both ant and PVCS. Cheers Tony

junit behavior in ant 1.5 vs 1.3

I recently upgraded our build machine to use 1.5 from 1.3 and the behavior of junit seems to have changed substantially. 1. The standard output and error of the tests now goes to the outfile instead

Ant & PVCS Hacked ant to get it to work

Hi Simon try as I might I cant get PVCS to load my workspace it is set up and when I use the GUI to check Root Workspace is set to C \Work\WebConnect Project Workspace is set to C \Work\WebC

AW: Ant & PVCS my script wont work(unless I Hack ant )

Hi what type and version of PVCS are you running? I tried the PVCS task some time ago but was always bothered by the workspace setting. I don 't like the idea of being forced to configure the proje

Ant & PVCS my script wont work(unless I Hack ant )

I have found a what looks like a problem with ant. When running my build.xml ant takes the parameter sandbox and instead of creating -pp/sandbox it appends it to the loacl directory I am running my

BUG REPORT : 1.5 works on jaxb - 1.5.1 fails to parse xml

Ant 1.5 works fine with JAXB1.0Beta Ant 1.5.1 fails to parse some XSD 's Is it possible that taskdef is making the ANT xml parsing libs available to the JAXB xjc task? --

RE: Ant & PVCS have no idea why my script wont work(thankks its
now working)

UR Welcome. The top level project is '/ ' and then you specify projects subprojects and version files beneath this (separated by '/ '). So you could specify /sandbox/lib/sandbox.lib. FYI You can al

Ant & PVCS have no idea why my script wont work(thankks its now working)

Thanks Simon that worked why did I have to use -pp/sandbox I thought it would be -ppsandbox or -pp\sandbox which did not work. Thanks again Tony

Setting the classpath

Hi Just wanna say thanks for all the help so far you lot must thinlk I 'm a pain in the ... anyway... I have the following task defined inside a target <classpath > <p

Javac oddities

Hi When running the javac task everything works fine however when running the project a second time with the -debug option I can see that the source is being re-compiled well I get msgs like ...

manifest

I open a jar file created by ant and in the manifest file apears this text write above. Someone can explain to me what is these? Name br/com/teste/Test.class Digest-Algorithms SHA-1 MD5 SHA-1-Dig

RE: Ant & PVCS have no idea why my script wont work (Thanks
Keith)

Shouldn 't that have been .. -pp (project_path) not -sp (workspace) [workspace would be something like /@/userid/private_work_space_name)] pcli lvf -z -aw -ppC \work\WebConnect\SandBox\SecondProject\p

Ant & PVCS have no idea why my script wont work (Thanks Keith)

Thanks I should of thought of that ages ago got two involved in digging into ant and the build script . got an error message back The project root could not be loaded "Q \WebConnect\archives\Sa

Ant & PVCS have no idea why my script wont work

I have two NT machines On one machine we have PVCS set up the path is Q \WebConnect\archives\Sandbox\{My two archived files} On my other machine I have my working directory where I want to get th

AW: project basedir

I think it depends on the order in which this special property is set during parsing time of the build file BEFORE loading the properties-file. But you should be able to set a different one by invok

project basedir

Hi I need my project to be able to take different basedir values i.e. <project ... basedir "c \code " > <project ... basedir "c \development " > depending on a users setup. Therefore I thought I would

AW: creating tasks

I can?t see any difference to the Ant-way <target name "compileCTask " > <javac src "${ctask.src} " / > </target > <target name "test " depends "compileTask " > <taskdef name "test1 " classname "...

force revaluation of a classpath

Hi ! I have the following pb I want to unzip a tar file on the fly and then launch xdoclet using these uncompressed java files as base classes. is there a way to re-evaluate/force the re-evalutation

Re: List Delay (WAS: Finding the jar file that a particular class
resides in.)

Nathan Christiansen wrote > In the 5 1/2 hours that it took for this message to appear on the list I found an answer to my original question. > > Is the long delay due to the move of the list? I c

List Delay (WAS: Finding the jar file that a particular class resides in.)

In the 5 1/2 hours that it took for this message to appear on the list I found an answer to my original question. Is the long delay due to the move of the list? I can send a message to user-help@(protected)

Finding the jar file that a particular class resides in.

I seem to remember a discussion a while back about trying to find out which jar file a particular class resides in. I have two machines one of which I can build a project and run a test file. On th

DirectoryScanner.getIncludedDirectories ordering

Does anyone know what order (if any) the String[] returned by DirectoryScanner.getIncludedDirectories() is in?

WAR task

Hi Can anyone tell me if the WAR task or any other task excludes directories named CVS by default? When I use the WAR task with a fileset that contains CVS directories (i.e. consider the following s

RE: 2nd try: Creating property using regular expression on
string/property va

Thanks I think this will work for me. I always intended to create a new property it would be nice to be able to do this without creating any external files conceptually my property is just like

Correcting dirsep on env variables?

For a multiplatform build I am pulling some information about file paths out of the environment using the usual task form <property environment "env "/ > On windows systems the env variables

RE: Back to basics in a horrible mess with PVCS and Ant Spent all
    day sorted

It looks like the workspace you have specified in your first email is incorrect. Also you should use double backslaches for the path to the repository. Here is a portion of my build.xml <!-- From my
Page 325 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.