Export to GitHub

fullcalendar - issue #795

Building FullCalendar on a Mac


Posted on Jan 16, 2011 by Swift Rhino

I attempted to make zip as per documentation, but received the afore mentioned error. The complete listing is: building core... compressing core js... building plugins... copying jquery... cp: lib/ is a directory (not copied). make: * [zip] Error 1

The java version that I'm running is: java version "1.6.0_22" Java(TM) SE Runtime Environment (build 1.6.0_22-b04-307-10M3261) Java HotSpot(TM) 64-Bit Server VM (build 17.1-b03-307, mixed mode) on OSX Snow Leapard (10.6.6)

I attempted to run the sed commands by simply pasting them into the terminal, after setting the $SRC_DIR environment variable, i.e. SRC_DIR=src sed -n "s/.JQUERY\s=\s*[\"'](.)[\"']./\1/p" "${SRC_DIR}/_loader.js" There was no output. I'm no pro at this but I expect that both sed commands should output something. Thanks, Marc

Comment #1

Posted on Feb 15, 2011 by Helpful Monkey

(No comment was entered for this change.)

Comment #2

Posted on Apr 4, 2011 by Helpful Monkey

hey marc, just committed this to github...

https://github.com/arshaw/fullcalendar/commit/4e0c802fc3e16ea340864b878e0d61918fda5700

can you clone the master and see if it works ok?

Comment #3

Posted on Apr 9, 2011 by Helpful Monkey

fixed! (in github)

Comment #4

Posted on Apr 9, 2011 by Helpful Monkey

(No comment was entered for this change.)

Comment #5

Posted on Apr 11, 2011 by Swift Rhino

Sorry, for the delay.

Your fix works perfectly.

Comment #6

Posted on Aug 14, 2013 by Helpful Monkey

(No comment was entered for this change.)

Comment #7

Posted on Aug 14, 2013 by Helpful Monkey

(No comment was entered for this change.)

Status: Released