cancel
Showing results for 
Search instead for 
Did you mean: 

Build Problem

jack786
Champ in-the-making
Champ in-the-making
Hello friends I downloded  alfresco  2.9 from sourcforge.net now i set up the envrionment for that but my problem is that
whent i give the task on ant buil.xml that gives me

C:\AlfrescoOriginal\HEAD\root>ant build.xml
Buildfile: build.xml

BUILD FAILED
Target "build.xml" does not exist in the project "alfresco".

Total time: 0 seconds

this type of error if somebody knows which files are missing for to build environment and where missing file available.

then please tell  me
2 REPLIES 2

mikeh
Star Contributor
Star Contributor
You need to become more familiar with ant usage. See here: http://ant.apache.org/manual/index.html

Short version: just type "ant". If you want to specify the build file, use "ant -f build.xml"

Mike

jack786
Champ in-the-making
Champ in-the-making
thanks Mike I solve that problem