You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hama.apache.org by "Edward J. Yoon (JIRA)" <ji...@apache.org> on 2011/05/19 03:50:47 UTC

[jira] [Created] (HAMA-394) Refactor 'hama' script and pom.xml

Refactor 'hama' script and pom.xml
----------------------------------

                 Key: HAMA-394
                 URL: https://issues.apache.org/jira/browse/HAMA-394
             Project: Hama
          Issue Type: Improvement
          Components: build , scripts 
    Affects Versions: 0.2.0
            Reporter: Edward J. Yoon
            Assignee: Edward J. Yoon
             Fix For: 0.3.0


We need to 

 * Change 'build/**' to 'target/**'
 * Add maven-dependency-plugin
 * Remove unused codes 

For example,

{code}
for f in $HAMA_HOME/lib/jsp-2.1/*.jar; do
  CLASSPATH=${CLASSPATH}:$f;
done
{code}

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (HAMA-394) Refactor 'hama' script and pom.xml

Posted by "Edward J. Yoon (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HAMA-394?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Edward J. Yoon updated HAMA-394:
--------------------------------

    Attachment: HAMA-394.patch

attach my patch.


> Refactor 'hama' script and pom.xml
> ----------------------------------
>
>                 Key: HAMA-394
>                 URL: https://issues.apache.org/jira/browse/HAMA-394
>             Project: Hama
>          Issue Type: Improvement
>          Components: build , scripts 
>    Affects Versions: 0.2.0
>            Reporter: Edward J. Yoon
>            Assignee: Edward J. Yoon
>             Fix For: 0.3.0
>
>         Attachments: HAMA-394.patch
>
>
> We need to 
>  * Change 'build/**' to 'target/**'
>  * Add maven-dependency-plugin
>  * Remove unused codes 
> For example,
> {code}
> for f in $HAMA_HOME/lib/jsp-2.1/*.jar; do
>   CLASSPATH=${CLASSPATH}:$f;
> done
> {code}

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (HAMA-394) Refactor 'hama' script and pom.xml

Posted by "Edward J. Yoon (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HAMA-394?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13036066#comment-13036066 ] 

Edward J. Yoon commented on HAMA-394:
-------------------------------------

This issue annoying me!
I just committed this.

> Refactor 'hama' script and pom.xml
> ----------------------------------
>
>                 Key: HAMA-394
>                 URL: https://issues.apache.org/jira/browse/HAMA-394
>             Project: Hama
>          Issue Type: Improvement
>          Components: build , scripts 
>    Affects Versions: 0.2.0
>            Reporter: Edward J. Yoon
>            Assignee: Edward J. Yoon
>             Fix For: 0.3.0
>
>         Attachments: HAMA-394.patch, HAMA-394_v02.patch
>
>
> We need to 
>  * Change 'build/**' to 'target/**'
>  * Add maven-dependency-plugin
>  * Remove unused codes 
> For example,
> {code}
> for f in $HAMA_HOME/lib/jsp-2.1/*.jar; do
>   CLASSPATH=${CLASSPATH}:$f;
> done
> {code}

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (HAMA-394) Refactor 'hama' script and pom.xml

Posted by "Edward J. Yoon (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HAMA-394?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Edward J. Yoon updated HAMA-394:
--------------------------------

    Resolution: Fixed
        Status: Resolved  (was: Patch Available)

> Refactor 'hama' script and pom.xml
> ----------------------------------
>
>                 Key: HAMA-394
>                 URL: https://issues.apache.org/jira/browse/HAMA-394
>             Project: Hama
>          Issue Type: Improvement
>          Components: build , scripts 
>    Affects Versions: 0.2.0
>            Reporter: Edward J. Yoon
>            Assignee: Edward J. Yoon
>             Fix For: 0.3.0
>
>         Attachments: HAMA-394.patch, HAMA-394_v02.patch
>
>
> We need to 
>  * Change 'build/**' to 'target/**'
>  * Add maven-dependency-plugin
>  * Remove unused codes 
> For example,
> {code}
> for f in $HAMA_HOME/lib/jsp-2.1/*.jar; do
>   CLASSPATH=${CLASSPATH}:$f;
> done
> {code}

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (HAMA-394) Refactor 'hama' script and pom.xml

Posted by "Edward J. Yoon (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HAMA-394?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Edward J. Yoon updated HAMA-394:
--------------------------------

    Status: Patch Available  (was: Open)

Submit my patch

> Refactor 'hama' script and pom.xml
> ----------------------------------
>
>                 Key: HAMA-394
>                 URL: https://issues.apache.org/jira/browse/HAMA-394
>             Project: Hama
>          Issue Type: Improvement
>          Components: build , scripts 
>    Affects Versions: 0.2.0
>            Reporter: Edward J. Yoon
>            Assignee: Edward J. Yoon
>             Fix For: 0.3.0
>
>         Attachments: HAMA-394.patch, HAMA-394_v02.patch
>
>
> We need to 
>  * Change 'build/**' to 'target/**'
>  * Add maven-dependency-plugin
>  * Remove unused codes 
> For example,
> {code}
> for f in $HAMA_HOME/lib/jsp-2.1/*.jar; do
>   CLASSPATH=${CLASSPATH}:$f;
> done
> {code}

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (HAMA-394) Refactor 'hama' script and pom.xml

Posted by "Edward J. Yoon (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HAMA-394?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Edward J. Yoon updated HAMA-394:
--------------------------------

    Attachment: HAMA-394_v02.patch

added option to exclude all transitive dependencies.

> Refactor 'hama' script and pom.xml
> ----------------------------------
>
>                 Key: HAMA-394
>                 URL: https://issues.apache.org/jira/browse/HAMA-394
>             Project: Hama
>          Issue Type: Improvement
>          Components: build , scripts 
>    Affects Versions: 0.2.0
>            Reporter: Edward J. Yoon
>            Assignee: Edward J. Yoon
>             Fix For: 0.3.0
>
>         Attachments: HAMA-394.patch, HAMA-394_v02.patch
>
>
> We need to 
>  * Change 'build/**' to 'target/**'
>  * Add maven-dependency-plugin
>  * Remove unused codes 
> For example,
> {code}
> for f in $HAMA_HOME/lib/jsp-2.1/*.jar; do
>   CLASSPATH=${CLASSPATH}:$f;
> done
> {code}

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira