k4200 / lifthub

Lifthub
3 stars 0 forks source link

Use Process class coming in Scala 2.9 #29

Open k4200 opened 13 years ago

k4200 commented 13 years ago

Now, the system uses Commons Exec, which is fine. But, upcoming Scala 2.9 has merged Process class(?), which is part of sbt, into Scala main library, and it looks easy to use. So, if there's some free time, I should retire Commons Exec and use Process.