dev@glassfish.java.net

RE: Compiling Glassfish in Eclipse

From: Manfred Riem <mriem_at_manorrock.org>
Date: Mon, 11 Sep 2006 13:29:47 -0700
Hi Marina,
 
I guess I have to be more clear on what I write. Your explanation
is better and to the point.
 
Thanx,
Manfred Riem
mriem@manorrock.org
http://www.manorrock.org/

 


-------- Original Message --------
Subject: Re: Compiling Glassfish in Eclipse
From: Marina Vatkina <Marina.Vatkina@Sun.COM>
Date: Mon, September 11, 2006 2:37 pm
To: dev@glassfish.dev.java.net

No, that would be a stretch ;).

This is what I usually do (disclosure: Dinesh highly discourages this
as any class removal or api change can break some other module, and
there are several that depend on entity-persistence):

% cd glassfish/bootstrap
% cvs update -dP
% maven clean -> cleans builds leftovers
% maven clobber -> removes <root>/publish/glassfish (but doesn't stop database
or appserver)
% maven bootstrap configure-runtime -> 'bootstrap' brings over the latest build
(snapshot) and 'configure-runtime' installs it.
% cd ../entity-persistence
% maven build
run all the tests.

BTW, my derby settings for entity-persistence-tests are different:

db.driver=org.apache.derby.jdbc.ClientDriver
jdbc.driver.jar=<root>/publish/glassfish/javadb/lib/derbyclient.jar
db.url=jdbc:derby://localhost:1527/testdb;retrieveMessagesFromServerOnGetMessage=true;create=true;
db.user=<any name>
db.pwd=<any pwd>

regards,
-marina

Markus KARG wrote On 09/11/06 10:20,:
> Now I understand. Actually I have Sun JEE 5 SDK installed. So I can just
> exchange one JAR in that installation? Cool. I'll try that.
>
> Thanks a lot!
> Markus
>
> Manfred Riem wrote:
>
>>And I do, and as Dinish said you don't need all of the source code,
>>you could do a partial build and replace the JAR file that will
>>include MaxDB support.
>>
>>-----Original Message-----
>>From: Markus KARG [mailto:markus.karg@gmx.net]
>>Sent: Sunday, September 10, 2006 9:51 AM
>>To: dev@glassfish.dev.java.net
>>Subject: Re: Compiling Glassfish in Eclipse
>>
>>What should be the effect?
>>If you followed the thread carefully then you certainly know that my
>>intention is to provide MaxDB support to the Glassfish source code.
>>How shall I do that without compiling Glassfish from source?
>>
>>Manfred Riem wrote:
>>  
>>
>>>Well, you can also download a .jar file and use that to install
>>>Glassfish.
>>>
>>>Kind regards,
>>>Manfred Riem
>>>mriem@manorrock.org
>>>http://www.manorrock.org/
>>>
>>>-----Original Message-----
>>>From: Markus KARG [mailto:markus.karg@gmx.net]
>>>Sent: Saturday, September 09, 2006 12:42 AM
>>>To: dev@glassfish.dev.java.net
>>>Subject: Re: Compiling Glassfish in Eclipse
>>>
>>>
>>>  
>>>    
>>>
>>>>Did you also try a pre-build package?
>>>>  
>>>>    
>>>>      
>>>
>>>Uhm... what do you mean with that?
>>>
>>>---------------------------------------------------------------------
>>>To unsubscribe, e-mail: dev-unsubscribe@glassfish.dev.java.net
>>>For additional commands, e-mail: dev-help@glassfish.dev.java.net
>>>
>>>
>>>  
>>>    
>>
>>
>>---------------------------------------------------------------------
>>To unsubscribe, e-mail: dev-unsubscribe@glassfish.dev.java.net
>>For additional commands, e-mail: dev-help@glassfish.dev.java.net
>>
>>
>>  
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@glassfish.dev.java.net
For additional commands, e-mail: dev-help@glassfish.dev.java.net