Re: svn commit: r609670 - /incubator/sling/trunk/launcher/app/src/main/java/org/apache/sling/launcher/app/Sling.java

2008-01-08 Thread Felix Meschberger
Cool. Thanks. Regards Felix Am Dienstag, den 08.01.2008, 10:51 +0100 schrieb Bertrand Delacretaz: Hi Felix, On Jan 8, 2008 8:48 AM, Felix Meschberger [EMAIL PROTECTED] wrote: ...I think, if the osgiProp is missing, the StringBuffer should just be initialized empty. This IMHO is not a

Re: svn commit: r609670 - /incubator/sling/trunk/launcher/app/src/main/java/org/apache/sling/launcher/app/Sling.java

2008-01-08 Thread Bertrand Delacretaz
Hi Felix, On Jan 8, 2008 8:48 AM, Felix Meschberger [EMAIL PROTECTED] wrote: ...I think, if the osgiProp is missing, the StringBuffer should just be initialized empty. This IMHO is not a failure situation and thus not warrant an Exception... Ok, so in revision 609916 I have changed that code

Re: svn commit: r609670 - /incubator/sling/trunk/launcher/app/src/main/java/org/apache/sling/launcher/app/Sling.java

2008-01-07 Thread Felix Meschberger
Hi Bertrand I think, if the osgiProp is missing, the StringBuffer should just be initialized empty. This IMHO is not a failure situation and thus not warrant an Exception (of course NPE is wrong either, so catching the not (yet) existing osgiProp is quite correct). Regards Felix Am Montag, den