diff --git a/README.txt b/README.txt index a647b11b..479b7f38 100644 --- a/README.txt +++ b/README.txt @@ -4,7 +4,12 @@ Please see: http://aseng-wiki.us.oracle.com/asengwiki/display/GlassFish/WoodstockUpdate for detail instruction on how to update and publish woodstock jars. -* To build: cd master; ant clean; ant; The jars will be available at master/build/ship/lib directory. +* To build: + SET the ENV property ANT_OPTS with HTTP Proxy and HTTP Port + + export ANT_OPTS="-Dhttp.proxyHost= -Dhttp.proxyPort=" + + cd master; ant clean; ant; The jars will be available at master/build/ship/lib directory. * BEFORE Running build-bundles to create the webui-jsf-bundle.jar and webui-jsf-suntheme-bundle.jar for pushing using Nexus UI, do the following: diff --git a/build-bundles b/build-bundles index c5fa5e74..0d072a64 100755 --- a/build-bundles +++ b/build-bundles @@ -2,7 +2,7 @@ # REMEMBER TO CHANGE THIS VERSION #!!!!!! -WOODSTOCK_VERSION="4.0.2.13" +WOODSTOCK_VERSION="4.0.2.14" #====== remove existing copies========= rm -rf webui-jsf-* diff --git a/master/build.properties b/master/build.properties index ac72db99..1dbaccf6 100644 --- a/master/build.properties +++ b/master/build.properties @@ -41,7 +41,7 @@ # Version Information MajorVersion=4 MinorVersion=0 -MicroVersion=.2.13 +MicroVersion=.2.14 Qualifier= Version=${MajorVersion}.${MinorVersion} FullVersion=${Version}${MicroVersion}