A simple and easy-to-use note taking tool based on Eclipse SWT. Works best with Mac OS X.
- Eclipse SWT standalone binary (http://eclipse.org/swt). You need to download and unzip
swt-x.x.x-xxxxx-xxxx-xxxx.zip, then copyswt.jarintolibfolder. (The pathlib/swt.jarhas been added to.gitignoreso that it will not be added to the repository.) - (optional, may skip for Mac OS X) Java Runtime Environment (JRE) (http://oracle.com/java).
- (optional, may skip for Mac OS X) Ant builder (http://ant.apache.org/bindownload.cgi).
To make XNote.app for Mac OS X, type and run these in Terminal:
$ ant -f build.xml macappThe XNote.app will be generated in the build folder. Move it to /Applications and it's done.
To build xnote.jar only, type and run these in Terminal:
$ ant -f build.xml jarThe xnote.jar will be generated in the build folder. Note that swt.jar should always be copied with xnote.jar in the same folder.