From d95f9ce3ed125ca17ee2d3c5c2e72da666b1efa6 Mon Sep 17 00:00:00 2001 From: Manuele Simi Date: Fri, 16 Oct 2009 18:21:57 +0000 Subject: [PATCH] upgrading the build.xml file in order to build the IS-Registry's test-suite git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/information-system/gCubeIS/Registry@16022 82a268e6-3cf1-43bd-a215-b396298e98cf --- build.xml | 24 +++++++++++++++--------- 1 file changed, 15 insertions(+), 9 deletions(-) diff --git a/build.xml b/build.xml index 63da752..0d78627 100755 --- a/build.xml +++ b/build.xml @@ -3,7 +3,7 @@ Version 0.5 -REQUIRED INPUT PROPERTIES +INPUT PROPERTIES This buildfile assumes that the following properties have or may have been defined in a "build.properties" file in the configuration directory of the service (or else using the -D flag on the command line). @@ -24,7 +24,10 @@ package.: (optional) The package name of the stubs generated from WSDL and/ etics.build: (optional) Set to 'true', it indicates that build structures and procedures should be optimised for remote builds in ETICS. If it is omitted, this buildfile will optimise build structures and procedures for local builds. - +full.stubs: (optional) Set to 'false', it excludes auxiliary stub code placed under ${package}/stubs when building the stub distribution. + It is intended to simplify realignment of auxiliary and standard stub in IDE environments in case the latter change in non backwards-compatible ways. + After re-alignment, the property is typically left to its default of 'true' to restore a joint build of all stub code. + --> @@ -83,9 +86,10 @@ etics.build: (optional) Set to 'true', it indicates that build structures a + - + @@ -429,12 +433,14 @@ etics.build: (optional) Set to 'true', it indicates that build structures a - - - - - - + + + + + + + +