Re: Build failure in Axis module

2004-11-30 Thread Srinath Perera
seems the ews build fail for soem reason and the old ews jar is out of
sync .. Will look in to it now. shall I make the ews depend on axis
rc2?


On Mon, 29 Nov 2004 18:55:01 -0500, Davanum Srinivas [EMAIL PROTECTED] wrote:
 That was my nightly build script causing problemsplease try
 maven under modules/axis now and let me know if you still have
 problems. Sorry for the delay.
 
 
 
 -- dims
 
 On Mon, 29 Nov 2004 17:45:22 -0500, Davanum Srinivas [EMAIL PROTECTED] 
 wrote:
  [17:40] dims folks: this is completely weird...i did not change
  anything but running maven under modules\axis works fine (after i blow
  up .maven/repository/axis and build ews)
  [17:41] dims can someone verify this for me? (blow up
  .maven/repository/axis and run maven under modules/axis)
 
  -- dims
 
 
 
  On Mon, 29 Nov 2004 09:41:14 -0800, Jeremy Boynes [EMAIL PROTECTED] wrote:
   Is this an issue or just that EWS is out of sync?
  
   java:compile:
[depend] Deleted 0 out of date files in 0 seconds
[echo] Compiling to
   C:\apache\geronimo\trunk\modules\axis/target/classes
[javac] Compiling 10 source files to
   C:\apache\geronimo\trunk\modules\axis\t
   arget\classes
[javac]
   C:\apache\geronimo\trunk\modules\axis\src\java\org\apache\geronimo\a
   xis\GeronimoWsDeployContext.java:21: cannot find symbol
[javac] symbol  : class Ws4J2eeDeployContextImpl
[javac] location: package org.apache.geronimo.ews.ws4j2ee.toWs.impl
[javac] import
   org.apache.geronimo.ews.ws4j2ee.toWs.impl.Ws4J2eeDeployContex
   tImpl;
[javac]  ^
[javac]
   C:\apache\geronimo\trunk\modules\axis\src\java\org\apache\geronimo\a
   xis\GeronimoWsDeployContext.java:26: cannot find symbol
[javac] symbol: class Ws4J2eeDeployContextImpl
[javac] public class GeronimoWsDeployContext extends
   Ws4J2eeDeployContextImp
   l implements Ws4J2eeDeployContext {
[javac]  ^
[javac]
   C:\apache\geronimo\trunk\modules\axis\src\java\org\apache\geronimo\a
   xis\GeronimoWsDeployContext.java:26:
   org.apache.geronimo.axis.GeronimoWsDeployCo
   ntext is not abstract and does not override abstract method
   getModuleLocation()
   in org.apache.geronimo.ews.ws4j2ee.toWs.Ws4J2eeDeployContext
[javac] public class GeronimoWsDeployContext extends
   Ws4J2eeDeployContextImp
   l implements Ws4J2eeDeployContext {
[javac]^
[javac]
   C:\apache\geronimo\trunk\modules\axis\src\java\org\apache\geronimo\a
   xis\GeronimoWsDeployContext.java:81: cannot find symbol
[javac] symbol  : variable outputLocation
[javac] location: class
   org.apache.geronimo.axis.GeronimoWsDeployContext
[javac] return outputLocation;
[javac]^
[javac] Note: * uses or overrides a deprecated API.
[javac] Note: Recompile with -Xlint:deprecation for details.
[javac] 4 errors
  
  
 
 
  --
  Davanum Srinivas - http://webservices.apache.org/~dims/
 
 
 --
 Davanum Srinivas - http://webservices.apache.org/~dims/



Re: Build failure in Axis module

2004-11-30 Thread Srinath Perera
I sync the axis jars versons  in the geronimo axis module and the ews,
please cross check the does that fix the build


On Mon, 29 Nov 2004 16:56:39 -0800, Jeremy Boynes [EMAIL PROTECTED] wrote:
 It now builds for me - thanks all.
 --
 Jeremy
 
 
 
 
 Srinath Perera wrote:
  seems the ews build fail for soem reason and the old ews jar is out of
  sync .. Will look in to it now. shall I make the ews depend on axis
  rc2?
 
 
  On Mon, 29 Nov 2004 18:55:01 -0500, Davanum Srinivas [EMAIL PROTECTED] 
  wrote:
 
 That was my nightly build script causing problemsplease try
 maven under modules/axis now and let me know if you still have
 problems. Sorry for the delay.
 
 
 
 -- dims
 
 On Mon, 29 Nov 2004 17:45:22 -0500, Davanum Srinivas [EMAIL PROTECTED] 
 wrote:
 
 [17:40] dims folks: this is completely weird...i did not change
 anything but running maven under modules\axis works fine (after i blow
 up .maven/repository/axis and build ews)
 [17:41] dims can someone verify this for me? (blow up
 .maven/repository/axis and run maven under modules/axis)
 
 -- dims
 
 
 
 On Mon, 29 Nov 2004 09:41:14 -0800, Jeremy Boynes [EMAIL PROTECTED] 
 wrote:
 
 Is this an issue or just that EWS is out of sync?
 
 java:compile:
  [depend] Deleted 0 out of date files in 0 seconds
  [echo] Compiling to
 C:\apache\geronimo\trunk\modules\axis/target/classes
  [javac] Compiling 10 source files to
 C:\apache\geronimo\trunk\modules\axis\t
 arget\classes
  [javac]
 C:\apache\geronimo\trunk\modules\axis\src\java\org\apache\geronimo\a
 xis\GeronimoWsDeployContext.java:21: cannot find symbol
  [javac] symbol  : class Ws4J2eeDeployContextImpl
  [javac] location: package org.apache.geronimo.ews.ws4j2ee.toWs.impl
  [javac] import
 org.apache.geronimo.ews.ws4j2ee.toWs.impl.Ws4J2eeDeployContex
 tImpl;
  [javac]  ^
  [javac]
 C:\apache\geronimo\trunk\modules\axis\src\java\org\apache\geronimo\a
 xis\GeronimoWsDeployContext.java:26: cannot find symbol
  [javac] symbol: class Ws4J2eeDeployContextImpl
  [javac] public class GeronimoWsDeployContext extends
 Ws4J2eeDeployContextImp
 l implements Ws4J2eeDeployContext {
  [javac]  ^
  [javac]
 C:\apache\geronimo\trunk\modules\axis\src\java\org\apache\geronimo\a
 xis\GeronimoWsDeployContext.java:26:
 org.apache.geronimo.axis.GeronimoWsDeployCo
 ntext is not abstract and does not override abstract method
 getModuleLocation()
 in org.apache.geronimo.ews.ws4j2ee.toWs.Ws4J2eeDeployContext
  [javac] public class GeronimoWsDeployContext extends
 Ws4J2eeDeployContextImp
 l implements Ws4J2eeDeployContext {
  [javac]^
  [javac]
 C:\apache\geronimo\trunk\modules\axis\src\java\org\apache\geronimo\a
 xis\GeronimoWsDeployContext.java:81: cannot find symbol
  [javac] symbol  : variable outputLocation
  [javac] location: class
 org.apache.geronimo.axis.GeronimoWsDeployContext
  [javac] return outputLocation;
  [javac]^
  [javac] Note: * uses or overrides a deprecated API.
  [javac] Note: Recompile with -Xlint:deprecation for details.
  [javac] 4 errors
 
 
 
 
 --
 Davanum Srinivas - http://webservices.apache.org/~dims/
 
 
 --
 Davanum Srinivas - http://webservices.apache.org/~dims/
 
 



Re: Build failure in Axis module

2004-11-30 Thread Davanum Srinivas
+1 to switch both to Axis-RC2. hop onto #geronimo channel on
irc.freenode.net when you get a chance.

-- dims


On Tue, 30 Nov 2004 06:42:29 +0600, Srinath Perera [EMAIL PROTECTED] wrote:
 seems the ews build fail for soem reason and the old ews jar is out of
 sync .. Will look in to it now. shall I make the ews depend on axis
 rc2?
 
 
 
 
 On Mon, 29 Nov 2004 18:55:01 -0500, Davanum Srinivas [EMAIL PROTECTED] 
 wrote:
  That was my nightly build script causing problemsplease try
  maven under modules/axis now and let me know if you still have
  problems. Sorry for the delay.
 
 
 
  -- dims
 
  On Mon, 29 Nov 2004 17:45:22 -0500, Davanum Srinivas [EMAIL PROTECTED] 
  wrote:
   [17:40] dims folks: this is completely weird...i did not change
   anything but running maven under modules\axis works fine (after i blow
   up .maven/repository/axis and build ews)
   [17:41] dims can someone verify this for me? (blow up
   .maven/repository/axis and run maven under modules/axis)
  
   -- dims
  
  
  
   On Mon, 29 Nov 2004 09:41:14 -0800, Jeremy Boynes [EMAIL PROTECTED] 
   wrote:
Is this an issue or just that EWS is out of sync?
   
java:compile:
 [depend] Deleted 0 out of date files in 0 seconds
 [echo] Compiling to
C:\apache\geronimo\trunk\modules\axis/target/classes
 [javac] Compiling 10 source files to
C:\apache\geronimo\trunk\modules\axis\t
arget\classes
 [javac]
C:\apache\geronimo\trunk\modules\axis\src\java\org\apache\geronimo\a
xis\GeronimoWsDeployContext.java:21: cannot find symbol
 [javac] symbol  : class Ws4J2eeDeployContextImpl
 [javac] location: package org.apache.geronimo.ews.ws4j2ee.toWs.impl
 [javac] import
org.apache.geronimo.ews.ws4j2ee.toWs.impl.Ws4J2eeDeployContex
tImpl;
 [javac]  ^
 [javac]
C:\apache\geronimo\trunk\modules\axis\src\java\org\apache\geronimo\a
xis\GeronimoWsDeployContext.java:26: cannot find symbol
 [javac] symbol: class Ws4J2eeDeployContextImpl
 [javac] public class GeronimoWsDeployContext extends
Ws4J2eeDeployContextImp
l implements Ws4J2eeDeployContext {
 [javac]  ^
 [javac]
C:\apache\geronimo\trunk\modules\axis\src\java\org\apache\geronimo\a
xis\GeronimoWsDeployContext.java:26:
org.apache.geronimo.axis.GeronimoWsDeployCo
ntext is not abstract and does not override abstract method
getModuleLocation()
in org.apache.geronimo.ews.ws4j2ee.toWs.Ws4J2eeDeployContext
 [javac] public class GeronimoWsDeployContext extends
Ws4J2eeDeployContextImp
l implements Ws4J2eeDeployContext {
 [javac]^
 [javac]
C:\apache\geronimo\trunk\modules\axis\src\java\org\apache\geronimo\a
xis\GeronimoWsDeployContext.java:81: cannot find symbol
 [javac] symbol  : variable outputLocation
 [javac] location: class
org.apache.geronimo.axis.GeronimoWsDeployContext
 [javac] return outputLocation;
 [javac]^
 [javac] Note: * uses or overrides a deprecated API.
 [javac] Note: Recompile with -Xlint:deprecation for details.
 [javac] 4 errors
   
   
  
  
   --
   Davanum Srinivas - http://webservices.apache.org/~dims/
  
 
  --
  Davanum Srinivas - http://webservices.apache.org/~dims/
 
 


-- 
Davanum Srinivas - http://webservices.apache.org/~dims/


Build failure in Axis module

2004-11-29 Thread Jeremy Boynes
Is this an issue or just that EWS is out of sync?
java:compile:
[depend] Deleted 0 out of date files in 0 seconds
[echo] Compiling to 
C:\apache\geronimo\trunk\modules\axis/target/classes
[javac] Compiling 10 source files to 
C:\apache\geronimo\trunk\modules\axis\t
arget\classes
[javac] 
C:\apache\geronimo\trunk\modules\axis\src\java\org\apache\geronimo\a
xis\GeronimoWsDeployContext.java:21: cannot find symbol
[javac] symbol  : class Ws4J2eeDeployContextImpl
[javac] location: package org.apache.geronimo.ews.ws4j2ee.toWs.impl
[javac] import 
org.apache.geronimo.ews.ws4j2ee.toWs.impl.Ws4J2eeDeployContex
tImpl;
[javac]  ^
[javac] 
C:\apache\geronimo\trunk\modules\axis\src\java\org\apache\geronimo\a
xis\GeronimoWsDeployContext.java:26: cannot find symbol
[javac] symbol: class Ws4J2eeDeployContextImpl
[javac] public class GeronimoWsDeployContext extends 
Ws4J2eeDeployContextImp
l implements Ws4J2eeDeployContext {
[javac]  ^
[javac] 
C:\apache\geronimo\trunk\modules\axis\src\java\org\apache\geronimo\a
xis\GeronimoWsDeployContext.java:26: 
org.apache.geronimo.axis.GeronimoWsDeployCo
ntext is not abstract and does not override abstract method 
getModuleLocation()
in org.apache.geronimo.ews.ws4j2ee.toWs.Ws4J2eeDeployContext
[javac] public class GeronimoWsDeployContext extends 
Ws4J2eeDeployContextImp
l implements Ws4J2eeDeployContext {
[javac]^
[javac] 
C:\apache\geronimo\trunk\modules\axis\src\java\org\apache\geronimo\a
xis\GeronimoWsDeployContext.java:81: cannot find symbol
[javac] symbol  : variable outputLocation
[javac] location: class 
org.apache.geronimo.axis.GeronimoWsDeployContext
[javac] return outputLocation;
[javac]^
[javac] Note: * uses or overrides a deprecated API.
[javac] Note: Recompile with -Xlint:deprecation for details.
[javac] 4 errors



Re: Build failure in Axis module

2004-11-29 Thread Davanum Srinivas
[17:40] dims folks: this is completely weird...i did not change
anything but running maven under modules\axis works fine (after i blow
up .maven/repository/axis and build ews)
[17:41] dims can someone verify this for me? (blow up
.maven/repository/axis and run maven under modules/axis)

-- dims

On Mon, 29 Nov 2004 09:41:14 -0800, Jeremy Boynes [EMAIL PROTECTED] wrote:
 Is this an issue or just that EWS is out of sync?
 
 java:compile:
  [depend] Deleted 0 out of date files in 0 seconds
  [echo] Compiling to
 C:\apache\geronimo\trunk\modules\axis/target/classes
  [javac] Compiling 10 source files to
 C:\apache\geronimo\trunk\modules\axis\t
 arget\classes
  [javac]
 C:\apache\geronimo\trunk\modules\axis\src\java\org\apache\geronimo\a
 xis\GeronimoWsDeployContext.java:21: cannot find symbol
  [javac] symbol  : class Ws4J2eeDeployContextImpl
  [javac] location: package org.apache.geronimo.ews.ws4j2ee.toWs.impl
  [javac] import
 org.apache.geronimo.ews.ws4j2ee.toWs.impl.Ws4J2eeDeployContex
 tImpl;
  [javac]  ^
  [javac]
 C:\apache\geronimo\trunk\modules\axis\src\java\org\apache\geronimo\a
 xis\GeronimoWsDeployContext.java:26: cannot find symbol
  [javac] symbol: class Ws4J2eeDeployContextImpl
  [javac] public class GeronimoWsDeployContext extends
 Ws4J2eeDeployContextImp
 l implements Ws4J2eeDeployContext {
  [javac]  ^
  [javac]
 C:\apache\geronimo\trunk\modules\axis\src\java\org\apache\geronimo\a
 xis\GeronimoWsDeployContext.java:26:
 org.apache.geronimo.axis.GeronimoWsDeployCo
 ntext is not abstract and does not override abstract method
 getModuleLocation()
 in org.apache.geronimo.ews.ws4j2ee.toWs.Ws4J2eeDeployContext
  [javac] public class GeronimoWsDeployContext extends
 Ws4J2eeDeployContextImp
 l implements Ws4J2eeDeployContext {
  [javac]^
  [javac]
 C:\apache\geronimo\trunk\modules\axis\src\java\org\apache\geronimo\a
 xis\GeronimoWsDeployContext.java:81: cannot find symbol
  [javac] symbol  : variable outputLocation
  [javac] location: class
 org.apache.geronimo.axis.GeronimoWsDeployContext
  [javac] return outputLocation;
  [javac]^
  [javac] Note: * uses or overrides a deprecated API.
  [javac] Note: Recompile with -Xlint:deprecation for details.
  [javac] 4 errors
 
 


-- 
Davanum Srinivas - http://webservices.apache.org/~dims/


Re: Build failure in Axis module

2004-11-29 Thread Davanum Srinivas
That was my nightly build script causing problemsplease try
maven under modules/axis now and let me know if you still have
problems. Sorry for the delay.

-- dims


On Mon, 29 Nov 2004 17:45:22 -0500, Davanum Srinivas [EMAIL PROTECTED] wrote:
 [17:40] dims folks: this is completely weird...i did not change
 anything but running maven under modules\axis works fine (after i blow
 up .maven/repository/axis and build ews)
 [17:41] dims can someone verify this for me? (blow up
 .maven/repository/axis and run maven under modules/axis)
 
 -- dims
 
 
 
 On Mon, 29 Nov 2004 09:41:14 -0800, Jeremy Boynes [EMAIL PROTECTED] wrote:
  Is this an issue or just that EWS is out of sync?
 
  java:compile:
   [depend] Deleted 0 out of date files in 0 seconds
   [echo] Compiling to
  C:\apache\geronimo\trunk\modules\axis/target/classes
   [javac] Compiling 10 source files to
  C:\apache\geronimo\trunk\modules\axis\t
  arget\classes
   [javac]
  C:\apache\geronimo\trunk\modules\axis\src\java\org\apache\geronimo\a
  xis\GeronimoWsDeployContext.java:21: cannot find symbol
   [javac] symbol  : class Ws4J2eeDeployContextImpl
   [javac] location: package org.apache.geronimo.ews.ws4j2ee.toWs.impl
   [javac] import
  org.apache.geronimo.ews.ws4j2ee.toWs.impl.Ws4J2eeDeployContex
  tImpl;
   [javac]  ^
   [javac]
  C:\apache\geronimo\trunk\modules\axis\src\java\org\apache\geronimo\a
  xis\GeronimoWsDeployContext.java:26: cannot find symbol
   [javac] symbol: class Ws4J2eeDeployContextImpl
   [javac] public class GeronimoWsDeployContext extends
  Ws4J2eeDeployContextImp
  l implements Ws4J2eeDeployContext {
   [javac]  ^
   [javac]
  C:\apache\geronimo\trunk\modules\axis\src\java\org\apache\geronimo\a
  xis\GeronimoWsDeployContext.java:26:
  org.apache.geronimo.axis.GeronimoWsDeployCo
  ntext is not abstract and does not override abstract method
  getModuleLocation()
  in org.apache.geronimo.ews.ws4j2ee.toWs.Ws4J2eeDeployContext
   [javac] public class GeronimoWsDeployContext extends
  Ws4J2eeDeployContextImp
  l implements Ws4J2eeDeployContext {
   [javac]^
   [javac]
  C:\apache\geronimo\trunk\modules\axis\src\java\org\apache\geronimo\a
  xis\GeronimoWsDeployContext.java:81: cannot find symbol
   [javac] symbol  : variable outputLocation
   [javac] location: class
  org.apache.geronimo.axis.GeronimoWsDeployContext
   [javac] return outputLocation;
   [javac]^
   [javac] Note: * uses or overrides a deprecated API.
   [javac] Note: Recompile with -Xlint:deprecation for details.
   [javac] 4 errors
 
 
 
 
 --
 Davanum Srinivas - http://webservices.apache.org/~dims/
 


-- 
Davanum Srinivas - http://webservices.apache.org/~dims/