Return-Path: Delivered-To: apmail-ant-dev-archive@www.apache.org Received: (qmail 34981 invoked from network); 10 Jun 2005 14:10:18 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 10 Jun 2005 14:10:18 -0000 Received: (qmail 27069 invoked by uid 500); 10 Jun 2005 14:10:10 -0000 Delivered-To: apmail-ant-dev-archive@ant.apache.org Received: (qmail 26958 invoked by uid 500); 10 Jun 2005 14:10:10 -0000 Mailing-List: contact dev-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Ant Developers List" Reply-To: "Ant Developers List" Delivered-To: mailing list dev@ant.apache.org Received: (qmail 26911 invoked by uid 99); 10 Jun 2005 14:10:09 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (hermes.apache.org: local policy) Received: from colossus.hpl.hp.com (HELO colossus.hpl.hp.com) (192.6.10.2) by apache.org (qpsmtpd/0.28) with ESMTP; Fri, 10 Jun 2005 07:10:05 -0700 Received: from timmay.hpl.hp.com (timmay-hb.hpl.hp.com [15.144.59.39]) by colossus.hpl.hp.com (8.12.10/8.12.10) with ESMTP id j5ABpEl6013556 for ; Fri, 10 Jun 2005 12:51:14 +0100 (BST) Received: from [15.144.25.135] (chamonix.hpl.hp.com [15.144.25.135]) by timmay.hpl.hp.com (8.13.2/8.13.2) with ESMTP id j5ABp7am017417 for ; Fri, 10 Jun 2005 12:51:08 +0100 (BST) Message-ID: <42A97EAB.2000009@apache.org> Date: Fri, 10 Jun 2005 12:51:07 +0100 From: Steve Loughran User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050317) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Ant Developers List Subject: Re: google summer code: ant-xdocs and another idea about ANT References: <12b911ea050608145141435524@mail.gmail.com> <12b911ea05060913364f406570@mail.gmail.com> In-Reply-To: <12b911ea05060913364f406570@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-HPLB-IMAP-MailScanner-Information: Please contact the Helpdesk for more information X-HPLB-IMAP-MailScanner: Found to be clean X-HPLB-IMAP-MailScanner-SpamCheck: not spam, SpamAssassin (score=0, required 5) X-HPL-MailScanner-Information: Please contact the Helpdesk for more information X-HPL-MailScanner: Found to be clean X-HPL-MailScanner-SpamCheck: not spam, SpamAssassin (score=-1.286, required 5, autolearn=not spam, ALL_TRUSTED -0.84, AWL -0.44) X-MailScanner-From: stevel@apache.org X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N xiaofeng xia wrote: > Hi, > > I am a first year Ph.D student majoring in Computational Math at Emory > University. > I want to participate the Summer of Google Code. I am especially > interested in the project "ant-xdocs" on > http://wiki.apache.org/general/SummerOfCode2005 . > Can you let me know who is going to mentor this project? > > Should I submit the proposal via Google Code or send the proposal for > review firstly? Who should I contact? > > I also have an idea to develop an ANT task "diff" if it can be > considered as a google project. > You see, when people use ANT to do functional tests, "diff" is a > necessary tool to generate test results. > The function of this "diff" will be as the same as the "diff" command on Unix. > Since no "diff" command on Windows, it could be useful to develop a > similar but pure Java "diff" as an ANT task. > > BTW, I was a software engineer in Oracle R&D center of China. I > developed some ANT tasks to meet our special needs. The "diff" idea > came from my work experiences. > > Could any of you reply this email? I would appreciated that. Hello. I think proposals go through google, though we need to find out more on that. Regarding a diff task, there is a good java diff gui app built into jedit, http://plugins.jedit.org/plugins/?JDiffPlugin this could be the core of a simple text diff tool, though its license may be incompatible with Ant's own. -steve --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org For additional commands, e-mail: dev-help@ant.apache.org