ImageJ release cycle

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

Re: ImageJ release cycle

dscho
Dear Wayne,

On Thu, 11 Jul 2013, Johannes Schindelin wrote:

> git clone [hidden email]:imagej/ij1-installer/

Please note that I removed some MacOSX-specific files. To keep your local
clone up-to-date, please call

        git pull

in the ij1-installer directory. It will notify you that the files

        app/macros/.FBCIndex
        app/macros/.FBCLockFolder/.FBCSemaphoreFile

were deleted.

Thank you,
Johannes

--
ImageJ mailing list: http://imagej.nih.gov/ij/list.html
Reply | Threaded
Open this post in threaded view
|

Re: ImageJ release cycle

dscho
In reply to this post by dscho
Dear Wayne,

On Tue, 9 Jul 2013, Johannes Schindelin wrote:

> On Mon, 8 Jul 2013, Rasband, Wayne (NIH/NIMH) [E] wrote:
>
> > On Jul 8, 2013, at 12:54 PM, Johannes Schindelin wrote:
> >
> > >> It might be a good idea, however, to run the unit tests on each daily
> > >> build.
>
> http://jenkins.imagej.net/job/ImageJ1-daily-unit-tests/

I just realized yesterday that those tests did not run any longer. Even
worse: the automatic Mavenization of ImageJ 1.x as well as the daily
ImageJ 1.x releases were not building.

The reason was a change in the web server: apparently the server was
switched right before, during, or after the shut down to a server that
does not report the time stamp correctly. Therefore, it is no longer
possible to check the time stamp of, say,
http://imagej.nih.gov/ij/notes.html to find out whether a new release is
available (or http://imagej.nih.gov/ij/ij.jar to find out whether there is
a new daily build).

I modified the Jenkins job to perform a full download every fifteen
minutes, in the hope that our server is not mistaken as a
denial-of-service attacker.

Ciao,
Johannes

--
ImageJ mailing list: http://imagej.nih.gov/ij/list.html
12