Re: Force ANT to re-compile all files

2002-05-29 Thread Steve Loughran
- Original Message - From: "Diane Holt" <[EMAIL PROTECTED]> To: "Ant Users List" <[EMAIL PROTECTED]> Sent: Wednesday, May 29, 2002 9:14 PM Subject: Re: Force ANT to re-compile all files > --- Conor MacNeill <[EMAIL PROTECTED]> wrote: > > I've never encountered that. When does this happe

Re: Force ANT to re-compile all files

2002-05-29 Thread Diane Holt
--- Conor MacNeill <[EMAIL PROTECTED]> wrote: > I've never encountered that. When does this happen? I was wondering the same thing -- but then I decided (guessed :) that, since the out dir is included in the classpath, if you hand it a list of files, it'd find any existing classfile(s) it needs f

Re: Force ANT to re-compile all files

2002-05-29 Thread Conor MacNeill
Steve Loughran wrote: > > One funny to consider here is now javac orders the compilation; we may hand > off the list of all files to javac, but it may compile stuff in an incorrect > order. > I've never encountered that. When does this happen? Conor -- To unsubscribe, e-mail:

Re: Force ANT to re-compile all files

2002-05-29 Thread Steve Loughran
- Original Message - From: "Chiming Huang" <[EMAIL PROTECTED]> To: "Ant Users List" <[EMAIL PROTECTED]> Sent: Wednesday, May 29, 2002 8:09 PM Subject: Re: Force ANT to re-compile all files > > I would love to see that. > Chiming > > > Diane Holt <[EMAIL PROTECTED]> wrote: --- Chiming

Java Development with Ant (was: Re: Ant: The Definitive Guide (Orielly))

2002-05-29 Thread Erik Hatcher
- Original Message - From: "Mark Derricutt" <[EMAIL PROTECTED]> > I see your book will cover writing custom ant tasks, how detailed does > this section go? The Ant docs on it don't really say much, and the > only other things I've had said about it is "just look at the code of > the ex

Re: Force ANT to re-compile all files

2002-05-29 Thread Chiming Huang
I would love to see that. Chiming Diane Holt <[EMAIL PROTECTED]> wrote: --- Chiming Huang wrote: > Thanks. I just wonder if ant can be forced to recompile without doing > anthing extra. Most build tools require you do at least something extra (even if it's just passing a flag). If forcing

Re: Filter and replace ....

2002-05-29 Thread Srinivas_Pasuparthi
You can use the "replace" task. Ex: "Das, Kuntal" <[EMAIL PROTECTED]> 05/29/2002 04:43 PM Please respond to "Ant Users List" To: "'Ant Users List'" <[EMAIL PROTECTED]> cc: Subject:Filter and replace Is there any way of replacing any character

RE: Permissions problems - ant not running as me?

2002-05-29 Thread Chris Bailey
It says it's me. -Original Message- From: Diane Holt [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 29, 2002 4:41 PM To: Ant Users List Subject: Re: Permissions problems - ant not running as me? --- Chris Bailey <[EMAIL PROTECTED]> wrote: > I'm wondering if somehow ant is running as a

RE: Permissions problems - ant not running as me?

2002-05-29 Thread Chris Bailey
I should note that if I put this same command into a shell script and run that via the apply (passing in all the params), that it works fine. Odd. -Original Message- From: Chris Bailey [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 29, 2002 3:33 PM To: AntMailingList Subject: Permission

Re: in 1.5 beta1

2002-05-29 Thread Diane Holt
--- Diane Holt <[EMAIL PROTECTED]> wrote: > Is there some reason you're using instead of 'srcfiles', which > lets you just list the files you want to doc? Oops -- make that 'sourcefiles'. Diane = ([EMAIL PROTECTED]) __ Do You Yahoo!? Yahoo

Re: in 1.5 beta1

2002-05-29 Thread Diane Holt
--- Alex Khesin <[EMAIL PROTECTED]> wrote: > I am trying to use to generate documentation for a small > portion of my java source tree - using fileset nested parameter. Is there some reason you're using instead of 'srcfiles', which lets you just list the files you want to doc? Diane = ([E

Re: Permissions problems - ant not running as me?

2002-05-29 Thread Diane Holt
--- Chris Bailey <[EMAIL PROTECTED]> wrote: > I'm wondering if somehow ant is running as a different user ${user.name} and see who it says you are. Diane = ([EMAIL PROTECTED]) __ Do You Yahoo!? Yahoo! - Official partner of 2002 FIFA World

Permissions problems - ant not running as me?

2002-05-29 Thread Chris Bailey
I'm using Ant 1.5Beta1 on Linux, under JDK 1.3. There seems to be an odd permissions problem going on. I have an apply task that runs "java" for a program we have. This program reads some files in our source hierarchy. These files happen to have their permissions set to 600 (i.e. only the owner

Re: Ant books on Amazon (was Re: something else)

2002-05-29 Thread Diane Holt
I really tried hard to resist adding to this rather severely off-topic thread -- but... You'll probably think I'm completely strange, but I actually appreciate the recommendations mail I get -- I've found out about a number of books/CDs that way that I probably never would have otherwise. And the

RE: Filter and replace ....

2002-05-29 Thread Diane Holt
--- Chris Bailey <[EMAIL PROTECTED]> wrote: > Have you looked at the task? I believe you could set the > token to be "c:\weblogic", and replace it with "c:\bea". If you're running 1.5, you may want to look at the (optional) task, which, as the name implies, allows you to do regular expression

Resolved: Filter and replace ....

2002-05-29 Thread Das, Kuntal
Hmmm... that should work. Thanks. How can I not see it ? I had been looking for a tag like that for a long time, I guess it just missed my attention, when I saw FilterSet. Thanks, and sorry for bringing up this simple Q, whose answer is already available in the docs Thanks -Kuntal- -Orig

RE: Filter and replace ....

2002-05-29 Thread Chris Bailey
Have you looked at the task? I believe you could set the token to be "c:\weblogic", and replace it with "c:\bea". -Original Message- From: Das, Kuntal [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 29, 2002 2:44 PM To: 'Ant Users List' Subject: Filter and replace Is there any wa

Re: Ant books on Amazon (was Re: something else)

2002-05-29 Thread Steve Loughran
- Original Message - From: "Alan Moore" <[EMAIL PROTECTED]> To: "Ant Users List" <[EMAIL PROTECTED]> Sent: Wednesday, May 29, 2002 3:07 PM Subject: Ant books on Amazon (was Re: something else) > Chris Bailey wrote: > > CB> What I heard is that somehow this is an automated thing on Amazo

Ant books on Amazon (was Re: something else)

2002-05-29 Thread Alan Moore
Chris Bailey wrote: CB> What I heard is that somehow this is an automated thing on Amazon. CB> Supposedly it knows the two books are about the same subject, and decides CB> that a recommendation for one, is praise over the other... I think it's just a bad idea on Amazon's part--since these recom

in 1.5 beta1

2002-05-29 Thread Alex Khesin
Hello, I am trying to use to generate documentation for a small portion of my java source tree - using fileset nested parameter. The problem I keep running into is that "Ant will automatically add the include pattern **/*.java to these filesets" (according to http://jakarta.apache.org/ant/manua

Filter and replace ....

2002-05-29 Thread Das, Kuntal
Is there any way of replacing any character or word in a file using ant ? e.g. If I want to replace the path c:\weblogic with c:\bea in the weblogic.properties file or for that matter any file. I could use FilterSet, but then that will replace only macros. Any suggestions ? Thanks in advance -Kun

RE: Problem: ANT and continuous developers build process

2002-05-29 Thread Diane Holt
--- Alexey Solofnenko <[EMAIL PROTECTED]> wrote: > Thank you, Diane! No problem -- glad to hear it'll work for you. Maybe you can avoid having to replicate it by doing a buildfile snippet and &include'ing it? Although, everyone seems to agree that that method of including stuff pretty much sucks

ANN : xmltask 1.2a release

2002-05-29 Thread Brian Agnew
New release of xmltask (v1.2a) Changes include: Bug fixes relating to xml file loading (major) Handling of local/remote entity/DTD loading Facility to specify DTD entity for the output XML Available for download from http://www.oopsconsultancy.com/software/xmltask.html xmltask provides the f

RE: Problem: ANT and continuous developers build process

2002-05-29 Thread Alexey Solofnenko
Thank you, Diane! This will work, but it will require to change many (?all?) current targets to do the same. It is a lot of work, but, I think, it is possible to preprocess ANT scripts to do this thing automatically. Could you please at least consider such a feature for ANT2? Sincerely, Alex

RE: Problem: ANT and continuous developers build process

2002-05-29 Thread Diane Holt
--- Alexey Solofnenko <[EMAIL PROTECTED]> wrote: > Yes, I am using 1.5b1. Okay, cool. So, I don't know for sure that this will do what you need, since I don't really know your build process, but maybe it might at least be a starting point to something that would do it for you:

Re: Java Development with Ant (was Re: Ant: The Definitive Guide (Orielly))

2002-05-29 Thread Anthony W. Marino
They're playing by Microsoft rules! Anthony > Ok, here's a fun sidenote. Amazon has two recommendations for the O'Reilly > book OVER "Java Development with Ant" - which isn't even published yet! > Now, how can that be?! > > -Original Message- > From: Erik Hatcher [mailto:[EMAIL PROTECTED

Re: Accessing the individual files in the file list

2002-05-29 Thread Steve Loughran
- Original Message - From: "Chris Bailey" <[EMAIL PROTECTED]> To: "Ant Users List" <[EMAIL PROTECTED]> Sent: Wednesday, May 29, 2002 1:27 PM Subject: RE: Accessing the individual files in the file list > Where are the ant-contrib tasks? Specifically the and tasks? > I don't see them

RE: Accessing the individual files in the file list

2002-05-29 Thread Chris Bailey
Where are the ant-contrib tasks? Specifically the and tasks? I don't see them listed (or in the jar) for the optional tasks, nor are they listed in the external tools and tasks, that I see. -Original Message- From: Diane Holt [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 29, 2002 1:2

Re: Accessing the individual files in the file list

2002-05-29 Thread Diane Holt
--- John Mc Quillan <[EMAIL PROTECTED]> wrote: > Is there a way in Ant to get at the individual files in the file list Yes -- 'id' the , then 'refid' that in . > A command line parameter allows the package name for output to be > defined. What I'd like to do is set the package name to the name >

RE: Re[2]: Java Development with Ant (was Re: Ant: The Definitive Guide (Orielly))

2002-05-29 Thread Chris Bailey
What I heard is that somehow this is an automated thing on Amazon. Supposedly it knows the two books are about the same subject, and decides that a recommendation for one, is praise over the other... -Original Message- From: Alan Moore [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 29, 2

Re[2]: Java Development with Ant (was Re: Ant: The Definitive Guide (Orielly))

2002-05-29 Thread Alan Moore
Chris Bailey wrote: CB> Ok, here's a fun sidenote. Amazon has two recommendations CB> for the O'Reilly book OVER "Java Development with Ant" - CB> which isn't even published yet! Now, how can that be?! Yeah, and there are also two recommendations for "Java Development with Ant" instead of the

RE: Accessing the individual files in the file list

2002-05-29 Thread Chris Bailey
I'm converting a makefile, and we have lots of our own compilers that seem to do almost exactly the same thing as you describe (ours turn XML into Java source). Our original command lines for this also had us passing the package name as a param. But, I couldn't see an easy (or any?) way to do th

RE: Problem: ANT and continuous developers build process

2002-05-29 Thread Alexey Solofnenko
Yes, I am using 1.5b1. - Alexey. -Original Message- From: Diane Holt [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 29, 2002 12:14 PM To: Ant Users List Subject: RE: Problem: ANT and continuous developers build process --- Alexey Solofnenko <[EMAIL PROTECTED]> wrote: > I can, but it w

Re:

2002-05-29 Thread Anthony W. Marino
I just found it 2 nights ago and I'm going to start playing tomorrow. Thanks, Anthony > - Original Message - > From: "Anthony W. Marino" <[EMAIL PROTECTED]> > To: "Ant Users List" <>; "Steve Loughran" <[EMAIL PROTECTED]> > Sent: Wednesday, May 29, 2002 10:03 AM > Subject: Re: (was Re: J

Re: directory not found

2002-05-29 Thread Mike Murray
I figured it out, after shifting my thinking. Use the common root as the "dir", since I know it exists, and filter the subdirs using includes. Mike Murray wrote: > I am attempting to a subset of directories under a common root with > the target below. The problem is that it thro

RE: Problem: ANT and continuous developers build process

2002-05-29 Thread Diane Holt
--- Alexey Solofnenko <[EMAIL PROTECTED]> wrote: > I can, but it would require a lot of manual work and there is not be > any guarantee that it was done right. Automatic process is always > better. What version of Ant are you running? I think I have a solution for you, and it'd be easiest to do

Re: Ant: The Definitive Guide (Orielly)

2002-05-29 Thread Magesh Umasankar
- Original Message - From: "Steve Loughran" <[EMAIL PROTECTED]> > and now selectors. (there are filters too, but I think they get neglected by > both) I am going to have a fight with the authors over that ;-) > -Steve > Cheers, Magesh * * E

Re: Ant: The Definitive Guide (Orielly)

2002-05-29 Thread Steve Loughran
- Original Message - From: "Mark Derricutt" <[EMAIL PROTECTED]> To: "Ant Users List" <[EMAIL PROTECTED]> Sent: Wednesday, May 29, 2002 5:39 AM Subject: Re: Ant: The Definitive Guide (Orielly) > On Wed, 2002-05-29 at 05:56, Erik Hatcher wrote: > > > To further what Steve has said about o

directory not found

2002-05-29 Thread Mike Murray
I am attempting to a subset of directories under a common root with the target below. The problem is that it throws a failure exception if the "dir" does not exist for one of the specified s. It would be nice if the 's (via ) whenempty attribute would preempt 's desire to ensure that "dir" exis

Accessing the individual files in the file list

2002-05-29 Thread John Mc Quillan
Is there a way in Ant to get at the individual files in the file list (the equivalent of $< or $@ in make)? I'll try to explain with the following snippet. This is generating java source from xml schema files. A command line parameter allows the package name for output to be defined. What I'd lik

Re:

2002-05-29 Thread Steve Loughran
- Original Message - From: "Anthony W. Marino" <[EMAIL PROTECTED]> To: "Ant Users List" <>; "Steve Loughran" <[EMAIL PROTECTED]> Sent: Wednesday, May 29, 2002 10:03 AM Subject: Re: (was Re: Java Development with Ant) >> I managed to use it to compile a JNI native library, with a singl

RE: Java Development with Ant (was Re: Ant: The Definitive Guide (Orielly))

2002-05-29 Thread Chris Bailey
Ok, here's a fun sidenote. Amazon has two recommendations for the O'Reilly book OVER "Java Development with Ant" - which isn't even published yet! Now, how can that be?! -Original Message- From: Erik Hatcher [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 29, 2002 6:19 AM To: Ant Users L

RE: Ant: The Definitive Guide (Orielly)

2002-05-29 Thread Frank Fabbrocino
I agree that code samples should be small and straight to the point. What kills me is books that present not only large amounts of code to illustrate a small concept, but wrap it all in GUI code just so that the end user can push a button and read what happens in a text widget. I won't mention the

Re: (was Re: Java Development with Ant)

2002-05-29 Thread Anthony W. Marino
> - Original Message - > From: "Erik Hatcher" <[EMAIL PROTECTED]> > To: "Ant Users List" <[EMAIL PROTECTED]> > Sent: Wednesday, May 29, 2002 6:18 AM > Subject: Java Development with Ant (was Re: Ant: The Definitive Guide > (Orielly)) > > > Yes, Steve wrote a fairly extensive section on the

RE: Problem: ANT and continuous developers build process

2002-05-29 Thread Alexey Solofnenko
Hello Stefan, I can, but it would require a lot of manual work and there is not be any guarantee that it was done right. Automatic process is always better. Sincerely, Alexey. -Original Message- From: Stefan Bodewig [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 29, 2002 2:13 AM To

Re: [PATCH] Hostname property

2002-05-29 Thread Ernst de Haan
Stefan, It seems that when I submit a file it takes a long time before it appears in the list. I've submitted a HostnameTask.java about 1.5 hours ago, but it hasn't shown up yet. I had the same with the Project.java patch. Is this a known problem with the mailing list. Ernst -- Ernst de Haa

Re: error when trying to start Ant

2002-05-29 Thread Diane Holt
Please see (and respond to): http://marc.theaimsgroup.com/?l=ant-user&m=102258860106684&w=2 Diane = ([EMAIL PROTECTED]) __ Do You Yahoo!? Yahoo! - Official partner of 2002 FIFA World Cup http://fifaworldcup.yahoo.com -- To unsubscribe, e-

Re: referring to cmd-line args

2002-05-29 Thread Diane Holt
--- Uro¹_Jurgliè <[EMAIL PROTECTED]> wrote: > How can I in build.xml refer to cmd-line arguments after target name? I > want to run 'ant run arg1 arg2' that would run apropriate command with > given args. Is this possible? Ant uses properties -- define a property, using -Dprop=val on the command

Re: [PATCH] Hostname property

2002-05-29 Thread Steve Loughran
- Original Message - From: "Conor MacNeill" <[EMAIL PROTECTED]> To: "Ant Users List" <[EMAIL PROTECTED]> Sent: Wednesday, May 29, 2002 7:15 AM Subject: Re: [PATCH] Hostname property > Ernst de Haan wrote: > > Hi all, > > > > Hi Ernst - Long time, no patch :-) > > I'm just wondering whet

Re: [PATCH] Hostname property

2002-05-29 Thread Steve Loughran
- Original Message - From: "Ernst de Haan" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, May 29, 2002 4:27 AM Subject: [PATCH] Hostname property > Hi all, > > I've created a patch for Ant that will set an internal property "hostname" to > the current hostname. See attache

(was Re: Java Development with Ant)

2002-05-29 Thread Steve Loughran
- Original Message - From: "Erik Hatcher" <[EMAIL PROTECTED]> To: "Ant Users List" <[EMAIL PROTECTED]> Sent: Wednesday, May 29, 2002 6:18 AM Subject: Java Development with Ant (was Re: Ant: The Definitive Guide (Orielly)) > Yes, Steve wrote a fairly extensive section on the task and de

RE: Regexp working?

2002-05-29 Thread Chris Bailey
I'm sure since you're using JDK 1.4 you'd like to just have that work as they state. But, a real quick way to solve this also, is just to download say Jakarta-ORO and drop it's jar into the Ant lib directory. I'm guessing you probably don't care which regex library Ant uses, as long as it works.

Re: Java Development with Ant (was Re: Ant: The Definitive Guide (Orielly))

2002-05-29 Thread Anthony W. Marino
On Wednesday 29 May 2002 10:24 am, Conor MacNeill wrote: > Anthony W. Marino wrote: > > Thanks for the coverage! It appears that your book will have a COMPLETE > > handle on ant and it's significant others (red ants, army ants, fire > > ants, atom ant , Aunt Tillie ... - Getting too much sleep as

Re: Ant TelnetTask

2002-05-29 Thread Hal Hildebrand \(web\)
Yep, those darn "bottom of the page" gotchas. Thanks. - Original Message - From: "Steve Loughran" <[EMAIL PROTECTED]> > > - Original Message - > From: "Hal Hildebrand (web)" <[EMAIL PROTECTED]> > > > > Figured it out. In case anyone else is looking for a solution (perhaps > >

referring to cmd-line args

2002-05-29 Thread Uroš Jurglič
How can I in build.xml refer to cmd-line arguments after target name? I want to run 'ant run arg1 arg2' that would run apropriate command with given args. Is this possible? Greeting. Uros.

Re: [PATCH] Hostname property

2002-05-29 Thread Ernst de Haan
Hi Stefan, > > See attached diff, generated against Project.java revision 1.108. > > Should have gone to ant-dev instead of ant-user. Okay. Will try to register with that list as well. > >Detected Java version: 1.3 in: /usr/local/jdk1.3.1/jre > >Detected OS: FreeBSD > > Is that Linux's

RE: [PATCH] Hostname property

2002-05-29 Thread Dominique Devienne
And by making it a new task, it can evolve to get the fully qualified hostname (com.acme.host), the ip address, etc... Maybe become a full fledge task ;-) --DD -Original Message- From: Conor MacNeill [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 29, 2002 9:15 AM To: Ant Users List Sub

Re: Problem with javac !

2002-05-29 Thread Cyriaque Dupoirieux
It OK, I forgot to add tools.jar in my classpath... Sorry, Siamack Farshi wrote: >Have you defined JAVA_HOME in your environmental variables!! > >-Original Message- >From: Cyriaque Dupoirieux [mailto:[EMAIL PROTECTED]] >Sent: Wednesday, May 29, 2002 9:03 AM >To: Liste Ant >Subject: Pr

Re: Java Development with Ant (was Re: Ant: The Definitive Guide(Orielly))

2002-05-29 Thread Conor MacNeill
Anthony W. Marino wrote: > Thanks for the coverage! It appears that your book will have a COMPLETE > handle on ant and it's significant others (red ants, army ants, fire ants, > atom ant , Aunt Tillie ... - Getting too much sleep as of late...> 4hrs! ). > That last one could be considered a F

Re: [PATCH] Hostname property

2002-05-29 Thread Conor MacNeill
Ernst de Haan wrote: > Hi all, > Hi Ernst - Long time, no patch :-) I'm just wondering whether it might be better to leave this out of Project and just put into a new task It has the advantage of not introducing a new magic property (which should be "ant.hostname" if we do go that route, IM

Re: Java Development with Ant (was Re: Ant: The Definitive Guide (Orielly))

2002-05-29 Thread Anthony W. Marino
> Yes, Steve wrote a fairly extensive section on the task and described > its nice architecture. > > I did a write-up on the other ant-contrib tasks, with examples of each > (even the controversial task! :) > > I believe the hope is that the task and its datatypes will migrate to > the Ant core

error when trying to start Ant

2002-05-29 Thread Amy Zediak
Hello When i try to start Ant (via ./ant) i get this error message: uname: not found basename: not found uname: not found dirname:not found dirname:not found Error: cant find libjava.so Any suggestions?> Thanks! Amy -- To unsubscribe, e-mail:

Re: [PATCH] Hostname property

2002-05-29 Thread Stefan Bodewig
On Wed, 29 May 2002, Ernst de Haan <[EMAIL PROTECTED]> wrote: > I've created a patch for Ant that will set an internal property > "hostname" to the current hostname. Cool. > See attached diff, generated against Project.java revision 1.108. Should have gone to ant-dev instead of ant-user. >

Re: XInclude

2002-05-29 Thread Stefan Bodewig
On Wed, 29 May 2002, Ernst de Haan <[EMAIL PROTECTED]> wrote: > Does Ant support XInclude? No. Stefan -- To unsubscribe, e-mail: For additional commands, e-mail:

XInclude

2002-05-29 Thread Ernst de Haan
Does Ant support XInclude? If not, I would like to look into creating a patch that will add XInclude support. Ernst -- Ernst de Haan EuroNet Internet B.V. "Come to me all who are weary and burdened and I will give you rest" -- Jesus Christ -- To unsubscribe, e-mail:

[PATCH] Hostname property

2002-05-29 Thread Ernst de Haan
Hi all, I've created a patch for Ant that will set an internal property "hostname" to the current hostname. See attached diff, generated against Project.java revision 1.108. Output when running ant -verbose: ernst@zaphod$ ant -verbose init Apache Ant version 1.6alpha compiled on May 29

Re: Regexp working?

2002-05-29 Thread Stefan Bodewig
On Wed, 29 May 2002, Drew Davidson <[EMAIL PROTECTED]> wrote: > The problem is that when I run this (JDK 1.4) I get: Did you build Ant yourself (with JDK 1.4)? If not, which version are you using? Stefan -- To unsubscribe, e-mail: For additional commands, e-mail:

Re:

2002-05-29 Thread Stefan Bodewig
On Wed, 29 May 2002, Cameron Shorter <[EMAIL PROTECTED]> wrote: > I'm wanting to support: > ant 1.4.1 and ant 1.5beta1 > jdk1.3 and jdk1.4 Ant's version shouldn't make a difference at all. If you specific

Re: defaultexcludes

2002-05-29 Thread Erik Hatcher
Unfortunately you cannot. I've actually looked into making a mechanism to allow for this, but it seemed fairly involved (although I don't remember the exact details of why off the top of my head). I'm sure there could be some hack to implement it with a magic property. The best thing to do in y

Java Development with Ant (was Re: Ant: The Definitive Guide (Orielly))

2002-05-29 Thread Erik Hatcher
Yes, Steve wrote a fairly extensive section on the task and described its nice architecture. I did a write-up on the other ant-contrib tasks, with examples of each (even the controversial task! :) I believe the hope is that the task and its datatypes will migrate to the Ant core when its read

defaultexcludes

2002-05-29 Thread Eugene Voytitsky
Hello All, How to extend defaultexcludes list by my own patterns? I surfed 1.4.1 docs but not found answer, may be I missed smth. Thanks in advance. -- Best regards, Eugene Voytitsky mailto:[EMAIL PROTECTED] -- To unsubscribe, e-mail: For

Re: Ant: The Definitive Guide (Orielly)

2002-05-29 Thread Anthony W. Marino
Will there be any coverage of ant-contrib's cppptasks? This sounds like an extremely powerful and cool project for the ant community. Thank You, Anthony > To further what Steve has said about our forthcoming book [1,2], we are > covering much more than would even be reasonable for the Ant docs

RE: Problem with javac !

2002-05-29 Thread Siamack Farshi
Have you defined JAVA_HOME in your environmental variables!! -Original Message- From: Cyriaque Dupoirieux [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 29, 2002 9:03 AM To: Liste Ant Subject: Problem with javac ! Hello, I try to upgrade my ant installation from ant 1.3 to ant 1.4

Problem with javac !

2002-05-29 Thread Cyriaque Dupoirieux
Hello, I try to upgrade my ant installation from ant 1.3 to ant 1.4.1. I change my SDK from 1.2.2 to 1.3.1 (02). And now, when I compile with ant it tells me : [javac] Modern compiler is not available - using classic compiler [javac] Compiling 10 source files to D:\java\code

Regexp working?

2002-05-29 Thread Drew Davidson
I'm trying to use a regexp mapper thusly: Basically I'm trying to map files that come from directories starting with Foo to remove the Foo portion (I've got directories like Reports and FooReports and I want to copy the contents from both into just R

Re: Ant: The Definitive Guide (Orielly)

2002-05-29 Thread Mark Derricutt
On Wed, 2002-05-29 at 05:56, Erik Hatcher wrote: > To further what Steve has said about our forthcoming book [1,2], we are > covering much more than would even be reasonable for the Ant docs. We cover > lots of real-world situations from web development, XML issues, EJB > projects, and Web Servi

RE: The Definitive Guide (Orielly)

2002-05-29 Thread Mark Derricutt
On Tue, 2002-05-28 at 07:26, Bob Hays, Computer Geek wrote: > Amazon said my copy was shipped Sunday (on a holiday weekend?). What version Ant does it cover? 1.4.1? -- To unsubscribe, e-mail: For additional commands, e-mail:

Re:

2002-05-29 Thread Cameron Shorter
Thanks, this is really useful. I don't suppose you know of a compliance table or HOWTO for working across a number of versions of software. I'm wanting to support: ant 1.4.1 and ant 1.5beta1 jdk1.3 and jdk1.4 and am trying to find the jars required to support all these builds. On Wednesday 29

Re:

2002-05-29 Thread Stefan Bodewig
On Wed, 29 May 2002, Cameron Shorter <[EMAIL PROTECTED]> wrote: > I tried using trax as suggested (using JDK 1.3 and all the xalan > 2.3.1 jars copied into $ANT_HOME), but got a different set of > errors. I think you've just triggered a know bug in Xalan-J 2.3.1. I use Norman Walsh's stylesheet

Re:

2002-05-29 Thread Cameron Shorter
On Tuesday 28 May 2002 23:58, you wrote: > On Tue, 28 May 2002, Cameron Shorter <[EMAIL PROTECTED]> wrote: > > I've only had partial success styling docbook XML into HTML using > > the ant

Re: Problem: ANT and continuous developers build process

2002-05-29 Thread Stefan Bodewig
Can't you use to check whether something has changed after you've run your last install-image and only if this is false wipe out your image and recreate it? Stefan -- To unsubscribe, e-mail: For additional commands, e-mail:

RE: [ANN] Coverage Tool Evaluation

2002-05-29 Thread MOUSSAUD Benoît
it seems to be a good tool ;-) -Message d'origine- De : Conor MacNeill [mailto:[EMAIL PROTECTED]] Envoyé : mercredi 29 mai 2002 07:58 À : Ant-User@Jakarta. Apache. Org Objet : [ANN] Coverage Tool Evaluation Hi, The company I work for, Cortex eBusiness, is making available for evaluatio

Re: why rmic task doesn't support selector? + others

2002-05-29 Thread Stefan Bodewig
On Tue, 28 May 2002, Levente Farkas <[EMAIL PROTECTED]> wrote: > what is the most often used fileset with rmic? those classes which > implements Remote and not an interface. and how can I select them > now? Set the verify attribute to true. I admit the documentation is really, really bad at th