Return-Path: Delivered-To: apmail-incubator-beehive-user-archive@www.apache.org Received: (qmail 5181 invoked from network); 5 Aug 2004 13:56:34 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 5 Aug 2004 13:56:34 -0000 Received: (qmail 57250 invoked by uid 500); 5 Aug 2004 13:56:34 -0000 Delivered-To: apmail-incubator-beehive-user-archive@incubator.apache.org Received: (qmail 57135 invoked by uid 500); 5 Aug 2004 13:56:33 -0000 Mailing-List: contact beehive-user-help@incubator.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: list-id: beehive-user.incubator.apache.org Reply-To: "Beehive Users" Delivered-To: mailing list beehive-user@incubator.apache.org Received: (qmail 57118 invoked by uid 99); 5 Aug 2004 13:56:32 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [195.238.2.117] (HELO outmx018.isp.belgacom.be) (195.238.2.117) by apache.org (qpsmtpd/0.27.1) with ESMTP; Thu, 05 Aug 2004 06:56:30 -0700 Received: from outmx018.isp.belgacom.be (localhost [127.0.0.1]) by outmx018.isp.belgacom.be (8.12.11/8.12.11/Skynet-OUT-2.22) with ESMTP id i75DuJCj021275 for ; Thu, 5 Aug 2004 15:56:20 +0200 (envelope-from ) Received: from [10.0.0.39] (133-181.241.81.adsl.skynet.be [81.241.181.133]) by outmx018.isp.belgacom.be (8.12.11/8.12.11/Skynet-OUT-2.22) with ESMTP id i75DuCtO021225 for ; Thu, 5 Aug 2004 15:56:12 +0200 (envelope-from ) Message-ID: <41123C7B.1070507@gamepoint.net> Date: Thu, 05 Aug 2004 15:56:11 +0200 From: Sebastian Gozin User-Agent: Mozilla Thunderbird 0.7.2 (Windows/20040707) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Beehive Users Subject: Re: error on apt compilation References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Could you tell us a bit more about this environment? Like what IDE are you using to edit source? I find it strange to read the following [apt] __input:29: The package must be "WEB-INF.tmp.miniTests.buttonSubmit" Makes me think a bit of netbeans changing the package statements if you opened the source file from the wrong filesystem. Sebastian .Alexander Smirnoff wrote: >Hi, > >I'm trying to compile one of the simple tests from DRT in my own >environment. Why am I getting this error? > > [apt] warning on annotation value "Begin.jsp": File "Begin.jsp" could >not be found in the web application. > [apt] warning on annotation value "Begin.jsp": File "Begin.jsp" could >not be found in the web application. > [apt] warning on annotation value "Begin.jsp": File "Begin.jsp" could >not be found in the web application. > [apt] __input:29: The package must be >"WEB-INF.tmp.miniTests.buttonSubmit". > [apt] (source unavailable) > [apt] 1 error > >it looks like apt tries to compile from tmp directory, but cannot resolve >the package. Here is by built.xml: > > > > > > > > > > > > > > > > > > > > > > > destdir="${web.dir}/WEB-INF/classes" > classpathref="webapp.build.classpath"/> > classname="org.apache.beehive.controls.runtime.generator.AptTask" > >classpath="${lib.beehive}/controls.jar;${lib.beehive}/beehive-netui-compiler >.jar" onerror="report"/> > > > > > > > > destdir="${web.dir}/WEB-INF/classes" > gendir="${tmp.dir}" > classpathref="pageflow.build.classpath" >srcExtensions="*.app,*.jpf"> > > > > >Thanks, > >Alex. > > >