Integrate Ant builder into Eclipse: Error “Variable references empty selection”

Obviously, it has problems translating a reference to a variable (${project_path}) inside … a reference to a variable (${workspace_loc}).

You could try the ${build_project} variable instead

${build_project:/build.xml}

I hope it helps.

Leave a Comment