The reason is simple, your common_resources must be vastly outdated. All you need is "cd common_resources; svn up" Probably we need to fix the error message to cover such cases.
-- Alexey 2008/3/3, Maksim Ananjev <[EMAIL PROTECTED]>: > Folks, > > I cannot build the atest revision of drlvm. When I say "ant" in the > working_vm directory or in the "trunk" directory, I get the following > error: > > BUILD FAILED > /export/users/miananje/trunk/build.xml:421: The following error > occurred while executing this line: > /export/users/miananje/trunk/working_vm/build.xml:24: The following > error occurred while executing this line: > /export/users/miananje/trunk/working_vm/make/properties.xml:52: > Primary dependency is missing: common_resources. > You need to check it out from SVN repository or specify it's location: > ant -Dcommon.resources.loc=path > > > I tried the following steps: > > 1. specify the location to common_resources folder in ant arguments > 2. delete common_resources folder, svn up, and run ant > 3. run ant clean > 4. run ant -Dauto-fetch=true > > But always got the same error. > > Please help. > > -- > Maksim >
