[CalendarServer-dev] [Calendar and Contacts Server] #399: run script should parse_options() before including build.sh

Calendar and Contacts Server trac at macosforge.org
Mon Sep 13 09:07:38 PDT 2010


#399: run script should parse_options() before including build.sh
----------------------------------+-----------------------------------------
 Reporter:  software@…            |       Owner:  wsanchez@…        
     Type:  Defect                |      Status:  new               
 Priority:  5: Not set            |   Milestone:                    
Component:  Calendar Server       |    Severity:  Other             
 Keywords:                        |  
----------------------------------+-----------------------------------------

Comment(by glyph@…):

 That won't work, as the "`init_build`" at the end of `build.sh` will just
 wipe out the options parsed by `parse_options`.

 While the ordering could be better here, the right thing to do is just to
 get rid of the '`-a`' option, as it's no longer necessary; you can run a
 caldav/carddav combo server, or select carddav entirely via the plist.  No
 command-line options are necessary to distinguish between the two, the
 '`-a`' option was simply a stopgap as we were working on merging them.

-- 
Ticket URL: <http://trac.calendarserver.org/ticket/399#comment:1>
Calendar and Contacts Server </>
HTTP/WebDAV/CalDAV Server


More information about the calendarserver-dev mailing list