Commit Graph

78 Commits

Author SHA1 Message Date
Rots
74f6cf21c9 enable spaces in data directory
* pass options as proper bash list items so that even if directories
contain spaces, they will be properly passed on to java - #1623
* ignore empty options
2019-01-11 21:14:20 +01:00
Owen Stephens
8c28aac26d comment whitespace to ensure all arguments used 2018-10-27 06:38:08 +01:00
Antonin Delpeuch
2600571595 Cleanup refine script for packaging 2018-10-22 09:26:55 +01:00
Antonin Delpeuch
782ae4e788 Revert "Revert "Migrate to Maven""
This reverts commit c20918b73d.
2018-09-16 15:34:47 +01:00
Jacky
c20918b73d
Revert "Migrate to Maven" 2018-09-16 10:16:50 -04:00
Antonin Delpeuch
aff1abd3cf Fix Linux refine script 2018-09-11 15:41:31 +01:00
Antonin Delpeuch
9b659c618c Cleanup classpath generation in Maven config files 2018-09-11 15:18:03 +01:00
Antonin Delpeuch
f2c0361bfc Call test-compile explicitly when generating the classpath 2018-09-10 18:11:34 +01:00
Antonin Delpeuch
2806b1face Fix 'test' command on UNIX and Windows 2018-09-10 14:42:02 +01:00
Antonin Delpeuch
75414fb1c3 Simplify test invocation 2018-09-10 14:26:14 +01:00
Antonin Delpeuch
60d4656176 Add missing mockito dependency and fix maven invocation 2018-09-10 09:50:44 +01:00
Antonin Delpeuch
b0e3de821b Fix classpath generation on Linux 2018-09-10 09:20:27 +01:00
Antonin Delpeuch
72639fdd71 Fix classpath generation 2018-09-09 19:31:33 +01:00
Antonin Delpeuch
8d5cb67e0c Explicitly process resources in wrapper scripts 2018-09-09 17:48:48 +01:00
Antonin Delpeuch
d0cbadff15 Cleanup classpath generation 2018-09-07 11:27:28 +01:00
Antonin Delpeuch
f371e50217 Start to migrate refine script to use maven 2018-09-07 11:27:28 +01:00
Qi Cui
9c7cbcb6e9 fix the launch4j issue 2018-07-16 19:36:59 -04:00
Martin Robinson
8798275b40 #1605 add warning for java versions greater than 9 2018-05-17 16:12:59 +01:00
Martin Robinson
cdb85d5974 #1604 upgrade java version check to accept all versions greater than 6 2018-05-16 14:26:59 +01:00
Antonin Delpeuch
4a325c8ff5 Configure testing for the Jython extension 2018-01-03 18:37:16 +01:00
Thad Guidry
8837f3df73
Merge pull request #1339 from jackyq2015/issue/1332
to adjust the width of transform dialog. issue #1332
2017-11-17 21:29:25 -06:00
Jacky
bd07fe0e1a to adjust the width of transform dialog. issue #1332 2017-11-17 08:56:30 -05:00
Jacky
fff4fe40b3
Merge pull request #1322 from jackyq2015/master
UI tuning for metadata view
2017-11-11 09:44:12 -05:00
Jacky
d1e9ab9135 UI tuning for metadata view 2017-11-11 09:43:21 -05:00
Jacky
be697d224e
Merge pull request #1321 from jackyq2015/master
message notification of the free RAM. Issue #1295
2017-11-10 15:45:00 -05:00
Jacky
d10eb388a7 message notification of the free RAM. Issue #1295 2017-11-10 15:44:05 -05:00
Jacky
3917d21e01
add double quote to prevent word splitting 2017-11-08 23:16:57 -05:00
Qi Cui
7fc1cfd9e2 Merge branch 'master' of https://github.com/OpenRefine/OpenRefine 2017-11-03 18:36:28 -04:00
Jacky
a7ee0a7003
fix #1162
allow the JRE 9
2017-11-01 15:23:30 -04:00
Qi Cui
f5284b7d11 fix the appbundle issue #1209 2017-10-31 18:12:09 -04:00
Felix Lohmeier
e54199a6f1 added options for initial java heap space and autosave period 2017-06-22 12:27:55 +02:00
Tom Morris
ca9e2000ce Update launch4j version & filenames 2015-07-29 17:07:47 -04:00
Tom Morris
709ccecb42 Fix code signing. Increase Mac disk size 2015-04-29 23:26:40 -04:00
Matthew Blissett
0e79151023 Removed -e from refine script and removed dud line from server_test.
$RUN_CMD is always empty in server_test.
2015-01-23 15:29:43 +00:00
Matthew Blissett
0115186fd5 refine script shell changed to Bash, as it uses Bash syntax.
"-e" option added so script exits after an unexpected error.
2015-01-23 12:42:32 +00:00
Ankit Sardesai
57a3d345a0 Added item to configuration file for max form content size 2014-11-07 08:14:54 -05:00
Andreas Kohn
99cf359cc0 Accept 1.9 as a valid Java VM version
This makes openrefine start up with a 1.9 VM (ea snapshot)
2014-10-22 10:54:28 +02:00
Tom Morris
3aa1e3c436 Fix revision calculation 2013-08-15 16:50:26 -04:00
Tom Morris
4ab69a0ecb Fix getting of git describe strings for #768 2013-08-15 15:34:19 -04:00
Tom Morris
ccbc163c50 Turn on code signing 2013-07-30 14:41:01 -04:00
Tom Morris
840c8979cf Clean up version handling 2013-07-29 18:30:23 -04:00
Tom Morris
fc6d1821ea Remove SVN revision & add OS name for builds 2013-07-29 17:59:00 -04:00
Tom Morris
e1bea25c72 Clean up server tests
- move from shell script to Ant
- update TestNG and Mockito to latest versions
2013-06-11 19:44:58 -04:00
Tom Morris
ae30c19f6b Switch to appbundler & specify target Java version on build 2013-03-26 17:05:17 -04:00
Tom Morris
0bdd3a2d83 Switch to Oracle appbundler for Mac build 2013-03-26 12:52:55 -04:00
Tom Morris
21e18ed0e4 Increase delay for Mac DMG build to try & avoid busy on eject 2013-03-25 23:31:59 -04:00
Tom Morris
a3741b0a11 Restore Mac OS X Intel workaround for launch4j 2013-03-25 23:22:31 -04:00
Tom Morris
277c31c0d3 Switch revision handling to deal with git describe output 2013-03-25 16:28:18 -04:00
Tom Morris
f6d94ecf38 Fix up some missed google-refine references 2013-03-25 16:05:48 -04:00
Tom Morris
eab9c73a46 Fix variable name collision & fall back to old version of launch4j 2013-03-25 14:50:23 -04:00