forked from javaee/woodstock
-
Notifications
You must be signed in to change notification settings - Fork 0
License
jayasheelankumar/woodstock
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
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: SET the ENV property ANT_OPTS with HTTP Proxy and HTTP Port export ANT_OPTS="-Dhttp.proxyHost=<HTTP_PROXY_VALUE> -Dhttp.proxyPort=<HTTP_PORT_VALUE>" 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: * Remember to change the version #'s in master/build.properties **AND** build-bundles * Remember to update the doc/release-notes.html file * Remember to tag the release!!! (eg. "svn copy https://svn.java.net/svn/woodstock~svn/branches/Woodstock_402_Branch https://svn.java.net/svn/woodstock~svn/tags/4.0.2.8") * Remember to document any process changes!!! * You MUST use Maven 2.x. Maven 3 will not work. Troubleshooting: * mvn may not work... 1) Try making sure your mvn version (esp. on Ubuntu) is current. 2) Try (re)moving your ~/.subversion directory 3) Make sure you have a valid ~/.java.net file with your username / password: vim ~/.java.net userName=yourJavaNetLogin password=yourPassword //save the file and apply permission 600 to restrict the access: chmod 600 ~/.java.net 4) If all else fails, ask for help!
About
No description, website, or topics provided.
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published
Languages
- Java 88.5%
- JavaScript 5.5%
- HTML 4.1%
- CSS 1.6%
- Shell 0.3%