[metrics-bugs] #20596 [Metrics]: add jdk version to manifest files

Tor Bug Tracker & Wiki blackhole at torproject.org
Wed Nov 9 10:18:38 UTC 2016


#20596: add jdk version to manifest files
-------------------------+------------------------------
 Reporter:  iwakeh       |          Owner:  metrics-team
     Type:  enhancement  |         Status:  needs_review
 Priority:  Medium       |      Milestone:
Component:  Metrics      |        Version:
 Severity:  Normal       |     Resolution:
 Keywords:               |  Actual Points:
Parent ID:               |         Points:
 Reviewer:               |        Sponsor:
-------------------------+------------------------------

Comment (by iwakeh):

 In order not to forget anything before committing the following task could
 be added:
 {{{
   <target name="pre-commit" depends="test,checks,coverage" >
     <fail if="wrong-jvm"
           message="Please run with Java ${source-and-target-java-version}
 instead of ${java.version}.">
     </fail>
   </target>
 }}}

 With this one 'only' needs to run one task before committing.

--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/20596#comment:6>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online


More information about the metrics-bugs mailing list