confused
unread,Jun 14, 2011, 11:44:34 AM6/14/11Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to simple-build-tool
Hi, I'm new to sbt and scala in general, and I'm trying to play around
with full configurations and tasks.
One thing that I'd like to do is take a built-in task (for instance,
the 'sources' task), evaluate it when my custom task is called, and
then print the result. I was able to do this kind of thing in a
command by copying some code from the github wiki, but I'd like to do
it in a task. Currently, I'm having trouble supplying the
Project.evaluateTask method with a state--I don't really understand
how to handle states, or what their significance is.
Any help would be appreciated.