Commit graph

25 commits

Author SHA1 Message Date
brianjlowe
6570e3dcc6 merging develop into dev-isf 2013-09-10 09:08:55 -04:00
j2blake
dcda958d8d VIVO-29 Obtain revisión info from Git
Subversion is no longer relevant.
2013-08-26 17:50:02 -04:00
j2blake
f05d6c9a58 Check that there is a <servlet> for each <servlet-mapping> 2013-04-10 16:31:28 -04:00
j2blake
e1f2832fbd VIVO-25 Check that web.xml is container-neutral
Create an Ant target that checks web.xml against the assembled webapp, looking for conditions that violate the Servlet spec or the JSP spec, but that Tomcat does not complain about. This will not be a main-stream target, but must be specifically invoked by developers or by Jenkins in order to be effective.
2013-03-11 13:29:20 -04:00
j2blake
cd64830dd5 NIHVIVO-3597 Use a <FileSet> with a <present> selector instead of the home-brewed DirDifferenceFileSet 2012-03-02 21:22:28 +00:00
j2blake
8aa48ed523 VIVO-448 when looking for references to JARs, look in TLD files also. 2012-01-16 17:20:11 +00:00
j2blake
7d877479bc correct licensing information. 2011-11-08 16:07:01 +00:00
j2blake
6e3bf3891d NIHVIVO-2774 Create the JAR usage scanner script. 2011-10-20 21:55:24 +00:00
j2blake
2a05f4e2ca NIHVIVO-2774 improve the "jarlist" target in the build so known required JARs are listed in a file, and not hardcoded. 2011-10-19 20:47:05 +00:00
j2blake
fbf2f04d86 NIHVIVO-2774 add a static analysis utility that will allow us to look for unused JARs in the distribution. 2011-10-12 20:54:34 +00:00
j2blake
0e4441935e NIHVIVO-2811 Restructure the build utilities into a single directory, and compile them all at the beginning. 2011-09-12 19:44:32 +00:00
j2blake
d9ea4c915f NIHVIVO-2757 Make solr deploy part of the main build process. 2011-07-11 18:32:46 +00:00
briancaruso
6f65d712cc Working on memory leak in solr indexing. Changed ContextNodeFields to single threaded. 2011-06-28 23:47:44 +00:00
jeb228
7efe660427 NIHVIVO-2124 store revision info in "revisionInfo" instead of ".revisionInfo" 2011-02-23 21:13:36 +00:00
jeb228
22a2dc75d9 Merge 7470 from the branch 2011-02-11 21:55:15 +00:00
jeb228
3c3e160d68 NIHVIVO-1581 If we aren't able to get the information from Subversion, no matter what the reason, look for a hard-coded value in a file before going with dummy values. 2011-01-26 20:05:35 +00:00
jeb228
bf94f81adc NIHVIVO-1581 Improve the error message produced when building revision info with an out-dated Subversion client. 2011-01-26 19:55:11 +00:00
jeb228
4ab3b466aa Use "svnversion ." as the command instead of just "svnversion". This should accomodate older releases of svn. 2010-12-22 17:15:42 +00:00
jeb228
19bc848fe7 remove noisy print statements in RevisionInfoBuilder 2010-12-06 19:44:31 +00:00
jeb228
b3d7f5469f Fix problem with revisionInfo: fails badly for a developer with turtle SVN -- change it to fail gracefully. 2010-11-09 18:12:53 +00:00
jeb228
2057087789 NIHVIVO-1229 Display more diagnostic information. 2010-10-27 16:24:30 +00:00
jeb228
4553694c77 NIHVIVO-1229 Restore debug statements in the RevisionInfoBuilder. Guard against nulls in revision level or release label. 2010-10-27 14:57:10 +00:00
jeb228
44ebaa9bae NIHVIVO-1229 Remove debug statements in the RevisionInfoBuilder 2010-10-25 21:20:47 +00:00
jeb228
fe5a4f12cd NIHVIVO-1229 Add revisionInfo steps to the build files. Tweak the response parser in the utility. 2010-10-22 15:13:06 +00:00
jeb228
5a7e301711 NIHVIVO-1229 Create a java utility that will extract release and revision information from Subversion, or else from a text file. 2010-10-21 20:14:01 +00:00