Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 29 Jul 2017 12:16:02 +0300
From:      Pavel Timofeev <timp87@gmail.com>
To:        Dmytro Bilokha <dmytro@posteo.net>
Cc:        ports-list freebsd <freebsd-ports@freebsd.org>
Subject:   Re: JVM based port dependencies?
Message-ID:  <CAAoTqfsiENPJNwbhWLNjH7KKLnhrwnos00yj0qWNJL95J0=ArA@mail.gmail.com>
In-Reply-To: <639899A1-314C-4160-A90F-110E7A53A9D1@posteo.net>
References:  <CAAoTqfuNUN31HrFMm8CiLzQ3cQGrhhzZ9kCgRRwFhAGrbysxWg@mail.gmail.com> <639899A1-314C-4160-A90F-110E7A53A9D1@posteo.net>

next in thread | previous in thread | raw e-mail | index | archive | help
2017-07-20 21:27 GMT+03:00 Dmytro Bilokha <dmytro@posteo.net>:
> 20 =D0=BB=D0=B8=D0=BF=D0=BD=D1=8F 2017 =D1=80. 18:17:13 GMT+02:00, Pavel =
Timofeev <timp87@gmail.com>
> =D0=BD=D0=B0=D0=BF=D0=B8=D1=81=D0=B0=D0=B2:
>>
>> Hello!
>> What is the best practice for ports running on top of JVM (like
>> ZooKeeper or ElasticSearch):
>> use all bundled jars (for example, log4j) or take them from other
>> ports as dependencies?
>> ________________________________
>>
>> freebsd-ports@freebsd.org mailing list
>> https://lists.freebsd.org/mailman/listinfo/freebsd-ports
>> To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org"
>
>
> Hello!
> As far as I see, ports running on top of JVM usually use bundled jars. To=
 be
> sure about best practice you can check some already existing ports (Eclip=
se,
> Idea, Glassfish, Tomcat, etc).
> --
> Best regards,
> Dmytro Bilokha


Thanks a lot for your answer.
I found a documentation for this question
https://www.freebsd.org/doc/en/books/porters-handbook/using-java.html:
...

It is up the porter to decide whether the port installs the additional
JAR dependencies under this directory or uses the already installed
ones (from ${JAVAJARDIR}).
...

However I got even more question about porting a java application
after reading this doc. I'll ask them in freebsd-java@



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAAoTqfsiENPJNwbhWLNjH7KKLnhrwnos00yj0qWNJL95J0=ArA>