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

Karl Wright commented on CONNECTORS-251:
----------------------------------------

Thinking further on this, making this completely automatic won't work because 
there's no good way in ant to make one dependency of a target fire before 
another dependency of the same target, without linking the two dependencies 
together.  So instead I'd propose we introduce a new root-level target as well, 
"download-dependencies", which does the job of picking up the 
non-redistributable dependencies for all connectors.  In practice this will 
just be the jcifs.jar at this time.  But the build structure should support 
each connector making the determination of what to download.


> jcifs.jar download
> ------------------
>
>                 Key: CONNECTORS-251
>                 URL: https://issues.apache.org/jira/browse/CONNECTORS-251
>             Project: ManifoldCF
>          Issue Type: Improvement
>          Components: JCIFS connector
>    Affects Versions: ManifoldCF 0.4
>            Reporter: Shinichiro Abe
>            Assignee: Shinichiro Abe
>            Priority: Minor
>             Fix For: ManifoldCF 0.4
>
>         Attachments: CONNECTORS-251.patch
>
>
> jcifs.jar should be downloaded automatically at jcifs/build.xml as a approach 
> similar to pom.xml.

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

        

Reply via email to