The api version line in my .make file matches that of EXAMPLE.make, namely
api = 2
When i run drush make, I get the error message:
You need to specify an API version of two in your makefile: [warning]
api = 2
And the project fails to install.
I'm using the .make file at http://drupal.org/files/issues/ngpprofile.make_.txt
Comments
Comment #1
clemens.tolboomAs the makefile makes use of the NGP Profile the bug is in their makefile.
drush make does a recursive call into the http://drupalcode.org/project/ngpprofile.git/blob/refs/heads/6.x-1.x:/ng... which has no
api = 2I set the issue to the correct project.
As a side note i can see some releases on http://drupalcode.org/project/ngpprofile.git which are not available to the general public.
Hope this helps.