This repository has been archived by the owner on Oct 4, 2018. It is now read-only.
javaee/woodstock
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
master
Could not load branches
Nothing to show
Could not load tags
Nothing to show
{{ refName }}
default
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
-
Clone
Use Git or checkout with SVN using the web URL.
Work fast with our official CLI. Learn more.
- Open with GitHub Desktop
- Download ZIP
Sign In Required
Please sign in to use Codespaces.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching Xcode
If nothing happens, download Xcode and try again.
Launching Visual Studio Code
Your codespace will open once ready.
There was a problem preparing your codespace, please try again.
Latest commit
Git stats
Files
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
####⚠️ This project is now part of the EE4J initiative. This repository has been archived as all activities are now happening in the [corresponding Eclipse repository](https://github.com/eclipse-ee4j/glassfish-woodstock). See [here](https://www.eclipse.org/ee4j/status.php) for the overall EE4J transition status. --- 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