-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathbuild_instructions.cmd
41 lines (26 loc) · 1.29 KB
/
build_instructions.cmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
[![Build Status](https://travis-ci.org/openml/openml-weka.svg?branch=master)](https://travis-ci.org/openml/openml-weka)
The OpenmlWeka package
(Pre)
Update Description.props
(Version 2019, February)
(1) run ant from package directory
ant -f build_package.xml make_package -Dpackage=OpenmlWeka
(*) Note that this ant script uses the lib and dependencies folders, and not
the maven dependencies. Effort needs to be made to keep these in sync with
the propor maven dependencies (or update the ant script)
Common error messages (load time):
(*) `[Weka] Integrity: removing classloader for: OpenmlWeka` This means (most
likely) that not all dependencies have been installed. Check whether
multisearch is installed (and correct version)
(Version 2016) Ant installation
(1) Download Weka from SVN, trunk folder
https://svn.cms.waikato.ac.nz/svn/weka/trunk
(2) Put OpenmlWeka package folder in the following folder:
<svnroot>/packages/external
(Or use symlink, ln -s )
(3) Run from build file the <svnroot>/weka folder:
a) ant (to make weka itself, which is a dependency)
b) ant make_external -DpackageName=openml-weka (build the package)
(4) Package available in OpenmlWeka folder.
(Version 2015) Plain ant installation:
ant make_external -DpackageName=OpenmlWeka