Return-Path: Delivered-To: apmail-incubator-beehive-user-archive@www.apache.org Received: (qmail 22482 invoked from network); 20 Sep 2004 20:47:09 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 20 Sep 2004 20:47:09 -0000 Received: (qmail 34443 invoked by uid 500); 20 Sep 2004 20:47:07 -0000 Delivered-To: apmail-incubator-beehive-user-archive@incubator.apache.org Received: (qmail 34419 invoked by uid 500); 20 Sep 2004 20:47:06 -0000 Mailing-List: contact beehive-user-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Beehive Users" Delivered-To: mailing list beehive-user@incubator.apache.org Received: (qmail 34406 invoked by uid 99); 20 Sep 2004 20:47:05 -0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: domain of olaf.bergner@gmx.de designates 213.165.64.20 as permitted sender) Received: from [213.165.64.20] (HELO mail.gmx.net) (213.165.64.20) by apache.org (qpsmtpd/0.28) with SMTP; Mon, 20 Sep 2004 13:47:04 -0700 Received: (qmail 9645 invoked by uid 65534); 20 Sep 2004 20:47:00 -0000 Received: from c156248.adsl.hansenet.de (HELO melmak) (213.39.156.248) by mail.gmx.net (mp015) with SMTP; 20 Sep 2004 22:47:00 +0200 X-Authenticated: #3487723 From: "Olaf Bergner" To: "Beehive Users" Subject: RE: Build failure Date: Mon, 20 Sep 2004 22:59:56 +0200 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) In-Reply-To: <87256F15.004BFEE6.00@jeppdensmtp01.jeppesen.com> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Importance: Normal X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Anuj, > -----Original Message----- > From: anuj.upadhyay@jeppesen.com [mailto:anuj.upadhyay@jeppesen.com] > > Olaf, > > Could you send the output when you run ant bootstrap . For > clarity please send > the output when you run ant bootstrap twice. > > -Anuj > I presume you are alluding at > C:\Programme\OBergner\JavaSDKs\jdk1.5.0RC\bin;C:\Beehive\installed > \apache-an > > t-1.6.2\bin;C:\Programme\OBergner\JavaSDKs\jdk1.5.0RC\bin;C:\Beehi > ve\install > > ed\apache-ant-1.6.2\bin;C:\Programme\OBergner\JavaSDKs\jdk1.5.0RC\ > bin;C:\Bee > > hive\installed\apache-ant-1.6.2\bin;C:\WINNT\system32;C:\WINNT;C:\ > WINNT\Syst > em32\Wbem;C:\Programme\Microsoft SQL which shows %JAVA_HOME% and %BEEHIVE_HOME% appearing twice in the PATH env variable. This was caused by my running setBeehiveEnv.cmd (my adapted version of beehiveEnv.cmd) twice from the same cmd shell. Anyway, here we go [ant bootstrap (first run)] Buildfile: build.xml ensure.proxysettings: [echo] Check to see if proxy setup is required set.proxy: set.socks.proxy: bootstrap: install.deps: ensure.ant: [echo] Ensuring Ant present in directory: C:\Quelltexte\OBergner\Beehive/installed [echo] ant.present: true unzip.ant: ensure.tomcat: [echo] Ensuring Tomcat present in directory: C:\Quelltexte\OBergner\Beehive/installed [echo] tomcat.present: ${tomcat.present} unzip.tomcat: [echo] Unzipping Tomcat to directory: C:\Quelltexte\OBergner\Beehive/installed from installer C:\Quelltexte\OBergner\Beehive\external\tomcat\jakarta-tomcat-5.0.25.zip [unzip] Expanding: C:\Quelltexte\OBergner\Beehive\external\tomcat\jakarta-tomcat-5.0.25.zip into C:\Quelltexte\OBergner\Beehive\installed ensure.log4j: [echo] Ensuring Log4J present in directory: C:\Quelltexte\OBergner\Beehive/installed [echo] log4j.present: ${log4j.present} unzip.log4j: [echo] Unzipping Log4J to directory: C:\Quelltexte\OBergner\Beehive/installed from installer C:\Quelltexte\OBergner\Beehive\external\log4j\jakarta-log4j-1.2.8.zip [unzip] Expanding: C:\Quelltexte\OBergner\Beehive\external\log4j\jakarta-log4j-1.2.8.zip into C:\Quelltexte\OBergner\Beehive\installed ensure.jsr173: [echo] Ensuring JSR 173 present in directory: C:\Quelltexte\OBergner\Beehive/installed [echo] jsr173.present: ${jsr173.present} get.jsr173: [get] Getting: http://workshop.bea.com/xmlbeans/jsr173v1/jsr173.jar [get] local file date : Wed May 19 06:10:24 CEST 2004 [get] Not modified - so not downloaded [unzip] Expanding: C:\Quelltexte\OBergner\Beehive\external\xmlbeans\jsr173_api.jar into C:\Quelltexte\OBergner\Beehive\installed\jsr173 reset.config: [echo] Deploying a server configuration to Tomcat [copy] Copying 1 file to C:\Quelltexte\OBergner\Beehive\installed\jakarta-tomcat-5.0.25\conf BUILD SUCCESSFUL Total time: 23 seconds [ant bootstrap (second run)] Buildfile: build.xml ensure.proxysettings: [echo] Check to see if proxy setup is required set.proxy: set.socks.proxy: bootstrap: install.deps: ensure.ant: [echo] Ensuring Ant present in directory: C:\Quelltexte\OBergner\Beehive/installed [echo] ant.present: true unzip.ant: ensure.tomcat: [echo] Ensuring Tomcat present in directory: C:\Quelltexte\OBergner\Beehive/installed [echo] tomcat.present: true unzip.tomcat: ensure.log4j: [echo] Ensuring Log4J present in directory: C:\Quelltexte\OBergner\Beehive/installed [echo] log4j.present: true unzip.log4j: ensure.jsr173: [echo] Ensuring JSR 173 present in directory: C:\Quelltexte\OBergner\Beehive/installed [echo] jsr173.present: true get.jsr173: reset.config: [echo] Deploying a server configuration to Tomcat BUILD SUCCESSFUL Total time: 1 second Hope that helps, - Olaf - > > > > "Olaf Bergner" on 09/19/2004 05:22:45 PM > > Please respond to "Beehive Users" > > To: "Beehive Users" > cc: (bcc: Anuj Upadhyay/Jeppesen/TMC) > > Subject: RE: Build failure > > > > Eddie, > > thanks for your efforts, but there seems to be no way for me to get this > compiled. Which is kinda sad since I would love to use beehive or > even make > some minor contributions. One - possibly minor - remark: you were talking > about tomcat-5.0.27 while the version I found under external\tomcat is > 5.0.25. Anyway, having read your mail I tried the follwing: > > (1) Moved the source tree to C:\Beehive (gulp!) > > (2) Extended the beehiveEnv.cmd to set BEEHIVE_HOME and JAVA_HOME and > echoing those env variables. Ran this script and got > > JAVA_HOME C:\Programme\OBergner\JavaSDKs\jdk1.5.0RC > BEEHIVE_HOME C:\Beehive > ANT_HOME C:\Beehive\installed\apache-ant-1.6.2 > CATALINA_HOME C:\Beehive\installed\jakarta-tomcat-5.0.25 > PATH > C:\Programme\OBergner\JavaSDKs\jdk1.5.0RC\bin;C:\Beehive\installed > \apache-an > t-1.6.2\bin;C:\Programme\OBergner\JavaSDKs\jdk1.5.0RC\bin;C:\Beehi > ve\install > ed\apache-ant-1.6.2\bin;C:\Programme\OBergner\JavaSDKs\jdk1.5.0RC\ > bin;C:\Bee > hive\installed\apache-ant-1.6.2\bin;C:\WINNT\system32;C:\WINNT;C:\ > WINNT\Syst > em32\Wbem;C:\Programme\Microsoft SQL > Server\80\Tools\Binn\;;C:\PROGRA~1\OBergner\Editoren\ULTRAE~1;C:\B > ibliotheke > n\OBergner\Java\Maven\bin;C:\Programme\OBergner\Programmiersprache > n\Microsof > t.NET\SDK\v1.1\Bin;C:\Bibliotheken\OBergner\dotNET\NAnt\bin;C:\WIN > NT\Microso > ft.NET\Framework\v1.1.4322;C:\Programme\OBergner\Serverdienste\CVS > NT;C:\Prog > ramme\OBergner\Datenbanken\BerkeleyDB;C:\Bibliotheken\OBergner\Jav > a\apache-a > nt-1.6.2\bin;C:\Programme\OBergner\Programmiersprachen\Ruby_1.8.1\ > bin;C:\Pro > gramme\OBergner\JavaSDKs\bin;C:\Bibliotheken\OBergner\Java\apache- > ant-1.6.2\ > bin;C:\Bibliotheken\OBergner\Java\Maven\bin;C:\Programme\OBergner\ > Datenbanke > n\BerkeleyDB > > (3) Unzipped C:\Beehive\external\ant\apache-ant-1.6.2-bin.zip to > C:\Beehive\installed and got C:\Beehive\installed\apache-ant-1.6.2. > > (4) Ran ant bootstrap and got > > Buildfile: build.xml > > ensure.proxysettings: > [echo] Check to see if proxy setup is required > > set.proxy: > > set.socks.proxy: > > bootstrap: > > install.deps: > > ensure.ant: > [echo] Ensuring Ant present in directory: C:\Beehive/installed > [echo] ant.present: true > > unzip.ant: > > ensure.tomcat: > [echo] Ensuring Tomcat present in directory: C:\Beehive/installed > [echo] tomcat.present: ${tomcat.present} > > unzip.tomcat: > [echo] Unzipping Tomcat to directory: C:\Beehive/installed from > installer C:\Beehive\external\tomcat\jakarta-tomcat-5.0.25.zip > [unzip] Expanding: > C:\Beehive\external\tomcat\jakarta-tomcat-5.0.25.zip > into C:\Beehive\installed > > ensure.log4j: > [echo] Ensuring Log4J present in directory: C:\Beehive/installed > [echo] log4j.present: ${log4j.present} > > unzip.log4j: > [echo] Unzipping Log4J to directory: C:\Beehive/installed from > installer C:\Beehive\external\log4j\jakarta-log4j-1.2.8.zip > [unzip] Expanding: C:\Beehive\external\log4j\jakarta-log4j-1.2.8.zip > into C:\Beehive\installed > > ensure.jsr173: > [echo] Ensuring JSR 173 present in directory: C:\Beehive/installed > [echo] jsr173.present: ${jsr173.present} > > get.jsr173: > [get] Getting: http://workshop.bea.com/xmlbeans/jsr173v1/jsr173.jar > [get] local file date : Wed May 19 06:10:24 CEST 2004 > [get] Not modified - so not downloaded > [unzip] Expanding: C:\Beehive\external\xmlbeans\jsr173_api.jar into > C:\Beehive\installed\jsr173 > > reset.config: > [echo] Deploying a server configuration to Tomcat > [copy] Copying 1 file to > C:\Beehive\installed\jakarta-tomcat-5.0.25\conf > > BUILD SUCCESSFUL > Total time: 23 seconds > > (5) Ran ant clean deploy and got the same error > > compile: > [echo] compile module: tags-html > [echo] module.classpath: > C:\Beehive\installed\jakarta-tomcat-5.0.25/common/lib/servlet-api. > jar;C:\Bee > hive\installed\jakarta-tomcat > -5.0.25/common/lib//jsp-api.jar;C:\Beehive/netui/build/external/st > ruts/strut > s.jar;C:\Beehive/netui/build/external/struts/commons-beanut > ils.jar;C:\Beehive/netui/build/lib/beehive-netui-util.jar;C:\Beehi > ve/netui/b > uild/lib/beehive-netui-pageflow.jar;C:\Beehive/netui/build/ > lib/beehive-netui-scoping.jar;C:\Beehive/installed/jakarta-log4j-1 > .2.8/dist/ > lib/log4j-1.2.8.jar;C:\Beehive/netui/build/external/struts/ > commons-logging.jar;C:\Beehive/external/xmlbeans/apache-xbean.jar > [echo] debug: true > [mkdir] Created dir: C:\Beehive\netui\build\classes\tags-html > [javac] Compiling 114 source files to > C:\Beehive\netui\build\classes\tags-html > [buildmodules] Note: * uses or overrides a deprecated API. > [buildmodules] Note: Recompile with -Xlint:deprecation for details. > [buildmodules] Note: Some input files use unchecked or unsafe operations. > [buildmodules] Note: Recompile with -Xlint:unchecked for details. > [copy] Copying 10 files to C:\Beehive\netui\build\classes\tags-html > [echo] Generate TLD and TLDx > [echo] > tools.xdoclet.run.classpath=C:\Beehive/netui/build/external/xdocle > t/xdoclet- > 1.2b4.jar;C:\Beehive/netui/build/external/xdocl > et/xjavadoc-1.0.jar;C:\Beehive/netui/build/external/xdoclet/xdocle > t-web-modu > le-1.2b4.jar;C:\Beehive/netui/build/external/struts/commons > -logging.jar;C:\Beehive/netui/build/external/struts/commons-collec > tions.jar; > C:\Beehive/installed/jakarta-log4j-1.2.8/dist/lib/log4j-1.2 > .8.jar;C:\Beehive/netui/build/lib/bootstrap.jar;C:\Beehive\install > ed\jakarta > -tomcat-5.0.25/common/lib/servlet-api.jar > > BUILD FAILED > C:\Beehive\build.xml:41: The following error occurred while executing this > line: > C:\Beehive\netui\build.xml:16: The following error occurred while > executing > this line: > C:\Beehive\netui\ant\build.xml:34: The following error occurred while > executing this line: > C:\Beehive\netui\ant\buildModules.xml:24: The following error > occurred while > executing this line: > C:\Beehive\netui\src\tags-html\build.xml:38: Can't create a netuitldgen > element under webdoclet. Make sure the jar file containing the > corresponding subtask class is on the classpath specified in the > that defined {2}. > > Given that I am pretty sure that I did everything to make this work I > naturally wonder if there are people out there using my setup - > Windows 2000 > Pro SP 4 in conjunction with Jdk 1.5.0 RC - who managed to compile this > beast? > > Cheers, > - Olaf - > > > > -----Original Message----- > > From: Eddie O'Neil [mailto:ekoneil@bea.com] > > Sent: Saturday, September 18, 2004 7:07 PM > > To: Beehive Users > > Subject: Re: Build failure > > > > > > Olaf-- > > > > Huh...haven't seen this one before. I just tried this with your JDK > > build / Ant install on WinXP and was successful with an "ant clean > > deploy" and "ant drt". > > > > The differences in our configs seems to be: > > > > - the path length to BEEHIVE_HOME -- mine is c:\dev\apache\beehive\trunk > > - you're running Win 2K and I'm on WinXP > > - you're using your own version of Tomcat and not the one that we > > currently support in the builds -- > > $BEEHIVE_HOME/installed/jakarta-tomcat-5.0.27 > > > > For the latter, we'd like to get to a point where devs / users can use > > various version of Tomcat; we've just not got enough (any?) mileage on > > this configuration yet. Given that you're picking up a different > > CATALINA_HOME directory, is there any chance that you're also picking up > > a different ANT_HOME directory? > > > > Hope that helps. > > > > Eddie > > > > > > > > > > > > Olaf Bergner wrote: > > > > >Hello, > > > > > >since yesterday I am trying to build Beehive. My build environment: > > > > > >OS: Windows 2000 SP4 > > >JDK: java version "1.5.0-rc" > > > Java(TM) 2 Runtime Environment, Standard > > Edition (build 1.5.0-rc-b63) > > > Java HotSpot(TM) Client VM (build > > 1.5.0-rc-b63, mixed mode, sharing) > > >Sources from: > > https://svn.apache.org/repos/asf/incubator/beehive/trunk > > > > > >I did a fresh install of Jdk1.5.0RC, verified my installation via > > >java -version the output of wich you see above, made a clean > > checkout of the > > >beehive sources from the location mentioned in the wiki and > followed the > > >instructions in BUILDING.txt to the point: > > > > > >(1) Set JAVA_HOME to the root directory of Jdk1.5.0RC. > > >(2) Set BEEHIVE_HOME to the root directory of my checked out sources. > > >(3) unzipped external/ant/apache-ant-1.6.2-bin.zip into > > >installed/apache-ant-1.6.2. > > >(4) Ran ant bootstrap (successful) > > >(5) Ran ant clean deploy (failed) > > > > > >Building the tags-html module fails with xdoclet complaining > > about not being > > >able to load the class implementing the subtask netuitldgen. To be more > > >precise: > > > > > >compile: > > > [echo] compile module: tags-html > > > [echo] module.classpath: > > >C:\Programme\OBergner\ApplicationServer\TomcatHome\jakarta-tomcat > > -5.0.28/com > > >mon/lib/servlet-api.jar;C:\Programme\OBergner\ApplicationServer\T > > omcatHome\j > > >akarta-tomcat-5.0.28/common/lib//jsp-api.jar;C:\Quelltexte\OBergn > > er\CVSCheck > > >out\ApacheGroup\Incubator\Beehive/netui/build/external/struts/str > > uts.jar;C:\ > > >Quelltexte\OBergner\CVSCheckout\ApacheGroup\Incubator\Beehive/net > > ui/build/ex > > >ternal/struts/commons-beanutils.jar;C:\Quelltexte\OBergner\CVSChe > > ckout\Apach > > >eGroup\Incubator\Beehive/netui/build/lib/beehive-netui-util.jar;C > :\Quelltext > > >e\OBergner\CVSCheckout\ApacheGroup\Incubator\Beehive/netui/build/ > > lib/beehive > > >-netui-pageflow.jar;C:\Quelltexte\OBergner\CVSCheckout\ApacheGrou > > p\Incubator > > >\Beehive/netui/build/lib/beehive-netui-scoping.jar;C:\Quelltexte\ > > OBergner\CV > > >SCheckout\ApacheGroup\Incubator\Beehive/installed/jakarta-log4j-1 > > .2.8/dist/l > > >ib/log4j-1.2.8.jar;C:\Quelltexte\OBergner\CVSCheckout\ApacheGroup > > \Incubator\ > > >Beehive/netui/build/external/struts/commons-logging.jar;C:\Quellt > > exte\OBergn > > >er\CVSCheckout\ApacheGroup\Incubator\Beehive/external/xmlbeans/ap > > ache-xbean. > > >jar > > > [echo] debug: true > > > [mkdir] Created dir: > > >C:\Quelltexte\OBergner\CVSCheckout\ApacheGroup\Incubator\Beehive\ > > netui\build > > >\classes\tags-html > > > [javac] Compiling 114 source files to > > >C:\Quelltexte\OBergner\CVSCheckout\ApacheGroup\Incubator\Beehive\ > > netui\build > > >\classes\tags-html > > >[buildmodules] Note: * uses or overrides a deprecated API. > > >[buildmodules] Note: Recompile with -Xlint:deprecation for details. > > >[buildmodules] Note: Some input files use unchecked or unsafe > operations. > > >[buildmodules] Note: Recompile with -Xlint:unchecked for details. > > > [copy] Copying 10 files to > > >C:\Quelltexte\OBergner\CVSCheckout\ApacheGroup\Incubator\Beehive\ > > netui\build > > >\classes\tags-html > > > [echo] Generate TLD and TLDx > > > [echo] > > >tools.xdoclet.run.classpath=C:\Quelltexte\OBergner\CVSCheckout\Ap > > acheGroup\I > > >ncubator\Beehive/netui/build/external/xdoclet/xdoclet-1.2b4.jar;C > > :\Quelltext > > >e\OBergner\CVSCheckout\ApacheGroup\Incubator\Beehive/netui/build/ > > external/xd > > >oclet/xjavadoc-1.0.jar;C:\Quelltexte\OBergner\CVSCheckout\ApacheG > > roup\Incuba > > >tor\Beehive/netui/build/external/xdoclet/xdoclet-web-module-1.2b4 > > .jar;C:\Que > > >lltexte\OBergner\CVSCheckout\ApacheGroup\Incubator\Beehive/netui/ > > build/exter > > >nal/struts/commons-logging.jar;C:\Quelltexte\OBergner\CVSCheckout > > \ApacheGrou > > >p\Incubator\Beehive/netui/build/external/struts/commons-collectio > > ns.jar;C:\Q > > >uelltexte\OBergner\CVSCheckout\ApacheGroup\Incubator\Beehive/inst > > alled/jakar > > >ta-log4j-1.2.8/dist/lib/log4j-1.2.8.jar;C:\Quelltexte\OBergner\CV > > SCheckout\A > > >pacheGroup\Incubator\Beehive/netui/build/lib/bootstrap.jar;C:\Pro > gramme\OBer > > >gner\ApplicationServer\TomcatHome\jakarta-tomcat-5.0.28/common/li > > b/servlet-a > > >pi.jar > > > > > >BUILD FAILED > > >C:\Quelltexte\OBergner\CVSCheckout\ApacheGroup\Incubator\Beehive\ > > build.xml:4 > > >1: The following error occurred while executing this line: > > >C:\Quelltexte\OBergner\CVSCheckout\ApacheGroup\Incubator\Beehive\ > > netui\build > > >.xml:16: The following error occurred while executing this line: > > >C:\Quelltexte\OBergner\CVSCheckout\ApacheGroup\Incubator\Beehive\ > > netui\ant\b > > >uild.xml:34: The following error occurred while executing this line: > > >C:\Quelltexte\OBergner\CVSCheckout\ApacheGroup\Incubator\Beehive\ > > netui\ant\b > > >uildModules.xml:24: The following error occurred while executing > > this line: > > >C:\Quelltexte\OBergner\CVSCheckout\ApacheGroup\Incubator\Beehive\ > > netui\src\t > > >ags-html\build.xml:38: Can't create a netuitldgen element under > > webdoclet. > > >Make sure the jar file containing the corresponding subtask > > class is on the > > >classpath specified in the that defined {2}. > > > > > >Total time: 1 minute 21 seconds > > > > > >A quick examination of the tools.xdoclet.run.classpath revealed > > >bootstrap.jar to be a hot candidate for the presumably missing > > subtask since > > >it has all the telltale signs of an xdoclet module. Still the > > build fails. > > >Any hints? > > > > > >Cheers, > > >Olaf > > > > > > > > > > > > > > > > > > > > >