mklabs / node-build-script

MIT License
322 stars 55 forks source link

Buildfile: build.xml does not exist! #76

Closed mayurmandani closed 11 years ago

mayurmandani commented 11 years ago

Hello ,

I am using ubuntu 10.04 version

I had faced issue when I run script mandani@mandani-desktop:~/Desktop/h5bp$ ant build/

Buildfile: build.xml does not exist! Build failed

this type error got !!

Please suggest me how to resolve.

drublic commented 11 years ago

This looks like an issue of the ant-build-script. This is the node-build-script. You can report issues for the ant-build-script here.

As a hint: try

$ cd build

to enter the folder of the build mechanism and then do

$ ant build

You can find more information on how to use the script in the project's readme file here.

Hope that helped.

mklabs commented 11 years ago

Hello @mayurmandani, like @drublic said and suggest, you're referring to the ant-build-script. You should open the issue with the links Hans sent you, if not done already :)