运行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来进行尝试。
If you have all these folders in your project, you're ready to add an Ant build.xml file to run the transformation process.
如果项目中有了所有这些文件夹,那么您已经准备好添加antbuild . xml文件以运行转换过程。
I also end up creating specific Ant tasks to run these tests only during choreographed scenarios or environments where performance testing is taken into account.
我也会创建特定的Ant任务,从而只在精心策划的将性能测试考虑在内的场景或环境中运行这些测试。
The next task is to run the schemaexport Ant target, which creates the database schema in Listing 10.
下一项任务是运行schemaexportAnt目标,这会创建数据库模式,如清单10所示。
You should now be able to create and run Ant build scripts that contain the Python tasks.
您现在应该能够创建和运行包含Python任务的Ant构建脚本了。
On my project, we used packs to do a couple of things: download a ZIP installation distribution we had already written in Ant, and then run this installation.
我的项目使用pack做两件事:下载我们已经用Ant编写好的一个ZIP安装发布包,然后运行这个安装。
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 test whether Saxon is working properly, run the Ant target checkSaxon, which will successfully process when Saxon is installed properly.
要检查Saxon是否安装正确,可对checkSaxon运行Ant,若安装正确则该过程将成功完成。
To start up the sample application, run Ant [REF] and build the WAR target, then copy it to your Tomcat webapps directory and start Tomcat.
启动示例应用程序的方法是,运行Ant [REF]并构建WAR目标,然后把它复制到Tomcatwebapps目录并启动 Tomcat。
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运行的工作单元。
Before you build the main Shale release, you should run ant clean to remove any preexisting built code.
在构建主Shale发行版之前,应该运行antclean删除之前已有的构建后的代码。
Before we implement this refactoring, let's run ant test to make sure that all the original GET-based request APIs still work - and they do.
在实施这样的重构之前,先运行anttest,以确保原有的所有基于GET的请求API仍可使用—事实确实如此。
Save your modified build.xml and run ant dist.
保存修改后的build . xml并运行antdist。
Just set the AXIS2_HOME environmental variable to your Axis2 installation directory and run ant from a console open to the Rampart sample directory.
只需要将AXIS2_HOME环境变量设置为axis2安装目录并从打开Rampart样例目录的控制台运行ant。
Once you've got these properties set up for your system, you can simply run ant.
根据系统设置好这些属性后,便可以运行ant。
Alternatively, you can check out the sources from Subversion, and then run ant war-demo to generate the JARs and WARs.
你也可以从Subversion上获得源代码,然后运行ant war -demo togenerate theJARs and WARs。
应用推荐