WG: [Urgent] Please help promote ApacheCon video streaming!

2008-11-04 Thread Jan.Materne
FYI Jan -Ursprüngliche Nachricht- Von: Lars Eilebrecht [mailto:[EMAIL PROTECTED] Gesendet: Dienstag, 4. November 2008 17:27 An: [EMAIL PROTECTED] Betreff: [Urgent] Please help promote ApacheCon video streaming! Wichtigkeit: Hoch Hi, please help promote the ApacheCon live video streami

Re: javac task problem in Java 6

2008-11-04 Thread Stefan Bodewig
On Tue, 4 Nov 2008, Sergey Bondarenko <[EMAIL PROTECTED]> wrote: > javac -sourcepath A.java -classpath b.jar A.java > It works properly in both JDK 5 and 6. This is not what Ant does (and why I pointed you at sourcepath="" in order to get something like that. > But Ant's javac task with "include

problem updating the ivy website

2008-11-04 Thread Maarten Coene
I've committed the Ivy 2.0.0-rc2 website in svn: https://svn.apache.org/repos/asf/ant/ivy/site/target/ When I want to update it in /www/ant.apache.org/ivy I get the following error: [EMAIL PROTECTED] /www/ant.apache.org/ivy]$ svn up svn: Can't open file 'history/trunk/settings/.svn/lock': Permiss

Re: AW: Dynamic property names

2008-11-04 Thread Matt Benson
--- Remie Bolte <[EMAIL PROTECTED]> wrote: > Thanks for the input! > > I found a different way to deal with the problem, > without hacks :) > Sometimes it is useful not to be able to find a > solution, it allows you to > look back a couple of steps. > > However, I do still have the question why

Re: AW: Dynamic property names

2008-11-04 Thread Gilbert Rebhan
Remie Bolte schrieb: > Thanks for the input! > > I found a different way to deal with the problem, without hacks :) > Sometimes it is useful not to be able to find a solution, it allows you to > look back a couple of steps. hack != bad IMO i use that term for a tricky solution or workaround when

[RESULT][VOTE] Ivy 2.0.0-rc2 Release

2008-11-04 Thread Maarten Coene
The vote is over for the Ivy 2.0.0-rc2 release. With 4 binding +1, the vote has passed. I'll proceed to make the release official in the coming days. Maarten - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional c

Re: AW: Dynamic property names

2008-11-04 Thread Remie Bolte
Thanks for the input! I found a different way to deal with the problem, without hacks :) Sometimes it is useful not to be able to find a solution, it allows you to look back a couple of steps. However, I do still have the question why double expanding is not implemented. Is there a conceptual iss

Re: AW: Dynamic property names

2008-11-04 Thread Gilbert Rebhan
[EMAIL PROTECTED] schrieb: >> I saw the FAQ, but the workaround deals with making a new >> property, which is >> not something that is desirable in my situation. >> Is there a reason that double expanding is not implemented? > > There is an implementation in the sandbox bundled as an AntLib. > Yo

Re: [VOTE] Ivy 2.0.0-rc2 Release

2008-11-04 Thread Maarten Coene
Almost forgot to vote myself, so here is mine +1 Maarten - Original Message From: Maarten Coene <[EMAIL PROTECTED]> To: ant-dev Sent: Tuesday, October 28, 2008 11:53:50 PM Subject: [VOTE] Ivy 2.0.0-rc2 Release I have built a second release candidate for Ivy 2.0.0 You can download it

[ANN] ApacheCon live video streaming available; keynotes and Apache 101 are free

2008-11-04 Thread Matt Benson
--- Lars Eilebrecht <[EMAIL PROTECTED]> wrote: > > Can't make ApacheCon this week in New Orleans? You > can still watch all > the keynotes, Apache 101 sessions, and system > administration track in > live video streams: > > > http://streaming.linux-magazin.de/en/program_apacheconus08.htm?a

Fwd: [Urgent] Please help promote ApacheCon video streaming!

2008-11-04 Thread Matt Benson
--- Lars Eilebrecht <[EMAIL PROTECTED]> wrote: > Date: Tue, 4 Nov 2008 10:27:25 -0600 > From: Lars Eilebrecht <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: [Urgent] Please help promote ApacheCon > video streaming! > > Hi, > > please help promote the ApacheCon live video > streaming by

Re: javac task problem in Java 6

2008-11-04 Thread Sergey Bondarenko
Well, I tried javac: javac -sourcepath A.java -classpath b.jar A.java It works properly in both JDK 5 and 6. But Ant's javac task with "includes" and "excludes" does not work with JDK 6. So I am not sure that problem is in javac compiler. It looks like there is a problem in javac Ant task. Could

Re: javac task problem in Java 6

2008-11-04 Thread Jess Holle
I am rather certain this is a javac bug -- though it would be good to /prove /that from a javac command line so as to get some focus on the real issue here. I believe Sun should take this particular issue seriously. We've seen this before where A depends on B which /internally/ depends upon C

Re: [VOTE] Ivy 2.0.0-rc2 Release

2008-11-04 Thread Gilles Scokart
+1 Thanks to drive this release. 2008/10/29 Xavier Hanin <[EMAIL PROTECTED]>: > On Tue, Oct 28, 2008 at 11:53 PM, Maarten Coene <[EMAIL PROTECTED]>wrote: > >> I have built a second release candidate for Ivy 2.0.0 >> >> You can download it from this URL: >> http://people.apache.org/~maartenc/ivy/

Re: javac task problem in Java 6

2008-11-04 Thread Stefan Bodewig
On Tue, 4 Nov 2008, Sergey Bondarenko <[EMAIL PROTECTED]> wrote: > Regarding compilation issue, it looks like Ant javac task does not > handle "includes" and "excludes" attributes correctly when it is > used with JDK 6. But it works properly with JDK 5. Uhm, no. includes/excludes controls which