Thank you very much for your fast reply, the attachment is "makefile.am" "meta.json" and "makefile.in" for mobilevms. Would you please check them out for me. I only change the meta.xml to meta.json at NOX_RUNTIMEFILES and EXTRA_DIST in makefile.am. Am i right? Then i rerun ./boot.sh cd build/ ../configure make -j There are only a makefile and a wireshark_dissector folder in nox/build/src/nox/netapps/mobilevms directory. What's wrong with it?
I also feel confused about this information at http://noxrepo.org/noxwiki/index.php/Developing_in_NOX does it indicate something else to change? The information is: Pointers: The core python API is in nox/lib/core.py and nox/lib/util.py. To get a handle to another component, use the Component.resolve(..) method on the class or interface to which you want a handle. For example: from nox.app.examples.pyswitch import pyswitch self.resolve(pyswitch) Thank you again~ Best wishes wang jian Friday, October 28, 2011 At 2011-10-28 10:37:10,"Kyriakos Zarifis" <kyr.zari...@gmail.com> wrote: In your application folder, under src/ (NOT build/src) , make sure you have updated the Makefile.am file. This is where you tell the build system to create links inside the build/ tree to files in your src/ tree. So, for example, you need to change "meta.xml" to "meta.json" in there. This is why your build failed until you manually copied the .json into your build/ tree. Delete it from there, and once you update Makefile.am, and do ./boot.sh again, you'll see that a symbolic link to your meta.json will be created under build/ This is one of the problems, I'm not sure it's the only one. Try changing that and start again from ./boot.sh On Thu, Oct 27, 2011 at 7:13 PM, 王健<wangjian2008_12...@126.com> wrote: hello,everyone. Maybe i don't express my problem clearly, so i describe it more detailed. I got the source code of mobilevms compoments(a folder) fromhttp://www.openflow.org/wk/index.php/Mobile_VMs for NOX 0.4, now i want to transplant them to NOX destiny. The source code of mobilevms compoments is beyond 10M, so i can not add it to attachment, sorry for this. How can I deal with this problem. For example i need convert the meta.xml to meta.json(anything else to modify?) and copy the mobilevms folder to nox/src/nox/netapps directory. This problem has confused me for a long time. Anyone who can give me a integral and detailed steps for it. Thank you very much, look forward to reply from you even a little bit advice~ best wishes wang jian Friday October 28,2011 网易公开课推出哈佛最受欢迎《幸福》课程,帮您修满幸福学分! _______________________________________________ nox-dev mailing list nox-dev@noxrepo.org http://noxrepo.org/mailman/listinfo/nox-dev
Makefile.am
Description: Binary data
meta.json
Description: Binary data
Makefile.in
Description: Binary data
_______________________________________________ nox-dev mailing list nox-dev@noxrepo.org http://noxrepo.org/mailman/listinfo/nox-dev