Referencing to a group of filesets ?

2002-09-23 Thread Max Rydahl Andersen
just write: ... ... Or is there something similar/better in the current Ant ? /max -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Check if a path is valid ?

2002-09-12 Thread Max Rydahl Andersen
Hi! How would you go about checking if the directories, .zip and .jars provided in a classpath or another pathlike structure is available ? e.g. Which would report what is not available and optionally fail if anything is missing. /max -- To unsubscribe, e-mail: <mailto:[EM

RE: Replace Task "propertyFile" syntax

2002-06-04 Thread Max Clark
Thanks Diane, I'll fool around with it and figure out how I want to run this. Max -Original Message- From: Diane Holt [mailto:[EMAIL PROTECTED]] Sent: Monday, June 03, 2002 5:18 PM To: Ant Users List Subject: RE: Replace Task "propertyFile" syntax --- Max Clark &l

RE: Replace Task "propertyFile" syntax

2002-06-03 Thread Max Clark
So are the files mutually exclusive? It seems that I could accomplish everything that I need using the "replacefilterfile". Where would a user want to use one vs. the other? Thanks, Max -Original Message- From: Diane Holt [mailto:[EMAIL PROTECTED]] Sent: Monday, June 03, 2002

Replace Task "propertyFile" syntax

2002-06-03 Thread Max Clark
" and "propertyFile" so that way I can track the different environments within different files. Could anyone forward me an example "replacefilterfile" and "propertyFile" with the proper syntax for the files. Thanks in advance! Max -- To unsubscribe, e-mail: &

Re: Borland Jbuilder finally adds ant support (at a price)

2002-05-22 Thread max
You say awesome, and I ask you the following: How do you come from the possible error output from ant (e.g. javac compile errors) to the proper location in the source file in Eclipse ? /max - Original Message - From: "GOMEZ Henri" <[EMAIL PROTECTED]> To: "An

Re: How can I have Ant replace unset properties as just empty string

2002-03-29 Thread max
:) Just a request/suggestion :) /Max - Original Message - From: "Diane Holt" <[EMAIL PROTECTED]> To: "Ant Users List" <[EMAIL PROTECTED]> Sent: Friday, March 29, 2002 2:49 AM Subject: Re: How can I have Ant replace unset properties as just empty string

ip address

2002-02-25 Thread Max Rydahl Andersen
Hello ant-user, Any idea on how to get the actual ipaddress of the host running ant ? Note it is the ipaddress not the hostname - i can not use the host name as this is not listed in DNS. -- Best regards, Max Medfork, Software Engineer mailto:[EMAIL PROTECTED

Re: minifest.mf line continuation

2002-02-24 Thread Max Rydahl Andersen
I just make a manifest with one looong line and then let jar do al the work of inserting the correct amount of new lines, spaces etc. regards Max - Original Message - From: "Bill Pfeiffer" <[EMAIL PROTECTED]> To: "Ant-User" <[EMAIL PROTECTED]> Sent: S

Re: jdk 1.4 classic

2002-02-15 Thread max
Could it not be because the classic compiler (and hence the --classic option) is removed from JDK 1.4 ? With hope Max - Original Message - From: "Jonathan Locke" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, February 15, 2002 7:27 PM Subject: jdk 1.4 c

Sv: [OT] Ant-driven update system (Re: Best way to add file to CVS repository?)

2001-12-28 Thread Max
Have you looked at Java Webstart ? It has things like jar-diffs, version-checking, automatic download etc. - you might use some of that. With hope Max - Original Message - From: Jeff Turner <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: Ant Developers List <[EMAIL P

compiling one file at a time

2001-09-13 Thread Max Gravitt
l file. thanks in advance Max