On Fri, Nov 14, 2008 at 11:42 AM, M. Ranganathan <[EMAIL PROTECTED]> wrote: > On Fri, Nov 14, 2008 at 11:08 AM, Dale Worley <[EMAIL PROTECTED]> wrote: >> On Fri, 2008-11-14 at 11:31 +0000, Paul Mcdaid wrote: >>> I grabbed the latest sources this morning and hit a compile problem in >>> the build: >>> >>> ./sipXbridge/src/main/java/org/sipfoundry/sipxbridge/Gateway.java:1009: >>> load(java.io.InputStream) in java.uti.Propertied cannot be applied to >>> (java.io.FileReader) >>> props.load(new FileReader( new File(log4jPropertiesFile))) >>> ^ >>> >>> >>> Has anyone else seen this? >> >> I'm seeing it too, in rev. 14017, FC 8. >> >> Dale > > Strangely, I dont see it. > > I will change this to use an input stream > > Ranga
This must be one of those minor incompatibilities between Java 5 and Java 6. Strangely, I had my compliance level set to Java 5 and it compiled without a fuss. Anyway, a fix has been committed. Ranga >> >> >> _______________________________________________ >> sipx-dev mailing list >> [email protected] >> List Archive: http://list.sipfoundry.org/archive/sipx-dev >> Unsubscribe: http://list.sipfoundry.org/mailman/listinfo/sipx-dev >> > > > > -- > M. Ranganathan > -- M. Ranganathan _______________________________________________ sipx-dev mailing list [email protected] List Archive: http://list.sipfoundry.org/archive/sipx-dev Unsubscribe: http://list.sipfoundry.org/mailman/listinfo/sipx-dev
