Difference between revisions of "SDK Examples"

From Apache OpenOffice Wiki
Jump to: navigation, search
(more results)
(more results)
Line 6: Line 6:
 
! Path to Example || Platform || Comment || Status / Link to IZ Issue
 
! Path to Example || Platform || Comment || Status / Link to IZ Issue
 
|-
 
|-
| setsdkenv_unix || MacIntel OS X    || Does not like spaces in OFFICE_HOME    ||  Need set OFFICE_HOME=" ... path " in configure.pl
+
| setsdkenv_unix || MacIntel OS X    || Does not like spaces in OFFICE_HOME    ||  Need set OFFICE_HOME=" ... path "  
 
|-
 
|-
 
| setsdkenv_unix || GNU/Linux SPARC    ||  If no "java" commands available need adjust settings/settings.mk and settings/std.mk    ||
 
| setsdkenv_unix || GNU/Linux SPARC    ||  If no "java" commands available need adjust settings/settings.mk and settings/std.mk    ||
Line 45: Line 45:
 
|-
 
|-
 
| examples/DevelopersGuide/OfficeDev || MacIntel OS X      || all  || OK  
 
| examples/DevelopersGuide/OfficeDev || MacIntel OS X      || all  || OK  
 +
|-
 +
| examples/DevelopersGuide/Charts || GNU/Linux SPARC    ||  ||   
 +
|-
 +
| examples/DevelopersGuide/Charts || MacIntel OS X      ||  unopkg fails ||  ERROR: (com.sun.star.uno.RuntimeException) { { Message = "unsatisfied query for interface of type com.sun.star.configuration.backend.XSingleLayerStratum!", Context = (com.sun.star.uno.XInterface) @0 } }
 
|-
 
|-
 
| examples/DevelopersGuide/Forms || GNU/Linux SPARC    || Makefile has hard-coded "javac" should be $(SDK_JAVAC) all OK except not tested DataAwareness.run || OK - some minor labels and text truncation     
 
| examples/DevelopersGuide/Forms || GNU/Linux SPARC    || Makefile has hard-coded "javac" should be $(SDK_JAVAC) all OK except not tested DataAwareness.run || OK - some minor labels and text truncation     

Revision as of 05:07, 15 October 2006

This page records progress with testing the SDK Examples on new platforms - initially GNU/Linux SPARC and Mac Intel OS X. Testing should be followed by Issues created in IZ and patches. Please add results for other platforms. Testing as at OOD680_m5 (2.0.4rc3), GNU/Linux SPARC tested using gcj-4.1.2

Path to Example Platform Comment Status / Link to IZ Issue
setsdkenv_unix MacIntel OS X Does not like spaces in OFFICE_HOME Need set OFFICE_HOME=" ... path "
setsdkenv_unix GNU/Linux SPARC If no "java" commands available need adjust settings/settings.mk and settings/std.mk
examples/DevelopersGuide/FirstSteps GNU/Linux SPARC all OK
examples/DevelopersGuide/FirstSteps MacIntel OS X all Needs a link libjpipe.jnilib -> libjpipe.dylib Issue69944
examples/DevelopersGuide/Text GNU/Linux SPARC all OK
examples/DevelopersGuide/Text MacIntel OS X all OK
examples/DevelopersGuide/UCB GNU/Linux SPARC all OK
examples/DevelopersGuide/UCB MacIntel OS X all OK
examples/DevelopersGuide/Spreadsheet GNU/Linux SPARC unopkg failed
examples/DevelopersGuide/Spreadsheet MacIntel OS X unopkg failed ERROR: (com.sun.star.uno.RuntimeException) { { Message = "unsatisfied query for interface of type com.sun.star.configuration.backend.XSingleLayerStratum!", Context = (com.sun.star.uno.XInterface) @0 } }
examples/DevelopersGuide/ScriptingFramework/SayHello GNU/Linux SPARC package is added but macro is not available until disabled and re-enabled runtime error, see IZ
examples/DevelopersGuide/ScriptingFramework/SayHello MacIntel OS X package is added but macro is not available until disabled and re-enabled macro runs OK
examples/DevelopersGuide/ScriptingFramework/ScriptSelector GNU/Linux SPARC build.xml needs property build.compiler=gcj (by ant) [exec] unopkg failed
examples/DevelopersGuide/ScriptingFramework/ScriptSelector MacIntel OS X (by ant) [exec] unopkg failed
examples/DevelopersGuide/ProfUNO/CppBinding GNU/Linux SPARC all OK
examples/DevelopersGuide/ProfUNO/CppBinding MacIntel OS X all OK
examples/DevelopersGuide/ProfUNO/InterprocessConn GNU/Linux SPARC all OK
examples/DevelopersGuide/ProfUNO/InterprocessConn MacIntel OS X all OK
examples/DevelopersGuide/OfficeDev GNU/Linux SPARC all OK
examples/DevelopersGuide/OfficeDev MacIntel OS X all OK
examples/DevelopersGuide/Charts GNU/Linux SPARC
examples/DevelopersGuide/Charts MacIntel OS X unopkg fails ERROR: (com.sun.star.uno.RuntimeException) { { Message = "unsatisfied query for interface of type com.sun.star.configuration.backend.XSingleLayerStratum!", Context = (com.sun.star.uno.XInterface) @0 } }
examples/DevelopersGuide/Forms GNU/Linux SPARC Makefile has hard-coded "javac" should be $(SDK_JAVAC) all OK except not tested DataAwareness.run OK - some minor labels and text truncation
examples/DevelopersGuide/Forms MacIntel OS X all OK except not tested DataAwareness.run OK some minor text truncation in ControlValidation.run
Personal tools