You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Dawid Weiss (Created) (JIRA)" <ji...@apache.org> on 2012/04/14 12:43:16 UTC

[jira] [Created] (LUCENE-3984) Add a target to recalculate SHA1 checksums for JAR

Add a target to recalculate SHA1 checksums for JAR
--------------------------------------------------

                 Key: LUCENE-3984
                 URL: https://issues.apache.org/jira/browse/LUCENE-3984
             Project: Lucene - Java
          Issue Type: Task
            Reporter: Dawid Weiss
            Assignee: Dawid Weiss
            Priority: Trivial


Something like this. Either top-level or common-build.xml?
{noformat}
  <target name="refresh-checksums">
    <checksum algorithm="SHA1">
      <fileset dir="${basedir}">
        <include name="**/*.jar"/>
      </fileset>
    </checksum>
  </target>
{noformat}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


[jira] [Updated] (LUCENE-3984) Add a target to recalculate SHA1 checksums for JAR

Posted by "Dawid Weiss (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/LUCENE-3984?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dawid Weiss updated LUCENE-3984:
--------------------------------

    Fix Version/s: 4.0
    
> Add a target to recalculate SHA1 checksums for JAR
> --------------------------------------------------
>
>                 Key: LUCENE-3984
>                 URL: https://issues.apache.org/jira/browse/LUCENE-3984
>             Project: Lucene - Java
>          Issue Type: Task
>            Reporter: Dawid Weiss
>            Assignee: Dawid Weiss
>            Priority: Trivial
>             Fix For: 4.0
>
>
> Something like this. Either top-level or common-build.xml?
> {noformat}
>   <target name="refresh-checksums">
>     <checksum algorithm="SHA1">
>       <fileset dir="${basedir}">
>         <include name="**/*.jar"/>
>       </fileset>
>     </checksum>
>   </target>
> {noformat}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


[jira] [Resolved] (LUCENE-3984) Add a target to recalculate SHA1 checksums for JAR

Posted by "Dawid Weiss (Resolved) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/LUCENE-3984?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dawid Weiss resolved LUCENE-3984.
---------------------------------

    Resolution: Fixed
    
> Add a target to recalculate SHA1 checksums for JAR
> --------------------------------------------------
>
>                 Key: LUCENE-3984
>                 URL: https://issues.apache.org/jira/browse/LUCENE-3984
>             Project: Lucene - Java
>          Issue Type: Task
>            Reporter: Dawid Weiss
>            Assignee: Dawid Weiss
>            Priority: Trivial
>             Fix For: 4.0
>
>
> Something like this. Either top-level or common-build.xml?
> {noformat}
>   <target name="refresh-checksums">
>     <checksum algorithm="SHA1">
>       <fileset dir="${basedir}">
>         <include name="**/*.jar"/>
>       </fileset>
>     </checksum>
>   </target>
> {noformat}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


[jira] [Commented] (LUCENE-3984) Add a target to recalculate SHA1 checksums for JAR

Posted by "Robert Muir (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/LUCENE-3984?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13254173#comment-13254173 ] 

Robert Muir commented on LUCENE-3984:
-------------------------------------

Please do, i dont remember what my magic bash pipe was (as i backported hossman's changes to 3.x), but it was something aweful.
                
> Add a target to recalculate SHA1 checksums for JAR
> --------------------------------------------------
>
>                 Key: LUCENE-3984
>                 URL: https://issues.apache.org/jira/browse/LUCENE-3984
>             Project: Lucene - Java
>          Issue Type: Task
>            Reporter: Dawid Weiss
>            Assignee: Dawid Weiss
>            Priority: Trivial
>             Fix For: 4.0
>
>
> Something like this. Either top-level or common-build.xml?
> {noformat}
>   <target name="refresh-checksums">
>     <checksum algorithm="SHA1">
>       <fileset dir="${basedir}">
>         <include name="**/*.jar"/>
>       </fileset>
>     </checksum>
>   </target>
> {noformat}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


[jira] [Commented] (LUCENE-3984) Add a target to recalculate SHA1 checksums for JAR

Posted by "Dawid Weiss (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/LUCENE-3984?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13254170#comment-13254170 ] 

Dawid Weiss commented on LUCENE-3984:
-------------------------------------

Can I commit this in as a top-level target? It shouldn't matter for svn/git files that don't change (their timestamps will but contents will not) and it helps folks on Windows who can't use Hoss's magic bash pipe (doesn't this sound wrong somehow?).
                
> Add a target to recalculate SHA1 checksums for JAR
> --------------------------------------------------
>
>                 Key: LUCENE-3984
>                 URL: https://issues.apache.org/jira/browse/LUCENE-3984
>             Project: Lucene - Java
>          Issue Type: Task
>            Reporter: Dawid Weiss
>            Assignee: Dawid Weiss
>            Priority: Trivial
>             Fix For: 4.0
>
>
> Something like this. Either top-level or common-build.xml?
> {noformat}
>   <target name="refresh-checksums">
>     <checksum algorithm="SHA1">
>       <fileset dir="${basedir}">
>         <include name="**/*.jar"/>
>       </fileset>
>     </checksum>
>   </target>
> {noformat}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org