BasisAndroid icon indicating copy to clipboard operation
BasisAndroid copied to clipboard

How to build in the haxe3 environment

Open darcyg opened this issue 12 years ago • 3 comments

build basis error: D:\Motion-Twin\haxe3\haxe\lib\basis\git>haxe build.hxml Sys_error("build/run.n: No such file or directory")

build basisAndroid error:

D:\Motion-Twin\haxe3\haxe\lib\basisAndroid\git>haxe build.hxml Error: Library xapi is not installed : run 'haxelib install xapi'

D:\Motion-Twin\haxe3\haxe\lib\basisAndroid\git>haxelib install xapi No such Project : xapi

build basisAndroid example error: D:\Motion-Twin\haxe3\haxe\lib\basisAndroid\git>cd example

D:\Motion-Twin\haxe3\haxe\lib\basisAndroid\git\example> haxelib run basis build. basis android Library basis version dev does not have a run script

darcyg avatar Jun 15 '13 11:06 darcyg

This should not be happening with the latest git code. You may also need the latest Basis installed as well. Try getting the latest of both Basis and BasisAndroid and then running "ant install" for Basis first then BasisAndroid.

Randonee avatar Jun 15 '13 16:06 Randonee

In the basis directory, run ant install. Will cause the basis directory is clean.

darcyg avatar Jun 17 '13 02:06 darcyg

Sorry but I don't your comment.

The install ant task will delete the current build, rebuild, then install to your haxelib directory.

Randonee avatar Jun 17 '13 19:06 Randonee