To make it easier on people, here are the docs for new xref task. Thanks! Jordan Wilberding
The Xref Task ============= Eric Merritt <[email protected]> The Xref task runs the http://www.erlang.org/doc/man/xref.html[Xref tool] (amazingly enough). The easiest way by far to understand what the Xref task does is to read the documentation and the manual page for that tool. In a nut shell it provides a specific set of errors and and warnings about things the erlang compiler generally does not warn about. These warnings include things like calling functions that do not exist, and functions that are defined but never used. At its most basic it is a cross referencing tool. You may run the tool as follows. [source,sh] ---------------------------------------------------------------------- $ sinan xref ---------------------------------------------------------------------- On Thu, Mar 3, 2011 at 10:43 PM, Eric Merritt <[email protected]>wrote: > Hello All, > > Sinan 0.23.0.0 has been published and is now available via faxien. > This includes several bug fixes and a new task. > > A new xref task has been added to sinan and documented > Sinan again returns an error code to the shell when a build fails > A bug in flavor over rides has been fixed > Sinan documentation has all been fixed, edoc will now run to > completion without error on sinan. > > As always, please report any problems or errors you find when using sinan. > > Thanks, > Eric > > -- > You received this message because you are subscribed to the Google Groups > "erlware-dev" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/erlware-dev?hl=en. > > -- You received this message because you are subscribed to the Google Groups "erlware-dev" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/erlware-dev?hl=en.
