Re: [VOTE] Release Ant 1.10.6 based on RC1

2019-03-19 Thread Wayne Cannon
I thought you had earlier decided on 5" boards through WalMart, or similar? It doesn't matter to me. ⁣--Wayne​ On Mar 19, 2019, 02:55, at 02:55, Jaikiran Pai wrote: >Hello all, > >I've created a release candidate for 1.10.6. This release contains bug >fixes as w

Re: [Ant customizable task]dependencies

2011-06-11 Thread wayne
Dominique Devienne and haefelinger : I use pathelement. it works. thanks for kind help. >From Wayne 2011/6/11 wolfgang haefelinger : >>> i try to use  fileset  to add these dependencies. but it seems wrong. > > I bet he is missing transitive dependencies: Just let task &

[Ant customizable task]dependencies

2011-06-10 Thread wayne
wrong. >From Wayne - To unsubscribe, e-mail: user-unsubscr...@ant.apache.org For additional commands, e-mail: user-h...@ant.apache.org

Re: simplify copy with regexpmapper (mapper/regexp)

2010-09-17 Thread Wayne Hassman
quot; high level directory structure. Wayne Hassman

Building a Jar for SPI application

2008-02-21 Thread Wayne T Richards
omponent.version}.jar" /> I cannot figure out how to have ant to create the META-INF/services directory and move the SPI properties file into that directory. Any help would be greatly appreciated. Wayne - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Setting final strings at compile time

2007-12-12 Thread Wayne Cannon
rsion reporting, "Help | About" information, etc. Regards, Wayne from Version.txt: public static final String DATE_STRING = "@date@"; public static final String MAJOR_VERSION = "@major@"; public static final String MINOR_VERSION = "@minor@"; publi

RE: symlink - which ant jar do I need?

2007-10-22 Thread Wayne Cruz
Tanguy- Thanks for the info. Wayne At 05:01 AM 10/22/2007, you wrote: Hello Wayne, In the future, you may want to make things like that clear from the start, as i have been running a simple test to create symlinks, not delete them. Having changed that, i can tell you that the following

RE: symlink - which ant jar do I need?

2007-10-18 Thread Wayne Cruz
there possibly a problem with the symlink delete option? Thanks for your help, Wayne At 09:39 AM 10/18/2007, you wrote: Wayne, No, if ln is installed, it *should* work just fine. By "on the path" it just means that the system can find the ln command (i.e. "which ln". In

RE: symlink - which ant jar do I need?

2007-10-18 Thread Wayne Cruz
Tanguy- Yes, I am running under Linux and "ln" is installed on the machine, i.e. I am able to manually execute "ln" commands. Do I need to add the path to "ln" to my classpath? Thanks, Wayne At 02:09 AM 10/18/2007, you wrote: it's "ln" (ie &

RE: symlink - which ant jar do I need?

2007-10-17 Thread Wayne Cruz
Thank you. Can you explain what you mean by having the "In" executable on the path? Thanks, Wayne At 08:02 AM 10/17/2007, you wrote: Hello Wayne, I don't think you need a jar, i think you need the "ln" executable on the path. /t ps: you're runnin

RE: symlink - which ant jar do I need?

2007-10-16 Thread Wayne Cruz
Shobhana- Thanks for the clarification. How do I figure out what jar I need for symlink? Does anyone out there know? Thanks, Wayne At 04:30 PM 10/16/2007, you wrote: No, but you will need some jar form the lib directory of your ant home. Sorry for the confusion. -Original Message

RE: symlink - which ant jar do I need?

2007-10-16 Thread Wayne Cruz
Shobhana- Are you still saying that I need ant-junit.jar in order to get symlink to work? Thanks, Wayne At 04:14 PM 10/16/2007, you wrote: Sorry i confused this thread with another one, you should find the related libraries in your $ANT_HOME/lib directory, I thought the ant was failing since

RE: symlink - which ant jar do I need?

2007-10-16 Thread Wayne Cruz
Shobhana- Where do I get ant.junit.jar? It didn't come with my CruiseControl distribution. Thanks, Wayne At 02:59 PM 10/16/2007, you wrote: Yes they are different. Try putting ant-junit.jar on your class path. -Shobhana -Original Message- From: Wayne Cruz [mailto:[

RE: symlink - which ant jar do I need?

2007-10-16 Thread Wayne Cruz
Shobhana- I have the junit.jar file in my classpath, but not ant-junit.jar. Are they different? I forgot to mention in my first post that I'm having this ant problem with CruiseControl. Not sure if that makes any difference. Thanks, Wayne At 02:47 PM 10/16/2007, you wrote: Hi

symlink - which ant jar do I need?

2007-10-16 Thread Wayne Cruz
do I get it? I do not see a reference to symlink in http://ant.apache.org/manual/install.html#librarydependencies. Thanks, Wayne - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Computed fileset

2007-09-12 Thread Wayne Cannon
I need it for non-critical tasks, so unless it's slow enough to bother a human user waiting for it once or twice a day, it won't be an issue at all. --Wayne Anderson, Rob (Global Trade) wrote: FYI - This selector is not very efficient. I don't remember the specifics, since it

Re: Computed fileset

2007-09-12 Thread Wayne Cannon
Thanks. I haven't tried it yet, but it looks like more than I could have hoped for. I was half-way expecting to have to capture a ClearCase "lsco" externally, and "filtering" it to wrap it with fileset XML syntax so it could be imported, but wanted to ask the forum

Computed fileset

2007-09-12 Thread Wayne Cannon
or my thinking. Currently, I don't have a good feel for where to start. There have been a number of similar topics discussed recently, but if this was covered, I didn't pick up on it. --Wayne Cannon - To unsu

Re: returns true thought there is no listener

2007-08-17 Thread Wayne Cannon
ll-known" "registered" port numbers once you get above 1024 -- and occasionally have conflicts as a result. --Wayne Does anybody know what's the cause? Thanks 1. tries to open a TCP connection; it gets assigned some random port..I'd be surprised that it got 39001,

Re: Need to convert windows batch script (build script) to ant's build.xml

2007-07-26 Thread Wayne Cannon
The "Ant in Action" book is well worth the investment if you expect to continue using Ant at all. It includes a section on migration from other build approaches. --Wayne Sayed, Irfan (Irfan) wrote: Hi All, I have one build script which is totally in windows batch script. I am p

Re: Need to convert windows batch script (build script) to ant's build.xml

2007-07-26 Thread Wayne Cannon
ormed. I'm sure it will be sub-optimal, but should at least get you started. --Wayne Sayed, Irfan (Irfan) wrote: Hi All, I have one build script which is totally in windows batch script. I am planning to convert that script in Ant's build.xml. Batch script contains all the wind

Re: Ant help

2007-07-23 Thread Wayne Cannon
I'll second that recommendation. It's an excellent tutorial and very well indexed so it also serves as an excellent reference. --Wayne Steve Loughran wrote: Sayed, Irfan (Irfan) wrote: Hi All, I am very new to the Ant world. Really want to learn ant scripting (build.xml) from

Re: fileset date selector based on the date of a file

2007-07-19 Thread Wayne Cannon
May I respectfully suggest a attribute alternative to the selector's current and attributes? --Wayne Wayne Cannon wrote: I would like to do the equivalent of a "find -newer reference_file ... | zip ... ", i.e., archiving all files newer than a reference_file. I would

Re: fileset date selector based on the date of a file

2007-07-19 Thread Wayne Cannon
After that sales pitch, I'll definitely investigate the Ant-Contrib "outofdate". Thanks. I'm also investigating whether a selector with a element can do what I'm looking for. --Wayne Dominique Devienne wrote: My bad, I so seldom used uptodate after outofdate c

Re: fileset date selector based on the date of a file

2007-07-19 Thread Wayne Cannon
e (my reference file) was created. Other tasks are running file-specific tests on only those files that have changed (those in the "newer" fileset). Regards, --Wayne Dominique Devienne wrote: You can use to select the newer files. Or Ant-Contrib's , which I find more convenient,

fileset date selector based on the date of a file

2007-07-19 Thread Wayne Cannon
set a property with the date-time of a reference file so that the property can be passed to a selector? Is there another way to accomplish my goal, such as a way to use with a single reference file? --Wayne - To unsubsc

Re: Formatter for ant scripts ?

2007-07-06 Thread Wayne Cannon
... as does SlickEdit. --Wayne glenn opdycke-hansen wrote: XEmacs/Emacs works nicely for editing and formatting ant xml scripts. --glenn On 7/4/07, Rebhan, Gilbert <[EMAIL PROTECTED]> wrote: Hi, i'm searching for a formatter task for ant build scripts. Something like ++ in

Re: filename collisions when compiling

2007-06-27 Thread Wayne Cannon
for your source path. --Wayne Wayne Cannon wrote: ... or simply name them both non-java, such as A.java.source, and then copy the desired one to A.java in its current directory (removing any pre-existing A.java copies beforehand). That way, there is only one A.java, regardless of directory

Re: filename collisions when compiling

2007-06-27 Thread Wayne Cannon
compile with the desires sourcepath or equivalent. For example: .../common/B.java .../common/C.java .../case1/A.java .../case2/A.java Then compile using either "common + case1" or "common + case2" directories, as desired. This can be extended hierarchically. --Wayne

Re: Javac task query

2007-06-27 Thread Wayne Cannon
iler would generate B.class and C.class. You would not want any tool to delete C.class just because there was no corresponding C.java. --Wayne Yadav, Akshat Kumar wrote: Thanks Prashant for reply. I am talking for the situation where a.java, b.java and c.java are independent java code file

Re: Problem with task

2007-06-12 Thread Wayne Cannon
David, I duplicated your trial and got exactly the same error. Then I dropped mail.jar and activation.jar into my ANT_HOME/lib directory and everything worked perfectly. I hope that is helpful. --Wayne David Weintraub wrote: I have a very straight forward build.xml file

Re: If one execution is failed

2007-04-20 Thread Wayne Cannon
Have you considered using the Logger (e.g., Log4J) to do this? --Wayne Denis Bessmertnyj wrote: I have a lot of If one execution is failed I need to know about it. How I may get this info? Note that all use this info. --- Denis Bessmertnyj, GUI SoftWeb

Re: AW: task for IdlToClsCompiler.exe

2007-04-13 Thread Wayne Cannon
language itself. I should say "was", since I haven't worked with CORBA and IDL for a couple of years now. --Wayne [EMAIL PROTECTED] wrote: Not knowing what that exe does but I think we dont have any wrapper task. So you could use . Jan -Ursprüngliche Nachricht--

Re: Conditional dependencies

2007-03-20 Thread Wayne Cannon
ber of reasons. It would provide a clean solution for Carlton and a nice, flexible, tool for other purposes as well. --Wayne Brown, Carlton wrote: There's a build behavior pattern I keep hitting, but I don't know how to resolve in Ant. How can I specify a dependency chain among ta

Re: [SEC=UNCLASSIFIED] Ant filterset doesnot work

2007-03-01 Thread Wayne Cannon
... or use 's "preservelastmodified" on the original so the copied file has the same time-stamp as the original. To my way of thinking, this allows a more 'honest" appraisal of files. --Wayne Keith Hatton wrote: A favourite that trips me up is that the destination

Re: Redirecting output to a file

2007-02-23 Thread Wayne Cannon
I'm new to ant, but can the Log4jListener combined with log4j's HTMLAppender be used for this? --Wayne Scot P. Floess wrote: Try this: If you are interested, I also have some XSLT that will convert the output to HTML in a nice format :) Priest, James (NIH

Re: Good editor for Ant scripts?

2007-02-08 Thread Wayne Cannon
ires a DTD. The only things I miss are (1) the ability to collapse outline levels and (2) perform XML-aware diff's, like Altova's XMLSpy.. In general, I like SlickEdit significantly better. --Wayne -Original Message- From: Jack J. Woehr [mailto:[EMAIL PROTECTED] Sent: Wednesda

Re: Python implementation for Ant

2007-02-08 Thread Wayne Cannon
, widely-used declarative language without all of the verbosity of XML (I have no problem with the traditional "keyword {...}" syntax); but, alas, there isn't. --Wayne - To unsubscribe, e-mail: [EMAIL PROTECTED]

Re: Delete the contents of a directory but not the directory itself

2007-01-15 Thread Wayne Cannon
ich probably led me to look initially for an alternative approach and the same question you initially raised. Regards, Wayne Daffin, Miles (IT) wrote: Folks, Does anyone think that this is a legitimate problem with the way delete functions (it is not consistent) or am I just missing 'the

Re: list all targets in the build file

2006-12-04 Thread Wayne Cannon
ant -p Narahari 'n' Savitha wrote: Freinds Would you know how to list all the targets in the build file ? -Narahari - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Using Ant with older Java versions

2006-10-27 Thread Wayne Cannon
arameters must be incompatible with the JDK 1.3's javac. --Wayne David Jones wrote: I believe that the -source and -target parameters are specific to java 1.5. If you are using the 1.3 compiler, you don't need to t

Re: Using Ant with older Java versions

2006-10-25 Thread Wayne Cannon
t it to the Java 1.3.1_18 JDK, it begins to complain that "-source" is an invalid command line parameter -- as though my task is not compatible with Java 1.3. I'll look into it more tomorrow. Thanks to all, --Wayne Scot P. Floess wrote: I think its just a warning...not that i

Using Ant with older Java versions

2006-10-25 Thread Wayne Cannon
of release 1.5, 'enum' is a keyword, and may not be used as an identifier (try -source 1.5 to use 'enum' as a keyword) What do I need to do to tell Ant and/or javac to not apply this Java 1.5 constraint? ... --Wayne -