[jira] [Updated] (SYSTEMML-926) Simplify distribution profile

2016-10-31 Thread Luciano Resende (JIRA)

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

Luciano Resende updated SYSTEMML-926:
-
 Priority: Blocker  (was: Major)
Fix Version/s: (was: SystemML 1.0)
   SystemML 0.11

> Simplify distribution profile
> -
>
> Key: SYSTEMML-926
> URL: https://issues.apache.org/jira/browse/SYSTEMML-926
> Project: SystemML
>  Issue Type: Task
>  Components: Build
>Reporter: Deron Eriksson
>Assignee: Matthias Boehm
>Priority: Blocker
> Fix For: SystemML 0.11
>
>
> Currently the distribution profile builds 10 (of 11) artifacts. These are:
> {code}
> systemml-0.11.0-incubating-SNAPSHOT-javadoc.jar
> systemml-0.11.0-incubating-SNAPSHOT-sources.jar
> systemml-0.11.0-incubating-SNAPSHOT-src.tar.gz
> systemml-0.11.0-incubating-SNAPSHOT-src.zip
> systemml-0.11.0-incubating-SNAPSHOT-standalone.tar.gz
> systemml-0.11.0-incubating-SNAPSHOT-standalone.zip
> systemml-0.11.0-incubating-SNAPSHOT.jar
> systemml-0.11.0-incubating-SNAPSHOT-standalone.jar
> systemml-0.11.0-incubating-SNAPSHOT.tar.gz
> systemml-0.11.0-incubating-SNAPSHOT.zip
> {code}
> Dropping the number of released artifacts from 10 to 7 would simplify the 
> release process and also simplify the user experience since there would not 
> be so many options to choose from. The removed 3 artifacts could still be 
> build using alternative profiles.
> The distribution profile could build the following artifacts:
> {code}
> systemml-0.11.0-incubating-SNAPSHOT-javadoc.jar
> systemml-0.11.0-incubating-SNAPSHOT-sources.jar
> systemml-0.11.0-incubating-SNAPSHOT-src.tar.gz
> systemml-0.11.0-incubating-SNAPSHOT-src.zip
> systemml-0.11.0-incubating-SNAPSHOT-standalone.tar.gz (rename w/o 
> "-standalone")
> systemml-0.11.0-incubating-SNAPSHOT-standalone.zip (rename w/o "-standalone")
> systemml-0.11.0-incubating-SNAPSHOT.jar
> {code}
> The following could potentially be removed from the distribution profile:
> {code}
> systemml-0.11.0-incubating-SNAPSHOT-standalone.jar
> systemml-0.11.0-incubating-SNAPSHOT.tar.gz (also rename)
> systemml-0.11.0-incubating-SNAPSHOT.zip (also rename)
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (SYSTEMML-926) Simplify distribution profile

2016-09-28 Thread Luciano Resende (JIRA)

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

Luciano Resende updated SYSTEMML-926:
-
Fix Version/s: SystemML 1.0

> Simplify distribution profile
> -
>
> Key: SYSTEMML-926
> URL: https://issues.apache.org/jira/browse/SYSTEMML-926
> Project: SystemML
>  Issue Type: Task
>  Components: Build
>Reporter: Deron Eriksson
>Assignee: Matthias Boehm
> Fix For: SystemML 1.0
>
>
> Currently the distribution profile builds 10 (of 11) artifacts. These are:
> {code}
> systemml-0.11.0-incubating-SNAPSHOT-javadoc.jar
> systemml-0.11.0-incubating-SNAPSHOT-sources.jar
> systemml-0.11.0-incubating-SNAPSHOT-src.tar.gz
> systemml-0.11.0-incubating-SNAPSHOT-src.zip
> systemml-0.11.0-incubating-SNAPSHOT-standalone.tar.gz
> systemml-0.11.0-incubating-SNAPSHOT-standalone.zip
> systemml-0.11.0-incubating-SNAPSHOT.jar
> systemml-0.11.0-incubating-SNAPSHOT-standalone.jar
> systemml-0.11.0-incubating-SNAPSHOT.tar.gz
> systemml-0.11.0-incubating-SNAPSHOT.zip
> {code}
> Dropping the number of released artifacts from 10 to 7 would simplify the 
> release process and also simplify the user experience since there would not 
> be so many options to choose from. The removed 3 artifacts could still be 
> build using alternative profiles.
> The distribution profile could build the following artifacts:
> {code}
> systemml-0.11.0-incubating-SNAPSHOT-javadoc.jar
> systemml-0.11.0-incubating-SNAPSHOT-sources.jar
> systemml-0.11.0-incubating-SNAPSHOT-src.tar.gz
> systemml-0.11.0-incubating-SNAPSHOT-src.zip
> systemml-0.11.0-incubating-SNAPSHOT-standalone.tar.gz (rename w/o 
> "-standalone")
> systemml-0.11.0-incubating-SNAPSHOT-standalone.zip (rename w/o "-standalone")
> systemml-0.11.0-incubating-SNAPSHOT.jar
> {code}
> The following could potentially be removed from the distribution profile:
> {code}
> systemml-0.11.0-incubating-SNAPSHOT-standalone.jar
> systemml-0.11.0-incubating-SNAPSHOT.tar.gz (also rename)
> systemml-0.11.0-incubating-SNAPSHOT.zip (also rename)
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (SYSTEMML-926) Simplify distribution profile

2016-09-22 Thread Deron Eriksson (JIRA)

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

Deron Eriksson updated SYSTEMML-926:

Assignee: Matthias Boehm  (was: Deron Eriksson)

> Simplify distribution profile
> -
>
> Key: SYSTEMML-926
> URL: https://issues.apache.org/jira/browse/SYSTEMML-926
> Project: SystemML
>  Issue Type: Task
>  Components: Build
>Reporter: Deron Eriksson
>Assignee: Matthias Boehm
>
> Currently the distribution profile builds 10 (of 11) artifacts. These are:
> {code}
> systemml-0.11.0-incubating-SNAPSHOT-javadoc.jar
> systemml-0.11.0-incubating-SNAPSHOT-sources.jar
> systemml-0.11.0-incubating-SNAPSHOT-src.tar.gz
> systemml-0.11.0-incubating-SNAPSHOT-src.zip
> systemml-0.11.0-incubating-SNAPSHOT-standalone.tar.gz
> systemml-0.11.0-incubating-SNAPSHOT-standalone.zip
> systemml-0.11.0-incubating-SNAPSHOT.jar
> systemml-0.11.0-incubating-SNAPSHOT-standalone.jar
> systemml-0.11.0-incubating-SNAPSHOT.tar.gz
> systemml-0.11.0-incubating-SNAPSHOT.zip
> {code}
> Dropping the number of released artifacts from 10 to 7 would simplify the 
> release process and also simplify the user experience since there would not 
> be so many options to choose from. The removed 3 artifacts could still be 
> build using alternative profiles.
> The distribution profile could build the following artifacts:
> {code}
> systemml-0.11.0-incubating-SNAPSHOT-javadoc.jar
> systemml-0.11.0-incubating-SNAPSHOT-sources.jar
> systemml-0.11.0-incubating-SNAPSHOT-src.tar.gz
> systemml-0.11.0-incubating-SNAPSHOT-src.zip
> systemml-0.11.0-incubating-SNAPSHOT-standalone.tar.gz (rename w/o 
> "-standalone")
> systemml-0.11.0-incubating-SNAPSHOT-standalone.zip (rename w/o "-standalone")
> systemml-0.11.0-incubating-SNAPSHOT.jar
> {code}
> The following could potentially be removed from the distribution profile:
> {code}
> systemml-0.11.0-incubating-SNAPSHOT-standalone.jar
> systemml-0.11.0-incubating-SNAPSHOT.tar.gz (also rename)
> systemml-0.11.0-incubating-SNAPSHOT.zip (also rename)
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)