Return-Path: Delivered-To: apmail-click-dev-archive@www.apache.org Received: (qmail 3823 invoked from network); 12 Feb 2010 00:22:42 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 12 Feb 2010 00:22:42 -0000 Received: (qmail 72540 invoked by uid 500); 12 Feb 2010 00:22:42 -0000 Delivered-To: apmail-click-dev-archive@click.apache.org Received: (qmail 72493 invoked by uid 500); 12 Feb 2010 00:22:41 -0000 Mailing-List: contact dev-help@click.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@click.apache.org Delivered-To: mailing list dev@click.apache.org Received: (qmail 72485 invoked by uid 99); 12 Feb 2010 00:22:41 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 12 Feb 2010 00:22:41 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of sabob1@gmail.com designates 209.85.222.175 as permitted sender) Received: from [209.85.222.175] (HELO mail-pz0-f175.google.com) (209.85.222.175) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 12 Feb 2010 00:22:32 +0000 Received: by pzk5 with SMTP id 5so3147899pzk.29 for ; Thu, 11 Feb 2010 16:22:11 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=UPjN9A3Tz/5JoGs5PY0yLtbMFpUblDe+uq11obKuyN0=; b=L5joAz67PRle63f6aMr7phd6rJzPCYoPBH+npCezobw/pXBP7U7gSMucUi94XEJkvx uWWMrGvzd7sDSLcG54GxLExNcmudP7XW+QoWV9rioQ1YERFBrBr1O8Om58WOJRWUaFo9 jrCT1ygRZsx3cm8fizmJn87inLRX8BZ0et4lk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; b=e9injCd9ziiqdWcVjFx5O49CqtcKXLEzDzJsk7iEshutKd54yschbTz1yFb6nQ6oaB 1+Jy+bfXeC7FNjkV16oEkd+HQrLqWh2D2syTOYGMnJM9KrtbbfsGBnYr/brQ88UfwHdC Y/irLWEBfVmAf/2u8D6LX0QBvroXX3wJGvbZA= Received: by 10.141.88.12 with SMTP id q12mr421286rvl.60.1265934131422; Thu, 11 Feb 2010 16:22:11 -0800 (PST) Received: from ?192.168.2.62? (203-206-172-3.perm.iinet.net.au [203.206.172.3]) by mx.google.com with ESMTPS id 21sm3055882pzk.15.2010.02.11.16.22.09 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 11 Feb 2010 16:22:10 -0800 (PST) Message-ID: <4B749F2D.50800@gmail.com> Date: Fri, 12 Feb 2010 11:22:05 +1100 From: Bob Schellink User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.7) Gecko/20100111 Thunderbird/3.0.1 MIME-Version: 1.0 To: dev@click.apache.org Subject: Re: Using ClickIDE on non Web Project References: <4B7496F3.2010600@gmail.com> <285ca09a1002111618o1048a6d4gb5c73888a2ed35d@mail.gmail.com> In-Reply-To: <285ca09a1002111618o1048a6d4gb5c73888a2ed35d@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Sounds good Naoki. The main feature I'm missing is to quickly jump between a Page and its associated template. kind regards bob On 12/02/2010 11:18 AM, Naoki Takezoe wrote: > Hi Bob, > > The current version of ClickIDE has strong dependency to the WTP web project. > It's difficult to remove this dependency soon. > > However I'll try to separate ClickIDE features into web project > depended and others > in the future version of ClickIDE. Some features of ClickIDE (such as > click.xml editor > and Velocity editor) would be possible to use in the normal Java project. > > Regards, > > 2010/2/12 Bob Schellink: >> Hi Naoki, >> >> I'm currently working on a Click project that is purely Ant driven. It is >> not an Eclipse Web Project, but a normal Java Project. >> >> Is it possible to use ClickIDE for a normal Java project? I assume not >> because there is likely to be a dependency between the ClickIDE and Eclipse >> Web Project APIs? >> >> kind regards >> >> bob >> > > >