BUILD FAILURE in geronimo-crypto module

2010-04-23 Thread B'lue
I build geronimo 2.2 [INFO] [ERROR] BUILD FAILURE [INFO] [INFO] Compilation failure F:\re\g2.2\framework\modules\geronimo-crypto\src\main\java\org

Re: Geronimo2.1.0 build failure with Java5 (method getContentType() not found)

2009-07-01 Thread Mohanraj Loganathan
Geronimo Binary built by Harmony is not as equivalent to the binary built by SUN JDK. var/config/config.xml file is empty and few other config files also empty. No idea why harmony build binary has empty config files. Any thoughts on this? I replaced the config files from SunJDK built geronimo

Re: Geronimo2.1.0 build failure with Java5 (method getContentType() not found)

2009-07-01 Thread Kevan Miller
On Jul 1, 2009, at 2:09 AM, Mohanraj Loganathan wrote: Geronimo Binary built by Harmony is not as equivalent to the binary built by SUN JDK. var/config/config.xml file is empty and few other config files also empty. No idea why harmony build binary has empty config files. Any thoughts on

Re: Geronimo2.1.0 build failure with Java5 (method getContentType() not found)

2009-07-01 Thread Mohanraj Loganathan
Heh. Interesting. I would have thought if we made it that far, config.xml would be a piece of cake... By the way, what version of Geronimo are you building? I used the 2.1.4 source of Geronimo. Regards, Mohan On Wed, Jul 1, 2009 at 10:35 PM, Kevan Miller kevan.mil...@gmail.comwrote: On

Re: Geronimo2.1.0 build failure with Java5 (method getContentType() not found)

2009-06-22 Thread Jack Cai
Harmony use MX4J, which implements JSR 003 and 160 (remote API). So I suppose the jmx remoting function is there. Mohan, can you start the server built with Harmony in command line? ie., use startup command for example. -Jack On Mon, Jun 22, 2009 at 12:33 AM, Kevan Miller

Re: Geronimo2.1.0 build failure with Java5 (method getContentType() not found)

2009-06-21 Thread Mohanraj Loganathan
Hello After a long time, i could able to build the geronimo using Harmony JDK. But Building was not so smooth. I need to build the modules one by one. I struck at running the testsuites module . It is failed to verify the Geronimo server start. But i am sure server is started. Server logs shows

Re: Geronimo2.1.0 build failure with Java5 (method getContentType() not found)

2009-06-21 Thread David Jencks
On Jun 21, 2009, at 2:29 AM, Mohanraj Loganathan wrote: Hello After a long time, i could able to build the geronimo using Harmony JDK. But Building was not so smooth. I need to build the modules one by one. I struck at running the testsuites module . It is failed to verify the Geronimo

Re: Geronimo2.1.0 build failure with Java5 (method getContentType() not found)

2009-06-21 Thread Kevan Miller
On Jun 21, 2009, at 12:04 PM, David Jencks wrote: On Jun 21, 2009, at 2:29 AM, Mohanraj Loganathan wrote: Hello After a long time, i could able to build the geronimo using Harmony JDK. But Building was not so smooth. I need to build the modules one by one. I struck at running the

Re: Geronimo2.1.0 build failure with Java5 (method getContentType() not found)

2009-05-12 Thread Mohanraj Loganathan
of source with sunJDK5. I end up with the following failure [INFO] Compiling 24 source files to D:\g\2.1.0\plugins\webservices\geronimo-webservices\target\classes [INFO] [ERROR] BUILD FAILURE [INFO

Re: Geronimo2.1.0 build failure with Java5 (method getContentType() not found)

2009-05-12 Thread Luciano Salotto
] [ERROR] BUILD FAILURE [INFO] [INFO] Compilation failure D:\g\2.1.0\plugins\webservices\geronimo-webservices\src\main\java\org\apache\geronimo\webservices

Re: Geronimo2.1.0 build failure with Java5 (method getContentType() not found)

2009-05-12 Thread Kevan Miller
On May 12, 2009, at 8:54 AM, Luciano Salotto wrote: I would recommend trying this with Sun or IMB JDK, I believe those are the only two recommended JDK's http://cwiki.apache.org/GMOxDEV/building-apache-geronimo.html Agreed. However, if somebody's interested on working on it, I think it

Re: Geronimo2.1.0 build failure with Java5 (method getContentType() not found)

2009-05-12 Thread Jack Cai
Mohan, the problem might be with the Harmony code - could be a compability issue or a defect. So you'll want to spend some time debugging it. I agree with Kevan that it will be cool that Geronimo can be built and run with Harmony. Someday we might be officially support Harmony as a runtime, and

Re: Geronimo2.1.0 build failure with Java5 (method getContentType() not found)

2009-05-05 Thread Jarek Gawor
failure [INFO] Compiling 24 source files to D:\g\2.1.0\plugins\webservices\geronimo-webservices\target\classes [INFO] [ERROR] BUILD FAILURE [INFO

Geronimo2.1.0 build failure with Java5 (method getContentType() not found)

2009-05-04 Thread Mohanraj Loganathan
] [ERROR] BUILD FAILURE [INFO] [INFO] Compilation failure D:\g\2.1.0\plugins\webservices\geronimo-webservices\src\main\java\org\apache\geronimo\webservices\WebServiceContainerInvoker.java:[214,27] cannot find symbol symbol

Build failure

2007-01-29 Thread Kanchana Welagedara
Hi All I'm trying to build the code.I tried building code for the several time and ended it with following error for each time Can any body please help me to solve this? Regards Kanchana

Re: Build failure

2007-01-29 Thread Kevan Miller
On Jan 29, 2007, at 6:40 AM, Kanchana Welagedara wrote: Hi All I'm trying to build the code.I tried building code for the several time and ended it with following error for each time Can any body please help me to solve this? Kanchana, I would guess that the catalina jar in your local

Re: 1.0 src build failure

2006-02-12 Thread Aaron Mulder
One of those spec JARs goes in the repository/geronimo-spec/jars directory and the other in repository/org.apache.geronimo.specs/jars -- the difference being that the spec build was changed resulting in a different output location and somehow both of them snuck into the 1.0 source (I think

Re: 1.0 src build failure

2006-02-12 Thread Mark Kirkwood
Aaron Mulder wrote: One of those spec JARs goes in the repository/geronimo-spec/jars directory and the other in repository/org.apache.geronimo.specs/jars -- the difference being that the spec build was changed resulting in a different output location and somehow both of them snuck into the 1.0

1.0 src build failure

2006-02-11 Thread Mark Kirkwood
I thought I would have a got at building the 1.0 release from src on FreeBSD 6.0/i386 using jdk 1.4.2, ant 1.6.5 and maven 1.0.2 I am getting what looks like a missing dependency error - any ideas? Cheers Mark |tail of build log|--

Re: build failure

2005-07-11 Thread Joe Bohn
The Problem is solved!!! Thank you all. After I sent my last append I looked with task manager and noticed a rouge java.exe and javaw.exe. Assuming these were Geronimo from an earlier failed build I blew them away and then ran the build again but without the no test options. The build

Build Failure

2005-03-31 Thread Katia Aresti Gonzalez
Hi!! I cant build Geronimo few days ago. Can somebody help?? thank yo BUILD FAILED File.. C:\Documents and Settings\Katia\.maven\cache\maven-multiproject-plugi n-1.3.1\plugin.jelly Element... maven:reactor Line.. 217 Column 9 Unable to obtain goal [default] -- C:\Documents and

Re: build failure on mac os x

2005-03-09 Thread David Jencks
The geronimo build problem should be fixed now. david jencks On Mar 8, 2005, at 10:04 AM, David Jencks wrote: I have no idea about the scout problem: I've never built it, I think there is an up to date version that will be downloaded automatically. I'm confused by the geronimo problem, I haven't

Re: build failure on mac os x

2005-03-09 Thread Christofer 'boz' Jennings
It worked. Thanks! ,boz On Mar 8, 2005, at 4:57 PM, David Jencks wrote: The geronimo build problem should be fixed now. david jencks On Mar 8, 2005, at 10:04 AM, David Jencks wrote: I have no idea about the scout problem: I've never built it, I think there is an up to date version that will be

Re: build failure on mac os x

2005-03-08 Thread David Jencks
I have no idea about the scout problem: I've never built it, I think there is an up to date version that will be downloaded automatically. I'm confused by the geronimo problem, I haven't experienced that one. It looks like you might have checked out between 2 related commits??? However, I