<div dir="ltr">Hi Wayne,<div><br></div><div>I just pushed some commits to the ImageJA repository [1] so that it can also build the same platform-specific application bundles -- but for vanilla ImageJ1 alone.</div><div><br></div><div>To install Maven on your OS X machine, I recommend using Homebrew [2]. Then you can simply do:</div><div><br></div><div>    brew install maven</div><div><br></div><div>And you'll have a working mvn command.</div><div><br></div><div>Note that the application bundling feature requires Java 8, since it is JavaFX-related functionality.</div><div><br></div><div>So the commands you need to build platform bundles for ImageJ 1.x are:</div><div><br></div><div>    git clone git://<a href="http://github.com/imagej/ImageJA">github.com/imagej/ImageJA</a></div><div>    cd ImageJA</div><div>    mvn -Pdist</div><div><br></div><div>And it should create them in the target/jfx/native folder. There should be .dmg and a .pkg installers, which including a Java 8 runtime embedded (in the ImageJ.app/Contents/PlugIns/Java.runtime folder internally). There should also be an ImageJ.app in there. There is also a double-clickable ImageJ.jar in the target/jfx/app folder (with empty lib/ folder since ImageJ 1.x has no dependencies), as well another set of installers that do _not_ include the JRE in the target/jfx/native-nojre folder.</div><div><br></div><div>Happy to help troubleshoot if you continue to have problems getting this working.</div><div><br></div><div>Regards,</div><div>Curtis</div><div><br></div><div>P.S. You may notice one exception when building the ImageJA bundles, relating to the version string not conforming to "x.y.z" pattern, but it does not halt the build.</div><div><br></div><div>[1] <a href="https://github.com/imagej/ImageJA">https://github.com/imagej/ImageJA</a></div><div>[2] <a href="http://brew.sh">http://brew.sh</a></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Jun 17, 2015 at 9:59 AM, Rasband, Wayne (NIH/NIMH) [E] <span dir="ltr"><<a href="mailto:rasbandw@mail.nih.gov" target="_blank">rasbandw@mail.nih.gov</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="HOEnZb"><div class="h5"><br>
> On Jun 16, 2015, at 6:09 PM, Curtis Rueden <<a href="mailto:ctrueden@WISC.EDU">ctrueden@WISC.EDU</a>> wrote:<br>
><br>
> Hi everyone,<br>
><br>
> For those curious about the new JavaFX packaging for ImageJ, the relevant bits are now merged to master. So you can play with it if you like:<br>
><br>
>   git clone git://<a href="http://github.com/imagej/imagej" rel="noreferrer" target="_blank">github.com/imagej/imagej</a><br>
>   mvn -Pdist<br>
><br>
> And you should get some platform-specific application bundles in target/jfx/app and target/jfx/native directories.<br>
><br>
> Of course, the ImageJ Updater is still ignorant of the new directory structure (with core ImageJ stuff in the lib/ folder instead of jars/). And since the native launcher is no longer the ImageJ Launcher, many CLI flags do not work at the moment. But we will keep working on it!<br>
<br>
</div></div>Hi Curtis,<br>
<br>
Is there an OS X application bundle that includes Java 8 available for download? I have not had any luck getting the the ‘mvn' command to work.<br>
<br>
-wayne<br>
<br>
<br>
<br>
<br>
<br>
_______________________________________________<br>
ImageJ-devel mailing list<br>
<a href="mailto:ImageJ-devel@imagej.net">ImageJ-devel@imagej.net</a><br>
<a href="http://imagej.net/mailman/listinfo/imagej-devel" rel="noreferrer" target="_blank">http://imagej.net/mailman/listinfo/imagej-devel</a><br>
</blockquote></div><br></div>