Tony, have you tried running the otrunk-examples from eclipse? If you can make the particular drawing tool example work in eclipse. Then you should be able to work your way between that and the authoring tool to find out what is different.
If you are running the authoring tool (or any java app) from eclipse you can go to the terminal and run: > ps awwx | grep java That will show you the full classpath that eclipse used to launch the application. You can paste that into a text editor and search it for the datagraph deps or anything else and figure out which one your application is being run with. double check for duplicates in case the same jar or project has been added twice. The jnlp does appear to have the latest datagraph. Sam does the new drawing tool author view require a different view entry then the old one? Maybe Tony is using the old one instead of the new one? Scott Anthony Perritano wrote: > mmmm. i updated all my concord projects include datagraph, etc.... > still the same. also the authoring tool jnlp should be getting the > lastest concord snapshots right? its using the old code too. my > laucher is included; > > http://www.telscenter.org/confluence/display/TCS/How+to+run+the+Authoring+Tool > > > ------------------------------------------------------------------------ > > > > -Tony > > > > On [Jun 6], at 1:39 PM, Sam Fentress wrote: > >> [EMAIL PROTECTED] <mailto:[email protected]> writes:* >> Yes, i doubly updated all of my OTrunk dependencies. the difference >> in ui i see from the version i have and from the ot drawing page is >> that drawing in author mode has has a "preview" and "editor" mode. >> where as the one i have has the stamps and background textfields at >> the bottom of the tool. are those two versions long out of date? >> >> >> Yes, that's correct -- the version with "Preview" and "Edtor" is the >> current version, the version with stamps and a text field at the >> bottom is the older one. >> >> Sam >> >> >> > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "SAIL-Dev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/SAIL-Dev?hl=en -~----------~----~----~----~------~----~------~--~---
