System object doc bugs 
-----------------------

                 Key: MASHUP-770
                 URL: https://wso2.org/jira/browse/MASHUP-770
             Project: WSO2 Mashup Server
          Issue Type: Bug
          Components: Documentation
            Reporter: Jonathan Marsh
            Assignee: Channa Gunawardena
             Fix For: 1.1


The doc for the system.include method includes this example:

  system.include("version?stub&lang=e4x", "lib2.js"); 

However this doesn't work as relative urls must be relative to the /services/ 
directory.  Should be

  system.include("system/version?stub&lang=e4x", "lib2.js"); 



-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://wso2.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

_______________________________________________
Mashup-dev mailing list
[email protected]
http://www.wso2.org/cgi-bin/mailman/listinfo/mashup-dev

Reply via email to