You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@shale.apache.org by stephan opitz <st...@gmail.com> on 2006/07/21 19:41:33 UTC

bundle bug in mailreader example with newest nightly libs

Caused by: java.util.MissingResourceException: Can't find bundle for
base name org.apache.shale.tiles.Bundle, locale de_DE
       at java.util.ResourceBundle.throwMissingResourceException(ResourceBundle.java:836)

has something changed there?

Re: bundle bug in mailreader example with newest nightly libs

Posted by stephan opitz <st...@gmail.com>.
i just used the actual nightly builds...

from shale frameworkxxx.zip copied the lib folder into
mailreader example war and started war with tomcat...

2006/7/23, Wendy Smoak <ws...@gmail.com>:
> On 7/23/06, stephan opitz <st...@gmail.com> wrote:
>
> > no answer?
> >
> > has threre something changed?
> >
> > i see that the loadbundle class is in the correct package but why
> > mailreader does not work with actual nightly libs
>
> What nightly build are you using?  We reorganized the svn repo this
> week, and I have a feeling that the last few "nightly" builds don't
> include recent changes.
>
> The latest source from svn works for me:
>
> ~/svn/shale/shale-apps/shale-mailreader
> $ mvn package cargo:start -Dcargo.tomcat5x.home=/path/to/tomcat5
>
> --> http://localhost:8080/shale-mailreader
>
> If you're able to check out the source and build it, that's the
> easiest way to stay up to date.
>  * http://wiki.apache.org/shale/SubversionRepo
>  * http://wiki.apache.org/shale/MavenBuild
>
> Otherwise, give Craig and Sean a few days to sort out the nightly
> build situation.  Craig was publishing them from home, and now Sean is
> working on getting Continuum set up to do it.
>
> Please keep reporting issues, and thanks for your patience while we
> get everything organized!
>
> --
> Wendy
>

Re: bundle bug in mailreader example with newest nightly libs

Posted by Wendy Smoak <ws...@gmail.com>.
On 7/23/06, stephan opitz <st...@gmail.com> wrote:

> no answer?
>
> has threre something changed?
>
> i see that the loadbundle class is in the correct package but why
> mailreader does not work with actual nightly libs

What nightly build are you using?  We reorganized the svn repo this
week, and I have a feeling that the last few "nightly" builds don't
include recent changes.

The latest source from svn works for me:

~/svn/shale/shale-apps/shale-mailreader
$ mvn package cargo:start -Dcargo.tomcat5x.home=/path/to/tomcat5

--> http://localhost:8080/shale-mailreader

If you're able to check out the source and build it, that's the
easiest way to stay up to date.
  * http://wiki.apache.org/shale/SubversionRepo
  * http://wiki.apache.org/shale/MavenBuild

Otherwise, give Craig and Sean a few days to sort out the nightly
build situation.  Craig was publishing them from home, and now Sean is
working on getting Continuum set up to do it.

Please keep reporting issues, and thanks for your patience while we
get everything organized!

-- 
Wendy

Re: bundle bug in mailreader example with newest nightly libs

Posted by stephan opitz <st...@gmail.com>.
no answer?

has threre something changed?

i see that the loadbundle class is in the correct package but why
mailreader does not work with actual nightly libs

2006/7/21, stephan opitz <st...@gmail.com>:
> Caused by: java.util.MissingResourceException: Can't find bundle for
> base name org.apache.shale.tiles.Bundle, locale de_DE
>       at java.util.ResourceBundle.throwMissingResourceException(ResourceBundle.java:836)
>
> has something changed there?
>