By jacobson on
I would appreciate hearing from anyone who has created a Drush Make file that successfully exports core 7.x-alpha[n] from CVS. I just keep getting "unable to export" errors with these lines in my .make file:
core = 7.x
projects[drupal][type] = core
projects[drupal][download][type] = cvs
projects[drupal][download][root] = :pserver:anonymous:anonymous@cvs.drupal.org:/cvs/drupal
projects[drupal][download][version] = 7.x-alpha6
projects[drupal][download][module] = drupal
Thanks.
Comments
working 7.make
I just extracted this from the example make file on the drush make project page, and it works for me...
--
Matthew J. Sorenson (emjayess)
d.o. | g.d.o.
The "example make file" link
The "example make file" link above is broken.
-Kelly Bell
twitter: @kelly, @gothamdrupal
http://gothamcitydrupal.com
Doesn't have to be CVS
This works:
core = 7.x
projects[drupal] = 7.0-alpha7
etc.
example makefile
Example makefile is now located here
makefikle the pdf library
Good morning, sorry I'm creating a project in Drupal 7 and need to integrate a module called module pdf that you have to integrate a library pdf.js and contains a makefile. I have read that file "makefile" is used to gather the content (javascript code) of the various files are in the src of the library into one "pdf.js" and then compile it with the google closure compiler that the file it is large.
My question is if they know how to run this makefile to create the pdf.js.
hope can help.
thanks ...
clarification?...
mathdz - are you referring to this pdf module? If so, the README suggests retrieving
pdf.jsfrom mozilla's github repo... the make file can be written to do this. It looks like there's a build step involved however, and I'm not sure off hand how to integrate that. You probably want to pre-build and optionally pre-minifypdf.jsper the instructions, store the js file someplace you control (git repo, ftp site, etc) and use that as the source for your drush make file.--
Matthew J. Sorenson (emjayess)
d.o. | g.d.o.