Changes between Initial Version and Version 2 of Ticket #1878


Ignore:
Timestamp:
Mar 24, 2016, 12:30:02 PM (8 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1878

    • Property Status changed from new to closed
    • Property Resolution changed from to fixed
    • Property Port junit added
  • Ticket #1878 – Description

    initial v2  
    22This allows ant builds that use the JUnit task (for unit testing) to run properly.  (e.g. Maven)
    33Here's the diff:
    4 --------------
     4{{{
    55Index: Portfile
    6 ===============================================================
    7 ====
     6===================================================================
    87RCS file: /Volumes/src/cvs/od/proj/darwinports/dports/java/junit/Portfile,v
    98retrieving revision 1.1
     
    2322+       system "ln -fs ${prefix}/share/java/junit.jar ${destroot}${prefix}/java/apache-ant/lib/"
    2423 }
     24}}}