|
From: <php...@li...> - 2010-03-01 18:06:30
|
The text files in: php-java-bridge\unsupported\platform\plugins have been committed as a text files, which caused a crash in the birt report engine on windows. The osgi framework expects the properties files in unix format (\n line ends), not windows format (\r\n line). I have removed and re-added the entire platform folder, changing all text file back to unix format and set the binary property, so that wincvs doesn't destroy them. The new CVS release tags are: Root_Release-6-0-3_NEW Release-6-0-3_NEW The download files have been created on a unix machine, so there's no need to update them. BTW: To compile the bridge on a windows machine, you need php.exe, php5.dll, tools.jar (from the 1.6 JDK download), ant-launcher.jar and ant.jar (from the ant download) in the current folder and run: java -jar ant-launcher.jar JavaBridgeWar Regards, Jost Bökemeier |