entry point for apache torque project

独自空忆成欢 提交于 2019-12-12 13:18:35

问题


I've a project that contains webroot folder name war and contains a structure like

but it doesn't contains a web.xml like other common entry point for web projects.How i start this torque project?What is the entry point for torques web project? my another question is here xdoclet folder in my structure contains a folder name merge that contains some servlet mapping files.so what is connection of xdoclect and mapping of servlet.


回答1:


I suppose you will find answers to your questions looking at build.xml. Probably you need to build your project (both descriptors and xdoclet work will be done by ANT).

In order to do that, a good starting point could be:

  • where you've downloaded this project structure
  • open a shell, go into the directory where there's build.xml and type

    ant --projecthelp

I assume ant is in your PATH. Otherwise you can prefix the ant command with the whole path of the ant command.



来源:https://stackoverflow.com/questions/15811682/entry-point-for-apache-torque-project

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!