[ 
https://issues.apache.org/jira/browse/DERBY-5200?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13034473#comment-13034473
 ] 

Myrna van Lunteren commented on DERBY-5200:
-------------------------------------------

I have a question regarding this fix.
I thought an alternative to having junit.jar in java/tools/junit.jar was if you 
have a property for junit in a properties file.
So I have a line like this in my local.properties:
    junit=/local1/junit/junit.jar
This way I keep out one more non-checked in file and I need only one junit.jar 
for a number of checked-out branches.

Since the fix for this bug went in, the build downloads junit.jar, which I 
think is pointless in my set-up.

Did I do something wrong in making use of this property? Or is it ok to change 
this so it will only download junit.jar if the junit property is not set?




> [patch] embellish build.xml to automatically install junit.jar in the correct 
> directory if it doesn't exist.
> ------------------------------------------------------------------------------------------------------------
>
>                 Key: DERBY-5200
>                 URL: https://issues.apache.org/jira/browse/DERBY-5200
>             Project: Derby
>          Issue Type: Improvement
>          Components: Build tools
>    Affects Versions: 10.7.1.1
>            Reporter: Dave Brosius
>            Assignee: Dave Brosius
>            Priority: Trivial
>             Fix For: 10.9.0.0
>
>         Attachments: auto_download_junit.diff, auto_download_junit.diff, 
> auto_download_junit.diff, update_instructions.diff
>
>
> if tools/java/junit.jar doesn't exist, automatically install it from the 
> central maven repository (location overrideable in local.properties) when 
> running junit.

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

Reply via email to