Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 79198 invoked from network); 18 Aug 2004 11:19:15 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 18 Aug 2004 11:19:15 -0000 Received: (qmail 70632 invoked by uid 500); 18 Aug 2004 11:18:17 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 70450 invoked by uid 500); 18 Aug 2004 11:18:14 -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 Delivered-To: mailing list dev@geronimo.apache.org Received: (qmail 70329 invoked by uid 500); 18 Aug 2004 11:18:13 -0000 Delivered-To: apmail-incubator-geronimo-dev@incubator.apache.org Received: (qmail 70296 invoked by uid 99); 18 Aug 2004 11:18:12 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [166.84.147.110] (HELO alan.toolazydogs.com) (166.84.147.110) by apache.org (qpsmtpd/0.27.1) with ESMTP; Wed, 18 Aug 2004 04:18:10 -0700 content-class: urn:content-classes:message Subject: RE: Build problem with latest Codeline MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Date: Wed, 18 Aug 2004 07:16:14 -0400 X-MimeOLE: Produced By Microsoft Exchange V6.0.6249.0 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Build problem with latest Codeline Thread-Index: AcSEZd7/wAfwJMvWQ2CKBeWbxgeNqwArshxg From: "Alan D. Cabrera" To: , X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N This is a known issue with the Axis module. The way that you can get around it is to copy the Geronimo axis jar into your local repository by hand. You can track the resolution of this issue via http://nagoya.apache.org/jira/browse/AXIS-1517. Regards, Alan > -----Original Message----- > From: Sandip Ghayal [mailto:sghayal@yahoo.com] > Sent: Tuesday, August 17, 2004 9:09 AM > To: geronimo-dev@incubator.apache.org > Subject: Build problem with latest Codeline >=20 > Hello Geronimo Gurus, >=20 > I am new to this project and trying to compile latest > codeline I downloaded yesterday. >=20 > When doing the build I am getting following errors >=20 > <<<<<< START OF ERROR>>>>>>>>>>> > EchoPortSoapBindingImpl.java already exists, WSDL2Java > will not overwrite it. >=20 > [javac] Compiling 11 source files to > F:\geronimo\src\incubator- > geronimo\modules\axis\target\generated\samples\build\classes > F:\geronimo\src\incubator- > geronimo\modules\axis\target\generated\samples\org\apache\ws\echosample\ Ec > hoPortSoapBindingImpl.java:2: > package org.apache.geronimo.axis does not exist >=20 > import org.apache.geronimo.axis.AxisGeronimoUtils; >=20 > ^ >=20 > F:\geronimo\src\incubator- > geronimo\modules\axis\target\generated\samples\org\apache\ws\echosample\ Ec > hoPortSoapBindingImpl.java:18: > cannot resolve symbol >=20 > symbol : variable AxisGeronimoUtils >=20 > location: class > org.apache.ws.echosample.EchoPortSoapBindingImpl >=20 > return > (java.lang.String)AxisGeronimoUtils.invokeEJB("echo",methodName,classes, ar > guments); >=20 > ^ >=20 > F:\geronimo\src\incubator- > geronimo\modules\axis\target\generated\samples\org\apache\ws\echosample\ Ec > hoPortSoapBindingImpl.java:25: > cannot resolve symbol >=20 > symbol : variable AxisGeronimoUtils >=20 > location: class > org.apache.ws.echosample.EchoPortSoapBindingImpl >=20 >=20 > AxisGeronimoUtils.invokeEJB("echo",methodName,classes,arguments); >=20 > ^ >=20 > F:\geronimo\src\incubator- > geronimo\modules\axis\target\generated\samples\org\apache\ws\echosample\ Ec > hoPortSoapBindingImpl.java:32: > cannot resolve symbol >=20 > symbol : variable AxisGeronimoUtils >=20 > location: class > org.apache.ws.echosample.EchoPortSoapBindingImpl >=20 > return > ((java.lang.Integer)AxisGeronimoUtils.invokeEJB("echo",methodName,classe s, > arguments)).intValue(); >=20 > ^ >=20 > F:\geronimo\src\incubator- > geronimo\modules\axis\target\generated\samples\org\apache\ws\echosample\ Ec > hoPortSoapBindingImpl.java:39: > cannot resolve symbol >=20 > symbol : variable AxisGeronimoUtils >=20 > location: class > org.apache.ws.echosample.EchoPortSoapBindingImpl >=20 > return > ((java.lang.Double)AxisGeronimoUtils.invokeEJB("echo",methodName,classes ,a > rguments)).doubleValue(); >=20 > ^ >=20 > F:\geronimo\src\incubator- > geronimo\modules\axis\target\generated\samples\org\apache\ws\echosample\ Ec > hoPortSoapBindingImpl.java:46: > cannot resolve symbol >=20 > symbol : variable AxisGeronimoUtils >=20 > location: class > org.apache.ws.echosample.EchoPortSoapBindingImpl >=20 > return > ((java.lang.Float)AxisGeronimoUtils.invokeEJB("echo",methodName,classes, ar > guments)).floatValue(); >=20 > ^ >=20 > F:\geronimo\src\incubator- > geronimo\modules\axis\target\generated\samples\org\apache\ws\echosample\ Ec > hoPortSoapBindingImpl.java:53: > cannot resolve symbol >=20 > symbol : variable AxisGeronimoUtils >=20 > location: class > org.apache.ws.echosample.EchoPortSoapBindingImpl >=20 > return > ((java.lang.Boolean)AxisGeronimoUtils.invokeEJB("echo",methodName,classe s, > arguments)).booleanValue(); >=20 > ^ >=20 > F:\geronimo\src\incubator- > geronimo\modules\axis\target\generated\samples\org\apache\ws\echosample\ Ec > hoPortSoapBindingImpl.java:60: > cannot resolve symbol >=20 > symbol : variable AxisGeronimoUtils >=20 > location: class > org.apache.ws.echosample.EchoPortSoapBindingImpl >=20 > return > ((java.lang.Short)AxisGeronimoUtils.invokeEJB("echo",methodName,classes, ar > guments)).shortValue(); >=20 > ^ >=20 > F:\geronimo\src\incubator- > geronimo\modules\axis\target\generated\samples\org\apache\ws\echosample\ Ec > hoPortSoapBindingImpl.java:67: > cannot resolve symbol >=20 > symbol : variable AxisGeronimoUtils >=20 > location: class > org.apache.ws.echosample.EchoPortSoapBindingImpl >=20 > return > ((java.lang.Long)AxisGeronimoUtils.invokeEJB("echo",methodName,classes,a rg > uments)).longValue(); >=20 > ^ >=20 > F:\geronimo\src\incubator- > geronimo\modules\axis\target\generated\samples\org\apache\ws\echosample\ Ec > hoPortSoapBindingImpl.java:74: > cannot resolve symbol >=20 > symbol : variable AxisGeronimoUtils >=20 > location: class > org.apache.ws.echosample.EchoPortSoapBindingImpl >=20 > return > (byte[])AxisGeronimoUtils.invokeEJB("echo",methodName,classes,arguments) ; >=20 > ^ >=20 > F:\geronimo\src\incubator- > geronimo\modules\axis\target\generated\samples\org\apache\ws\echosample\ Ec > hoPortSoapBindingImpl.java:81: > cannot resolve symbol >=20 > symbol : variable AxisGeronimoUtils >=20 > location: class > org.apache.ws.echosample.EchoPortSoapBindingImpl >=20 >=20 > AxisGeronimoUtils.invokeEJB("echo",methodName,classes,arguments); >=20 > ^ >=20 > F:\geronimo\src\incubator- > geronimo\modules\axis\target\generated\samples\org\apache\ws\echosample\ Ec > hoPortSoapBindingImpl.java:88: > cannot resolve symbol >=20 > symbol : variable AxisGeronimoUtils >=20 > location: class > org.apache.ws.echosample.EchoPortSoapBindingImpl >=20 > return > (org.apache.ws.echosample.EchoStruct)AxisGeronimoUtils.invokeEJB("echo", me > thodName,classes,arguments); >=20 >=20 > ^ >=20 > 12 errors >=20 >=20 >=20 > BUILD FAILED >=20 > File...... > F:\geronimo\src\incubator-geronimo\maven.xml >=20 > Element... maven:reactor >=20 > Line...... 181 >=20 > Column.... 27 >=20 > Unable to obtain goal [default] -- > F:\geronimo\src\incubator-geronimo\modules\axis\maven.xml:36:36: > Compile failed; see the compiler error > output for details. >=20 > Total time: 5 minutes 33 seconds >=20 > Finished at: Tue Aug 17 08:28:46 EDT 2004 > <<<<<< END OF ERROR>>>>>>>>>>>>>>> >=20 > Now If I build this directory from modules/axis then > the build works fine and have no problems. >=20 > It seems the issue is with generated file under > modules/axis/target/generated/build.xml. >=20 > The file generated when compiling from modules/axis > directory has following line > > location=3D"/F:\geronimo\src\incubator- > geronimo\modules\axis\.\target\classes"/> > location=3D"/F:\geronimo\src\incubator-geronimo\modules\axis\target\test-= > classes"/> > location=3D"F:\geronimo\src\incubator- > geronimo\modules\axis\target\samples\echo.jar"/> >=20 > Where as when compiling from root directory has > following line >=20 > > location=3D"/F:\geronimo\src\incubator-geronimo\.\target\classes"/> > location=3D"/F:\geronimo\src\incubator-geronimo\target\test-classes"/> > location=3D"F:\geronimo\src\incubator- > geronimo\modules\axis\target\samples\echo.jar"/> >=20 > Notable part is missing Axis directory in the second > case. >=20 > I have been able to trace the bug to > BuildFileGenerator.class located inside > ews-SNAPSHOT.jar. I would like to modify the file and > correct the issue (so that this build could be > completed successfully). >=20 > Now question I have are > 1. Where do I get source code for ews-SNAPSHOT.jar ? > 2. How do I configure the build so that it does not > download this files when doing the build ? >=20 > Thanks, >=20 > Sandip >=20 >=20 >=20 > _______________________________ > Do you Yahoo!? > Express yourself with Y! Messenger! Free. Download now. > http://messenger.yahoo.com