Hi!

I'd like to keep core sources separate from user interface psp files.
Thus, I've added context with path of user interface
        'Contexts':             {
                                                         'Admin':         
'%(WebKitPath)s/Admin',
                                                         'Examples':      
'%(WebKitPath)s/Examples',
                                                         'Docs':          
'%(WebKitPath)s/Docs',
                                                         'Testing':       
'%(WebKitPath)s/Testing',
               'Project':       '/bla-bla-bla/project/ui',
                                                         'default':       
'%(WebKitPath)s/Examples', ##MAWD
                                                        },

But, when I try to import core source classes from psp:
 <%@page imports="my.project.class"%>
the WebKit can't find it for obvious reasons -- they are located under
/bla-bla-bla/project/src

Is there a way to add the src path to the sys.path via configuration file?

Thanks in advance!

-- 
Andrey V Khavryuchenko          http://www.kds.com.ua/
Offshore Software Development

_______________________________________________________________
Hundreds of nodes, one monster rendering program.
Now that's a super model! Visit http://clustering.foundries.sf.net/

_______________________________________________
Webware-discuss mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/webware-discuss

Reply via email to