RE: Build problem with latest Codeline

2004-09-29 Thread Alan D. Cabrera
The problem is that the newly created jar isn't in the maven repository
at that time.  This means that the axis tool, which is invoked during
the unit test phase, cannot find it.


Regards,
Alan

 -Original Message-
 From: Dain Sundstrom [mailto:[EMAIL PROTECTED]
 Sent: Wednesday, August 18, 2004 10:59 AM
 To: [EMAIL PROTECTED]
 Subject: Re: Build problem with latest Codeline
 
 Is there a reason why maven doesn't just do that for us?
 
 -dain
 
 On Aug 18, 2004, at 4:16 AM, Alan D. Cabrera wrote:
 
  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:[EMAIL PROTECTED]
  Sent: Tuesday, August 17, 2004 9:09 AM
  To: [EMAIL PROTECTED]
  Subject: Build problem with latest Codeline
 
  Hello Geronimo Gurus,
 
  I am new to this project and trying to compile latest
  codeline I downloaded yesterday.
 
  When doing the build I am getting following errors
 
   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
  \
  Ec
  hoPortSoapBindingImpl.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
  \
  Ec
  hoPortSoapBindingImpl.java:18:
  cannot resolve symbol
 
  symbol  : variable AxisGeronimoUtils
 
  location: class
  org.apache.ws.echosample.EchoPortSoapBindingImpl
 
 return
 
 
(java.lang.String)AxisGeronimoUtils.invokeEJB(echo,methodName,classes
  ,
  ar
  guments);
 
   ^
 
  F:\geronimo\src\incubator-
 
 
geronimo\modules\axis\target\generated\samples\org\apache\ws\echosample
  \
  Ec
  hoPortSoapBindingImpl.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
  \
  Ec
  hoPortSoapBindingImpl.java:32:
  cannot resolve symbol
 
  symbol  : variable AxisGeronimoUtils
 
  location: class
  org.apache.ws.echosample.EchoPortSoapBindingImpl
 
 return
 
 
((java.lang.Integer)AxisGeronimoUtils.invokeEJB(echo,methodName,class
  e
  s,
  arguments)).intValue();
 
 ^
 
  F:\geronimo\src\incubator-
 
 
geronimo\modules\axis\target\generated\samples\org\apache\ws\echosample
  \
  Ec
  hoPortSoapBindingImpl.java:39:
  cannot resolve symbol
 
  symbol  : variable AxisGeronimoUtils
 
  location: class
  org.apache.ws.echosample.EchoPortSoapBindingImpl
 
 return
 
 
((java.lang.Double)AxisGeronimoUtils.invokeEJB(echo,methodName,classe
  s
  ,a
  rguments)).doubleValue();
 
^
 
  F:\geronimo\src\incubator-
 
 
geronimo\modules\axis\target\generated\samples\org\apache\ws\echosample
  \
  Ec
  hoPortSoapBindingImpl.java:46:
  cannot resolve symbol
 
  symbol  : variable AxisGeronimoUtils
 
  location: class
  org.apache.ws.echosample.EchoPortSoapBindingImpl
 
 return
 
 
((java.lang.Float)AxisGeronimoUtils.invokeEJB(echo,methodName,classes
  ,
  ar
  guments)).floatValue();
 
   ^
 
  F:\geronimo\src\incubator-
 
 
geronimo\modules\axis\target\generated\samples\org\apache\ws\echosample
  \
  Ec
  hoPortSoapBindingImpl.java:53:
  cannot resolve symbol
 
  symbol  : variable AxisGeronimoUtils
 
  location: class
  org.apache.ws.echosample.EchoPortSoapBindingImpl
 
 return
 
 
((java.lang.Boolean)AxisGeronimoUtils.invokeEJB(echo,methodName,class
  e
  s,
  arguments)).booleanValue();
 
 ^
 
  F:\geronimo\src\incubator-
 
 
geronimo\modules\axis\target\generated\samples\org\apache\ws\echosample
  \
  Ec
  hoPortSoapBindingImpl.java:60:
  cannot resolve symbol
 
  symbol  : variable AxisGeronimoUtils
 
  location: class
  org.apache.ws.echosample.EchoPortSoapBindingImpl
 
 return
 
 
((java.lang.Short)AxisGeronimoUtils.invokeEJB(echo,methodName,classes
  ,
  ar
  guments)).shortValue();
 
   ^
 
  F:\geronimo\src\incubator-
 
 
geronimo\modules\axis

RE: Build problem with latest Codeline

2004-08-18 Thread Alan D. Cabrera
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:[EMAIL PROTECTED]
 Sent: Tuesday, August 17, 2004 9:09 AM
 To: [EMAIL PROTECTED]
 Subject: Build problem with latest Codeline
 
 Hello Geronimo Gurus,
 
 I am new to this project and trying to compile latest
 codeline I downloaded yesterday.
 
 When doing the build I am getting following errors
 
  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\
Ec
 hoPortSoapBindingImpl.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\
Ec
 hoPortSoapBindingImpl.java:18:
 cannot resolve symbol
 
 symbol  : variable AxisGeronimoUtils
 
 location: class
 org.apache.ws.echosample.EchoPortSoapBindingImpl
 
   return

(java.lang.String)AxisGeronimoUtils.invokeEJB(echo,methodName,classes,
ar
 guments);
 
  ^
 
 F:\geronimo\src\incubator-

geronimo\modules\axis\target\generated\samples\org\apache\ws\echosample\
Ec
 hoPortSoapBindingImpl.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\
Ec
 hoPortSoapBindingImpl.java:32:
 cannot resolve symbol
 
 symbol  : variable AxisGeronimoUtils
 
 location: class
 org.apache.ws.echosample.EchoPortSoapBindingImpl
 
   return

((java.lang.Integer)AxisGeronimoUtils.invokeEJB(echo,methodName,classe
s,
 arguments)).intValue();
 
^
 
 F:\geronimo\src\incubator-

geronimo\modules\axis\target\generated\samples\org\apache\ws\echosample\
Ec
 hoPortSoapBindingImpl.java:39:
 cannot resolve symbol
 
 symbol  : variable AxisGeronimoUtils
 
 location: class
 org.apache.ws.echosample.EchoPortSoapBindingImpl
 
   return

((java.lang.Double)AxisGeronimoUtils.invokeEJB(echo,methodName,classes
,a
 rguments)).doubleValue();
 
   ^
 
 F:\geronimo\src\incubator-

geronimo\modules\axis\target\generated\samples\org\apache\ws\echosample\
Ec
 hoPortSoapBindingImpl.java:46:
 cannot resolve symbol
 
 symbol  : variable AxisGeronimoUtils
 
 location: class
 org.apache.ws.echosample.EchoPortSoapBindingImpl
 
   return

((java.lang.Float)AxisGeronimoUtils.invokeEJB(echo,methodName,classes,
ar
 guments)).floatValue();
 
  ^
 
 F:\geronimo\src\incubator-

geronimo\modules\axis\target\generated\samples\org\apache\ws\echosample\
Ec
 hoPortSoapBindingImpl.java:53:
 cannot resolve symbol
 
 symbol  : variable AxisGeronimoUtils
 
 location: class
 org.apache.ws.echosample.EchoPortSoapBindingImpl
 
   return

((java.lang.Boolean)AxisGeronimoUtils.invokeEJB(echo,methodName,classe
s,
 arguments)).booleanValue();
 
^
 
 F:\geronimo\src\incubator-

geronimo\modules\axis\target\generated\samples\org\apache\ws\echosample\
Ec
 hoPortSoapBindingImpl.java:60:
 cannot resolve symbol
 
 symbol  : variable AxisGeronimoUtils
 
 location: class
 org.apache.ws.echosample.EchoPortSoapBindingImpl
 
   return

((java.lang.Short)AxisGeronimoUtils.invokeEJB(echo,methodName,classes,
ar
 guments)).shortValue();
 
  ^
 
 F:\geronimo\src\incubator-

geronimo\modules\axis\target\generated\samples\org\apache\ws\echosample\
Ec
 hoPortSoapBindingImpl.java:67:
 cannot resolve symbol
 
 symbol  : variable AxisGeronimoUtils
 
 location: class
 org.apache.ws.echosample.EchoPortSoapBindingImpl
 
   return

((java.lang.Long)AxisGeronimoUtils.invokeEJB(echo,methodName,classes,a
rg
 uments)).longValue();
 
 ^
 
 F:\geronimo\src\incubator-

geronimo\modules\axis\target\generated\samples\org\apache\ws\echosample\
Ec
 hoPortSoapBindingImpl.java:74:
 cannot resolve symbol
 
 symbol  : variable AxisGeronimoUtils
 
 location: class
 org.apache.ws.echosample.EchoPortSoapBindingImpl
 
   return


Re: Build problem with latest Codeline

2004-08-18 Thread Dain Sundstrom
Is there a reason why maven doesn't just do that for us?
-dain
On Aug 18, 2004, at 4:16 AM, Alan D. Cabrera wrote:
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:[EMAIL PROTECTED]
Sent: Tuesday, August 17, 2004 9:09 AM
To: [EMAIL PROTECTED]
Subject: Build problem with latest Codeline
Hello Geronimo Gurus,
I am new to this project and trying to compile latest
codeline I downloaded yesterday.
When doing the build I am getting following errors
 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 
\
Ec
hoPortSoapBindingImpl.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 
\
Ec
hoPortSoapBindingImpl.java:18:
cannot resolve symbol
symbol  : variable AxisGeronimoUtils
location: class
org.apache.ws.echosample.EchoPortSoapBindingImpl
return
(java.lang.String)AxisGeronimoUtils.invokeEJB(echo,methodName,classes 
,
ar
guments);
 ^
F:\geronimo\src\incubator-
geronimo\modules\axis\target\generated\samples\org\apache\ws\echosample 
\
Ec
hoPortSoapBindingImpl.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 
\
Ec
hoPortSoapBindingImpl.java:32:
cannot resolve symbol
symbol  : variable AxisGeronimoUtils
location: class
org.apache.ws.echosample.EchoPortSoapBindingImpl
return
((java.lang.Integer)AxisGeronimoUtils.invokeEJB(echo,methodName,class 
e
s,
arguments)).intValue();
   ^
F:\geronimo\src\incubator-
geronimo\modules\axis\target\generated\samples\org\apache\ws\echosample 
\
Ec
hoPortSoapBindingImpl.java:39:
cannot resolve symbol
symbol  : variable AxisGeronimoUtils
location: class
org.apache.ws.echosample.EchoPortSoapBindingImpl
return
((java.lang.Double)AxisGeronimoUtils.invokeEJB(echo,methodName,classe 
s
,a
rguments)).doubleValue();
  ^
F:\geronimo\src\incubator-
geronimo\modules\axis\target\generated\samples\org\apache\ws\echosample 
\
Ec
hoPortSoapBindingImpl.java:46:
cannot resolve symbol
symbol  : variable AxisGeronimoUtils
location: class
org.apache.ws.echosample.EchoPortSoapBindingImpl
return
((java.lang.Float)AxisGeronimoUtils.invokeEJB(echo,methodName,classes 
,
ar
guments)).floatValue();
 ^
F:\geronimo\src\incubator-
geronimo\modules\axis\target\generated\samples\org\apache\ws\echosample 
\
Ec
hoPortSoapBindingImpl.java:53:
cannot resolve symbol
symbol  : variable AxisGeronimoUtils
location: class
org.apache.ws.echosample.EchoPortSoapBindingImpl
return
((java.lang.Boolean)AxisGeronimoUtils.invokeEJB(echo,methodName,class 
e
s,
arguments)).booleanValue();
   ^
F:\geronimo\src\incubator-
geronimo\modules\axis\target\generated\samples\org\apache\ws\echosample 
\
Ec
hoPortSoapBindingImpl.java:60:
cannot resolve symbol
symbol  : variable AxisGeronimoUtils
location: class
org.apache.ws.echosample.EchoPortSoapBindingImpl
return
((java.lang.Short)AxisGeronimoUtils.invokeEJB(echo,methodName,classes 
,
ar
guments)).shortValue();
 ^
F:\geronimo\src\incubator-
geronimo\modules\axis\target\generated\samples\org\apache\ws\echosample 
\
Ec
hoPortSoapBindingImpl.java:67:
cannot resolve symbol
symbol  : variable AxisGeronimoUtils
location: class
org.apache.ws.echosample.EchoPortSoapBindingImpl
return
((java.lang.Long)AxisGeronimoUtils.invokeEJB(echo,methodName,classes, 
a
rg
uments)).longValue();
^
F:\geronimo\src\incubator-
geronimo\modules\axis\target\generated\samples\org\apache\ws\echosample 
\
Ec
hoPortSoapBindingImpl.java:74:
cannot resolve symbol
symbol  : variable AxisGeronimoUtils
location: class
org.apache.ws.echosample.EchoPortSoapBindingImpl
return