To reproduce :
1) get fresh files from CVS 2) build dist 3) with no sar in dist/apps/ invoke dist/bin/run :
C:\Apache-CVS-UPD\jakarta-avalon-phoenix\dist\bin>run
java.lang.reflect.InvocationTargetException: java.util.MissingResourceException: Can't find bundle for base name org.apache.avalon.p
hoenix.frontends, locale en_GB
at java.util.ResourceBundle.throwMissingResourceException(ResourceBundle.java:712)
at java.util.ResourceBundle.getBundleImpl(ResourceBundle.java:604)
at java.util.ResourceBundle.getBundle(ResourceBundle.java:575)
at org.apache.avalon.excalibur.i18n.Resources.getBundle(Resources.java:698)
at org.apache.avalon.excalibur.i18n.Resources.getString(Resources.java:553)
at org.apache.avalon.phoenix.frontends.CLIMain.handleException(CLIMain.java:173)
at org.apache.avalon.phoenix.frontends.CLIMain.main(CLIMain.java:66)
at java.lang.reflect.Method.invoke(Native Method)
at org.apache.avalon.phoenix.launcher.Main.main(Main.java:54)
C:\Apache-CVS-UPD\jakarta-avalon-phoenix\dist\bin>
I've poked around a little and it looks to be related to the updated avalon-excalibur-20010926.jar. It's not finding org.apache.avalon.phoenix.frontends which is not surprising as it should be looking for org.apache.avalon.phoenix.frontends.Resources
- Paul H
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
