运行ant run - hello命令。
So, in the third DOS console, execute the ant run command, as in Listing 11.
因此,在第三个DOS控制台,执行ant run命令,如清单11所示。
Execute the following command within the directory where you unpacked the source code: ant run.
在将源代码解包的目录中执行下面这个命令:ant run。
To try it out, first deploy the generated AAR file to your Axis2 server installation and then type ant run on the console.
要进行尝试,首先将生成的AAR文件部署到您的Axis2服务器安装并在控制台中输入ant run。
If you again enter ant run at the console, you should then see the messages being exchanged. Listing 7 shows a sample client-message capture.
如果再一次在控制台中输入ant run,应当会看到消息发生了交换。
If you again enter ant run at the console, you should then see the messages being exchanged. Listing 3 shows a sample client-message capture.
如果在控制台中再一次输入ant run,应当会看到被交换的消息。
You can then deploy the generated cxf-library.war file to your test server, and finally type ant run on the console to try running the sample client.
接着可以将生成的cxf - library . war文件部署到测试服务器,并在控制台输入ant run尝试运行示例客户端。
You can then deploy the generated metro-library.war file to your test server, and finally type ant run on the console to try running the sample client.
这时您可以将metro-library.war文件部署到您的测试服务器中,然后在控制台上输入ant run来运行示例客户端。
To access Apache Wookie's menu, make sure Wookie is running (type ant run on the command line) and type the location for Apache Wookie in your browser.
我们先要保证Wookie正在运行 (在命令行中输入ant run),然后在浏览器上输入Apache Wookie的位置, 我们就可以访问 Apache Wookie 的菜单。
You can then deploy the generated cxf-library-username.war file to your test server, and finally type ant run on the console to try running the sample client.
然后,可以把生成的cxf - library - username . war文件部署到测试服务器上,在控制台上输入ant run运行示例客户机。
To run the test client, copy the generated JAR file to the WEB-INF/servicejars directory of your Axis2 server installation and then type ant run on the console.
要运行测试客户机,将生成的JAR文件复制到Axis2服务器安装的WEB-INF/servicejars目录中,然后在控制台中输入ant run。
You can then rebuild the application by running ant, deploy the generated library-signencr.aar file to your Axis2 installation, and run ant run to give it a try.
随后可以通过运行ant重新构建应用程序,将生成的library - signencr . aar文件部署到Axis2安装中,然后运行ant run来进行尝试。
It also explains how to run the Ant script from the command line.
本文还说明了如何从命令行运行ant脚本的方法。
You should now be able to create and run Ant build scripts that contain the Python tasks.
您现在应该能够创建和运行包含Python任务的Ant构建脚本了。
Create, manage, and run the ANT build file.
创建、管理和运行ANT编译文件。
Using the Ant view you can browse and run the different tasks of your Ant build file.
通过使用Ant视图,可以浏览和运行Ant构建文件的不同任务。
Try to run an Ant target in this folder, as illustrated in Listing 1.
尝试在该文件夹中运行Ant目标,如清单1所示。
Once you've set this file up correctly, you can run Ant in the root of your Shale download.
设置好这些文件的路径后,就可以在Shale的根目录中运行Ant。
To run the Ant script, go to the Resource perspective, right-click build.xml, and select Run Ant. That brings up a dialog with the default target already selected.
要运行Ant脚本程序,进入Resource视图,右击build.xml,选择Run Ant,它将弹出一个选定了缺省目标的对话框。
Ant is based on targets, which describe units of work for Ant to run.
Ant基于目标,它描述Ant运行的工作单元。
Once you run ant and build your application, you see a new directory called target/.
只要运行ant并构建应用程序,就能看到一个名为target/ 的新目录。
Navigate to sample directory and from there run ant from the command line.
导航到样例目录,在这里通过命令行运行ant。
Before you build the main Shale release, you should run ant clean to remove any preexisting built code.
在构建主Shale发行版之前,应该运行antclean删除之前已有的构建后的代码。
To build and package the application you simply run ant buildwar.
为了对应用程序进行构建和打包,只需运行antbuildwar。
Save your modified build.xml and run ant dist.
保存修改后的build . xml并运行antdist。
First though, you should run ant download-dependencies.
但是,首先应该运行antdownload - dependencies。
Now, when you run ant -p, you get the result in Listing 5.
现在,当您运行ant-p 时,您得到清单5中的结果。
Once you've got these properties set up for your system, you can simply run ant.
根据系统设置好这些属性后,便可以运行ant。
Finally, run ant release, which builds Shale from scratch.
最后,运行antrelease,以便从头开始构建Shale。
Then open a console to the Axis2 webapp directory and run ant. After the build.xml.
然后在控制台中打开Axis2webapp目录并运行ant。
应用推荐