https://issues.apache.org/bugzilla/show_bug.cgi?id=50064
--- Comment #9 from Rex Wang <rwonly@gmail.com> 2010-11-14 22:21:51 EST ---
(In reply to comment #8)
> I'm seeing the following warning for the compat and jstlel modules:
>
> [WARNING] Warning building bundle
> org.apache.taglibs:taglibs-standard-compat:bundle:1.2-SNAPSHOT : Did not find
> matching referal for org.apache.x*
>
> Do we need to add something to their configuration?
I think that because the jstlel and compat don't need the dependency:
<dependency>
<groupId>xalan</groupId>
<artifactId>xalan</artifactId>
<version>2.7.1</version>
<scope>provided</scope>
</dependency>
you can remove it and also the
<Import-Package>org.apache.x*;resolution:=optional,*</Import-Package>
in maven-bundle-plugin instructions.
-Rex
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org
|