Return-Path: Delivered-To: apmail-beehive-user-archive@www.apache.org Received: (qmail 47549 invoked from network); 2 Apr 2007 14:51:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 2 Apr 2007 14:51:37 -0000 Received: (qmail 67062 invoked by uid 500); 2 Apr 2007 14:51:43 -0000 Delivered-To: apmail-beehive-user-archive@beehive.apache.org Received: (qmail 67048 invoked by uid 500); 2 Apr 2007 14:51:42 -0000 Mailing-List: contact user-help@beehive.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Beehive Users" Delivered-To: mailing list user@beehive.apache.org Received: (qmail 67033 invoked by uid 99); 2 Apr 2007 14:51:42 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 02 Apr 2007 07:51:42 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of chad.schoettger@gmail.com designates 66.249.92.173 as permitted sender) Received: from [66.249.92.173] (HELO ug-out-1314.google.com) (66.249.92.173) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 02 Apr 2007 07:51:34 -0700 Received: by ug-out-1314.google.com with SMTP id u40so1475824ugc for ; Mon, 02 Apr 2007 07:51:13 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=T7Lp4j8OGiwj3wfKj11V2q9aipVkfsifGWC0Ak3JlvqVYir5f65RsrZNovMUpc/KBdHGBOTzUwz5RB9KHK6lbON1xOZ8R7HDh8Eg0Z+7APhA1MWDphUrJGjXIx2v0GN+ceAbYnHNKpx6GLwA8vWCQKe+iv9ep0ClTHgBLOVrNV4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=UfAceJrgMUDA6hWoaB+TTeV7E+Qtvz6JF/6eFUiCxaRydx2/bzlUGAZnyvX1j45F22mvMf+9rri2Oe9k80a+u0wUBVgoit+gVltfKNB8G+EJpkiNfKcUzDQRL9fAWDqoLz64YWtiQTV+ZryBGsSmVUznfhZ5EFO2QsLleob84OM= Received: by 10.82.146.14 with SMTP id t14mr7942195bud.1175525473080; Mon, 02 Apr 2007 07:51:13 -0700 (PDT) Received: by 10.82.170.5 with HTTP; Mon, 2 Apr 2007 07:51:13 -0700 (PDT) Message-ID: Date: Mon, 2 Apr 2007 08:51:13 -0600 From: "Chad Schoettger" To: "Ed KWOK" Subject: Re: beehive distribution samples fail to build when using Ant 1.7.x Cc: "Beehive Users" In-Reply-To: <659326.21070.qm@web83006.mail.mud.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <659326.21070.qm@web83006.mail.mud.yahoo.com> X-Virus-Checked: Checked by ClamAV on apache.org Hi Ed, In order to build Beehive you'll need to get the Beehive source tree from Apache using Subversion. The zipped source/lib/doc files are not sufficient to build with. The Beehive Wiki details the process of how to get a Beehive source tree and can be found at: http://wiki.apache.org/beehive/For_Beehive_Developers In the 1st section of the document titled 'Building'. - Chad On 4/1/07, Ed KWOK wrote: > > Hi Chad, > > OK, I download the src, doc and lib for beehive. The readme.txt file > mention a building.txt file, but there is no such building.txt file in the > distro. How do I build the src? I have JEK and JDK. Thanks. > > > //ed > > ----- Original Message ---- > From: Chad Schoettger > To: Ed KWOK > Cc: Beehive Users > Sent: Sunday, April 1, 2007 3:52:11 PM > Subject: Re: beehive distribution samples fail to build when using Ant 1.7.x > > Hi Ed, > > Beehive has its own AptTask, since at the time the Beehive project was > started, Ant didn't include one in their library. The AptTask file I > updated was: > > /beehive/trunk/controls/src/runtime/org/apache/beehive/controls/runtime/generator/AptTask.java > > Beehive hasn't had an official release since this change so the only > way to get it currently is to download the Beehive source code from > apache and do a beehive build. It is a pretty straightforward process > to build beehive, it should all be covered on the Apache Beehive web > site. Let me know if you have any questions though. > > You shouldn't have to make any additional changes to Beehive's AptTask file. > > - Chad > > On 4/1/07, Ed KWOK wrote: > > > > Hi Chad, > > > > I am new to beehive and java class. I run into this problem but > couldn't > > understand how you resolved. I understanding your discussion of path was > > being appended to itself, but I don't know how to fix it. > > > > In your posting : "I've cleaned up the AptTask class to only append the > > new portion of the source path instead of appending the source path > itself." > > Where can I locate the AptTask class in my system (running fedora 6, > > beehive, tomcat, JRE and JDK). is the AptTask class located in my JRE or > > JDK directory that I need to make the change? Or is AptTask class located > in > > my Ant 1.7.x directory? How can I fix this problem. I am dead in the > > water, and can't not build any beehive apps, appreciate any help you can > > give..... > > > > //ed > > > > > >