Issue 11516 - SDK ToDo java example does not work on Linux
Summary: SDK ToDo java example does not work on Linux
Status: CLOSED FIXED
Alias: None
Product: App Dev
Classification: Unclassified
Component: api (show other issues)
Version: 3.3.0 or older (OOo)
Hardware: PC Linux, all
: P3 Trivial
Target Milestone: ---
Assignee: svante.schubert
QA Contact: issues@api
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-02-15 18:39 UTC by Unknown
Modified: 2013-02-24 21:07 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description Unknown 2003-02-15 18:39:27 UTC
When clicking on the "Recalc dates" button, the basic interpretor stops and
displays "Basic runtime error. Object variable not set" for variable "objectToDo".

Actually the ToDo.jar file contained in the deployed ToDo.zip does not contain
the ToDo$Implementation.class file.

The problem was fixed by modifying the ToDo Makefile line 39 from:
		$(COMPONENT1_NAME)$$$(COMPONENT1_NAME)Implementation.class
to:
		$(COMPONENT1_NAME)\$$$(COMPONENT1_NAME)Implementation.class

It worked on my linux system but i couldn't try it on other platforms.
Comment 1 Unknown 2003-02-15 18:57:15 UTC
I could verify the same issue, fixable the same way on the CalcAddins
example.

Possibly, Car, Inspector, MinimalComponent and com/sun/star/comp/demo
might have the same problem.
Comment 2 ooo 2003-02-18 14:50:00 UTC
regarding to Jürgen Schmidt, this bug is fixed in ODK 1.0.2 final
Comment 3 ooo 2003-04-16 14:59:24 UTC
please verify
Comment 4 svante.schubert 2003-04-16 16:44:07 UTC
This problem is solved, but a RunTimeException is thrown, when
starting the document --> followupbug.
Comment 5 svante.schubert 2003-04-16 16:45:29 UTC
verified
Comment 6 svante.schubert 2003-04-30 12:47:03 UTC
SUS: Tested under Solaris m12s1-3, Linux m12s1-5 and Windows m12s1-2 
-> closed