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

creating pl/sql package in sql task, only part of package lo aded

Hi Rob Thanks for your efforts in resolving this. My preference would be for these changes to be made to the sql task rather than implmenting a new task. Possibly a new attribute to the sql task t

RE: How to detect missing files when copying from a list of files
    ?

EJ Thanks for the reply. Sorry if I wasn 't clear before - here 's an example of what I want to do. Say I have a file called files.lst in the root of my build with the contents lib/foo.jar conf/

Zipfileset in <path >

I have several jar files realmutils.jar arch.jar. base.jar which contain classes that I need in various other jar files rbac.jar and client.jar. Is there anyway that I can use the zipfileset ta

JAR annoyance from 12/12/2000

I 'm having a problem jar 'ing a large directory of classes (2 079 files). The same code jars a smaller number of classes. It reports an exception on close but due to this post I found from 2000 I be

ANT Task Diagram Tool

Just wondering if there is an ANT Task Diagram tool in existance? I have inherited a whole slew of ANT build scripts (all written by developers) and I am in the process of refactoring them to make t

pingURL: A better way to start and stop application servers?

Philip Aston writes last April > [old thread I 've been busy] Positively historic now. > Steve Loughran writes > > You can use <waitfor > to probe a url with controlled sleep time > > and t

I Wish (verification) - CORRECTED/APOLOGIES

Hi Zac. Thank you for bringing this to my attention. MY SINCERE APOLOGIES TO EVERYONE ON THE LIST. I have corrected the problem with SpamArrest. This problem resulted from the mailing list addres

New Problem with task pvcs 2

Now I get this error Calling Ant runner with Ant build file C \Smartmail\build.xml Buildfile C \Smartmail\build.xml PVCS Version Manager (VMGUI) v6.5.00 (Build 536) for Windows NT/80x86 Copy

RE: How to detect missing files when copying from a list of files
   ?

Could I ask for a little more detail? There may be other ways around your problem. What are you copying? Build.dir could be many things... Take a closer look at FileSet - "includesfile the name

How to detect missing files when copying from a list of files?

I 'm having a recurring problem which I haven 't been able to solve in Ant. As an example say I have a file manifest which contains all the files I expect to have in my distribution. I copy that to a

RE: creating pl/sql package in sql task, only part of package lo
    aded

Tony Thanks for the feedback. I 'm glad to hear that it is working for your needs. Hopefully others will feel the same. I 'm new to contributing to this project so I 'm not sure what the likelyhood of

Parsing task

I 've been searching for a task that would do a little parsing for me...it seems I 've seen this sort of thing before but that may have been a dream... I have two ant xml files for my project - one bu

RE: creating pl/sql package in sql task, only part of package
lo aded

Robert Your PLSQL task resolved my issues. I was able to create a pl/sql package using your task in three separate ways that the sql task failed on. The package body is about 750 lines just ove

Problem with task pvcs

Hi I get this error when used this xml "BUILD FAILED file C /Smartmail/build.xml 6 Failed executing pcli lvf -z -aw -prP /PVCS_VM/BkpBoston/BusinessMail /. Exception CreateProcess pcli lvf -z

Manifest files and blank lines

Alright here 's a puzzling one... After spending a bit of time trying to figure out why my manifest file wasn 't ending up in the EJB jar (created by the <ejbjar > task) I realized that it was my mani

RE: Order of evaluation for a target 's "if " or "unless " attribute
   s

Thanks guys I guess I forgot to check the faq first. I had observed this behavior but didn 't see it defined in the Ant manual. I just wanted to know if the execution order was defined before I rel

FYI for Ant/Cygwin users -- Fundamental Change in the Behaviour o
   f Cygpath in

I just wanted to make all ant/cygwin users aware of a problem that I ran into. The following attached messages are from a thread I started on the cygwin@(protected) mailing list about a "bug " in cygpa

AW: ANT 1.5.1: Two property files: Property values not resolved

Ok I obviously got something wrong. Not even this works <project basedir ". " default "show " name " " > <target name "init " > <property name "base " value "basepath "/ > <property name "o

ANT 1.5.1: Two property files: Property values not resolved

Hi even searching docs and archives did not help me with the following issue I have got two property files abc.P.properties P.refid xyz P.display.somevalue ABC P.display.refname ${C.displ

Jspc and timestamp

Hi everybody. I began Ant just two hours ago (with the bible of Mr Hatcher and Loughran). Well it is very nice -) My first FAQ on this list is the following JspC is the task to compile JSPs. Well

Using WAS 's ANT tasks?

I 'd like to use Websphere5.0 com.ibm.websphere.ant.tasks.* with ANT but I had to provide a task definition for this in my own build file for example <taskdef name "wsejbdeploy " classname "com.ibm

Re: Missing & misleading documentation, help needed on advanced Jar
functional

I 'm aware of the licensing implications of packaging 3rd party jars together but it 's the only solution I have until someone finds an easier way to solve these kinds of dependencies. It 's not feasib

R?f. : Best Practices for J2EE Project Directory
Structures

Take a look here http //cvs.sourceforge.net/cgi-bin/viewcvs.cgi/jboss/manual/src/guide/examples/template/ It is a template used for J2EE projects under JBoss but it can be used for others applicatio

Spamarrest

I don 't know whether this is genuine but as I 'm paranoid ) it looks like spam to me. If it is genuine I don 't think it is the right way to deal with spam. Can the list owners please deal with this gu

Missing & misleading documentation, help needed on advanced Jar functionalit

I wouldn 't try to make your application into one single jar file. IMHO it 's better to have *your* class files in a jar file whose manifest contains "Class-Path " entries pointing to the other jars yo

Missing & misleading documentation, help needed on advanced Jar functionality

The problem I want to combine all the jars required by my application into a single executable jar file. Ant is good for this. However the JavaBeans Activation Framework jar needs certain manifes

ant-contrib causing NullPointerException

Hi I 'm using ant-contrib <Foreach > and <If > tasks. Once in a while I get null pointer exceptions. Digging in the archive I found a reference from Geoff Meakin creator of the <foreach2 > task See h

Best Practices for J2EE Project Directory Structures

Hi All I was wondering if anyone had any views on best practices for directory structures when developing J2EE projects that use EJBs? The following directory names seem fairly standard so I 'll ad

I Wish

I hang on all the words several of you seem to say about the stuff that is hidden inside the books manuals URLs URIs in the "brains " and who knows where else all that stuff is stuck stored and p

Order of evaluation for a target 's "if " or "unless " attributes

I 'm curious Are a target 's "if " or "unless " attributes supposed to be evaluated before or after executing target dependencies? This does not seem to be defined anywhere I 've looked. Thanks Ian
Page 329 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.