Bug 50250

Summary: Split package issue in impl and jstlel bundles
Product: Taglibs Reporter: Rex Wang <rwonly>
Component: Standard TaglibAssignee: Tomcat Developers Mailing List <dev>
Status: RESOLVED FIXED    
Severity: major    
Priority: P2    
Version: 1.2.0   
Target Milestone: ---   
Hardware: PC   
OS: Windows XP   

Description Rex Wang 2010-11-10 21:50:48 UTC
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.
Comment 1 Rex Wang 2010-11-10 21:54:25 UTC
Hi devs,

Would you please help re-deploy the artifacts after you fix this issue?

-Rex
Comment 2 Henri Yandell 2010-11-13 00:52:28 UTC
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.
Comment 3 Jeremy Boynes 2010-11-13 12:09:49 UTC
(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
Comment 4 Rex Wang 2010-11-14 21:41:24 UTC
(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
Comment 5 Rex Wang 2010-12-21 21:50:04 UTC
resolved, thanks.