Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 92387 invoked from network); 28 Aug 2006 21:53:10 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 28 Aug 2006 21:53:10 -0000 Received: (qmail 27736 invoked by uid 500); 28 Aug 2006 21:53:07 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 27696 invoked by uid 500); 28 Aug 2006 21:53:07 -0000 Mailing-List: contact dev-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list dev@geronimo.apache.org Received: (qmail 27685 invoked by uid 99); 28 Aug 2006 21:53:07 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 28 Aug 2006 14:53:07 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [209.181.65.237] (HELO sun.savoirtech.com) (209.181.65.237) by apache.org (qpsmtpd/0.29) with SMTP; Mon, 28 Aug 2006 14:53:06 -0700 Received: from [206.197.197.22] ([206.197.197.22]) (authenticated bits=0) by sun.savoirtech.com (8.13.7/8.13.6) with ESMTP id k7SLqgPk023320 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Mon, 28 Aug 2006 15:52:42 -0600 Message-ID: <44F36646.5040803@apache.org> Date: Mon, 28 Aug 2006 15:55:18 -0600 From: Jeff Genender Reply-To: jgenender@apache.org Organization: Apache Geronimo User-Agent: Thunderbird 1.5.0.5 (Macintosh/20060719) MIME-Version: 1.0 To: dev@geronimo.apache.org Subject: Re: Strange build error on trunk References: <44ED91CF.3090204@gmail.com> <44EDAA54.5000602@apache.org> <44EDB18E.3060102@gmail.com> <44EDBE2C.5050308@apache.org> <44EE79E0.6070107@earthlink.net> <2faaa0980608250013o4acef32awd28f1daacb234f9c@mail.gmail.com> <2642897D-8BF3-4D1D-BBBE-F9155B0A3D07@planet57.com> <2faaa0980608250032k40d12071qa9deed4af30c580d@mail.gmail.com> <78AC44A5-BE3A-465C-91F7-53CED02B0E26@planet57.com> <2faaa0980608250100u47db58efp153b755de6724c97@mail.gmail.com> <44EF0993.9050002@apache.org> <44EF12F7.1050902@gmail.com> <44EF148D.3020801@apache.org> <44EF1DA7.70003@gmail.com> <44EF201A.4090404@apache.org> <44EF2224.7070402@gmail.com> <44EF2334.8010200@apache.org> <44EF28D5.6030102@gmail.com> <44EF37A0.80909@apache.org> <642C8367-A23E-4B1A-9C7C-D7B87C3FA558@planet57.com> <44F207B5.8070108@apache.org> <44F35143.1010409@earthlink.net> <44F352A7.3040101@apache.org> <36C551A5-1558-41A2-83A1-8F21C7E79C1A@planet57.com> In-Reply-To: <36C551A5-1558-41A2-83A1-8F21C7E79C1A@planet57.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Spam-Checker-Version: SpamAssassin 3.0.6 (2005-12-07) on sun.savoirtech.com X-Virus-Scanned: ClamAV 0.88.4/1745/Mon Aug 28 09:02:21 2006 on sun.savoirtech.com X-Virus-Status: Clean X-Virus-Checked: Checked by ClamAV on apache.org X-Old-Spam-Status: No, score=-105.1 required=5.6 tests=ALL_TRUSTED,AWL,BAYES_00, USER_IN_WHITELIST autolearn=ham version=3.0.6 X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Could be. As soon as I can reproduce..I'll fix it ;-) Jeff Jason Dillon wrote: > I don't think that it has any trouble finding tools.jar either. > > When I was seeing the problem on my windows virtual machine, if I > removed a subset of jsps from the webapp diretcory, it worked fine... it > was able to find tools.jar and compile everything. > > I think JAVA_HOME and tools.jar errors are a red herring... and that the > real error is still hidden somewhere under the covers. > > --jason > > > On Aug 28, 2006, at 1:31 PM, Jeff Genender wrote: > >> Yep...let me get a vote started on Mojo to release 1.4.5. I mentioned >> the JAVA_HOME thing because the error is related to jspc not being able >> to find the tools.jar file. Issues regarding that has been having a >> proper JAVA_HOME. That was only a hint as I have said, I cannot >> reproduce the problem at all. >> >> Jeff >> >> Joe Bohn wrote: >>> Jeff, >>> >>> Are you still planning to publish the 1.4.5 jspc plugin? I'm still >>> having a number of problems (and they keep changing with the movement of >>> things) but I get further with this 1.4.5-SNAPSHOT than I do without it. >>> There are several people in this same scenario (pretty much all >>> windows users that I know of and a few on other platforms). >>> >>> I also agree with Jason that this seems to have nothing to do with >>> JAVA_HOME. I haven't seen a situation yet where this isn't set >>> correctly and if it were incorrect I'd expect more severe errors prior >>> to this. >>> >>> Joe >>> >>> >>> Jeff Genender wrote: >>>> I just ran 1.4.4 *and* 1.4.5-SNAPSHOT jspc on Fedora Core 4...no >>>> errors...using Sun Java 1.4.2_10-b03 and 1.5.0_06-b05 (on certain web >>>> apps only for testing the compile). >>>> >>>> I ran it on Windows XP SP2 and MacOSX 10.4.7...no errors. >>>> >>>> I cannot reproduce at this time. The only things I could possibly >>>> mention is be sure your JAVA_HOME is properly set... >>>> >>>> I would be happy to fix this if I can reproduce :/ >>>> >>>> Jeff >>>> >>>> Jason Dillon wrote: >>>> >>>>> I'm still baffled why this works on some systems and why it fails on >>>>> others... >>>>> >>>>> But, I'm giving up... I've spent way to much time on this. >>>>> >>>>> It looks like using 1.4.5-SNAPSHOT causes the build that I finally got >>>>> to fail on windows to pass... >>>>> >>>>> I have no idea why the openejb2 tests fail on windows either... but as >>>>> Dain suggested... just add getName() to that class and be done with >>>>> it. >>>>> >>>>> --jason >>>>> >>>>> >>>>> On Aug 25, 2006, at 10:47 AM, Jeff Genender wrote: >>>>> >>>>> >>>>>> Add it to your web app pom. use version 5.5.15. >>>>>> >>>>>> Jeff >>>>>> >>>>>> Rick McGuire wrote: >>>>>> >>>>>>> Jeff Genender wrote: >>>>>>> >>>>>>>> And what happens when you use 1.4.4 and you add the >>>>>>>> jasper-compiler-jdt >>>>>>>> as a dependency to the pom? >>>>>>>> >>>>>>> >>>>>>> I'm sorry, I not sure I understood that last bit. Where do I add >>>>>>> the >>>>>>> jasper-compiler-jdt (and which version?). >>>>>>> >>>>>>> Rick >>>>>>> >>>>>>> >>>>>>>> Jeff >>>>>>>> >>>>>>>> Rick McGuire wrote: >>>>>>>> >>>>>>>> >>>>>>>>> Jeff Genender wrote: >>>>>>>>> >>>>>>>>> >>>>>>>>>> Are you using 1.4.5-SNAPSHOT? I do not see your tools.jar in >>>>>>>>>> your >>>>>>>>>> classpath. Please delete your >>>>>>>>>> ~/.m2/reporitory/org/codehaus/mojo/jspc-maven-plugin directory >>>>>>>>>> and >>>>>>>>>> try >>>>>>>>>> again. >>>>>>>>>> >>>>>>>>>> >>>>>>>>> >>>>>>>>> Same result. Only the 1.4.5-SNAPSHOT is in the jspc-maven-plugin >>>>>>>>> directory after completion. >>>>>>>>> >>>>>>>>> Rick >>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>>> Jeff >>>>>>>>>> >>>>>>>>>> Rick McGuire wrote: >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> >>>>>>>>>>> Added as an attachment, since Thunderbird's choking on the >>>>>>>>>>> cut and >>>>>>>>>>> paste >>>>>>>>>>> for some reason. I'm not sure there's anything useful in the >>>>>>>>>>> additional >>>>>>>>>>> detail. >>>>>>>>>>> >>>>>>>>>>> Rick >>>>>>>>>>> >>>>>>>>>> >>>>>>>> >>>> >>>>