-
Kostis ANAGNOSTOPOULOS authored
* FIX type-bug in working-dir root/unroot utility func. * Restructure F_Main.vb's regions and handlers. * job-file: Enabled fpath patterns and make them optional/accept nulls/empty fpaths * UI: Add ReloadJob button.
Kostis ANAGNOSTOPOULOS authored* FIX type-bug in working-dir root/unroot utility func. * Restructure F_Main.vb's regions and handlers. * job-file: Enabled fpath patterns and make them optional/accept nulls/empty fpaths * UI: Add ReloadJob button.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
BUILD.md 1.51 KiB
VECTO-CSE: Development
BUILD
Before compiling you need to add/check references to:
- vectolic.dll
- Newtonsoft.Json.dll
EXECUTE
The following directories/files must be provided in the application folder (e.g. ..\bin\Debug):
- vectolic.dll (check correct version)
- Newtonsoft.Json.dll 6.0.0
- license.dat
- Declaration/
- DemoData/
- Docs/CSE-User Manual.pdf (generated from Word-file)
RELEASE
Checklist to build a new release:
- Make zip-folder named with the "Semantic-version", ie: 2014_15_5-VECTO_CSE-2.0.1-beta1.
- Copy into it:
- executable (
.EXE
and optionally.PDB
when a prerelease) - vectolic.dll (check correct version)
- Newtonsoft.Json.dll 6.0.0
- Declaration/ (With all its files marked as READONLY!!)
- DemoData/
- Docs/CSE-User Manual.pdf (generated from Word-file)
- Docs/GenericData.xlsx
- README.md
- CHANGES.md
- COPYING.txt
- executable (
- Make a temp-copy of the folder and run it with a license.
- Does the "User Manual" open?
- Check everything alright, or else go back to step (2).
- Issue a Pull-request to CITNet with all latest changes.
- ZIP the original folder.
- Upload into CITNet's SVN: https://webgate.ec.europa.eu/CITnet/svn/VECTO/trunk/Share/ and link from: https://webgate.ec.europa.eu/CITnet/confluence/display/VECTO_CSE/Releases
- Make licenses and update private pages
- Tag repos.
- Send announcment email through JIRA (ie see VECTO-28).