Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MCOL-1578 - PDI plugin Windows port #51

Merged
merged 4 commits into from Aug 29, 2018
Merged

MCOL-1578 - PDI plugin Windows port #51

merged 4 commits into from Aug 29, 2018

Conversation

sneJ-
Copy link
Contributor

@sneJ- sneJ- commented Jul 28, 2018

  • Ported the PDI plugin to Windows
  • Ported PDI's test pipeline to Windows
  • Adapted the build pipeline accordingly
  • Added instructions to the documentation
  • Tested on Windows 10 and CentOS 7

String jar = new URI(KettleColumnStoreBulkExporterStepMeta.class.getProtectionDomain().getCodeSource().getLocation().toString().replace(" ", "%20")).getPath();
System.err.println(jar);
String jarPath = jar.substring(0, jar.lastIndexOf("/"));
if(System.getProperty("os.name").indexOf("nux") >= 0){

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it would be safer to invert the logic here and make it if then .. else .. (implied unix default).

@davidwbt davidwbt merged commit 2518e94 into develop-1.1 Aug 29, 2018
@davidwbt davidwbt deleted the MCOL-1578 branch August 29, 2018 22:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants