-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathbuild_output_6.log
More file actions
198 lines (198 loc) · 32.5 KB
/
Copy pathbuild_output_6.log
File metadata and controls
198 lines (198 loc) · 32.5 KB
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
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< com.example:DevHub >-------------------------
[INFO] Building DevHub 0.0.1-SNAPSHOT
[INFO] from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ DevHub ---
[INFO] Deleting C:\Users\HP\OneDrive\Documents\Desktop\DevHub\DevHub\target
[INFO]
[INFO] --- resources:3.2.0:resources (default-resources) @ DevHub ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 1 resource
[INFO] Copying 15 resources
[INFO]
[INFO] --- compiler:3.10.1:compile (default-compile) @ DevHub ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 26 source files to C:\Users\HP\OneDrive\Documents\Desktop\DevHub\DevHub\target\classes
[INFO] /C:/Users/HP/OneDrive/Documents/Desktop/DevHub/DevHub/src/main/java/com/example/DevHub/Security/JwtUtil.java: C:\Users\HP\OneDrive\Documents\Desktop\DevHub\DevHub\src\main\java\com\example\DevHub\Security\JwtUtil.java uses or overrides a deprecated API.
[INFO] /C:/Users/HP/OneDrive/Documents/Desktop/DevHub/DevHub/src/main/java/com/example/DevHub/Security/JwtUtil.java: Recompile with -Xlint:deprecation for details.
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR] /C:/Users/HP/OneDrive/Documents/Desktop/DevHub/DevHub/src/main/java/com/example/DevHub/Security/SecurityConfig.java:[30,5] org.springframework.context.annotation.Bean is not a repeatable annotation type
[ERROR] /C:/Users/HP/OneDrive/Documents/Desktop/DevHub/DevHub/src/main/java/com/example/DevHub/Service/ProjectService.java:[36,16] cannot find symbol
symbol: method setCreatedBy(com.example.DevHub.Model.User)
location: variable project of type com.example.DevHub.Model.Project
[ERROR] /C:/Users/HP/OneDrive/Documents/Desktop/DevHub/DevHub/src/main/java/com/example/DevHub/Service/ProjectService.java:[73,29] cannot find symbol
symbol: method getCreatedBy()
location: variable existingProject of type com.example.DevHub.Model.Project
[ERROR] /C:/Users/HP/OneDrive/Documents/Desktop/DevHub/DevHub/src/main/java/com/example/DevHub/Service/ProjectService.java:[77,48] cannot find symbol
symbol: method getTitle()
location: variable projectDetails of type com.example.DevHub.Model.Project
[ERROR] /C:/Users/HP/OneDrive/Documents/Desktop/DevHub/DevHub/src/main/java/com/example/DevHub/Service/ProjectService.java:[78,54] cannot find symbol
symbol: method getDescription()
location: variable projectDetails of type com.example.DevHub.Model.Project
[ERROR] /C:/Users/HP/OneDrive/Documents/Desktop/DevHub/DevHub/src/main/java/com/example/DevHub/Service/ProjectService.java:[79,46] cannot find symbol
symbol: method getUrl()
location: variable projectDetails of type com.example.DevHub.Model.Project
[ERROR] /C:/Users/HP/OneDrive/Documents/Desktop/DevHub/DevHub/src/main/java/com/example/DevHub/Service/ProjectService.java:[80,52] cannot find symbol
symbol: method getTechStack()
location: variable projectDetails of type com.example.DevHub.Model.Project
[ERROR] /C:/Users/HP/OneDrive/Documents/Desktop/DevHub/DevHub/src/main/java/com/example/DevHub/Service/ProjectService.java:[96,21] cannot find symbol
symbol: method getCreatedBy()
location: variable project of type com.example.DevHub.Model.Project
[ERROR] /C:/Users/HP/OneDrive/Documents/Desktop/DevHub/DevHub/src/main/java/com/example/DevHub/Service/UserService.java:[39,9] cannot find symbol
symbol: variable log
location: class com.example.DevHub.Service.UserService
[ERROR] /C:/Users/HP/OneDrive/Documents/Desktop/DevHub/DevHub/src/main/java/com/example/DevHub/Service/UserService.java:[57,9] cannot find symbol
symbol: variable log
location: class com.example.DevHub.Service.UserService
[ERROR] /C:/Users/HP/OneDrive/Documents/Desktop/DevHub/DevHub/src/main/java/com/example/DevHub/Service/UserService.java:[65,9] cannot find symbol
symbol: variable log
location: class com.example.DevHub.Service.UserService
[ERROR] /C:/Users/HP/OneDrive/Documents/Desktop/DevHub/DevHub/src/main/java/com/example/DevHub/Service/CommentService.java:[43,16] cannot find symbol
symbol: method setUser(com.example.DevHub.Model.User)
location: variable comment of type com.example.DevHub.Model.Comment
[ERROR] /C:/Users/HP/OneDrive/Documents/Desktop/DevHub/DevHub/src/main/java/com/example/DevHub/Service/CommentService.java:[82,29] cannot find symbol
symbol: method getUser()
location: variable existingComment of type com.example.DevHub.Model.Comment
[ERROR] /C:/Users/HP/OneDrive/Documents/Desktop/DevHub/DevHub/src/main/java/com/example/DevHub/Service/CommentService.java:[86,50] cannot find symbol
symbol: method getContent()
location: variable commentDetails of type com.example.DevHub.Model.Comment
[ERROR] /C:/Users/HP/OneDrive/Documents/Desktop/DevHub/DevHub/src/main/java/com/example/DevHub/Service/CommentService.java:[102,21] cannot find symbol
symbol: method getUser()
location: variable comment of type com.example.DevHub.Model.Comment
[ERROR] /C:/Users/HP/OneDrive/Documents/Desktop/DevHub/DevHub/src/main/java/com/example/DevHub/Service/BlogPostService.java:[36,17] cannot find symbol
symbol: method setAuthor(com.example.DevHub.Model.User)
location: variable blogPost of type com.example.DevHub.Model.BlogPost
[ERROR] /C:/Users/HP/OneDrive/Documents/Desktop/DevHub/DevHub/src/main/java/com/example/DevHub/Service/BlogPostService.java:[73,30] cannot find symbol
symbol: method getAuthor()
location: variable existingBlogPost of type com.example.DevHub.Model.BlogPost
[ERROR] /C:/Users/HP/OneDrive/Documents/Desktop/DevHub/DevHub/src/main/java/com/example/DevHub/Service/BlogPostService.java:[77,50] cannot find symbol
symbol: method getTitle()
location: variable blogPostDetails of type com.example.DevHub.Model.BlogPost
[ERROR] /C:/Users/HP/OneDrive/Documents/Desktop/DevHub/DevHub/src/main/java/com/example/DevHub/Service/BlogPostService.java:[78,52] cannot find symbol
symbol: method getContent()
location: variable blogPostDetails of type com.example.DevHub.Model.BlogPost
[ERROR] /C:/Users/HP/OneDrive/Documents/Desktop/DevHub/DevHub/src/main/java/com/example/DevHub/Service/BlogPostService.java:[79,49] cannot find symbol
symbol: method getTags()
location: variable blogPostDetails of type com.example.DevHub.Model.BlogPost
[ERROR] /C:/Users/HP/OneDrive/Documents/Desktop/DevHub/DevHub/src/main/java/com/example/DevHub/Service/BlogPostService.java:[95,22] cannot find symbol
symbol: method getAuthor()
location: variable blogPost of type com.example.DevHub.Model.BlogPost
[ERROR] /C:/Users/HP/OneDrive/Documents/Desktop/DevHub/DevHub/src/main/java/com/example/DevHub/Controller/UserController.java:[42,9] cannot find symbol
symbol: variable log
location: class com.example.DevHub.Controller.UserController
[ERROR] /C:/Users/HP/OneDrive/Documents/Desktop/DevHub/DevHub/src/main/java/com/example/DevHub/Controller/UserController.java:[59,9] cannot find symbol
symbol: variable log
location: class com.example.DevHub.Controller.UserController
[ERROR] /C:/Users/HP/OneDrive/Documents/Desktop/DevHub/DevHub/src/main/java/com/example/DevHub/Controller/UserController.java:[67,9] cannot find symbol
symbol: variable log
location: class com.example.DevHub.Controller.UserController
[ERROR] /C:/Users/HP/OneDrive/Documents/Desktop/DevHub/DevHub/src/main/java/com/example/DevHub/Controller/AuthController.java:[42,9] cannot find symbol
symbol: variable log
location: class com.example.DevHub.Controller.AuthController
[ERROR] /C:/Users/HP/OneDrive/Documents/Desktop/DevHub/DevHub/src/main/java/com/example/DevHub/Controller/AuthController.java:[64,9] cannot find symbol
symbol: variable log
location: class com.example.DevHub.Controller.AuthController
[ERROR] /C:/Users/HP/OneDrive/Documents/Desktop/DevHub/DevHub/src/main/java/com/example/DevHub/Controller/AuthController.java:[77,9] cannot find symbol
symbol: variable log
location: class com.example.DevHub.Controller.AuthController
[INFO] 27 errors
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 13.692 s
[INFO] Finished at: 2025-12-21T12:54:19+05:30
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.10.1:compile (default-compile) on project DevHub: Compilation failure: Compilation failure:
[ERROR] /C:/Users/HP/OneDrive/Documents/Desktop/DevHub/DevHub/src/main/java/com/example/DevHub/Security/SecurityConfig.java:[30,5] org.springframework.context.annotation.Bean is not a repeatable annotation type
[ERROR] /C:/Users/HP/OneDrive/Documents/Desktop/DevHub/DevHub/src/main/java/com/example/DevHub/Service/ProjectService.java:[36,16] cannot find symbol
[ERROR] symbol: method setCreatedBy(com.example.DevHub.Model.User)
[ERROR] location: variable project of type com.example.DevHub.Model.Project
[ERROR] /C:/Users/HP/OneDrive/Documents/Desktop/DevHub/DevHub/src/main/java/com/example/DevHub/Service/ProjectService.java:[73,29] cannot find symbol
[ERROR] symbol: method getCreatedBy()
[ERROR] location: variable existingProject of type com.example.DevHub.Model.Project
[ERROR] /C:/Users/HP/OneDrive/Documents/Desktop/DevHub/DevHub/src/main/java/com/example/DevHub/Service/ProjectService.java:[77,48] cannot find symbol
[ERROR] symbol: method getTitle()
[ERROR] location: variable projectDetails of type com.example.DevHub.Model.Project
[ERROR] /C:/Users/HP/OneDrive/Documents/Desktop/DevHub/DevHub/src/main/java/com/example/DevHub/Service/ProjectService.java:[78,54] cannot find symbol
[ERROR] symbol: method getDescription()
[ERROR] location: variable projectDetails of type com.example.DevHub.Model.Project
[ERROR] /C:/Users/HP/OneDrive/Documents/Desktop/DevHub/DevHub/src/main/java/com/example/DevHub/Service/ProjectService.java:[79,46] cannot find symbol
[ERROR] symbol: method getUrl()
[ERROR] location: variable projectDetails of type com.example.DevHub.Model.Project
[ERROR] /C:/Users/HP/OneDrive/Documents/Desktop/DevHub/DevHub/src/main/java/com/example/DevHub/Service/ProjectService.java:[80,52] cannot find symbol
[ERROR] symbol: method getTechStack()
[ERROR] location: variable projectDetails of type com.example.DevHub.Model.Project
[ERROR] /C:/Users/HP/OneDrive/Documents/Desktop/DevHub/DevHub/src/main/java/com/example/DevHub/Service/ProjectService.java:[96,21] cannot find symbol
[ERROR] symbol: method getCreatedBy()
[ERROR] location: variable project of type com.example.DevHub.Model.Project
[ERROR] /C:/Users/HP/OneDrive/Documents/Desktop/DevHub/DevHub/src/main/java/com/example/DevHub/Service/UserService.java:[39,9] cannot find symbol
[ERROR] symbol: variable log
[ERROR] location: class com.example.DevHub.Service.UserService
[ERROR] /C:/Users/HP/OneDrive/Documents/Desktop/DevHub/DevHub/src/main/java/com/example/DevHub/Service/UserService.java:[57,9] cannot find symbol
[ERROR] symbol: variable log
[ERROR] location: class com.example.DevHub.Service.UserService
[ERROR] /C:/Users/HP/OneDrive/Documents/Desktop/DevHub/DevHub/src/main/java/com/example/DevHub/Service/UserService.java:[65,9] cannot find symbol
[ERROR] symbol: variable log
[ERROR] location: class com.example.DevHub.Service.UserService
[ERROR] /C:/Users/HP/OneDrive/Documents/Desktop/DevHub/DevHub/src/main/java/com/example/DevHub/Service/CommentService.java:[43,16] cannot find symbol
[ERROR] symbol: method setUser(com.example.DevHub.Model.User)
[ERROR] location: variable comment of type com.example.DevHub.Model.Comment
[ERROR] /C:/Users/HP/OneDrive/Documents/Desktop/DevHub/DevHub/src/main/java/com/example/DevHub/Service/CommentService.java:[82,29] cannot find symbol
[ERROR] symbol: method getUser()
[ERROR] location: variable existingComment of type com.example.DevHub.Model.Comment
[ERROR] /C:/Users/HP/OneDrive/Documents/Desktop/DevHub/DevHub/src/main/java/com/example/DevHub/Service/CommentService.java:[86,50] cannot find symbol
[ERROR] symbol: method getContent()
[ERROR] location: variable commentDetails of type com.example.DevHub.Model.Comment
[ERROR] /C:/Users/HP/OneDrive/Documents/Desktop/DevHub/DevHub/src/main/java/com/example/DevHub/Service/CommentService.java:[102,21] cannot find symbol
[ERROR] symbol: method getUser()
[ERROR] location: variable comment of type com.example.DevHub.Model.Comment
[ERROR] /C:/Users/HP/OneDrive/Documents/Desktop/DevHub/DevHub/src/main/java/com/example/DevHub/Service/BlogPostService.java:[36,17] cannot find symbol
[ERROR] symbol: method setAuthor(com.example.DevHub.Model.User)
[ERROR] location: variable blogPost of type com.example.DevHub.Model.BlogPost
[ERROR] /C:/Users/HP/OneDrive/Documents/Desktop/DevHub/DevHub/src/main/java/com/example/DevHub/Service/BlogPostService.java:[73,30] cannot find symbol
[ERROR] symbol: method getAuthor()
[ERROR] location: variable existingBlogPost of type com.example.DevHub.Model.BlogPost
[ERROR] /C:/Users/HP/OneDrive/Documents/Desktop/DevHub/DevHub/src/main/java/com/example/DevHub/Service/BlogPostService.java:[77,50] cannot find symbol
[ERROR] symbol: method getTitle()
[ERROR] location: variable blogPostDetails of type com.example.DevHub.Model.BlogPost
[ERROR] /C:/Users/HP/OneDrive/Documents/Desktop/DevHub/DevHub/src/main/java/com/example/DevHub/Service/BlogPostService.java:[78,52] cannot find symbol
[ERROR] symbol: method getContent()
[ERROR] location: variable blogPostDetails of type com.example.DevHub.Model.BlogPost
[ERROR] /C:/Users/HP/OneDrive/Documents/Desktop/DevHub/DevHub/src/main/java/com/example/DevHub/Service/BlogPostService.java:[79,49] cannot find symbol
[ERROR] symbol: method getTags()
[ERROR] location: variable blogPostDetails of type com.example.DevHub.Model.BlogPost
[ERROR] /C:/Users/HP/OneDrive/Documents/Desktop/DevHub/DevHub/src/main/java/com/example/DevHub/Service/BlogPostService.java:[95,22] cannot find symbol
[ERROR] symbol: method getAuthor()
[ERROR] location: variable blogPost of type com.example.DevHub.Model.BlogPost
[ERROR] /C:/Users/HP/OneDrive/Documents/Desktop/DevHub/DevHub/src/main/java/com/example/DevHub/Controller/UserController.java:[42,9] cannot find symbol
[ERROR] symbol: variable log
[ERROR] location: class com.example.DevHub.Controller.UserController
[ERROR] /C:/Users/HP/OneDrive/Documents/Desktop/DevHub/DevHub/src/main/java/com/example/DevHub/Controller/UserController.java:[59,9] cannot find symbol
[ERROR] symbol: variable log
[ERROR] location: class com.example.DevHub.Controller.UserController
[ERROR] /C:/Users/HP/OneDrive/Documents/Desktop/DevHub/DevHub/src/main/java/com/example/DevHub/Controller/UserController.java:[67,9] cannot find symbol
[ERROR] symbol: variable log
[ERROR] location: class com.example.DevHub.Controller.UserController
[ERROR] /C:/Users/HP/OneDrive/Documents/Desktop/DevHub/DevHub/src/main/java/com/example/DevHub/Controller/AuthController.java:[42,9] cannot find symbol
[ERROR] symbol: variable log
[ERROR] location: class com.example.DevHub.Controller.AuthController
[ERROR] /C:/Users/HP/OneDrive/Documents/Desktop/DevHub/DevHub/src/main/java/com/example/DevHub/Controller/AuthController.java:[64,9] cannot find symbol
[ERROR] symbol: variable log
[ERROR] location: class com.example.DevHub.Controller.AuthController
[ERROR] /C:/Users/HP/OneDrive/Documents/Desktop/DevHub/DevHub/src/main/java/com/example/DevHub/Controller/AuthController.java:[77,9] cannot find symbol
[ERROR] symbol: variable log
[ERROR] location: class com.example.DevHub.Controller.AuthController
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException