Switch links to image resources on webpage to HTTPS

2015-01-05 Thread Marcin ZajÄ…czkowski
Hi, https://ant.apache.org/mail.html (like other ASF pages) works fine when accessed via HTTPS. However Firefox generates warning about unencrypted elements on the web page and it is right. There is a link to: http://www.apache.org/events/current-event-125x125.png which is also available through

Re: Ant illegalArgumentException while trying to build automatic translations ("build-lang")

2015-01-05 Thread Scot P. Floess
Ya know it looks like you need to hand in literals like "-Dlang.dir=some/dir" So your ant script probably needs this 'kind of' thing: Obviously replace qith variables and apppropriate values like this kind of thing: Sincerely, Scot P. Floess Sent from my Verizon Wireless 4G LTE Smartph

Re: Execute the target only if source files have changed

2015-01-05 Thread Dominique Devienne
On Fri, Jan 2, 2015 at 9:17 PM, YuGiOhJCJ Mailing-List < yugiohjcj-mailingl...@laposte.net> wrote: > Oh, I have not read correctly the documentation of the task: > "multiple target files are specified using a nested element" > I always recommend using Ant-Contrib's task instead of Ant's older