You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by ax...@ws.apache.org on 2004/10/15 19:57:54 UTC

[jira] Closed: (AXIS-1517) Geronimo build breaks

Message:

   The following issue has been closed.

   Resolver: Davanum Srinivas
       Date: Fri, 15 Oct 2004 10:56 AM

Fixed.

-- dims
---------------------------------------------------------------------
View the issue:
  http://issues.apache.org/jira/browse/AXIS-1517

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: AXIS-1517
    Summary: Geronimo build breaks
       Type: Bug

     Status: Closed
   Priority: Major
 Resolution: FIXED

    Project: Axis

   Assignee: 
   Reporter: Alan Cabrera

    Created: Wed, 18 Aug 2004 4:18 AM
    Updated: Fri, 15 Oct 2004 10:56 AM

Description:
The Geronimo build breaks.  This is because the tests generate files with a utility that relies on the geronimo-axis jar, which hasn't been placed in the repository.

<<<<<< START OF ERROR>>>>>>>>>>>
EchoPortSoapBindingImpl.java already exists, WSDL2Java will not overwrite it.

    [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\EchoPortSoapBindingImpl.java:2:
package org.apache.geronimo.axis does not exist

import org.apache.geronimo.axis.AxisGeronimoUtils;

                                ^

F:\geronimo\src\incubator-geronimo\modules\axis\target\generated\samples\org\apache\ws\echosample\EchoPortSoapBindingImpl.java:18:
cannot resolve symbol

symbol  : variable AxisGeronimoUtils 

location: class
org.apache.ws.echosample.EchoPortSoapBindingImpl

			return
(java.lang.String)AxisGeronimoUtils.invokeEJB("echo",methodName,classes,arguments);

                                                 ^

F:\geronimo\src\incubator-geronimo\modules\axis\target\generated\samples\org\apache\ws\echosample\EchoPortSoapBindingImpl.java:25:
cannot resolve symbol

symbol  : variable AxisGeronimoUtils 

location: class
org.apache.ws.echosample.EchoPortSoapBindingImpl

		
AxisGeronimoUtils.invokeEJB("echo",methodName,classes,arguments);

                        ^

F:\geronimo\src\incubator-geronimo\modules\axis\target\generated\samples\org\apache\ws\echosample\EchoPortSoapBindingImpl.java:32:
cannot resolve symbol

symbol  : variable AxisGeronimoUtils 

location: class
org.apache.ws.echosample.EchoPortSoapBindingImpl

			return
((java.lang.Integer)AxisGeronimoUtils.invokeEJB("echo",methodName,classes,arguments)).intValue();

                                                   ^

F:\geronimo\src\incubator-geronimo\modules\axis\target\generated\samples\org\apache\ws\echosample\EchoPortSoapBindingImpl.java:39:
cannot resolve symbol

symbol  : variable AxisGeronimoUtils 

location: class
org.apache.ws.echosample.EchoPortSoapBindingImpl

			return
((java.lang.Double)AxisGeronimoUtils.invokeEJB("echo",methodName,classes,arguments)).doubleValue();

                                                  ^

F:\geronimo\src\incubator-geronimo\modules\axis\target\generated\samples\org\apache\ws\echosample\EchoPortSoapBindingImpl.java:46:
cannot resolve symbol

symbol  : variable AxisGeronimoUtils 

location: class
org.apache.ws.echosample.EchoPortSoapBindingImpl

			return
((java.lang.Float)AxisGeronimoUtils.invokeEJB("echo",methodName,classes,arguments)).floatValue();

                                                 ^

F:\geronimo\src\incubator-geronimo\modules\axis\target\generated\samples\org\apache\ws\echosample\EchoPortSoapBindingImpl.java:53:
cannot resolve symbol

symbol  : variable AxisGeronimoUtils 

location: class
org.apache.ws.echosample.EchoPortSoapBindingImpl

			return
((java.lang.Boolean)AxisGeronimoUtils.invokeEJB("echo",methodName,classes,arguments)).booleanValue();

                                                   ^

F:\geronimo\src\incubator-geronimo\modules\axis\target\generated\samples\org\apache\ws\echosample\EchoPortSoapBindingImpl.java:60:
cannot resolve symbol

symbol  : variable AxisGeronimoUtils 

location: class
org.apache.ws.echosample.EchoPortSoapBindingImpl

			return
((java.lang.Short)AxisGeronimoUtils.invokeEJB("echo",methodName,classes,arguments)).shortValue();

                                                 ^

F:\geronimo\src\incubator-geronimo\modules\axis\target\generated\samples\org\apache\ws\echosample\EchoPortSoapBindingImpl.java:67:
cannot resolve symbol

symbol  : variable AxisGeronimoUtils 

location: class
org.apache.ws.echosample.EchoPortSoapBindingImpl

			return
((java.lang.Long)AxisGeronimoUtils.invokeEJB("echo",methodName,classes,arguments)).longValue();

                                                ^

F:\geronimo\src\incubator-geronimo\modules\axis\target\generated\samples\org\apache\ws\echosample\EchoPortSoapBindingImpl.java:74:
cannot resolve symbol

symbol  : variable AxisGeronimoUtils 

location: class
org.apache.ws.echosample.EchoPortSoapBindingImpl

			return
(byte[])AxisGeronimoUtils.invokeEJB("echo",methodName,classes,arguments);

                                       ^

F:\geronimo\src\incubator-geronimo\modules\axis\target\generated\samples\org\apache\ws\echosample\EchoPortSoapBindingImpl.java:81:
cannot resolve symbol

symbol  : variable AxisGeronimoUtils 

location: class
org.apache.ws.echosample.EchoPortSoapBindingImpl

		
AxisGeronimoUtils.invokeEJB("echo",methodName,classes,arguments);

                        ^

F:\geronimo\src\incubator-geronimo\modules\axis\target\generated\samples\org\apache\ws\echosample\EchoPortSoapBindingImpl.java:88:
cannot resolve symbol

symbol  : variable AxisGeronimoUtils 

location: class
org.apache.ws.echosample.EchoPortSoapBindingImpl

			return
(org.apache.ws.echosample.EchoStruct)AxisGeronimoUtils.invokeEJB("echo",methodName,classes,arguments);

                                                      
             ^

12 errors



BUILD FAILED

File......
F:\geronimo\src\incubator-geronimo\maven.xml

Element... maven:reactor

Line...... 181

Column.... 27

Unable to obtain goal [default] --
F:\geronimo\src\incubator-geronimo\modules\axis\maven.xml:36:36:
<ant:ant> Compile failed; see the compiler error output for details.

Total time: 5 minutes 33 seconds

Finished at: Tue Aug 17 08:28:46 EDT 2004


---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira