From photark-dev-return-34-apmail-incubator-photark-dev-archive=incubator.apache.org@incubator.apache.org Tue Sep 23 23:27:37 2008 Return-Path: Delivered-To: apmail-incubator-photark-dev-archive@locus.apache.org Received: (qmail 35309 invoked from network); 23 Sep 2008 23:27:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 23 Sep 2008 23:27:37 -0000 Received: (qmail 72285 invoked by uid 500); 23 Sep 2008 23:27:35 -0000 Delivered-To: apmail-incubator-photark-dev-archive@incubator.apache.org Received: (qmail 72269 invoked by uid 500); 23 Sep 2008 23:27:35 -0000 Mailing-List: contact photark-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: photark-dev@incubator.apache.org Delivered-To: mailing list photark-dev@incubator.apache.org Received: (qmail 72258 invoked by uid 99); 23 Sep 2008 23:27:35 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 23 Sep 2008 16:27:35 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of luckbr1975@gmail.com designates 209.85.200.174 as permitted sender) Received: from [209.85.200.174] (HELO wf-out-1314.google.com) (209.85.200.174) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 23 Sep 2008 23:26:36 +0000 Received: by wf-out-1314.google.com with SMTP id 27so2962676wfd.21 for ; Tue, 23 Sep 2008 16:27:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=iZKOz1BAE6J/nPBDPSwYVVga2r8b4vzvtkBO9jImFCg=; b=VanBzYJo15W4hH48kma4TC8xptc90W+y9OcE6dmoVx7AqBniR0eqcYze1HHwcWPg0M gS6XU/q9g7t1xBxI3J4D20hMtQL4hTyalqH19r+36B0T564U5p7BH8KPSWWSVaP0UjVC BzcZk4AroBaUmVYelUK+AdvxQIal59xdu/9Dg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=WiA14ErCmOPaFq7C7CPXNBjDgsCmyWCYQ7tIeGyKsogVg2WefRB9ane2QJy9jfuRcR Zn+Yo/u3TvGG2XkfvFpVITwQHxO0OnSjGyye7z7EAbwr8Bzf4l7ql8UodrTqVWrJeHLe mWwER6MUIIIKADPUrCrFEChl7/Jj3GSHFh+n8= Received: by 10.142.238.9 with SMTP id l9mr2251738wfh.125.1222212429567; Tue, 23 Sep 2008 16:27:09 -0700 (PDT) Received: by 10.142.254.17 with HTTP; Tue, 23 Sep 2008 16:27:09 -0700 (PDT) Message-ID: <5a75db780809231627g1bbe9a68o22f5f2848499edc8@mail.gmail.com> Date: Tue, 23 Sep 2008 16:27:09 -0700 From: "Luciano Resende" To: photark-dev@incubator.apache.org Subject: Re: distribution method (was: importing photark into eclipse) In-Reply-To: <20080923200926.AA3597249B3@athena.apache.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20080923153329.A9D79724960@athena.apache.org> <16d6c6200809230859w26cd689cn94a9e609e0900dfc@mail.gmail.com> <20080923200926.AA3597249B3@athena.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org On Tue, Sep 23, 2008 at 1:06 PM, Angela Cymbalak wrote: > I think that I have determined that the problem is a bug somewhere in either > maven or eclipse because when I use my Linux machine with Eclipse 3.2 it > imports fine. However, you do ask a good question about how the application > is going to be run by an end user. > > I was originally thinking the application would be an ear file that would be > deployed on an app server. Any other thoughts on it? +1 Either a EAR or a WAR. > > Angie > > At 11:59 AM 9/23/2008, Martin Cooper wrote: >> >> On Tue, Sep 23, 2008 at 8:30 AM, Angela Cymbalak >> wrote: >> >> > Hi All, >> > >> > I've run into a problem between Eclipse and Maven, I suspect. I have >> > followed Luciano's directions a few times in order to get the project >> > downloaded. >> > >> > Maven fetches everything appropriately and the build appears to be >> > successful. I have what look to be correct .project and .classpath >> > files. >> > My problem is on the import. When I do a straight import of the >> > project >> > (File > Import > Existing Projects Into Workspace) the project is >> > imported >> > but not as a Java project as it should be. Because it isn't imported as >> > a >> > Java project I lose the ability to run the application as needed. >> > >> > After several days of googling and reading I haven't been able to find a >> > way to force Eclipse to recognize that this *is* a java project. I am >> > using >> > Eclipse 3.3 on Vista (ick) for my development. Can anyone point me in >> > the >> > correct direction? >> >> >> You got further than I did. ;-) I'm not an Eclipse user, and wasn't >> planning >> on becoming one any time soon. I followed the instructions to the point of >> generating the Eclipse files, thinking that I could then take the >> classpath >> from that and run the app without Eclipse. However, my jaw dropped when I >> discovered that the classpath has over 100 jar files in it, and at that >> point I gave up. (Yes, I know that's wimpy, but I didn't have a lot of >> time, >> at that point, to spend on setting up a 100+ entry classpath to try >> running >> it some other way.) >> >> How would an app like this normally get run, e.g. post-development? I'm >> not >> used to massive classpaths (outside an app server, at least). >> >> -- >> Martin Cooper >> >> >> > >> > Thanks, >> > Angie >> > >> > >> > > > > -- Luciano Resende Apache Tuscany, Apache PhotArk http://people.apache.org/~lresende http://lresende.blogspot.com/