Skip to content

Commit c94bd05

Browse files
committed
updated build and docs
1 parent 4b293fd commit c94bd05

File tree

3 files changed

+2
-85
lines changed

3 files changed

+2
-85
lines changed

README.md

+1-10
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# JavaPermutationTools (JPT): A Java API for computation on permutations and sequences
22

3-
Copyright (C) 2018-2019 Vincent A. Cicirello.
3+
Copyright (C) 2018-2020 Vincent A. Cicirello.
44

55
https://www.cicirello.org/
66

@@ -58,15 +58,6 @@ If you use the ant build file, the build will generate the following directories
5858
testbin (for the compiled JUnit tests), lib (for the jar file of the library), and exbin (for the compiled example
5959
programs and experiment replication programs).
6060

61-
## Building the Library (Windows batch script)
62-
63-
We strongly recommend using ant (see previous section). However, the /build directory also contains
64-
a Windows batch file (build.bat) which can be used to build the library. It simply relies on javac, jar, and java
65-
for the build. At a command prompt simply execute `build` (if your working directory is the build directory) or
66-
`build\build` (if your working directory is the parent of build). This script will compile all source code, all JUnit tests,
67-
all example programs, and will generate the jar of the library, as well as execute all JUnit tests.
68-
The output of JUnit is a bit less verbose with this approach.
69-
7061
## Running the Example Programs
7162

7263
The examples directory contains example usage of several of the classes of the API.

build/build.bat

-74
This file was deleted.

docs/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ <h3>Related Publications</h3>
7979
<ul>
8080
<li>Vincent A. Cicirello.
8181
<a href="https://www.cicirello.org/publications/cicirello2020inis.html">Kendall Tau Sequence Distance: Extending Kendall Tau from Ranks to Sequences</a>.
82-
EAI Endorsed Transactions on Industrial Networks and Intelligent Systems, 7(23), e1, April 2020.
82+
Industrial Networks and Intelligent Systems, 7(23), e1, April 2020.
8383
<a href="https://www.cicirello.org/publications/eai.13-7-2018.163925.pdf">[PDF]</a> <a href="https://www.cicirello.org/publications/cicirello2020inis.bib">[BIB]</a> <a href="https://doi.org/10.4108/eai.13-7-2018.163925">[DOI]</a></li>
8484
<li>Vincent A. Cicirello.
8585
<a href="https://www.cicirello.org/publications/cicirello2019arXiv.html">Kendall Tau Sequence Distance: Extending Kendall Tau from Ranks to Sequences</a>.

0 commit comments

Comments
 (0)