This repository was archived by the owner on Oct 4, 2018. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed
Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,12 @@ Please see:
44 http://aseng-wiki.us.oracle.com/asengwiki/display/GlassFish/WoodstockUpdate
55 for detail instruction on how to update and publish woodstock jars.
66
7- * To build: cd master; ant clean; ant; The jars will be available at master/build/ship/lib directory.
7+ * To build:
8+ SET the ENV property ANT_OPTS with HTTP Proxy and HTTP Port
9+
10+ export ANT_OPTS="-Dhttp.proxyHost=<HTTP_PROXY_VALUE> -Dhttp.proxyPort=<HTTP_PORT_VALUE>"
11+
12+ cd master; ant clean; ant; The jars will be available at master/build/ship/lib directory.
813
914* 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:
1015
Original file line number Diff line number Diff line change 22
33# REMEMBER TO CHANGE THIS VERSION #!!!!!!
44
5- WOODSTOCK_VERSION=" 4.0.2.13 "
5+ WOODSTOCK_VERSION=" 4.0.2.14 "
66
77# ====== remove existing copies=========
88rm -rf webui-jsf-*
Original file line number Diff line number Diff line change 4141# Version Information
4242MajorVersion =4
4343MinorVersion =0
44- MicroVersion =.2.13
44+ MicroVersion =.2.14
4545Qualifier =
4646Version =${MajorVersion}.${MinorVersion}
4747FullVersion =${Version}${MicroVersion}
You can’t perform that action at this time.
0 commit comments