Josias Thöny schrieb: > Jonathan Addison wrote: >> Hi Devs, >> >> Has anyone else had a problem building after the recent commits? Is >> this a Java 1.4/1.5 issue? >> >> Thanks for any hints. >> >> Jonathan >> >> C:\src\lenya-1.4.x\src\modules\news\java\src\org\apache\lenya\modules\news\usecases\Edit.java:40: >> cannot resolve symbol >> symbol : method valueOf (short) >> location: class java.lang.Short >> setParameter(INCLUDE_ITEM_NUMBER, >> Short.valueOf(news.getIncludeItemNumber())); >> >> >> ^ >> C:\src\lenya-1.4.x\src\modules\news\java\src\org\apache\lenya\modules\news\useca >> >> ses\Edit.java:44: cannot resolve symbol >> symbol : method valueOf (int) >> location: class java.lang.Integer >> numbers.add(Integer.valueOf(i)); >> ^ >> 2 errors >> >> BUILD FAILED > > It should be fixed now, please try again. > And thanks for reporting.
Thanks for the fix! -- Andreas --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]