At 5:44 PM -0700 6/30/08, Hiroki Terashima wrote: > >>> How are you planning to launch things? Are you going to use the SDS to >launch them? > > >Yes, we are going to use the SDS to launch PasOTrunk projects. > >I gave the new jnlp a try: >1) created new offering: ><http://rails.dev.concord.org/sds/2/offering/45268>http://rails.dev.concord.org/sds/2/offering/45268. > >This offering uses the following: >Jnlp: <http://rails.dev.concord.org/sds/2/jnlp/31868>PasOTrunk Jnlp, >(id: 31868), last updated: Mon Jun 30 17:51:33 UTC 2008 >Curnit: ><http://rails.dev.concord.org/sds/2/curnit/17300>otrunk-curnit-external-diytest > >(id: 17300), last updated: > >2) created workgroup for this offering: ><http://rails.dev.concord.org/sds/2/workgroups/87346>http://rails.dev.concord.org/sds/2/workgroups/87346 > >3) tried to launch the project with the recently-converted-to-otrunk >Hydrogen Cars project. The otml file resides here: ><http://www.telscenter.org/confluence/download/attachments/20047/Hydrogen_Cars.otml>http://www.telscenter.org/confluence/download/attachments/20047/Hydrogen_Cars.otml > >Paste this in the browser: ><http://rails.dev.concord.org/sds/2/offering/45268/jnlp/87346?sailotrunk.otmlurl=http://www.telscenter.org/confluence/download/attachments/20047/Hydrogen_Cars.otml>http://rails.dev.concord.org/sds/2/offering/45268/jnlp/87346?sailotrunk.otmlurl=http://www.telscenter.org/confluence/download/attachments/20047/Hydrogen_Cars.otml
The way you constructed the url the sailotrunk.otmlurl isn't actually passed through the jnlp as a system property. It appears in the jnlp embedded in the argument element which is the url that is used to retrieve the config resources from the SDS: <application-desc main-class="net.sf.sail.emf.launch.EMFLauncher2"> <argument>http://rails.dev.concord.org/sds/2/offering/45268/config/87346/0?sailotrunk.otmlurl=http%3A%2F%2Fwww.telscenter.org%2Fconfluence%2Fdownload%2Fattachments%2F20047%2FHydrogen_Cars.otml</argument> </application-desc> You instead want to pass the whole property <key>=<value>) as a value to the key "jnlp_properties". I just created this wiki page that has many more details including a simple ruby script for generating SDS OTrunk urls: http://confluence.concord.org/display/CSP/OTrunk+SDS+URL+Generation --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
