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 213 of 343 Previous 100   Previous 10   211   212   213   214   215   216   217   218   219   220   Next 10   Next 100  

signjar with ant

I have this command line to sign my jar file /usr/local/src/j2sdk1.4.1_01/bin/jarsigner -keystore /myrepository-cvs/.keystore -signedjar myapisign.jar myapi.jar my-text How to do this with ant ?

ant command prompt

Hi I want in command prompt exec this ant mytarget param1 param2 And in my build.xml if param1 exist to target1 for exemple . its possible ? Thanks.

regexp mapper with full path

I 've been trying to solve a problem using the regexp mapper but in case it isn 't the right path to take I 'll restate the problem first... I 'm using the AspectJ compiler for some files in a rather

New tool to create visual representation of ant target dependencies

While looking at freshmeat.net I noticed a tool to create graphviz dot files. http //www.ggtools.net/grand/ It uses the ant api (thus dealing with <import >) to get the dependences. The results look

Problem to compile target

I am resending this since I do not see the "message " being posted to ant user list.

Best means to create a Windows cmd file from ant

I wish to create a script file for Windows that is a .cmd file to start my java project. It makes sense to create the file from within ant so any changes to the class path are reflected in the

Javac re-compiles classes that haven 't changed

I have the following compile target that compiles some .java files in the src/service tree as well as some XDoclet generated files (Struts ActionForms) in build/web/gen. The problem I 'm experiencing

Conditions

I want to fail a build if one directory OR another Directory is found. I am using <condition property "build.failed " > <and > <available file "${dirA} " type "dir "/ >

Problems with <record > task.

I 'm trying to use the <record > task for the first time and the output of the file is a single like with a very bogus duration that looks like int-start-recorder duration 17932175 minutes 33 secon

Building FileSets...

Is there a clever way to build up a fileset that contains just a list of files that have changed? I 'm using iajc (Aspectj) to do some compiling and it seems to do the entire tree each time (even if o

ant & JDK1.3? Avoid sshexec & rexec pain by choosing telnet

Hi all! I feel I really tried every thing and asked everybody and neither sshexec nor rexec would be friendly with my jdk1.3 but telnet was a plug and play (as well as ftp) Special thanks to Basel R

Compile target seems to be skipped even with clean

Hi I am running Apache Ant version 1.5.4. I execute first "clean " and then "all " targets. I have the following build.xml ( see below) and when "compile " target is to be run (since I have made a "cl

RE: Any examples of how we can simplify ant build.xml with templa
    tes (?)

> On Feb 4 2004 at 1 15 AM Jan.Materne@(protected) wrote > > child/build.xml > > - import the template.xml > > - override targets if needed (see "Target overriding " in import?s > > manual) >

Any examples of how we can simplify ant build.xml with templa tes (?)

On Feb 4 2004 at 1 15 AM Jan.Materne@(protected) wrote > child/build.xml > - import the template.xml > - override targets if needed (see "Target overriding " in import?s > manual) > class S

RE: Any examples of how we can simplify ant build.xml with templa
   tes (?)

Without ever done that I would try that parent/build.xml - facade for the major targets (build test compile...) using <subant > <project name "Masterbuild " > <fileset id "children " dir "*/bu

stopping tomcat with Ant 1.6

I have the following target to stop Tomcat in my build.xml file. <target name "stop.tomcat " description "stops tomcat " > <java classname "org.apache.catalina.startup.Bootstrap " fork "y

Any examples of how we can simplify ant build.xml with templates (?)

All I am sure that there are thousand solutions for this question. But I want to see if anyone can give actual ant build.xml samples for simplifying multi layers projects. Meaning parent/build.xm

problems with zip file for ant-contrib-0.6-bin.zip

WinZip complains when extracting the ant-contrib-0.6-bin.zip file (says it 's corrupted). Can anyone else extract it? I can extract ant-contrib-0.5-bin.zip fine. http //twtelecom.dl.sourceforge

BSF scripting with jpython

Hello ! is there any way to load an applicative jar into the script task (to use it in the scripting) ? I tried with a taskdef but it looks like it is only used for looking up the task not transfered

Manifest not updating properly?

I 've got a manifest task that seems to be set properly but the manifest file is not updating. I was wondering if anyone had any insight into how to fix this behavior. I 'm running Ant 1.5.3. The ma

JBoss Start

I am trying to start jboss with a java target. I am getting the following error java.lang.NoClassDefFoundError javax/servlet/ServletContext I have attempted to duplicate the classpath found in

javac compiler exception

I even have an Ant problem believe it or not O A co-worker has experienced the most painful of all things.... "it worked yesterday but doesn 't work today ". Everyone else where I work has no probl

Question about failonerror

I 'm currently getting up to speed in ant and am in the middle of writing my first complex ant build file. I 've encountered one stumbling block that maybe someone can help with. I just wrote a targe

javadoc build command

The javadoc command from a command prompt below works how I want it to (single index of all packages from different subtrees). I am trying to incorporate it into the ant build file but I can not

Exec and file globbing

It looks like jsch doesn 't support external key agents. So now I 'm trying to use exec with the local client instead of scp. I had <scp todir "${user.name}@${build-server} ${build-server-snaps

Rexec

Hi! I 'm trying to "rexec " with a server with which I have successfully "FTP 'ed " but get a "Can 't connect to <server name > " error (while the ftp goes fine). I 'm guessing the server needs to have a proc

Jem has a new address

Thank you for your recent email. Unfortunately due to spam overload I no longer accept mail to this address. If you would like to receive my new email address please call me. My phone number is

Doubt related to vssget Task

Hi How to use vssget to get only those files that were checked into Microsoft VSS after some specified date. Regards Chandrashekar <html xmlns o "urn schemas-microsoft-com office office " xmlns

dirset too general

Hey there I have a rather interesting directory structure that isn 't compiling so nice with Ant. Something similar to /common /common/notcommon1 /common/notcommon2 In order to compile properly I

SCP and key-agents

I use a key agent for authenticating ssh/scp. Am I correct that ant does not (and probably cannot) support key agents using the optional scp task? Thanks Corey
Page 213 of 343 Previous 100   Previous 10   211   212   213   214   215   216   217   218   219   220   Next 10   Next 100  
   
©2008 ant-tasks.com - Jax Systems, LLC, U.S.A.