Just as a side node, a good place to put Java binary files into might be a 
Maven repository, just like Nexus or Artifactory.

If you are interested in more information, http://maven.apache.org might be 
a good starting point. Short story: Maven is a build and dependency 
management tool.

Am Montag, 18. Februar 2013 23:15:05 UTC+1 schrieb Jonas Geiregat:
>
> Hello,                                                                     
>                                                                      
>                                                                           
>                                                                       
> I'm using Jenkins as a CI server for a python web based project.           
>                                                                      
> I'm using the Violations plugin and jslint to get some                     
>                                                                      
> information out of my javascript files.                                   
>                                                                       
> For this I use, jslin4java, which I use as  a Java jar.                   
>                                                                       
>                                                                           
>                                                                       
> As I'm new to jenkins and see other such cases arise I should             
>                                                                       
> find a good solution to handle such dependent files.                       
>                                                                      
>                                                                           
>                                                                       
> My issue is, where to put those files that my tests require but,           
>                                                                      
> should not be part of the projects source code ?                           
>                                                                      
> I've considered putting them under VCS control, just like I do             
>                                                                      
> with my project configuration files.
>
> Jonas.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to