From: pvtroshin Date: Fri, 24 Jun 2011 17:17:29 +0000 (+0000) Subject: Further simplification of build tasks X-Git-Url: http://source.jalview.org/gitweb/?a=commitdiff_plain;h=b92afa441493a3c675fa0e63977aa7d5f0e17d8e;p=jabaws.git Further simplification of build tasks get rid of biojava jar as it's not in use git-svn-id: link to svn.lifesci.dundee.ac.uk/svn/barton/ptroshin/JABA2@4328 e3abac25-378b-4346-85de-24260fe3988d --- diff --git a/TODO.txt b/TODO.txt index b2060ce..5d66c70 100644 --- a/TODO.txt +++ b/TODO.txt @@ -21,15 +21,9 @@ To change this you need 2) Update the code to get the date out of the file. Can be done once JABAWS 1 is replaced with 2. -Globprot need a proper reference to bio python and sav_gol binaries -> they should be -somehow taken from disembl. - ? Replace conservation.Method with server.ws.Method and try building WS. If this does not work - get rid of Method -Output file parsing for stat reporting -install cluster engine stat of www-jws2 user - integrate the above to tweak the size of the local job Good toString method for Limits (test with command line client -limits) diff --git a/WEB-INF/lib/biojava.jar b/WEB-INF/lib/biojava.jar deleted file mode 100644 index 9c306c8..0000000 Binary files a/WEB-INF/lib/biojava.jar and /dev/null differ diff --git a/WEB-INF/lib/readme.txt b/WEB-INF/lib/readme.txt index 2736669..9992096 100644 --- a/WEB-INF/lib/readme.txt +++ b/WEB-INF/lib/readme.txt @@ -1,14 +1,13 @@ +Runtime dependency for web services. They are required to run a web service +within servlet container e.g. tomcat + webservices-rt.jar webservices-tools.jar webservices-api.jar -is to satisfy compile dependencies for web services. -Once they are compiled this library is not needed. -They are required to run a web service within servlet container - tomcat -Standard JDK6 has this library in, it is relocated here to be able to use Ant tasks (WsGen, wsimport) for WS compilation -and make the project less dependant on the environment +JABAWS Statistics web application dependencies: -display tag 1.2 dependencies +- Display Tag 1.2 dependencies commons-beanutils-1.7.0.jar commons-collections-3.2.jar @@ -19,4 +18,7 @@ displaytag-export-poi-1.2.jar itext-1.4.7.jar jstl-1.1.2.jar poi-3.2-FINAL-20081019.jar -standard-1.1.2.jar \ No newline at end of file +standard-1.1.2.jar + +- Derby database driver for statistics database +derby.jar \ No newline at end of file diff --git a/build.xml b/build.xml index 4e9dd87..884ee5e 100644 --- a/build.xml +++ b/build.xml @@ -27,17 +27,14 @@ - - + - - - + @@ -309,8 +306,10 @@ Packing binaries, and configuration files - - + + + + @@ -359,15 +358,7 @@ - - - - - - - - - + - - Preparing war file without JAXWS and binaries - + + Preparing a war file without binaries + - - - + + + + + + + + - - + - + @@ -414,71 +410,30 @@ - - Preparing war file without JAXWS - - - - - - - - - - Preparing war file without JAXWS - - - - - - - - - - - - - - - - - - - - - - - - - + Preparing a complete war file - + + + - - - - - - Preparing a complete war file - - - + - + + + depends="full-jaba-client, minimal-jaba-client-jar, jaba-no-binaries, + jaba-complete, datamodel-jar, datamodel-source-jar, source-jar"/> @@ -491,23 +446,6 @@ -