Lu Liu
9a5cb644ec
Use parentheses for JAVA_OPTIONS on Unix/Linux ( #2401 )
...
* use parentheses for JAVA_OPTIONS on Unix/Linux
* change regex in refine
* add comment for JAVA_OPTIONS
* Update refine.ini
Co-Authored-By: Thad Guidry <thadguidry@gmail.com>
* Update refine.ini
Co-Authored-By: Thad Guidry <thadguidry@gmail.com>
* Update refine.ini
Co-Authored-By: Thad Guidry <thadguidry@gmail.com>
Co-authored-by: Thad Guidry <thadguidry@gmail.com>
2020-03-13 08:38:56 +00:00
Lu Liu
f476f01b37
support configurable credentials for gdata ( #2392 )
2020-03-12 10:41:04 +00:00
Thad Guidry
0d9e1caf1d
remove download path from echo
2020-01-16 11:03:57 -06:00
Thad Guidry
2c9978a41c
Add download path into echo
2020-01-16 11:02:44 -06:00
Antonin Delpeuch
f9bef06488
fix newline character
2020-01-16 17:28:50 +01:00
Thad Guidry
fe4a585cf3
Inform user about download of Maven starting
2020-01-16 10:23:38 -06:00
Antonin Delpeuch
ef607c5915
Update downloaded Maven copy to fix HTTPS issue, closes #2286
2020-01-16 07:10:24 +01:00
Negens
a4ee71a29d
Update the check_running() function in refine
...
In strict shell environments, the "$?" is reset when evaluated.
Here, the "boolean if" statements compares it to "7", then reset it and compares it to "22".
If the "$?" is intially "22", it is not evaluated and the NOT_RUNNING variable is ignored while it shouldn't. this leads to the error
"Something is already running on http://127.0.0.1:3333/ "
To avoid this, the solution is to first affect the value of "$?" to a non-system variable and then evaluate this new variable.
2020-01-08 13:34:49 +01:00
Antonin Delpeuch
e3417bff49
Set version to 3.2
2019-07-26 15:29:57 +01:00
Antonin Delpeuch
5210d838ec
Do not print the Java command when running refine on linux
2019-03-01 11:16:28 +00:00
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