-
Notifications
You must be signed in to change notification settings - Fork 9
/
log.roo
30 lines (30 loc) · 1.29 KB
/
log.roo
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
// Spring Roo 1.1.5.RELEASE [rev d3a68c3] log opened at 2011-08-01 15:54:21
hint
project --topLevelPackage org.springsource.tutorial --projectName dojo-json-rest-store
hint
persistence setup --provider HIBERNATE --database MYSQL
hint
// [failed] entity --class ~.domain.State
entity --class ~.domain.USState
field string --fieldName name --notNull
field string --fieldName abbreviation --notNull --sizeMax 2 --sizeMin 2
field string --fieldName capital --notNull
exit
// Spring Roo 1.1.5.RELEASE [rev d3a68c3] log closed at 2011-08-01 16:01:22
// Spring Roo 1.1.5.RELEASE [rev d3a68c3] log opened at 2011-08-01 16:17:52
web mvc setup
ex
// Spring Roo 1.1.5.RELEASE [rev d3a68c3] log closed at 2011-08-01 16:26:34
// Spring Roo 1.1.5.RELEASE [rev d3a68c3] log opened at 2011-08-01 17:09:59
focus --class ~domain.USState
controller scaffold --class ~.web.USStateController
exit
// Spring Roo 1.1.5.RELEASE [rev d3a68c3] log closed at 2011-08-01 17:10:40
// Spring Roo 1.1.5.RELEASE [rev d3a68c3] log opened at 2011-08-01 17:51:21
help
finder add --class ~domain.USState --finderName foo
exit
// Spring Roo 1.1.5.RELEASE [rev d3a68c3] log closed at 2011-08-02 14:07:12
// Spring Roo 1.1.5.RELEASE [rev d3a68c3] log opened at 2011-08-02 14:10:57
exit
// Spring Roo 1.1.5.RELEASE [rev d3a68c3] log closed at 2011-08-02 14:11:34