Download Latest Version PiLocoBuffer_2023-04-15.zip (7.4 kB)
Email in envelope

Get an email when there's a new version of LocoNet over TCP

Name Modified Size InfoDownloads / Week
Parent folder
LoconetLoad_0.3_SOURCE.zip 2023-06-29 115.3 kB
README.md 2023-06-29 1.7 kB
LoconetLoad_0.3_Win32_Setup.zip 2023-06-29 406.0 kB
LoconetLoad_0.3_Win32_EXE.zip 2023-06-29 192.7 kB
Totals: 4 Items   715.6 kB 0

LoconetLoad

Monitor network load.

Release Notes

0.3

  • Fix ProductCode and PackageCode used by setup. This solves conflicts with other installed packages.

0.2

  • A real MSI setup file for windows
  • Use new structure of ZIP files for distribution
  • HTML help
  • Now compiles with VS2008

0.1.0.1

  • First release

Building

Required:

  • VS2008 Professional
  • Apache ANT 1.9 or 1.10
  • JDK 8 or JDK 11 (on Java 17 a replacement for Nashorn is required)
  • MultiMarkdown (6.4.0 or 6.5.1)
  • Nu Html Checker (download vnu.jar_20.6.30.zip and unzip to "C:\Program Files". Rename "dist" to "vnu.jar_20.6.30")
  • JSch (download jsch-0.1.55.jar and copy to "%USERPROFILE%.ant\lib\")

Build Release

The version number should have the form X.Y oder X.Y.Z where X, Y and Z are positive integers. NNNN is the revision numer used for the svn copy in step 1.

  1. Create tag in SVN (copy trunk to tags/X.Y).
  2. Checkout local copy of this this tag.
  3. Fix externals to current revison (add @PEG). In Tortoise edit property "svn:externals" by tagging "Revison" instead of "HEAD Revison" and enter release number NNNN in the field "Peg". The ouput of svn propget svn:externals should change from "^/cpp-shared/trunk shared" to "^/cpp-shared/trunk@NNNN shared".
  4. Update resources and setup from version: ant fix-resources fix-setup
  5. Commit resources and setup: svn commit -m "release X.Y of LoconetLoad"
  6. Run ant dist from directory of local copy.
  7. Copy ZIPs and REDAME.md to sourceforge download area.
  8. Run ant upload-help to copy help files to Project Web.
Source: README.md, updated 2023-06-29