[IronPython] Generate xap for SL when assemblies are located in sub-directory

Kristian Jaksch kristian.jaksch at gmail.com
Wed Jun 10 12:19:25 CEST 2009


This works fine when the xap is generated in memory with /b from VS 2008 but
how to make it work when creating a real app.xap file?

What I have is this:

root/app/dependencies

chiron is located in the "root". The "app.py" is located in "app" and the
assemblies are located in "dependencies".

The following didn't work:

chiron /d:app /r:app/dependencies /x:app.xap

The .xap is generated but it can't be loaded.

Thanks for help!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ironpython-users/attachments/20090610/963b07d6/attachment.html>


More information about the Ironpython-users mailing list