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) from
> http://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
>
>
>
>
>
>
>
> ------------------------------
> 网易公开课推出哈佛最受欢迎《幸福》课程,帮您修满幸福学分!<http://v.163.com/special/positivepsychology/?from=mailfooter>
> _______________________________________________
> nox-dev mailing list
> nox-dev@noxrepo.org
> http://noxrepo.org/mailman/listinfo/nox-dev
>
>
_______________________________________________
nox-dev mailing list
nox-dev@noxrepo.org
http://noxrepo.org/mailman/listinfo/nox-dev

Reply via email to