Community
Participate
Working Groups
The aim is to fix the issue in CQ 4354, namely that it is not possible to locate the source of the bundle in the project's subversion repository. For simplicity, both API and implementation will be packaged in a single bundle, following the decision to do that in the current version of the bundle.
Created attachment 200512 [details] jstl 1.2 API JAR downloaded from jstl.java.net
Created attachment 200513 [details] jstl 1.2 implementation JAR downloaded from jstl.java.net
Downloaded the JSTL 1.2 API and implementation JARs from http://jstl.java.net/download.html and attached them to this bug. Combined these JARs, minus Maven directories, and created a single bundle in the SpringSource Enterprise Bundle Repository under EBR commit 395bbce2a3384f78d5ebe7b1872f8c4d34cdc156. Obtained the corresponding source code from the 1.2 tag of the subversion repository https://svn.java.net/svn/jstl~svn and included this in the above EBR commit. The new bundle version number is 1.2.0.v20110728.
Upgraded the Gemini Web dependency: ~/eclipse/virgo/org.eclipse.virgo.web-server/scripts/update-dependency.rb -v javax.servlet.jstl -n 1.2.0.v20110728 and then built and published: ant clean-ivy clean clean-integration test package publish -Declipse.committerId=gnormington (TomcatServletContainerTests needed to be updated to use the new version). Pushed the Gemini Web changes in commit 255f789ec3be28daf96e36fc52304432ec5b33e3. This was published as version 2.0.0.BUILD-20110728103513.
Upgraded the Virgo Web Integration Layer dependencies: ~/eclipse/virgo/org.eclipse.virgo.web-server/scripts/update-dependency.rb -v org.eclipse.gemini.web -n 2.0.0.BUILD-20110728103513 ~/eclipse/virgo/org.eclipse.virgo.web-server/scripts/update-dependency.rb -v javax.servlet.jsp.jstl -n 1.2.0.v20110728 Note that the variable name in Virgo web's build.versions is javax.servlet.jsp.jstl whereas in Gemini Web it was javax.servlet.jstl. Built and tested: ant clean-ivy clean clean-integration test Rippled and pushed.
Updated CQ 4354: https://dev.eclipse.org/ipzilla/show_bug.cgi?id=4354#c20