[ 
https://issues.apache.org/jira/browse/SYSTEMML-1704?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Glenn Weidner updated SYSTEMML-1704:
------------------------------------
    Fix Version/s:     (was: SystemML 1.0)
                   SystemML 0.15

> Add commons-io to bin and standalone-jar artifacts
> --------------------------------------------------
>
>                 Key: SYSTEMML-1704
>                 URL: https://issues.apache.org/jira/browse/SYSTEMML-1704
>             Project: SystemML
>          Issue Type: Bug
>          Components: Build
>            Reporter: Deron Eriksson
>            Assignee: Deron Eriksson
>             Fix For: SystemML 0.15
>
>
> Code such as the following requires the commons-io dependency:
> {code}
> package org.apache.sysml;
> import org.apache.sysml.api.jmlc.Connection;
> import org.apache.sysml.api.jmlc.PreparedScript;
> public class Example {
>       public static void main(String[] args) throws Exception {
>               Connection conn = new Connection();
>               PreparedScript script = conn.prepareScript("x=matrix('1 2 3 
> 4',rows=2,cols=2);write(x,'x.csv',format='csv');",
>                               new String[] {}, new String[] {}, false);
>               script.executeScript();
>               conn.close();
>       }
> }
> {code}
> Therefore, add commons-io to the bin artifacts and the standalone-jar 
> artifact since these artifacts package the required dependencies.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to