Re: Feedback on OpenJDK jpackage tool early access builds

2019-10-09 Thread Dalibor Topic
On 03.09.2019 18:40, Matthias Klose wrote: On 02.09.19 13:22, Dalibor Topic wrote: Hi Emmanuel, thank you for your interest - the jpackage source code can be found in the JDK-8200758-branch of the JDK sandbox repository at https://hg.openjdk.java.net/jdk/sandbox I haven't looked into that y

Re: Feedback on OpenJDK jpackage tool early access builds

2019-09-03 Thread Matthias Klose
On 02.09.19 13:22, Dalibor Topic wrote: Hi Emmanuel, thank you for your interest - the jpackage source code can be found in the JDK-8200758-branch of the JDK sandbox repository at https://hg.openjdk.java.net/jdk/sandbox I haven't looked into that yet, but some questions first: - is the too

Re: Feedback on OpenJDK jpackage tool early access builds

2019-09-03 Thread David Goodenough
Excellent On Tuesday, 3 September 2019 09:26:46 BST Dalibor Topic wrote: > Hi David, > > the jpackage tool is programming language agnostic, as long as the input > is provided as modules and/or JAR files. > > The jpackage launcher creates a JVM instance and then calls into the > "static void mai

Re: Feedback on OpenJDK jpackage tool early access builds

2019-09-03 Thread Dalibor Topic
Hi David, the jpackage tool is programming language agnostic, as long as the input is provided as modules and/or JAR files. The jpackage launcher creates a JVM instance and then calls into the "static void main(String[])" method of the specified main class, but doesn't otherwise care what is

Re: Feedback on OpenJDK jpackage tool early access builds

2019-09-02 Thread Kevin Rushforth
Hi Emmanuel, The jpackage JEP is still in the Candidate phase of development, meaning it hasn't been integrated into the mainline jdk repo yet. It is being developed in the "JDK-8200758-branch" branch of the jdk/sandbox repo: hg clone https://hg.openjdk.java.net/jdk/sandbox hg update JDK-8200

Re: Feedback on OpenJDK jpackage tool early access builds

2019-09-02 Thread Dalibor Topic
Hi Emmanuel, thank you for your interest - the jpackage source code can be found in the JDK-8200758-branch of the JDK sandbox repository at https://hg.openjdk.java.net/jdk/sandbox cheers, dalibor topic On 02.09.2019 12:58, Emmanuel Bourg wrote: Hi Dalibor, With my Debian Java maintainer and

Re: Feedback on OpenJDK jpackage tool early access builds

2019-09-02 Thread Emmanuel Bourg
Hi Dalibor, With my Debian Java maintainer and jdeb contributor hats I'm very interested in reviewing the jpackage tool (and I would probably contribute if the project moves to Git as part of Skara). Where is located the jpackage source code in the OpenJDK repository? Emmanuel Bourg Le 29/08/2

Re: Feedback on OpenJDK jpackage tool early access builds

2019-08-30 Thread David Goodenough
Is this intended to work with all JVM languages, or just Java? I don't expect support for other languages, just tolerance. David On Friday, 30 August 2019 10:32:34 BST Dalibor Topic wrote: > Salut Raphael, > > thank you very much - we're looking forward to your feedback! > > cheers, > dalibo

Re: Feedback on OpenJDK jpackage tool early access builds

2019-08-30 Thread Dalibor Topic
Salut Raphael, thank you very much - we're looking forward to your feedback! cheers, dalibor topic On 30.08.2019 10:37, raphael.jo...@free.fr wrote: Hi Dalibor, I am a Debian Java user. I would like to test JPackage on my project https://github.com/rjolly/linoleum . Currently, I use JDeb to

Re: Feedback on OpenJDK jpackage tool early access builds

2019-08-30 Thread raphael . jolly
Hi Dalibor, I am a Debian Java user. I would like to test JPackage on my project https://github.com/rjolly/linoleum . Currently, I use JDeb to package it in a pure Java fashion. Formerly, I was using https://github.com/mscurtescu/ant-deb-task , which works not bad, but is not included in Debia

Feedback on OpenJDK jpackage tool early access builds

2019-08-29 Thread Dalibor Topic
Hi, We're working in the OpenJDK Community on a new tool for packaging [1] self-contained Java applications as DEBs as part of a future JDK release and the developers (on CC:) would love to get some feedback about the Linux integration, specifically on Debian Linux. So I thought this would b