reset password
Author Message
xliu15
Posts: 24
Posted 09:36 Oct 04, 2012 |

use sbt to submit assigment, sbt gave me an error:  Not a valid key: submit

does anybody met the same problem?

C:\Users\Xiaoming\Documents\CS332F\funsets\funsets\src\main\scala\funsets>sbt
[info] Set current project to default-f022eb (in build file:/C:/Users/Xiaoming/D
ocuments/CS332F/funsets/funsets/src/main/scala/funsets/)
> submit liu_xiaoming@hotmail.com
[error] Not a valid key: submit
[error] submit liu_xiaoming@hotmail.com
[error]       ^
> submit liu_xiaoming@hotmail.com 12345678
[error] Not a valid key: submit
[error] submit liu_xiaoming@hotmail.com 12345678
[error]       ^
>

BelknapKristine
Posts: 9
Posted 10:03 Oct 04, 2012 |

Has submit worked for the previous assignments?
You might have started sbt in the wrong folder, try calling sbt from C:\Users\Xiaoming\Documents\CS332F\funsets

xliu15
Posts: 24
Posted 10:35 Oct 04, 2012 |
You are right,  I'm in the wrong folder,  it works now. thanks
BelknapKristine wrote:

Has submit worked for the previous assignments?
You might have started sbt in the wrong folder, try calling sbt from C:\Users\Xiaoming\Documents\CS332F\funsets