Return-Path: Delivered-To: apmail-incubator-beehive-dev-archive@www.apache.org Received: (qmail 82448 invoked from network); 7 Sep 2004 00:23:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 7 Sep 2004 00:23:05 -0000 Received: (qmail 85657 invoked by uid 500); 7 Sep 2004 00:23:04 -0000 Delivered-To: apmail-incubator-beehive-dev-archive@incubator.apache.org Received: (qmail 85634 invoked by uid 500); 7 Sep 2004 00:23:04 -0000 Mailing-List: contact beehive-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: list-id: beehive-dev.incubator.apache.org Reply-To: "Beehive Developers" Delivered-To: mailing list beehive-dev@incubator.apache.org Received: (qmail 85620 invoked by uid 99); 7 Sep 2004 00:23:03 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from [63.96.162.5] (HELO ussjmh01.bea.com) (63.96.162.5) by apache.org (qpsmtpd/0.28) with ESMTP; Mon, 06 Sep 2004 17:23:02 -0700 Received: from ussjfe01.amer.bea.com (ussjfe01b.bea.com [172.16.120.57]) by ussjmh01.bea.com (Switch-3.0.5/Switch-3.0.0) with ESMTP id i870N0ZL016852 for ; Mon, 6 Sep 2004 17:23:00 -0700 Received: from USBOEX01.amer.bea.com ([10.36.32.15]) by ussjfe01.amer.bea.com with Microsoft SMTPSVC(5.0.2195.6713); Mon, 6 Sep 2004 17:23:00 -0700 Received: from [10.61.4.126] ([10.61.4.126]) by USBOEX01.amer.bea.com with Microsoft SMTPSVC(5.0.2195.6713); Mon, 6 Sep 2004 18:23:00 -0600 Message-ID: <413CFF5F.3020709@bea.com> Date: Mon, 06 Sep 2004 18:22:55 -0600 From: "Eddie O'Neil" User-Agent: Mozilla Thunderbird 0.6 (Windows/20040502) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Beehive Developers Subject: Re: Looking for source directories References: <20040907042627.8C99.WOLFGANG127US@yahoo.co.jp> In-Reply-To: <20040907042627.8C99.WOLFGANG127US@yahoo.co.jp> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 07 Sep 2004 00:23:00.0416 (UTC) FILETIME=[D5024400:01C49470] X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Wolfgang-- Hey, glad you're getting up and running. One thing that's curious is the need to have the "junit.jar" in the shell's classpath -- this shouldn't be necessary. Why did you need to add it? What are your JDK and Ant versions? When you say "tomcat is stuck", how far do the tests get? For help getting going with the NetUI tests, you might start here: http://wiki.apache.org/beehive/NetUI/Testing which describes how the test infrastructure starts / stops Tomcat and give some hints at how to diagnose trouble. Hope that helps! Eddie wolfgang127us@yahoo.co.jp wrote: >Hi there, > >I've tried building Beehive with eclipse 3.1-M1 on Win2K. > >The directory setting is almost same as Ias's. > ># source directories > wsm/src/api > wsm/src/runtime > ># required libraries > wsm/lib/xmltypes.jar > JAVA_HOME/lib/tools.jar, > external/junit/junit.jar > external/xmlbeans/apache-xbean.jar > >And add junit.jar in ANT's classpath. (Not eclipse's classpath) >( window -> Preferences -> Runtime under Ant tree -> > add BEEHIVE_HOME/external/junit/junit.jar in Global Entries in Classpath tab) >Otherwise, you will fail in the junit ant task. > >With the settings above, >ant bootstrap -> successful >ant clean -> successful >ant build -> successful >ant deploy -> successful >ant wsm.drt -> successful >ant controls.drt -> Tomcat is stuck >ant netui.drt -> Tomcat is stuck > >In the both controls.drt and netui.drt target, right after having started, >Tomcat was stuck... I don't know why. >I guess those settings are okay, but there's something between eclipse and >tomcat. I couldn't figure it out. > >Thanks in advance. > >wolfgang > > > > >>Hi all, >> >>For those who use IDEs (perhaps IDEA 4.5 or Netbeans 4.0 because of their >>full Tiger support), where source directories and required libraries are is >>important and helpful even though build.xml may explain it indirectly. In >>case of WSM, >> >>source directories - wsm/src/api, wsm/src/runtime >>required libraries - wsm/lib/xmltypes.jar, J2SE_HOME/lib/tools.jar, >>external/junit/junit.jar, external/xmlbeans/apache-xbean.jar >> >>How about adding such information to >>http://wiki.apache.org/beehive/For_20Beehive_20Developers ? >> >>Thanks, >> >>Ias >> >> > > >