Index: lams_tool_forum/build.properties =================================================================== diff -u --- lams_tool_forum/build.properties (revision 0) +++ lams_tool_forum/build.properties (revision fac73c9d50a8ed6c30f10977ef70f52cdb5e4f02) @@ -0,0 +1,18 @@ +######################################################################################################################## +### BUILD PROPERTIES ### +### 1) Do *NOT* use backslashes in paths unless you are sure the ANT task treats them properly. ### +### 2) Use only ant variables (${foo}) that You declared above or make *SURE* You derive them from the right place. ### +### 3) Comment out boolean style build settings instead of setting false. Set to false may fail. ### +### 4) Uncommenting the forceClean attribute *WILL* delete your sourcecode to make place for vcs controlled builds. ### +######################################################################################################################## + +### project properties ### +project = lams_tool_forum +project.version = 2 +project.displayname = lams forum tool +project.description = lams forum tool + +#appserver.deploy.dir= c:/orion/applications/auto +appserver.deploy.dir = C:/resin-3.0.13/webapps +#appserver.deploy.dir = C:/Tomcat5/webapps +#appserver.deploy.dir = C:/tomcat41/jakarta-tomcat-4.1.31/webapps Index: lams_tool_forum/build.xml =================================================================== diff -u --- lams_tool_forum/build.xml (revision 0) +++ lams_tool_forum/build.xml (revision fac73c9d50a8ed6c30f10977ef70f52cdb5e4f02) @@ -0,0 +1,338 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +------------------------------------------+ + | build initializing | + +------------------------------------------+ + + + + + + + + +------------------------------------------+ + | creating directory structure | + +------------------------------------------+ + + + + + + + + + + + + + + + +------------------------------------------+ + | clean | + +------------------------------------------+ + + + + + + + + + + + + + +------------------------------------------+ + | compile | + +------------------------------------------+ + + + + + + +------------------------------------------+ + | generating hibernate metadata | + +------------------------------------------+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +------------------------------------------+ + | compile | + +------------------------------------------+ + + + + + + + + + + + + + + + + + + + +-------------------------------------------+ + | run junit tests and save results in /test | + +-------------------------------------------+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +------------------------------------------+ + | merge stuff into jar file | + +------------------------------------------+ + + + + + + + + + + +------------------------------------------+ + | create jar file | + +------------------------------------------+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +------------------------------------------+ + | built war file | + +------------------------------------------+ + + + + +------------------------------------------+ + | created distribution | + +------------------------------------------+ + + + + +------------------------------------------+ + | deployed war file | + +------------------------------------------+ + + + + + + +