hi devs, I notice the jstlel is extracted from the impl. But the "resources\org\apache\taglibs\standard\lang\jstl" is still in the impl bundle. This causes a split package issue in osgi environment. The impl will also export "org.apache.taglibs.standard.lang.jstl" package which only contains 2 resources. Just svn mv them to jstlel can resovle this problem. thanks.
Hi devs, Would you please help re-deploy the artifacts after you fix this issue? -Rex
Thanks Rex. I've performed the svn mv, though I'm not sure what the deployment process is so will wait on Jeremy for that.
(In reply to comment #2) > Thanks Rex. > > I've performed the svn mv, though I'm not sure what the deployment process is > so will wait on Jeremy for that. Guidelines are at http://www.apache.org/dev/publishing-maven-artifacts.html Once you've set up your local credentials (in ~/.m2/settings.xml) it's just $ mvn deploy to update the SNAPSHOT. Rex, I deployed r1034805. Please can you resolve this when you've had a chance to check the updated snapshot
(In reply to comment #3) > (In reply to comment #2) > > Thanks Rex. > > > > I've performed the svn mv, though I'm not sure what the deployment process is > > so will wait on Jeremy for that. > > Guidelines are at http://www.apache.org/dev/publishing-maven-artifacts.html > Once you've set up your local credentials (in ~/.m2/settings.xml) it's just > $ mvn deploy > to update the SNAPSHOT. > > Rex, I deployed r1034805. Please can you resolve this when you've had a chance > to check the updated snapshot Sure. will check this. Thank you, Henri and Jeremy. -Rex
resolved, thanks.