build but not start the system

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

build but not start the system

Hans Bakker
For the creation of a docker image i need to be able to build the system
and resolve the dependencies but not start it.

How can i do that?

--

Regards,

Hans Bakker
CEO, http://antwebsystems.com
Reply | Threaded
Open this post in threaded view
|

Re: build but not start the system

Deepak Dixit-3
Hi Hans,


You can use

./gradlew


or

./gradlew build



Thanks & Regards
--
Deepak Dixit
www.hotwaxsystems.com
www.hotwax.co

On Mon, Mar 5, 2018 at 11:12 AM, Hans Bakker <[hidden email]>
wrote:

> For the creation of a docker image i need to be able to build the system
> and resolve the dependencies but not start it.
>
> How can i do that?
>
> --
>
> Regards,
>
> Hans Bakker
> CEO, http://antwebsystems.com
>
Reply | Threaded
Open this post in threaded view
|

Re: build but not start the system

taher
If I'm not mistaken, the build command would resolve compile dependencies
but not runtime dependencies. If this is correct then I recommend you run
any OFBiz server command. For example:
./gradlew "ofbiz --help"

On Mar 5, 2018 9:00 AM, "Deepak Dixit" <[hidden email]>
wrote:

Hi Hans,


You can use

./gradlew


or

./gradlew build



Thanks & Regards
--
Deepak Dixit
www.hotwaxsystems.com
www.hotwax.co

On Mon, Mar 5, 2018 at 11:12 AM, Hans Bakker <[hidden email]>
wrote:

> For the creation of a docker image i need to be able to build the system
> and resolve the dependencies but not start it.
>
> How can i do that?
>
> --
>
> Regards,
>
> Hans Bakker
> CEO, http://antwebsystems.com
>