Hi! On Nov 13, 2007 4:09 PM, <[EMAIL PROTECTED]> wrote: > Erlide doesn't alow me to set anything other than src,include,ebin > directories. > So I updated .codepath manually .codepath by adding ../eunit/ebin to > external_includes.
Aha, I understand: external_includes is pointing to directories containing hrl files to include, not external beam files. And it also seems that the value of external_includes is unused anyway... :-( We do not support yet external libraries nor dependencies between projects. That should probably be at the top of the todo list, right after the stability enhancements. Bug reports on this exist, #1764438 and #1616360. Thanks for the report! I hope we will be able to fix this soon. You can monitor one of the bugs above to get notified when it's done. best regards, Vlad ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Erlide-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/erlide-devel
