[Artifactory-users] Operating Artifactory behind a firewall.

2010-07-30 Thread tgoeke
If someone wanted to operate Artifactory behind a firewall on an essentially closed network, what would be the best workflow for replicating artifacts from the public repos? Assume this is a closed network with no Internet access, and that it will be *impossible* to ever get Internet access.

[Artifactory-users] Class-search fetches no-results when 'Search All File Types' checked

2010-07-30 Thread Kostis Anagnostopoulos
Hi, i noticed a strange behavior, which is dificult to reproduce. i'm using the 'class search' web-UI panel searching for a class,and indeed it exists in more many jars. But when i enable Search All File Types check-box, the results disappear! I would expect to at-least remain the same. Is

Re: [Artifactory-users] Implementing automated cleanup of artifacts

2010-07-30 Thread Yoav Landman
Yes, this is possible to achieve for quite some time using Artifactory's REST API: http://wiki.jfrog.org/confluence/display/RTF/Artifactory's+REST+API You can discover artifacts that need to be cleaned up using one of the Search APIs or by traversing directories using the Artifacts API. Then you

Re: [Artifactory-users] Class-search fetches no-results when 'Search All File Types' checked

2010-07-30 Thread Yoav Landman
When searching all file types you need to provide the full file name including the extension. So adding '.class' will find your class. You can also use wildcards (* or ?), e.g. 'MyClass.*' but the search will be a bit slower and you may get more results than intended. On Fri, Jul 30, 2010 at 8:49

Re: [Artifactory-users] Operating Artifactory behind a firewall.

2010-07-30 Thread tgoeke
Thanks, I'll check into the RESTful interface. It sounds like what I was looking for. On Fri, Jul 30, 2010 at 2:35 PM, Yoav Landman-2 [via Artifactory] ml-node+5356240-91546121-635...@n2.nabble.comml-node%2b5356240-91546121-635...@n2.nabble.com wrote: We have something similar to what you