Note that the class "org.apache.myfaces.shared.xyz" from the SVN
checkout becomes
(a) org.apache.myfaces.shared_impl.xyz, AND
(b) org.apache.myfaces.shared_tomahawk.xyz
during the shared module compilation. This makes it possible to use
myfaces and tomahawk together when they use different releases of the
"shared" code.
It would be much more convenient if the shared code were included in the
-src jarfile for the myfaces-core and tomahawk releases, but that isn't
done in the current release - maybe for the next one??
Regards,
Simon
Matthias Wessendorf wrote:
http://svn.apache.org/viewvc/myfaces/shared/tags/
On 12/15/06, Matthias Wessendorf <[EMAIL PROTECTED]> wrote:
the source is in the shared package
org.apache.myfaces.shared.renderkit.html.HtmlLinkRendererBase
(used by impl and tomahawk)
-M
On 12/15/06, Bieringer Dominik <[EMAIL PROTECTED]> wrote:
>
>
>
>
> Hi all,
>
>
>
> I've used SVN to get the tagged source of
>
> MyFaces 1.1.4
> Tomahawk 1.1.3
>
>
>
> I am currently debugging my MyFaces application and there is a
method called
> of the following class:
>
> org.apache.myfaces.shared_impl.renderkit.html.HtmlLinkRendererBase
>
>
>
> The problem is that I am not able to find this class in one of the
above
> described checkedout folders… When I open the MyFaces 1.1.4 JAR archive
> (Downloaded from myfaces.apache.org), I find the missing class.
>
> Where can I find the source file?