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 314 of 343 Previous 100   Previous 10   311   312   313   314   315   316   317   318   319   320   Next 10  

win vs linux with ant

Hello I 'm trying to convert my .bat files to .sh (for linux). They both start up ant with the same classpath. Both machines have the same Java SDK j2sdk1.4.0_01 and Ant version (1.6alpha) But now

SSH in ANT?!?! (WAS: RE: process on a remote server via an ANT ?????)

SSH support is landing in the 1.6 release of ant? -- Nathan Christiansen Tahitian Noni International http //www.tahitiannoni.com -----Original Message----- From Antoine Levy-Lambert [mailto

Input task generates ERROR level ?

Hi all Now I 'm using Log4j (not yet combined with Jan 's great database appender -)) I encounter this problem The input task is categorized as an ERROR level for Log4j. That means that my script

process on a remote server via an ANT ?????

Hi Is it possible to execute a process on a remote server via an ANT script ??? (ex EXP IMP for oracle) Sam

XML question

Hi Not sure this is the right place to be posting this but... I build my jboss-web.xml file by replacing tokens with build values. The top of my final jboss-web.xml file contains a comment i.e. <

templating buildfiles

Hi I am sure there are other users out there who manage some kind of templates for Ant buildfiles. I know that there are many ways to do this ranging from manual customization of a template to us

problem with dist/jar

Hi all I was wondering if someone can help me out with a really annoying problem. I have got an application which uses saxon and xerces for xml/xslt but when I build the project using ANT it always

AW: RE : RE : About to write a "DatabaseLogger " - any advice ?

Ok send an email to me if you want to have mine. Jan Mat?rne -----Urspr?ngliche Nachricht----- Von ALIA-SC David [mailto David.ALIA-SC@(protected)] Gesendet am Mittwoch 19. M?rz 2003 11 11

AW: RE : About to write a "DatabaseLogger " - any advice ?

I have written a JDBCAppender where you can configure the insert-statement a create-statement (multiple seperated by ' ') and how to get the connection (set url user pwd + factory + jndi) . In one c

Saxon/Xerces

Please can someone help me out with my problem? I don 't want to use XALAN in ANT because it is causing problems with other projects I am running. I want ANT to use Saxon as the XSL transformer. I m

AW: "Blueprints " for Ant Templates?

Sounds good. In my actual project I have refactored my buildfile and created some XML-snippets (Start the code generator start the editor with certain files initialize create HTML from java source

AW: Is there a way to fail a build from inside the script task?

<?xml version "1.0 " encoding "ISO-8859-1 "? > <project name "test " basedir ". " default "main " > <target name "main " > <property name "flag " value "echo "/ > <script language "javascrip

available task

Is there a reason why we can 't use the <available / > task as a <property/ > definiton ? I mean this works <?xml version "1.0 "? > <project basedir ".. " default "echo " name "TestsForCustomer " >

"Blueprints " for Ant Templates?

Hello... My team has started a project using Ant as the build tool. One thing we 've noticed is that there aren 't "blueprints " of best-practices for build environments specific to major classes of a

Problem with regular expression and Ant 1.5.1

I 've been stumped for a few days with a particular search/replace expression that I 'm using under Ant 1.5.1 which is using Jakarta Oro for it 's regex engine. Here are the details to my problem The

Is there a way to fail a build from inside the script task?

Uptodate - need some help...

could someone give me a little guidance using the uptodate task? I 'm trying to compare a set of jars against the build directory to see if the classes are newer than the jars.

Logging Packages output to/via ANT logging mechanism?

I tried to find this in the archives but saw no questions this way around. I am trying to debug some complex ant scripts and also some ant tasks. I use the "-debug " option on ant and get some help

DSN creation

Hi group What is the ant task to create a DSN for a Database in Windows? Any help is great. /Suresh

About to write a "DatabaseLogger " - any advice ?

Hi I 'm about to write another logger that inserts into a database each action (I need it for precise reporting). These logs are in a master-slave relationship I mean one action for multiple detail

AW: AW: Compiling with one jdk, building javadoc with anohter?

Give us a note if it works -) Jan Mat?rne -----Urspr?ngliche Nachricht----- Von Jason [mailto jasonriz@(protected)] Gesendet am Montag 17. M?rz 2003 17 31 An Ant Users List Betreff Re AW Comp

codewarrior?

Hello I know someone using CodeWarrior on the Mac and he 'd like to be able to import or directly use Ant build.xml files. Is there anything I can look at? I haven 't found anything through google o

classpath

Is it possible to set a classpath element that can be used throughout your build file? In other words I have several java and javac tasks within my file that all use the same classpath. Yet it seems

javadoc task

I 'm confused about the semantics of the "packageset " element in the javadoc task. When I set up a package set such that it includes the top-level directory for the packages I 'm interested in it does

problems with replacetoken

Hi everyone Sorry if this topic has been covered before but I cant find the answer I need in the archives. I 'm have problems with the replacetoken tag it appears that its not working I 'm try

RE: How to sync two folders and preserve empty subfolders, but de
    lete obsole

http //nagoya.apache.org/bugzilla/show_bug.cgi?id 12632 -----Original Message----- From Alexey Solofnenko [mailto A.Solofnenko@(protected)] Sent Monday March 17 2003 4 37 PM To 'Ant Users List ' Sub

RE: How to sync two folders and preserve empty subfolders, but de
      lete obsole

How can I get it? Could you please give me its URL? -- { http //trelony.cjb.net/ } Alexey N. Solofnenko Pleasant Hill CA (GMT-8 usually) -----Original Message----- From Dominique Devienne [mailt

RE: How to sync two folders and preserve empty subfolders, but de
   lete obsolet

Have you tried <lsync > I submitted to bugzilla? Sounds like what you need. Much more intuitive than the <copy >/ <delete >/ <present > combo... --DD -----Original Message----- From Alexey Solofnenko [mai

How to sync two folders and preserve empty subfolders, but delete
    obsolete on

<copy > with <delete > works fine except for empty directories. I am able to delete all empty directories or preserve all of them regardless whether they exist in original folder. How can I delete only

xerces

What version of XERCES is packaged with ant?
Page 314 of 343 Previous 100   Previous 10   311   312   313   314   315   316   317   318   319   320   Next 10  
   
©2008 ant-tasks.com - Jax Systems, LLC, U.S.A.