How To Run Apache Ant Recursively From Any Sub-Folders كيفية ادارة اباتشي النملة بشكل تكراري من أي المجلدات الفرعية
The following command will recursively search for ant build file in the directories and then its parent directories, till it finds it; and then executes it. الامر التالي وسوف بشكل تكراري البحث عن نمله في بناء ملف الادله والادله ، ثم الأم ، حتى تجد ان من وينفذ بعد ذلك. In short you can use this command to manage your project from any subdirectory of the project. باختصار يمكنك استخدام هذا الأمر لادارة المشروع من اي دليل فرعي من المشروع.
ant -s [build file name] النملة - ق] بناء اسم الملف]
If you are specifying a target on the commandline then you should specify it as follows: اذا كنت تحديد الهدف على commandline ثم يجب عليك ان تحدد على النحو التالي :
ant target_name -s [build file name] نمله target_name - ق] بناء اسم الملف]
Note: build file name is optional; default is build.xml ملاحظه : بناء اسم الملف هو اختياري ؛ الافتراضي هو build.xml
Filed under المقدم بمقتضى How To كيف , ، Java Software برنامج جافا , ، Tech Note ملاحظه تقنيه | |
| |
RSS 2.0 ار اس اس 2،0 | |
Trackback this Article | هذه المادة |
Email this Article ارسل هذه المادة
You may also like to read ويمكنك ايضا ان تقرأ |



