English 中文(简体)
如何在阿帕奇ACE找到仓库工具罐?
原标题:How to get Repositorytool.jar in Apache ACE?

Apache Ace 文档提到 RepositorTool.jar 可用于管理仓库。但在 Apache ACE 分布中找不到这个工具。 我在哪里可以下载这个工具?

最佳回答

您指的是的页面是旧网站的一部分(新网页位于http://ace.apache.org ),并提到工具你可能不应该再使用:在有其他方式与存储库互动之前,已经使用过,主要用于开发目的。

视您的需要而定,您可以通过多种方式使用存储库,

  • If you need to programmatically read and write the repositories (remember that they re only XML), use the HTTP API available for that.
  • You can do the same thing from code, see Repository and its implementations.
  • If you want to edit meaningful ACE data (such as linking distributions and targets), use the Client REST API. This is probably the option you want.
问题回答

暂无回答




相关问题
How to upload and download file from a server using C#

I am developing a webpage in that the user can download their Resume for Edit. So I have a link to download the article. I use the following code for download. DataTable dt = user.getUserDetails(2); ...

Detecting PDF Download

I have recently added functionality for generating pdf reports to a web application. However the reports can be quite large and take some time to show the pdf download dialog. I want to show a spinner ...

Writing file to users giving sporadic error in IE

I have a very interesting issue with only specific IE implementations. I have an ASPX page that is used to write files down to the user, as part of the process the page uses the following code to ...

PHP - List of Excel files to download from Intranet Site?

I have a intranet site running PHP 5 that needs to list a folder containing only Excel files. Ideally the user needs to be able to input some search criteria (ie date) and the files would be filtered ...

Determine total size of SVN directory/trunk

Is there a way to count/calculate the total size of a svn directory if you were to checkout a revision? I have limited internet downloads so I need to know how big something is before I go and ...

Scala and html: download an image (*.jpg, etc) to Hard drive

I ve got a Scala program that downloads and parses html. I got the links to the image files form the html, Now I need to transfer those images to my hard drive. I m wondering what the best Scala ...

Downloading file with wxHTTP?

Im really stumped. Im using the wxHTTP class in wxWidgets to try and download two files. The first request succeeds but the second one fails when wxHTTP->GetInputStream is called. Between downloads, ...

热门标签