-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathbuild_output_7.log
More file actions
94 lines (94 loc) · 16.5 KB
/
Copy pathbuild_output_7.log
File metadata and controls
94 lines (94 loc) · 16.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
[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/Model/User.java:[11,30] cannot find symbol
symbol: class UserDetails
[ERROR] /C:/Users/HP/OneDrive/Documents/Desktop/DevHub/DevHub/src/main/java/com/example/DevHub/Model/User.java:[10,2] cannot find symbol
symbol: class Document
[ERROR] /C:/Users/HP/OneDrive/Documents/Desktop/DevHub/DevHub/src/main/java/com/example/DevHub/Model/User.java:[87,33] cannot find symbol
symbol: class GrantedAuthority
location: class com.example.DevHub.Model.User
[ERROR] /C:/Users/HP/OneDrive/Documents/Desktop/DevHub/DevHub/src/main/java/com/example/DevHub/Model/User.java:[26,6] cannot find symbol
symbol: class Id
location: class com.example.DevHub.Model.User
[ERROR] /C:/Users/HP/OneDrive/Documents/Desktop/DevHub/DevHub/src/main/java/com/example/DevHub/Model/User.java:[31,6] cannot find symbol
symbol: class Indexed
location: class com.example.DevHub.Model.User
[ERROR] /C:/Users/HP/OneDrive/Documents/Desktop/DevHub/DevHub/src/main/java/com/example/DevHub/Model/User.java:[39,6] cannot find symbol
symbol: class Indexed
location: class com.example.DevHub.Model.User
[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/Model/User.java:[86,5] method does not override or implement a method from a supertype
[ERROR] /C:/Users/HP/OneDrive/Documents/Desktop/DevHub/DevHub/src/main/java/com/example/DevHub/Model/User.java:[88,35] cannot find symbol
symbol: class SimpleGrantedAuthority
location: class com.example.DevHub.Model.User
[ERROR] /C:/Users/HP/OneDrive/Documents/Desktop/DevHub/DevHub/src/main/java/com/example/DevHub/Model/User.java:[91,5] method does not override or implement a method from a supertype
[ERROR] /C:/Users/HP/OneDrive/Documents/Desktop/DevHub/DevHub/src/main/java/com/example/DevHub/Model/User.java:[96,5] method does not override or implement a method from a supertype
[ERROR] /C:/Users/HP/OneDrive/Documents/Desktop/DevHub/DevHub/src/main/java/com/example/DevHub/Model/User.java:[101,5] method does not override or implement a method from a supertype
[ERROR] /C:/Users/HP/OneDrive/Documents/Desktop/DevHub/DevHub/src/main/java/com/example/DevHub/Model/User.java:[106,5] method does not override or implement a method from a supertype
[ERROR] /C:/Users/HP/OneDrive/Documents/Desktop/DevHub/DevHub/src/main/java/com/example/DevHub/Model/User.java:[111,5] method does not override or implement a method from a supertype
[ERROR] /C:/Users/HP/OneDrive/Documents/Desktop/DevHub/DevHub/src/main/java/com/example/DevHub/Model/User.java:[116,5] method does not override or implement a method from a supertype
[INFO] 15 errors
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 12.810 s
[INFO] Finished at: 2025-12-21T12:56:38+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/Model/User.java:[11,30] cannot find symbol
[ERROR] symbol: class UserDetails
[ERROR] /C:/Users/HP/OneDrive/Documents/Desktop/DevHub/DevHub/src/main/java/com/example/DevHub/Model/User.java:[10,2] cannot find symbol
[ERROR] symbol: class Document
[ERROR] /C:/Users/HP/OneDrive/Documents/Desktop/DevHub/DevHub/src/main/java/com/example/DevHub/Model/User.java:[87,33] cannot find symbol
[ERROR] symbol: class GrantedAuthority
[ERROR] location: class com.example.DevHub.Model.User
[ERROR] /C:/Users/HP/OneDrive/Documents/Desktop/DevHub/DevHub/src/main/java/com/example/DevHub/Model/User.java:[26,6] cannot find symbol
[ERROR] symbol: class Id
[ERROR] location: class com.example.DevHub.Model.User
[ERROR] /C:/Users/HP/OneDrive/Documents/Desktop/DevHub/DevHub/src/main/java/com/example/DevHub/Model/User.java:[31,6] cannot find symbol
[ERROR] symbol: class Indexed
[ERROR] location: class com.example.DevHub.Model.User
[ERROR] /C:/Users/HP/OneDrive/Documents/Desktop/DevHub/DevHub/src/main/java/com/example/DevHub/Model/User.java:[39,6] cannot find symbol
[ERROR] symbol: class Indexed
[ERROR] location: class com.example.DevHub.Model.User
[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/Model/User.java:[86,5] method does not override or implement a method from a supertype
[ERROR] /C:/Users/HP/OneDrive/Documents/Desktop/DevHub/DevHub/src/main/java/com/example/DevHub/Model/User.java:[88,35] cannot find symbol
[ERROR] symbol: class SimpleGrantedAuthority
[ERROR] location: class com.example.DevHub.Model.User
[ERROR] /C:/Users/HP/OneDrive/Documents/Desktop/DevHub/DevHub/src/main/java/com/example/DevHub/Model/User.java:[91,5] method does not override or implement a method from a supertype
[ERROR] /C:/Users/HP/OneDrive/Documents/Desktop/DevHub/DevHub/src/main/java/com/example/DevHub/Model/User.java:[96,5] method does not override or implement a method from a supertype
[ERROR] /C:/Users/HP/OneDrive/Documents/Desktop/DevHub/DevHub/src/main/java/com/example/DevHub/Model/User.java:[101,5] method does not override or implement a method from a supertype
[ERROR] /C:/Users/HP/OneDrive/Documents/Desktop/DevHub/DevHub/src/main/java/com/example/DevHub/Model/User.java:[106,5] method does not override or implement a method from a supertype
[ERROR] /C:/Users/HP/OneDrive/Documents/Desktop/DevHub/DevHub/src/main/java/com/example/DevHub/Model/User.java:[111,5] method does not override or implement a method from a supertype
[ERROR] /C:/Users/HP/OneDrive/Documents/Desktop/DevHub/DevHub/src/main/java/com/example/DevHub/Model/User.java:[116,5] method does not override or implement a method from a supertype
[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