Return-Path: Delivered-To: apmail-jakarta-jetspeed-dev-archive@www.apache.org Received: (qmail 9783 invoked from network); 27 Sep 2004 03:19:10 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 27 Sep 2004 03:19:10 -0000 Received: (qmail 91967 invoked by uid 500); 27 Sep 2004 03:19:06 -0000 Delivered-To: apmail-jakarta-jetspeed-dev-archive@jakarta.apache.org Received: (qmail 91934 invoked by uid 500); 27 Sep 2004 03:19:06 -0000 Mailing-List: contact jetspeed-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Jetspeed Developers List" Reply-To: "Jetspeed Developers List" Delivered-To: mailing list jetspeed-dev@jakarta.apache.org Received: (qmail 91920 invoked by uid 99); 27 Sep 2004 03:19:06 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=RCVD_BY_IP,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: domain of joehobson@gmail.com designates 216.239.56.246 as permitted sender) Received: from [216.239.56.246] (HELO mproxy.gmail.com) (216.239.56.246) by apache.org (qpsmtpd/0.28) with ESMTP; Sun, 26 Sep 2004 20:19:05 -0700 Received: by mproxy.gmail.com with SMTP id q44so222560cwc for ; Sun, 26 Sep 2004 20:19:03 -0700 (PDT) Received: by 10.11.99.64 with SMTP id w64mr3370cwb; Sun, 26 Sep 2004 20:19:03 -0700 (PDT) Received: by 10.11.99.7 with HTTP; Sun, 26 Sep 2004 20:19:03 -0700 (PDT) Message-ID: <757c9c6804092620196a506a28@mail.gmail.com> Date: Sun, 26 Sep 2004 20:19:03 -0700 From: joe hobson Reply-To: joe hobson To: Jetspeed Developers List Subject: Re: compile error, [WORK AROUND] In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N that change got me past ServletContextProvider build error. I ran into another error at the end of the build but i think that's just because my deploy target may not be set right. Not sure i have my jetspeed2.home or server.home set correctly. I'll investigate more later tonight. thanks for your help. ... .joe On Sun, 26 Sep 2004 20:38:20 -0600, Randy Watler wrote: > Joe, > > Well, I could swear I saw this was fixed somewhere, but perhaps it was just > a JIRA. > > Change the following setting in the root level project.properties file: > > jar.includes=portlet-api/project.xml,portals-bridges/*/project.xml,commons/p > roject.xml,cps/project.xml,content-server/project.xml,jetspeed-api/project.x > ml,portal/project.xml,components/**/project.xml,taglibs/treecontrol/project. > xml > > WFM... HTH, > > Randy > > -----Original Message----- > From: joe hobson > To: Jetspeed Developers List > Sent: 9/26/04 7:45 PM > Subject: Re: compile error > > i tried pulling again (09/26/04 @ 5pm PDT) and still didn't compile. > Same error. Maybe tomorrow? I'll keep trying, but let me know if you > find the error. Thanks. ... .joe > > On Sun, 26 Sep 2004 17:51:57 -0600, Randy Watler > wrote: > > Joe, > > > > Try pulling again. This problem has been fixed in the last day or two. > > > > Randy Watler > > > > > > > > -----Original Message----- > > From: joe hobson > > To: JetSpeed > > Sent: 9/26/04 5:33 PM > > Subject: compile error > > > > I'm completely new to Jetspeed, as of two days ago. I want to start > > developing portlets and help with development of a solid portal > > server. Jetspeed looked like the best bet at this time. So i > > downloaded the source via CVS on Friday (09/24/04) and attempted to > > build it with maven but got an error. I updated my CVS this afternoon > > (09/26/04) but still got the same error (just running "maven allClean > > allBuild"). I'm new to maven (and fairly new to Java in general), but > > my guess is that the some package is dependent on the > > ServletContextProvider which is either not built yet or not in any > > classpath. Here's the error. Any help would be greatly appreciated. > > ... .joe > > > > java:compile: > > [echo] Compiling to > > > /home/jhobson/dev/eclipse/workspace/jakarta-jetspeed-2/commons/target/cl > > asses > > [javac] Compiling 35 source files to > > > /home/jhobson/dev/eclipse/workspace/jakarta-jetspeed-2/commons/target/cl > > asses > > [javac] > > > /home/jhobson/dev/eclipse/workspace/jakarta-jetspeed-2/commons/src/java/ > > org/apache/jetspeed/portlet/ServletContextProviderImpl.java:28: > > cannot resolve symbol > > [javac] symbol : class ServletContextProvider > > [javac] location: package common > > [javac] import > > org.apache.portals.bridges.common.ServletContextProvider; > > [javac] ^ > > [javac] > > > /home/jhobson/dev/eclipse/workspace/jakarta-jetspeed-2/commons/src/java/ > > org/apache/jetspeed/portlet/ServletContextProviderImpl.java:36: > > cannot resolve symbol > > [javac] symbol : class ServletContextProvider > > [javac] location: class > > org.apache.jetspeed.portlet.ServletContextProviderImpl > > [javac] public class ServletContextProviderImpl implements > > ServletContextProvider > > [javac] ^ > > [javac] 2 errors > > > > BUILD FAILED > > File...... > > /home/jhobson/dev/eclipse/workspace/jakarta-jetspeed-2/maven.xml > > Element... maven:reactor > > Line...... 133 > > Column.... 40 > > Unable to obtain goal [java:compile] -- > > /home/jhobson/.maven/cache/maven-java-plugin-1.4/plugin.jelly:53:48: > > Compile failed; see the compiler error > > output for details. > > Total time: 3 minutes 16 seconds > > Finished at: Sun Sep 26 16:25:51 PDT 2004 > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: jetspeed-dev-unsubscribe@jakarta.apache.org > > For additional commands, e-mail: jetspeed-dev-help@jakarta.apache.org > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: jetspeed-dev-unsubscribe@jakarta.apache.org > For additional commands, e-mail: jetspeed-dev-help@jakarta.apache.org > > --------------------------------------------------------------------- To unsubscribe, e-mail: jetspeed-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: jetspeed-dev-help@jakarta.apache.org