Markus KARG wrote:
>Dinesh Patil wrote:
>
>
>>Markus KARG wrote:
>>
>>
>>>Thanks a lot for your kind help.
>>>In fact I now was able to build Glassfish. :-)
>>>So the next step is to install it and let it run, so I can check whether
>>>my MaxDB modifications would work correctly.
>>>Can you please give me instructions on that?
>>>
>>>
>>>
>>You can take a look at the maven goals supported in GlassFish:
>>https://glassfish.dev.java.net/public/BuildGlassFish.html#maven_goals
>>
>>For testing your changes, you can run "maven configure-runtime" for
>>configuring Single Instance Domain, or "maven configure-cluster" for
>>clusterd Domain, and start the domain using
>>"${glassfish.home}/publish/glassfish/bin/asadmin start-domain
>>--adminuser admin domain1"
>>
>>
>Dinesh,
>
>thanks a lot, I just removed "--adminuser admin domain1" and then
>Glassfish started up!
>
>Great, now I can start making my changes (finally). ;-)
>
>
ok Markus,
also you can look at Tom's email for more details/steps for running
Quicklook (appserv-tests) as a pre-requisite for checking in the changes
and code review.
thanks
Dinesh
>Thanks a lot!
>Markus
>
>