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

AW: newbie - creating a new build script based on a project file
   stor ed with

If you have a only a couple of projects I would suggest writing them manually. So you can directly "refactor " them. If you have many projects write a (template-based) generator. I?m not sure about t

download ant

WHere can i download and install an ant on windows 2000? Thank you.

Problems with API ProjectHelper

Hello I am trying to use the ProjectHelper.configureProject() Method to build up a project object with an build.xml file. When I call this method it recognizes only one target in the buildfile with

AW: Continues Integration

See also http //c2.com/cgi/wiki?CruiseControl and linked pages > -----Urspr?ngliche Nachricht----- > Von Ciramella EJ [mailto ECiramella@(protected)] > Gesendet Montag 24. M?rz 2003 23 34 > An

jar zip custom task question

Hello I am trying to build a midp application via Ant and need suggestions on how to jar it. It seems like Ant 's zip and jar classes are an alternative to and do not make use of Sun 's jar utility?

Ant support for VSS

Hi all Is there any possibility of integrating ant with CMS VSS so that I can get take latest source files for every build ? regards Vignesh. *********************************************

problem using ant with win2000 and Jdk 1.4-

Thanks to all for the help..the problem is now solved. Ant was giving the error "NoClassDefFoundError Tomcat " because my classpath has a entry like this Classpath . G \dp5\WIBProvisioning\samApi.j

p4 label, sync

Hello Does anyone know how to do a p4 labelsync in Ant 's build script? Here 's part of my Ant 's build.xml file <target name "createLabel " depends "init " > <p4label name "${build.name}.${version

does ant modify the requested classpath?

Ant seems to be using a different classpath than I request. I hope someone can explain the following behavior I use java 1.4.1 and Apache Ant version 1.5 compiled on July 11 2002. Having compiled

Problem encountered with <mapper >

Hi I am working on a build.xml file in which I 'd like to check that certain dependent files are up to date with respect to its source. I am using Ant 1.5.2 on Window 2000. The mapper tag essentiall

Continues Integration

Hello I just want to hear different opinions about Continues Integration. what product would you recommend to implement? I am looking at two products right now Anthill and Cruise Control. Is there

ftp task failing please help

Hello Guys I need your help. the target name deploy8040 is failing. Because of this I am not able to continue with the build process. Please guide me what is wrong. I kep kept the ANT_HOME/bin ANT_

newbie - creating a new build script based on a project file stor
   ed within JB

Good Afternoon What is the best way to collect the information from a project file on build/packaging an application and then recording this within the build.xml script? Regards Chris McEwen Tec

how to conditionally include jars in path

Hi I have a path like the following <path id "classpath " > <pathelement location "${build.classes} "/ > and I want to add in there some logic like this if ${env.BOB_HOME}

Zip Exception during build, but build completes successfully

Using Java 1.3.1 on AIX 5.2 I get a ZipException during the build process. Normally I 'd think it 's a path/classpath problem but here the rest of the build completes successfully. Running Ant with t

Copy jars mensioned in classpath

Hi my application is based on several other Java libraries. These are defined in an external property file e.g. foo.jar.foo1 ${foo.dir}/foo1.jar foo.jar.foo2 ${foo.dir}/foo2.jar foo.path ${foo.ja

AW: Pb with SSHExec

Is it in your classpath? I have read (maybe an hour before) that <sshexec > is part of the cvd _head_ of ant-contrib. Jan Mat?rne > -----Urspr?ngliche Nachricht----- > Von Samuel Blanchet [mailto s

Pb with SSHExec

All I would like to use SSHExec task with ANT 1.6a but I have an error like that Could not create task or type of type SSHExec when I execute my ant script. Please tell me what I can do to so

AW: problem using ant with win2000 and Jdk 1.4

Because I don?t know why the command "ant " should search for "Tomcat "... Maybe something is wrong with your path variable. Is on that path a script named "ant "? Try invoking Ant by absolute filename

AppErr

Hi all I had stuck to the problem can anybody hrlp me out the error is like this [java] AppErr GIF file does not exist [java] AppErr GIF file does not exist [java] AppErr GIF file

problem using ant with win2000 and Jdk 1.4

Hi I have downloaded and installed ant and set the required environment variables like ANT_HOME etc. But When I am running any ant command like "ant -version " I am getting the error " Exception

AW: JspC generate servlet mappings

I haven?t worked with JspC yet. But maybe the attributes webinc Output file name for the fraction of web.xml that lists servlets. webxml File name for web.xml to be generated could help. Or the nest

JspC generate servlet mappings

Hi I have managed to pre compile my JSP using the ant task and from the command line using the Tomcat jspc tool. Using the tomcat tool there is an option to generate servlet mappings to be placed in

AW: how to execute <ant > task in a set of directories?

Maybe <subant > of CVS head support filesets. Another possibility is using <foreach > of AntContrib combined with <ant >. There was a discussion on that topic ... < <searching > > Yep discussion starts o

AW: Retrieve property value dynamically?

Use <propertycopy/ > of Ant-Contrib. http //cvs.sourceforge.net/cgi-bin/viewcvs.cgi/*checkout*/ant-contrib/ant-co ntrib/manual/tasks/propertycopy.html <propertycopy name "build.date " from "bui

Error in EJBC with Ant 1.5.2

Hi ! I was using Ant 1.5.1 till recently and my build scripts were working fine. But with 1.5.2 I get the following error for EJBC using weblogic.jar(version 7.0). Any idea whats wrong or am i

Script Shell

Hello - I 've been using Ant in a hobbyist capacity for about a year now. I use it in jEdit to help me build my project. One thing I would like to do is automate the uploading of my website material

classpath in ant

i am writing my own ant task and it looks like the classpath in my task is that with which ant starts. fair enough but i 'd really really like for it to use the classpath that is specified in the ta

how to execute <ant > task in a set of directories?

Hi I have some set of directories say a/ b/ c/ and d/ each with their own build.xml script. How can a top-level build script invoke the build script in each of the subdirectories without know

local build file with ant

hi i ' 've been trying to come up with a build file that lives in the package that it builds (imho this seems like the appropriate place for it to hang out - but this is contrary to most of the exam
Page 312 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.