Login  Register

unexpected behavior with autoupdate

Posted by Ben Tupper on May 08, 2008; 2:06pm
URL: http://imagej.273.s1.nabble.com/unexpected-behavior-with-autoupdate-tp3696275.html

Hi All,

I am not seeing the expected behavior when I use Plugins > Utilities  
 > Update Image ...

When I select that option the progress bar indicates the download is  
occurring.  Then ImageJ closes.  When I restart ImageJ (using the  
same Mac OSX dock icon) it is the previous version.  For example...

Upgrade to 1.41c from 1.41b.
Restarts as 1.41b.

I am not sure how to trouble shoot this because I can't determine  
where this happens in the source code.

Thanks!
Ben


****** BEGIN

Java properties applets can read:
   java.version: 1.5.0_13
   java.vendor: Apple Computer, Inc.
   mrj.version: 1040.1.5.0_13-241
   os.name: Mac OS X
   os.version: 10.4.11
   os.arch: ppc
   file.separator: /
   path.separator: :
   line.separator: <lf>

Java properties only applications can read:
   user.name: Ben
   user.home: /Users/Ben
   user.dir: /Applications/ImageJ
   user.country: US
   file.encoding: MacRoman
   java.home: /System/Library/Frameworks/JavaVM.framework/Versions/
1.5.0/Home
   java.class.path: /Applications/ImageJ/ImageJ.app/Contents/
Resources/Java/ij.jar:/System/Library/Java/Extensions/QTJava.zip:/
System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/
Classes/.compatibility/14compatibility.jar
   java.ext.dirs: /Library/Java/Extensions:/System/Library/Java/
Extensions:/System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/
Home/lib/ext
   java.io.tmpdir: /tmp

Other properties:
   IJ.getVersion: 1.41b
   IJ.isJava2: true
   IJ.isJava14: true
   IJ.isJava15: true
   IJ.isJava16: false
   IJ.isLinux: false
   IJ.isMacintosh: true
   IJ.isMacOSX: true
   IJ.isWindows: false
   IJ.isVista: false
   IJ.is64Bit: false
   Menus.getPlugInsPath: /Applications/ImageJ/plugins/
   Menus.getMacrosPath: /Applications/ImageJ/macros/
   Prefs.getHomeDir: /Applications/ImageJ
   Prefs.getThreads: 1 (1 core)
   Prefs.open100Percent: false
   Prefs.blackBackground: false
   Prefs.useJFileChooser: false
   Prefs.weightedColor: false
   Prefs.blackCanvas: false
   Prefs.pointAutoMeasure: false
   Prefs.pointAutoNextSlice: false
   Prefs.requireControlKey: false
   Prefs.useInvertingLut: false
   Prefs.antialiasedTools: true
   Prefs.useInvertingLut: false
   Prefs.intelByteOrder: false
   Prefs.doubleBuffer: false
   Prefs.noPointLabels: false
   Prefs.disableUndo: false
   Prefs dir: /Users/Ben/Library/Preferences
   Current dir: /Users/Shared/data/336-101800/
   Sample images dir: http://rsb.info.nih.gov/ij/images/
   Screen size: 1024x768
   Memory in use: 910K of 600MB (<1%)

****** END