Return-Path: Delivered-To: apmail-myfaces-users-archive@www.apache.org Received: (qmail 18828 invoked from network); 8 Jul 2005 21:12:34 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 8 Jul 2005 21:12:34 -0000 Received: (qmail 22499 invoked by uid 500); 8 Jul 2005 21:12:32 -0000 Delivered-To: apmail-myfaces-users-archive@myfaces.apache.org Received: (qmail 22450 invoked by uid 500); 8 Jul 2005 21:12:31 -0000 Mailing-List: contact users-help@myfaces.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "MyFaces Discussion" Delivered-To: mailing list users@myfaces.apache.org Received: (qmail 22433 invoked by uid 99); 8 Jul 2005 21:12:31 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 Jul 2005 14:12:31 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of gcjmu-myfaces-user@m.gmane.org designates 80.91.229.2 as permitted sender) Received: from [80.91.229.2] (HELO ciao.gmane.org) (80.91.229.2) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 Jul 2005 14:12:28 -0700 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1Dr08B-0007KY-JS for users@myfaces.apache.org; Fri, 08 Jul 2005 23:11:31 +0200 Received: from finn.gmane.org ([80.91.229.4]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 08 Jul 2005 23:11:31 +0200 Received: from werpu by finn.gmane.org with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 08 Jul 2005 23:11:31 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: users@myfaces.apache.org From: Werner Punz Subject: Re: Building MyFaces in your IDE Date: Fri, 08 Jul 2005 23:11:16 +0200 Lines: 53 Message-ID: References: <5a99335f050707223470591473@mail.gmail.com> Reply-To: werpu@gmx.at Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: finn.gmane.org User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) X-Accept-Language: en-us, en In-Reply-To: Sender: news X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Currently adding some eclipse related docs, since I am new to the entire project build process, I will probably need some additonal time (currently I have some quirks in the directories the build files expect and my root project in eclipse) I already added the info on how to download the sources via subclipse. But I will need more time to figure the entire build process out. A minor question, I noticed that Martin added some info on how to setup a web project from Intellij for MyFaces. Well Eclipse does not have per se a web plugin, there are some out there however. What I could do, would be to generate a blank working myfaces 1.0.9 project from my ide (using Exadel and MyEclipse) with all the needed libs and dump it somewhere for the others to use. That would give some with the appropriate plugins, but who do not have one of the ides which already support myfaces, a huge headstart.. IS anyone interesting in such a blank project without build files, but the correct webapp and source structures? If yes I can dump it on a server if anyone is interested. For now I could dump it onto my machine at home and link the wiki, but later I would need an upload location. Werner Werner Punz wrote: > Martin Marinschek wrote: > >> Hi everyone, >> >> I have included a short tutorial on the WIKI which shows how to build >> MyFaces in the IntelliJ IDE. >> >> I know that there are several Eclipse users out there, maybe one of >> them wants to do such a step-by-step instruction for Eclipse as well, >> so that people don't have to reinvent the wheel here. >> >> regards, >> > Hi Martin... I will try it out with Eclipse later this evening, since I > am in need for a antless build solution anyway (up until now I just > compiled parts of it for debugging purposes), and add > the entries to the wiki, so expect some content regarding eclipse in > there later this evening (day - depending on your timezone) > >