Summer Of Code

2006-05-02 Thread Petar Tahchiev
Hello, My name is Petar Toshev Tahchiev, and I am a student at the Sofia University, Bulgaria. I am writing to you in connection with Google's this-year Summer Of Code. For I have been taking part in the users mail list and I read there about the HTTP tasks(tasks that should execute HTTP methods

Re: Summer Of Code

2006-05-02 Thread Matt Benson
Speaking personally, I think the documentation project has great value for the Ant community. I consider Dominique Devienne's gendoc proposal to be a viable "seed"; it is (usually, I am having trouble with svn ATM) viewable in Ant's svn sandbox. As I understand it, a SOC project should consist of

Multipart Mime mail in task

2006-05-02 Thread Rupert Swarbrick
Hello! I am interested in enabling different MIME "subpart types" [1] such as alternative, digest and parallel to be specified in MimeMailer and the email task. It seems, from the javax documentation [2,3] that this is an easy task and basically just consists of setting a string when the MimeMult

RE: Question about property name

2006-05-02 Thread Hazzard, Powell
Steve, Sorry for the delay. >>I guess if JBoss shows the problem, then yes, some kind of external control makes sense. But having one big >>switch that suddenly flips the response processing over is scary, very scary, because Execute() is used everywhere, >>even in things like Java.

svn commit: r399054 - /ant/core/trunk/docs/manual/install.html

2006-05-02 Thread stevel
Author: stevel Date: Tue May 2 14:30:58 2006 New Revision: 399054 URL: http://svn.apache.org/viewcvs?rev=399054&view=rev Log: Comment about OSS runtimes. What is our official position here? What is the best choice in 'free' runtimes? Modified: ant/core/trunk/docs/manual/install.html Modifi

DO NOT REPLY [Bug 39373] - scp task does not work for some sshd, which does not scp1 protocol.

2006-05-02 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

DO NOT REPLY [Bug 39373] - scp task does not work for some sshd, which does not scp1 protocol.

2006-05-02 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: svn commit: r399054 - /ant/core/trunk/docs/manual/install.html

2006-05-02 Thread Stefan Bodewig
On Tue, 02 May 2006, <[EMAIL PROTECTED]> wrote: > Comment about OSS runtimes. What is our official position here? Don't think we have any. We fix problems with running Ant on "free" VMs when we get aware of them, that's pretty much all. > What is the best choice in 'free' runtimes? Don't have

Condition: Exists

2006-05-02 Thread Kev Jackson
Hi, I'm writing a BuildFileTest case and I really need to be able to do something like or more succinctly 'fail unless file ${test} exists' It seems to be trivial to add a condition to the codebase, but I'm beginning to wander if there's a better way to do this. Any advice appr

Re: Condition: Exists

2006-05-02 Thread Kev Jackson
Sorry, I think Available is what I need. kev - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Antlib alias?

2006-05-02 Thread Kev Jackson
Hi, I've been messing with some code today, and looking at antlibs, a typical declaration may be something like: ... I was wondering if there would be any usefulness in adding an 'alias' attribute, which could take a list of aliases. This would allow an antlib to have an official name