Build problem in trunk

2011-01-12 Thread Rick McGuire
The recent wink integration changes appear to have broken trunk. The wink plugin is not built by default, but the javaee6 plugin has dependencies on wink components. Unfortunately, I'm getting build errors if I try to build the wink plugin:

Re: Build problem in trunk

2011-01-12 Thread Shawn Jiang
The slf4j package reslove problem is a typical symptom in old wink snapshot. It should have been fixed after wink project pushed the latest snapshot to repo. I can build plugins/wink after I clean up the wink artifacts in local repository. will make sure everything works fine then re-enable

Re: windows build problem with trunk Plugins, BVal :: Core

2010-10-17 Thread Rex Wang
I met a similar issue when built with ibm jdk sr8. Seems there is a memory leak in java\util\ResourceBundle.class when build the 3.0 trunk. I got a work around from harmony community, and uploaded the new jar provided by them in the https://issues.apache.org/jira/browse/GERONIMO-5650 -Rex

Re: windows build problem with trunk Plugins, BVal :: Core

2010-10-15 Thread Ted Kirby
Thanks Kevan. I did try the build with JRE 1.6.0 IBM Windows 32 build pwi3260sr8fp1-20100624_01 (SR8 FP1), and think I got past this problem. I got out of memory: [INFO] [INFO] Building Geronimo Plugins, Connector 1.6 ::

Re: windows build problem with trunk Plugins, BVal :: Core

2010-10-15 Thread Kevan Miller
On Oct 15, 2010, at 12:48 PM, Ted Kirby wrote: Thanks Kevan. I did try the build with JRE 1.6.0 IBM Windows 32 build pwi3260sr8fp1-20100624_01 (SR8 FP1), and think I got past this problem. I got out of memory: [INFO]

Re: windows build problem with trunk Plugins, BVal :: Core

2010-10-14 Thread han hongfang
I successfully built trunk on windows XP SP3 with JDK 1.6.0_20 this Turesday (on Revision: 1021600). -- Best regards, Han Hong Fang

Re: windows build problem with trunk Plugins, BVal :: Core

2010-10-14 Thread Ted Kirby
Thanks Shawn and Janet. I switched to Sun JDK, and not only got by this problem, but, after a couple others, I got a successful build! WooHoo! I was getting the error with JRE 1.6.0 IBM Windows 32 build pwi3260sr7-20091217_01 (SR7). Do we support building only with Sun JDK? On Thu, Oct 14,

Re: windows build problem with trunk Plugins, BVal :: Core

2010-10-14 Thread Kevan Miller
On Oct 14, 2010, at 7:48 PM, Ted Kirby wrote: Thanks Shawn and Janet. I switched to Sun JDK, and not only got by this problem, but, after a couple others, I got a successful build! WooHoo! I was getting the error with JRE 1.6.0 IBM Windows 32 build pwi3260sr7-20091217_01 (SR7). Do we

Re: windows build problem with trunk Plugins, BVal :: Core

2010-10-14 Thread Jarek Gawor
On Thu, Oct 14, 2010 at 11:14 PM, Kevan Miller kevan.mil...@gmail.com wrote: On Oct 14, 2010, at 7:48 PM, Ted Kirby wrote: Thanks Shawn and Janet.  I switched to Sun JDK, and not only got by this problem, but, after a couple others, I got a successful build! WooHoo! I was getting the error

Re: windows build problem with trunk Plugins, BVal :: Core

2010-10-14 Thread han hongfang
It's SUN JDK version 1.6.0_20 on my windows. -- Best regards, Han Hong Fang

windows build problem with trunk Plugins, BVal :: Core

2010-10-13 Thread Ted Kirby
my trunk build is fine on the mac, but I keep getting this failure on windows: [INFO] [INFO] Building Geronimo Plugins, BVal :: Core [INFO]task-segment: [clean, install] [INFO]

Re: windows build problem with trunk Plugins, BVal :: Core

2010-10-13 Thread Shawn Jiang
What's your JDK version ? IIRC, I met a similar problem but resolved it after upgrading to the latest JDK 1.6.0_21. On Thu, Oct 14, 2010 at 8:22 AM, Ted Kirby ted.ki...@gmail.com wrote: my trunk build is fine on the mac, but I keep getting this failure on windows: [INFO]

Re: eclipse build problem on trunk

2007-10-01 Thread Lin Sun
Sounds like your build is still looking for axis2 1.3-r562247, but I think we moved recently to the released version of axis2 1.3. Lin Ted Kirby wrote: anyone else seeing this? Missing: 1) org.apache.axis2:axis2-jaxws-api:jar:1.3-r562247 2) org.apache.axis2:axis2-saaj-api:jar:1.3-r562247 2

Re: eclipse build problem on trunk

2007-10-01 Thread Ted Kirby
I am able to build now, thanks. On 10/1/07, Lin Sun [EMAIL PROTECTED] wrote: Sounds like your build is still looking for axis2 1.3-r562247, but I think we moved recently to the released version of axis2 1.3. Lin Ted Kirby wrote: anyone else seeing this? Missing: 1)

Re: eclipse build problem on trunk

2007-09-30 Thread Tim McConnell
Hi Joe, I've built with and without a clean m2 repo today, and in both cases GEP trunk builds fine for me. In my M2 repo after the build are these artifacts, which differ than what you're looking for: C:\M2\org\apache\axis2\axis2-saaj-api\1.3\axis2-saaj-api-1.3.jar

eclipse build problem on trunk

2007-09-29 Thread Ted Kirby
anyone else seeing this? Missing: 1) org.apache.axis2:axis2-jaxws-api:jar:1.3-r562247 2) org.apache.axis2:axis2-saaj-api:jar:1.3-r562247 2 required artifacts are missing. for artifact: org.apache.geronimo.devtools:org.apache.geronimo.runtime.v20:jar:2.0.1 Ted Kirby

Re: Build problem on Trunk

2007-09-18 Thread Vamsavardhana Reddy
After jarek said he was able to build using 1.5.0_10, I tried using that but ran into the same error :( Vamsi On 9/17/07, Vamsavardhana Reddy [EMAIL PROTECTED] wrote: I guess I am the only one for now hitting this build error. Anyone else seeing this error? Output from command window posted

Build problem on Trunk

2007-09-17 Thread Vamsavardhana Reddy
I guess I am the only one for now hitting this build error. Anyone else seeing this error? Output from command window posted below.. I am using Sun JDK 1.5.0_12 on WinXP SP2. [INFO] - --- [INFO] Building Geronimo ::

Re: Build problem on Trunk

2007-09-17 Thread Paul McMahan
On Sep 17, 2007, at 1:35 PM, Vamsavardhana Reddy wrote: I guess I am the only one for now hitting this build error. Anyone else seeing this error? Output from command window posted below.. I just rebuilt trunk and didn't see an error using sun javac 1.5.0_07 on osx. Best wishes, Paul

Re: Build problem on Trunk

2007-09-17 Thread Anita Kulshreshtha
This is the error I got from today's trunk on win xp and java 1.5.0_08-b03 - [INFO] [compiler:testCompile] Compiling 16 source files to C:\anita\geronimo\g2.0\modules\geronimo-system\targ et\test-classes [INFO] [ERROR]

Re: Build problem on Trunk

2007-09-17 Thread Joe Bohn
I updated and built earlier today without any problems. I built rev. 576541 with Sun JDK 1.5.0_11 on OSX 10.4.10 Joe Vamsavardhana Reddy wrote: I guess I am the only one for now hitting this build error. Anyone else seeing this error? Output from command window posted below.. I am using

CXF build problem on trunk

2007-04-11 Thread Rick McGuire
Rebuilding trunk from a fresh checkout with a clean M2 repository, I get the following errors: |/home/rick/Geronimo/builds/g/2.0/modules/geronimo-cxf/src/main/java/org/apache/geronimo/cxf/GeronimoDestinationFactory.java:[23,37] cannot find symbol| |symbol : class AbstractHTTPTransportFactory|

Re: CXF build problem on trunk

2007-04-11 Thread Jeff Genender
They just pushed some snaps so I think we need to make a few fixes. Jeff Rick McGuire wrote: Rebuilding trunk from a fresh checkout with a clean M2 repository, I get the following errors:

Re: CXF build problem on trunk

2007-04-11 Thread Jeff Genender
I fixed it AFAICT so you should update now. Hopefully I didn't break anything ;-) Jeff Rick McGuire wrote: Rebuilding trunk from a fresh checkout with a clean M2 repository, I get the following errors: