Re: AW: Future of Antidote?

2005-03-27 Thread Jack J. Woehr
and supported. So it would be a corpse in the repository. I agree. -- Jack J. Woehr # The year 2005 marks the PO Box 51, Golden, CO 80402 # thirtieth anniversary of my http://www.well.com/~jax # entry into anti-WOSD activism

Re: local properties

2005-01-12 Thread Jack J. Woehr
Peter Reilly wrote: Jose Alberto Fernandez wrote: I can do that. Is define a good name ? Here's one vote for my. Everyone in the programming community would get that as a scoped entity immediately. -- Jack J. Woehr # The year 2005 marks the PO Box 51, Golden, CO 80402

Re: local properties

2005-01-10 Thread Jack J. Woehr
filed ... -- Jack J. Woehr # The year 2005 marks the PO Box 51, Golden, CO 80402 # thirtieth anniversary of my http://www.well.com/~jax # entry into anti-WOSD activism. - To unsubscribe, e-mail: [EMAIL

Re: recursive properties expansion [was RE local properties]

2005-01-10 Thread Jack J. Woehr
Antoine Levy-Lambert wrote: what is the number of your bug report ? http://issues.apache.org/bugzilla/show_bug.cgi?id=29347 -- Jack J. Woehr # The year 2005 marks the PO Box 51, Golden, CO 80402 # thirtieth anniversary of my http://www.well.com/~jax # entry into anti

Re: local properties

2004-10-19 Thread Jack J. Woehr
Stefan Bodewig wrote: Nor the other way around. You've convinced me, we need shadowing. Shadowing, or a definition stack for each definition? That's the way m4 works [ pushdef() ] and I've implemented that in object Forth. -- Jack J. Woehr # Libertarian candidate PO Box 51

Re: local properties (and recursive expansion?)

2004-10-08 Thread Jack J. Woehr
? -- Jack J. Woehr # Libertarian candidate PO Box 51, Golden, CO 80402 # Colorado 6th US House District http://www.well.com/~jax/2004 #Vote November 2, 2004 - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: local properties (and recursive expansion?)

2004-10-08 Thread Jack J. Woehr
BC. I'm not fond of doing it thru PropertyHelper. Excuse my forgetfulness, did you ever examine the patch I offered? (It may have been you who actually found a bug in my patch and fixed it?) -- Jack J. Woehr # Libertarian candidate PO Box 51, Golden, CO 80402 # Colorado 6th US

Remove bugzilla account?

2004-09-25 Thread Jack J. Woehr
I'm no longer using an older email address, is there a way to nuke my old Bugzilla account now that I've created my new one? Regards, Jax - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: VOTE - new ant committer Dominique Devienne

2004-09-08 Thread Jack J. Woehr
Conor MacNeill wrote: Peter Reilly wrote: I would like to propose Dominique to become an ant committer (finally!). Heres my +1 vote. +1 Conor Holy cow, I thought Dominique was a committer for years already! -- Jack J. Woehr # Libertarian candidate PO Box 51

Re: macrodef and local

2004-06-22 Thread Jack J. Woehr
a string into a scalar. In effect, you with your local properties and I with my recursive parsing are struggling to retrofit functional programming into Ant without spooking the ideologues :-) -- Jack J. Woehr # We have gone from the horse and buggy Senior Consultant # to the moon rocket in one

Re: macrodef and local

2004-06-21 Thread Jack J. Woehr
, a GenUniquePropertyName task could be coded. -- Jack J. Woehr # We have gone from the horse and buggy Senior Consultant # to the moon rocket in one lifetime, but Purematrix, Inc. # there has not been a corresponding moral www.purematrix.com # growth in mankind. - Dwight D. Eisenhower

Re: Possible Ant 1.7 alpha bug: property expansion.

2004-06-03 Thread Jack J. Woehr
into the proper hook relationship with tao of Ant -- Jack J. Woehr # We have gone from the horse and buggy Senior Consultant # to the moon rocket in one lifetime, but Purematrix, Inc. # there has not been a corresponding moral www.purematrix.com # growth in mankind. - Dwight D

Re: Possible Ant 1.7 alpha bug: property expansion.

2004-06-03 Thread Jack J. Woehr
Jose Alberto Fernandez wrote: From: Jack J. Woehr [mailto:[EMAIL PROTECTED] Well, it seem to me the problem is deeper. You're correct ... I've got recursive expansion kinda working already, just fixing a bug now but have to put it aside to do some real work :-) So what needs to be change

Recursive Property Expansion Patch

2004-06-03 Thread Jack J. Woehr
this should be done differently * Put the file RecursivePropertyParser in ..ant/util * The ant-test-expansion.xml file is a simple example with three test cases. The last one should fail. -- Jack J. Woehr # We have gone from the horse and buggy Senior Consultant # to the moon rocket in one

Possible Ant 1.7 alpha bug: property expansion.

2004-06-02 Thread Jack J. Woehr
is a regression. -- Jack J. Woehr # We have gone from the horse and buggy Senior Consultant # to the moon rocket in one lifetime, but Purematrix, Inc. # there has not been a corresponding moral www.purematrix.com # growth in mankind. - Dwight D. Eisenhower

Should have used bugzilla

2004-06-02 Thread Jack J. Woehr
Apologies for reporting the bug to the list. Lost in thought, have now used issues@ -- Jack J. Woehr # We have gone from the horse and buggy Senior Consultant # to the moon rocket in one lifetime, but Purematrix, Inc. # there has not been a corresponding moral www.purematrix.com # growth

Re: Possible Ant 1.7 alpha bug: property expansion.

2004-06-02 Thread Jack J. Woehr
. -- Jack J. Woehr # We have gone from the horse and buggy Senior Consultant # to the moon rocket in one lifetime, but Purematrix, Inc. # there has not been a corresponding moral www.purematrix.com # growth in mankind. - Dwight D. Eisenhower

Re: Possible Ant 1.7 alpha bug: property expansion.

2004-06-02 Thread Jack J. Woehr
Dominique Devienne wrote: From: Jack J. Woehr [mailto:[EMAIL PROTECTED] Dominique Devienne wrote: I believe that ${${a}.${b}} is parsed as: getProperty(${a) + . + getProperty(b) + }, thus the result. --DD Well, it sure looks like it is :-) But is that result reasonable

Re: Possible Ant 1.7 alpha bug: property expansion.

2004-06-02 Thread Jack J. Woehr
Dominique Devienne wrote: From: Jack J. Woehr [mailto:[EMAIL PROTECTED] Ant should behave analagously to m4: recursively expand until it either hits ground or an uninstantiated ${decorated} name. Oh, and the algorithm should be something like: 1. While argument X

Re: Possible Ant 1.7 alpha bug: property expansion.

2004-06-02 Thread Jack J. Woehr
PropertyHelper.replacePropertiesRecursively() and make the use of it or PropertyHelper.replaceProperties() optional. -- Jack J. Woehr # We have gone from the horse and buggy Senior Consultant # to the moon rocket in one lifetime, but Purematrix, Inc. # there has not been a corresponding moral www.purematrix.com # growth

Re: Possible Ant 1.7 alpha bug: property expansion.

2004-06-02 Thread Jack J. Woehr
Dominique Devienne wrote: Cool. Then people wouldn't need ac:propertycopy and/or the macrodef trick, or the propertyfile trick. Lets see what other committers think. Should this lowly non-committer play with code or await some kind of consensus on design? -- Jack J. Woehr # We have gone

Re: Possible Ant 1.7 alpha bug: property expansion.

2004-06-02 Thread Jack J. Woehr
and .ant.PropertyHelper.replaceProperties to allow review and comparison. Does that sound reasonable? -- Jack J. Woehr # We have gone from the horse and buggy Senior Consultant # to the moon rocket in one lifetime, but Purematrix, Inc. # there has not been a corresponding moral www.purematrix.com # growth in mankind

Re: Possible Ant 1.7 alpha bug: property expansion.

2004-06-02 Thread Jack J. Woehr
Dominique Devienne wrote: It does to me. Just throw in a test case too. --DD Okay. Thanks. -- Jack J. Woehr # We have gone from the horse and buggy Senior Consultant # to the moon rocket in one lifetime, but Purematrix, Inc. # there has not been a corresponding moral www.purematrix.com

Re: [Ant Wiki] Updated: AntTasks

2004-05-25 Thread Jack J. Woehr
Dominique Devienne wrote: Is there no way to moderate Wikis? Or at least the changes that include URLs? --DD Don't most Wikis today require a login that was established via mail-back? -- Jack J. Woehr # We have gone from the horse and buggy Senior Consultant # to the moon rocket in one

Re: ANT 1.7 features suggestion

2004-05-11 Thread Jack J. Woehr
Jack J. Woehr wrote: Hmm, this is something interesting for Ant in itself. expr expression=27 / 3 = nine property=my.expression.result truevalue=yes was 9 / Is there an expression evaluating jar that could be added to optional? There's the Math task in Ant-Contrib which does part

Re: Ant Javadoc Comment Diffs Proposed

2004-04-20 Thread Jack J. Woehr
Jesse Glick wrote: Jack J. Woehr wrote: The attached diffs banish the dreaded breakiterator messages during Javadoc execution while building Ant under Java 1.4. Before you spend much time on this, consider http://java.sun.com/j2se/1.5.0/docs/tooldocs/javadoc/whatsnew-1.5.0.html

Sql Task -- A comment and a diff

2004-04-14 Thread Jack J. Woehr
which includes the manual change. It seems a fairly obvious attribute for the Sql task to present. -- Jack J. Woehr # We have gone from the horse and buggy Senior Consultant # to the moon rocket in one lifetime, but Purematrix, Inc. # there has not been a corresponding moral

Re: Sql Task -- A comment and a diff

2004-04-14 Thread Jack J. Woehr
and post the bug# to the list so that users can vote for it. I will vote for this enhancement. Done, thanks. -- Jack J. Woehr # We have gone from the horse and buggy Senior Consultant # to the moon rocket in one lifetime, but Purematrix, Inc. # there has not been a corresponding moral

Ant Javadoc Comment Diffs Proposed

2004-04-13 Thread Jack J. Woehr
The attached diffs banish the dreaded breakiterator messages during Javadoc execution while building Ant under Java 1.4. -- Jack J. Woehr # We have gone from the horse and buggy Senior Consultant # to the moon rocket in one lifetime, but Purematrix, Inc. # there has not been

[Manual] suggested diff relating to Exec task

2004-04-09 Thread Jack J. Woehr
to be added to the manual, but offered here if it is found interesting. -- Jack J. Woehr # We have gone from the horse and buggy Senior Consultant # to the moon rocket in one lifetime, but Purematrix, Inc. # there has not been a corresponding moral www.purematrix.com # growth in mankind

Re: [Manual] suggested diff relating to Exec task

2004-04-09 Thread Jack J. Woehr
Jack J. Woehr wrote: The attached diff is a usage note for the Ant Exec task corresponding to a mainframe Linux user's experience Oops, typo in the patch. Should be a slash between bin and bash. -- Jack J. Woehr # We have gone from the horse and buggy Senior Consultant # to the moon

Re: cvs commit: ant CONTRIBUTORS

2004-04-07 Thread Jack J. Woehr
[EMAIL PROTECTED] wrote: peterreilly2004/04/07 05:13:30 Modified:.CONTRIBUTORS Log: add jack to contributors Thank you! -- Jack J. Woehr # We have gone from the horse and buggy Senior Consultant # to the moon rocket in one lifetime, but Purematrix, Inc

Re: Suggested Diff: UnknownElement.java

2004-04-06 Thread Jack J. Woehr
it actually conatins something, if you have compiled Ant yourself. Okay, how's this? -- Jack J. Woehr # We have gone from the horse and buggy Senior Consultant # to the moon rocket in one lifetime, but Purematrix, Inc. # there has not been a corresponding moral www.purematrix.com # growth

Suggested Diff: UnknownElement.java

2004-04-05 Thread Jack J. Woehr
This diff corrects an outdated error message that sent me off on a wrongful exploration last week! -- Jack J. Woehr # We have gone from the horse and buggy Senior Consultant # to the moon rocket in one lifetime, but Purematrix, Inc. # there has not been a corresponding moral

Re: Antidote -- more on design issues.

2004-03-13 Thread Jack J. Woehr
-antidote/src/java/org/apache/tools/ant/gui/xml/dtd/*.dtd) Is that safe? Is it useful? -- Jack J. Woehr # We have gone from the horse and buggy Senior Consultant # to the moon rocket in one lifetime, but Purematrix, Inc. # there has not been a corresponding moral www.purematrix.com # growth

Re: Antidote -- more on design issues.

2004-03-12 Thread Jack J. Woehr
develoment: You should take a look atit :-) I am a grandfather, do I have enough time left in life to learn a new IDE? :-) -- Jack J. Woehr # We have gone from the horse and buggy Senior Consultant # to the moon rocket in one lifetime, but Purematrix, Inc. # there has not been a corresponding

Re: Antidote

2004-03-11 Thread Jack J. Woehr
. 1. E.g., your project wizard. 3. Then there's the question of simple functional features: 1. Keeping up with Ant. 2. Another user mentioned on the mailing list that he can't set an 'id' attribute in Antidote. -- Jack J. Woehr # We have gone from the horse and buggy

Re: Antidote -- more on design issues.

2004-03-11 Thread Jack J. Woehr
? -- Jack J. Woehr # We have gone from the horse and buggy Senior Consultant # to the moon rocket in one lifetime, but Purematrix, Inc. # there has not been a corresponding moral www.purematrix.com # growth in mankind. - Dwight D. Eisenhower

Re: Antidote -- more on design issues.

2004-03-11 Thread Jack J. Woehr
be useable but will preserve some hard-worked code. o Oops, another issue here: I'm using NetBeans so there are .form files I'd hate to lose. 2. Do some basic keep-up-with-Ant work. -- Jack J. Woehr # We have gone from the horse and buggy Senior Consultant # to the moon rocket in one

Re: Antidote

2004-03-09 Thread Jack J. Woehr
some stuff that wouldn't be really done yet but would be reasonably safe. I guess I was agitating for committer on Antidote. In the limited time I can put to it each week it's much easier if I don't have two source trees to manage, yours and mine. -- Jack J. Woehr # We have gone from

Re: Antidote

2004-03-09 Thread Jack J. Woehr
Christoph Wilhelms wrote: Anyone who'd like to contribute Macro-support to integrate in Antidote? How would you define this? -- Jack J. Woehr # We have gone from the horse and buggy Senior Consultant # to the moon rocket in one lifetime, but Purematrix, Inc. # there has not been

Re: Ant-Antidote

2004-03-04 Thread Jack J. Woehr
. If he pops up again, maybe I'll take a look at the changes you need. -- Jack J. Woehr # We have gone from the horse and buggy Senior Consultant # to the moon rocket in one lifetime, but Purematrix, Inc. # there has not been a corresponding moral www.purematrix.com # growth in mankind

Re: Authors tag

2004-02-24 Thread Jack J. Woehr
Raadt swearing he's going to pull Apache out of the OpenBSD source tree. -- Jack J. Woehr # We have gone from the horse and buggy Senior Consultant # to the moon rocket in one lifetime, but Purematrix, Inc. # there has not been a corresponding moral www.purematrix.com # growth in mankind

Re: Authors tag

2004-02-23 Thread Jack J. Woehr
rather than individual files. Peter When's the IPO? -- Jack J. Woehr # We have gone from the horse and buggy Senior Consultant # to the moon rocket in one lifetime, but Purematrix, Inc. # there has not been a corresponding moral www.purematrix.com # growth in mankind. - Dwight D

Re: [ANTidote] possibly needs to be renamed!

2003-10-16 Thread Jack J. Woehr
term for the composite eye of an Ant? The GUI is an Ant eye. We should figure out some cool Latin name for an Ant eye and name it that. -- Jack J. Woehr # You measure democracy by the freedom it Senior Consultant # gives its dissidents, not the freedom Purematrix, Inc. # it gives its

Re: [ANTidote] possibly needs to be renamed!

2003-10-16 Thread Jack J. Woehr
for Ant and the Ant Gui is mostly forms, so it's a nice pun. -- Jack J. Woehr # You measure democracy by the freedom it Senior Consultant # gives its dissidents, not the freedom Purematrix, Inc. # it gives its assimilated conformists. www.purematrix.com # - Abbie Hoffman

Antidote Builds Antidoge: Weird console message

2003-10-07 Thread Jack J. Woehr
Why does using Antidote to build Antidote result in this console message? main: Duplicated project name in import. Project Antidote defined first in /usr/local/src/ant/antidote/ant-antidote/build.xml and again in /usr/local/src/ant/antidote/ant-antidote/build.xml -- Jack J. Woehr # You

Antidote submission -- more package.html files

2003-10-04 Thread Jack J. Woehr
More javadoc stuff -- Jack J. Woehr # You measure democracy by the freedom it Senior Consultant # gives its dissidents, not the freedom Purematrix, Inc. # it gives its assimilated conformists. www.purematrix.com # - Abbie Hoffman attachment: package_html.zip

Re: Antidote: Diff to make window size persistent

2003-10-02 Thread Jack J. Woehr
is still mis-sized until you resize the window. I'll have to look at the sizing code for the editors to make this really nice. -- Jack J. Woehr # You measure democracy by the freedom it Senior Consultant # gives its dissidents, not the freedom Purematrix, Inc. # it gives its assimilated

Re: Antidote: Diff to make window size persistent

2003-10-02 Thread Jack J. Woehr
Jack J. Woehr wrote: I'll have to look at the sizing code for the editors to make this really nice. I'm starting to think we're already at that point Swing programmers reach when they realize they need a custom layout manager. -- Jack J. Woehr # You measure democracy by the freedom

Antidote Reopener changes

2003-09-29 Thread Jack J. Woehr
Antidote Reopener changed to use global PropertiesManager (instead of writing its own Properties file). -- Jack J. Woehr # You measure democracy by the freedom it Senior Consultant # gives its dissidents, not the freedom Purematrix, Inc. # it gives its assimilated conformists

Ant-antidote persistent properties

2003-09-26 Thread Jack J. Woehr
can pass in a properties filename instead * If the properties file does not exist, it is created. If you like it, I will convert the Reopener to use this instead of writing its own properties file. After that, I will begin a GUI interface to persistent properties. -- Jack J. Woehr # You

Re: Antidote TODO (WAS:RE: antidote diff)

2003-09-23 Thread Jack J. Woehr
be overkill IMO. We should be fine with a (maximum) two level hirachy! And remember: Let's keep the baby small and fast :-) Good idea Oh: If you need Icons: don't hesitate to tell me! I'll paind them with pleasure! Will do! -- Jack J. Woehr # You measure democracy by the freedom it Senior

Re: Antidote TODO (WAS:RE: antidote diff)

2003-09-22 Thread Jack J. Woehr
! > Also, I'd add this usability feature: > > * When you are editing some task or property or target and > you decide to delete that thing, the editor should disappear. Could you explain.. When you delete a target, the editor in which you were editing the target "hangs around&

Re: [PATCH] Next round of typo fixes

2003-09-16 Thread Jack J. Woehr
in English, to look at :-) Why not simply, Timestamps are not considered. -- Jack J. Woehr # You measure democracy by the freedom it Senior Consultant # gives its dissidents, not the freedom Purematrix, Inc. # it gives its assimilated conformists. www.purematrix.com # - Abbie Hoffman

Re: antidote diff

2003-09-15 Thread Jack J. Woehr
things in NetBeans source editor! Also, I'd add this usability feature: * When you are editing some task or property or target and you decide to delete that thing, the editor should disappear. -- Jack J. Woehr # You measure democracy by the freedom it Senior Consultant # gives its

Re: antidote diff

2003-09-14 Thread Jack J. Woehr
open- specially editors to be written. It has to be worked on stability and so on! Can you say more about this? -- Jack J. Woehr # You measure democracy by the freedom it Senior Consultant # gives its dissidents, not the freedom Purematrix, Inc. # it gives its assimilated conformists

Re: antidote diff

2003-09-11 Thread Jack J. Woehr
inchoate * functionality minimal so far Like I said, has great potential. Needs work, but you knew that already :-) -- Jack J. Woehr # You measure democracy by the freedom it Senior Consultant # gives its dissidents, not the freedom Purematrix, Inc. # it gives its assimilated conformists

Re: antidote diff

2003-09-11 Thread Jack J. Woehr
so much faster to lay out stuff in NetBeans, and after doing all the work, why not check in the .form files? They're totally optional to Antidote itself, but they save work if you *happen to want to use* NetBeans for further GUI development of Antidote. -- Jack J. Woehr # You measure

antidote diff

2003-09-10 Thread Jack J. Woehr
Hi -- I posted this on user@ ... maybe not the right place. Trivial antidote diff that clears up 7 of 15 javadoc warnings during build. Let me know if this is the appropriate forum for such things. -- Jack J. Woehr # You measure democracy by the freedom it Senior Consultant # gives its