<div dir="ltr"><div><div><div><div>Hi Stephan,<br><br></div><div>Apologies in advance if you worked with Curtis on this and I'm contradicting anything he said.<br></div><div><br>>
8. Start the updater, mark all local changes for upload, upload.<br><br></div>It looks like you completed the upload, given that the mpicbg version on the update site is 1.0.1. I'm glad you got it working, but wanted to point out that this upload breaks synchronization with the source since it's based off a topic branch and not master.<br><br></div>More concerning is the fact that, by default, this branch can't actually be built because it references a release of pom-fiji that doesn't exist yet.<br><br></div>I see you made a pom-fiji <a href="https://github.com/fiji/pom-fiji/commit/5eeb909bb0586e9816658abe4eb17abd8ac0aa66">9.0.0 release commit</a>. Note that this <b>did not</b> actually release pom-fiji 9.0.0 because it's on a topic branch. Jenkins is only configured to build and deploy Maven artifacts from master. Merging the branch now will not retroactively cause 9.0.0 to be released, because after merging the branch its HEAD will be a SNAPSHOT version - and only HEAD commits are built.<br><br></div><div>Anyway, I updated the <a href="http://imagej.net/Cutting_releases#The_manual_process">release instructions</a> to clarify that the 2 commit method only works on master. I also expanded the <a href="http://imagej.net/How_to_upload_to_core_update_sites">core update site</a> instructions to better explain how we want these sites to be maintained.<br><br></div><div>We are, of course, still doomed until update site + source are synchronized automatically. But hopefully things are a little clearer now. Please let me know if they aren't, or if you have any suggestions on how to make things better.<br><br></div><div>Thanks,<br></div><div>Mark<br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Apr 7, 2015 at 9:13 PM, Stephan Saalfeld <span dir="ltr"><<a href="mailto:saalfelds@janelia.hhmi.org" target="_blank">saalfelds@janelia.hhmi.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
<br>
for the record, I managed to work around this.  The necessary sequence<br>
of operations is:<br>
<br>
1. Download a fresh version of Fiji.<br>
2. Start the updater (it finds that Fiji is up to date) and enter the<br>
credentials as described at<br>
<br>
<a href="http://fiji.sc/How_to_upload_to_core_update_sites" target="_blank">http://fiji.sc/How_to_upload_to_core_update_sites</a><br>
<br>
3. Close Fiji.<br>
4. Build Fiji with<br>
<span class=""><br>
mvn clean install \<br>
 -Dimagej.app.directory=$HOME/packages/Fiji.app/ \<br>
 -Ddelete.other.versions=true<br>
<br>
</span>5. Start Fiji, and start the updater (it now finds something to update).<br>
6. Update Fiji.<br>
7. Restart Fiji.<br>
8. Start the updater, mark all local changes for upload, upload.<br>
<br>
Done.<br>
<br>
Hooray!<br>
<br>
Best,<br>
Stephan<br>
<div><div class="h5"><br>
<br>
<br>
On Tue, 2015-04-07 at 20:48 -0400, Stephan Saalfeld wrote:<br>
> Hi,<br>
><br>
> I downloaded a fresh Fiji version, updated, built it successfully at<br>
><br>
> <a href="https://github.com/fiji/fiji/pull/117" target="_blank">https://github.com/fiji/fiji/pull/117</a><br>
><br>
> with<br>
><br>
> mvn clean install \<br>
>  -Dimagej.app.directory=$HOME/packages/Fiji.app/ \<br>
>  -Ddelete.other.versions=true<br>
><br>
> , tested it, and then followed<br>
><br>
> <a href="http://fiji.sc/How_to_upload_to_core_update_sites" target="_blank">http://fiji.sc/How_to_upload_to_core_update_sites</a><br>
><br>
> to upload the result.  While attempting to input<br>
><br>
> Host: webdav:Saalfeld<br>
><br>
> I observed a number of exceptions that I unfortunately did not track.<br>
> Instead, I closed the window, and restarted Fiji.  Since then, each<br>
> attempt to start the updater sends me into the (screenshot)-attached<br>
> exception from which I cannot do anything.  Fiji itself works, just the<br>
> updater has committed suicide.<br>
><br>
> Any help highly appreciated.<br>
><br>
> Thanks,<br>
> Stephan<br>
><br>
><br>
><br>
<br>
<br>
</div></div>_______________________________________________<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" target="_blank">http://imagej.net/mailman/listinfo/imagej-devel</a><br>
</blockquote></div><br></div>