-
Notifications
You must be signed in to change notification settings - Fork 0
/
log.roo
132 lines (132 loc) · 5.1 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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
// Spring Roo 1.1.5.RELEASE [rev d3a68c3] log opened at 2012-01-12 21:32:44
project --topLevelPackage strombotne.spencer.kitchenmanager --projectName "Kitchen-Manager"
persistence setup --provider HIBERNATE --database MYSQL --databaseName kitchen_manager --userName root
enum type --class ~.domain.IngredientType
enum constant --name Vegetable
enum constant --name Fruit
enum constant --name Meat
enum constant --name Dairy
enum constant --name Grain
enum constant --name Baking
enum constant --name Herbs
enum constant --name Spices
enum constant --name Condiments
entity --class ~.domain.Ingredient --testAutomatically
field string --fieldName displayName --notNull
field enum --fieldName type --type ~.domain.IngredientType
field date --fieldName created --type java.util.Date
entity --class ~.domain.Recipe --testAutomatically
field string --fieldName displayName --notNull --sizeMax 50 --sizeMin 2
field string --fieldName description --sizeMax 256
field set --fieldName ingredients --type ~.domain.Ingredient
field date --fieldName created --type java.util.Date
entity --class ~.domain.UserAuthority --testAutomatically
field string --fieldName authorityName --notNull --sizeMax 50 --class ~.domain.UserAuthority
entity --class ~.domain.Login --testAutomatically
field string --fieldName username --notNull --sizeMin 3 --sizeMax 15
field string --fieldName password --sizeMax 100
field boolean --fieldName enabled --notNull true
field set --fieldName userAuthorities --type ~.domain.UserAuthority --cardinality MANY_TO_MANY --class ~.domain.Login
web mvc setup
web mvc all --package ~.web
// script --file kitchen-manager.roo
exit
// Spring Roo 1.1.5.RELEASE [rev d3a68c3] log closed at 2012-01-12 21:35:06
// Spring Roo 1.1.5.RELEASE [rev d3a68c3] log opened at 2012-01-12 21:48:21
security setup
exit
// Spring Roo 1.1.5.RELEASE [rev d3a68c3] log closed at 2012-01-12 21:59:00
// Spring Roo 1.1.5.RELEASE [rev d3a68c3] log opened at 2012-01-12 22:12:39
hint
hint loggin
hint logging
logging setup --level DEBUG
exit
// Spring Roo 1.1.5.RELEASE [rev d3a68c3] log closed at 2012-01-12 22:13:37
// Spring Roo 1.1.5.RELEASE [rev d3a68c3] log opened at 2012-01-12 22:28:46
logging setup --level INFO
exit
// Spring Roo 1.1.5.RELEASE [rev d3a68c3] log closed at 2012-01-12 22:29:06
// Spring Roo 1.1.5.RELEASE [rev d3a68c3] log opened at 2012-01-13 17:47:12
focus --class ~.web.RecipeController
// [failed] finder list
focus --class ~.domain.Ingredient
finder list
focus --class ~.domain.Recipe
finder list
finder add --finderName findRecipesByIngredients
finder add --finderName fi
help finder add
finder list
finder add --finderName findRecipesByDescriptionLike
finder add --finderName findRecipesByDescriptionEquals
finder add --finderName findRecipesByDisplayNameLike
finder add --finderName findRecipesByDisplayNameEquals
finder list
focus --class ~.domain.Ingredient
finder list
finder add --finderName findIngredientsByDisplayNameEquals
finder add --finderName findIngredientsByDisplayNameLike
finder add --finderName findIngredientsByType
logging setup --level INFO --package WEB
hint
hint topics
hint jpa
hint persistance
hint persistence
hint jpa
hint persistence setup
hint topics
hint general
help
reference guide
exit
// Spring Roo 1.1.5.RELEASE [rev d3a68c3] log closed at 2012-01-13 18:17:33
// Spring Roo 1.1.5.RELEASE [rev d3a68c3] log opened at 2012-01-13 18:39:49
exit
// Spring Roo 1.1.5.RELEASE [rev d3a68c3] log closed at 2012-01-13 18:43:01
// Spring Roo 1.1.5.RELEASE [rev d3a68c3] log opened at 2012-01-13 19:15:16
perform eclipse
exit
// Spring Roo 1.1.5.RELEASE [rev d3a68c3] log closed at 2012-01-13 19:15:58
// Spring Roo 1.1.5.RELEASE [rev d3a68c3] log opened at 2012-01-13 19:49:38
hint faces
help
addon search web jsf
addon search
addon search jsf
addon search face
addon search mobile
addon search
help addon search
addon search ---maxResults 80
exit
// Spring Roo 1.1.5.RELEASE [rev d3a68c3] log closed at 2012-01-14 08:59:08
// Spring Roo 1.1.5.RELEASE [rev d3a68c3] log opened at 2012-01-14 16:09:58
exit
// Spring Roo 1.1.5.RELEASE [rev d3a68c3] log closed at 2012-01-14 16:10:49
// Spring Roo 1.1.5.RELEASE [rev d3a68c3] log opened at 2012-01-14 16:10:52
exit
// Spring Roo 1.1.5.RELEASE [rev d3a68c3] log closed at 2012-01-14 16:12:43
// Spring Roo 1.1.5.RELEASE [rev d3a68c3] log opened at 2012-01-14 16:12:48
entity --class ~.domain.IngredientMeta --testAutomatically
field string --fieldName displayName --sizeMax 20 --unique
enum type --class ~.domain.IngredientGroup
// [failed] finder list
hint
hint enum
hint enum type
help enum type
focus --class ~.domain.IngredientMeta
// [failed] field reference --fieldName group --type ~.domain.IngredientGroup --notNull
help field reference
help field
// [failed] field enum --fieldName group --type ~.domain.IngredientGroup --notNull
help field reference
field enum --fieldName ingredientGroup --type ~.domain.IngredientGroup --notNull
entity --class ~.domain.RecipeIngredient --testAutomatically
help field number
field number --type java.util.Double --fieldName quantity
exit
// Spring Roo 1.1.5.RELEASE [rev d3a68c3] log closed at 2012-01-14 16:36:54
// Spring Roo 1.1.5.RELEASE [rev d3a68c3] log opened at 2012-01-28 10:08:38