Fri, 18 Jun 2004 21:57:03 -0600

2004-06-19 Thread Dev
Here is a casino giving away $25 Free when you sign up an account. No credit card required http://ace.cls2.org/iwin.html James

Geschrieben von Margrit am 07. April 2004 :Id:2951:

2004-06-19 Thread donaldp
1. Was lernt Ibrahim zu Hause: Maedchen duerfen nicht ohne maennliche Begleitung das Haus verlassen, nicht mit fremden Jungen sprechen. Nie ins Schwimmbad oder Disco, ueberhaupt nicht. Wenn ein Maedchen es trotzdem macht, ist sie eine Nutte, die macht es freiwillig und gerne mit Jedem, die ist u

Re: condition improvement

2004-06-19 Thread Steve Loughran
Aurele Venet wrote: Not sure what you mean by the class, I searched the core and optional tasks in the manual but couldn't find it. Steve Loughran wrote: sorry, I meant http://ant.apache.org/manual/OptionalTasks/setproxy.html -

[Ant Wiki] Updated: UserPreferences

2004-06-19 Thread ant-cvs
Date: 2004-06-19T01:04:17 Editor: 203.195.201.74 <> Wiki: Ant Wiki Page: UserPreferences URL: http://wiki.apache.org/ant/UserPreferences no comment Change Log: -- @@ -8,3 +8,5 @@ /!\ ''This "ID", show

[Ant Wiki] Updated: UserPreferences

2004-06-19 Thread ant-cvs
Date: 2004-06-19T01:58:56 Editor: ConorMacNeill <[EMAIL PROTECTED]> Wiki: Ant Wiki Page: UserPreferences URL: http://wiki.apache.org/ant/UserPreferences Not sure what this was about Change Log: -- @@ -8

and local

2004-06-19 Thread Steve Loughran
I am now convinced we need local properties; without it macrodef doesnt work fully. One option: in the declaration, you declare which properties are local. When the macro exits these properties are deleted -if they were not set before entering the macro. That is, properties set before the mac

Re: and local

2004-06-19 Thread Alexey N. Solofnenko
I am still hoping we will have a multi-threaded ANT some time. Please implement local properties in a thread-safe way. I think a separate thread-local property store would be required for that. - Alexey. Steve Loughran wrote: I am now convinced we need local properties; without it macrodef does

DO NOT REPLY [Bug 29676] - add classpath and classpathref to script task

2004-06-19 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

Re: and local

2004-06-19 Thread Wascally Wabbit
You can mostly kindof do this now by extending the PropertyHelper class and installing an instance in the ant.PropertyHelper reference. I've done this with two tasks and and both seem to work for most issues with scoped property modifications (inside macros or not). While you wait for Ant 1.6.3 o