source: build.log@ ae6cd79

Last change on this file since ae6cd79 was 43e476a, checked in by MBK <marija.karapandzova@…>, 4 months ago

Add JWT authentication and User entity with flyway migrations

  • Property mode set to 100644
File size: 7.1 KB
Line 
1[INFO] Scanning for projects...
2[INFO]
3[INFO] ---------------------------< medora:medora4 >---------------------------
4[INFO] Building medora5 0.0.1-SNAPSHOT
5[INFO] from pom.xml
6[INFO] --------------------------------[ jar ]---------------------------------
7[INFO]
8[INFO] --- clean:3.4.1:clean (default-clean) @ medora4 ---
9[INFO] Deleting C:\Users\User\Downloads\medora5\target
10[INFO]
11[INFO] --- resources:3.3.1:resources (default-resources) @ medora4 ---
12[INFO] Copying 4 resources from backend\src\main\resources to target\classes
13[INFO]
14[INFO] --- compiler:3.14.1:compile (default-compile) @ medora4 ---
15[INFO] Recompiling the module because of changed source code.
16[INFO] Compiling 213 source files with javac [debug parameters release 21] to target\classes
17[INFO] Annotation processing is enabled because one or more processors were found
18 on the class path. A future release of javac may disable annotation processing
19 unless at least one processor is specified by name (-processor), or a search
20 path is specified (--processor-path, --processor-module-path), or annotation
21 processing is enabled explicitly (-proc:only, -proc:full).
22 Use -Xlint:-options to suppress this message.
23 Use -proc:none to disable annotation processing.
24[INFO] -------------------------------------------------------------
25[ERROR] COMPILATION ERROR :
26[INFO] -------------------------------------------------------------
27[ERROR] /C:/Users/User/Downloads/medora5/backend/src/main/java/medora/service/AuthService.java:[5,19] cannot find symbol
28 symbol: class JwtUtil
29 location: package medora.util
30[ERROR] /C:/Users/User/Downloads/medora5/backend/src/main/java/medora/service/AuthService.java:[21,19] cannot find symbol
31 symbol: class JwtUtil
32 location: class medora.service.AuthService
33[ERROR] /C:/Users/User/Downloads/medora5/backend/src/main/java/medora/service/AuthService.java:[23,55] cannot find symbol
34 symbol: class JwtUtil
35 location: class medora.service.AuthService
36[INFO] 3 errors
37[INFO] -------------------------------------------------------------
38[INFO] ------------------------------------------------------------------------
39[INFO] BUILD FAILURE
40[INFO] ------------------------------------------------------------------------
41[INFO] Total time: 6.298 s
42[INFO] Finished at: 2026-05-23T17:09:26+02:00
43[INFO] ------------------------------------------------------------------------
44[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.14.1:compile (default-compile) on project medora4: Compilation failure: Compilation failure:
45[ERROR] /C:/Users/User/Downloads/medora5/backend/src/main/java/medora/service/AuthService.java:[5,19] cannot find symbol
46[ERROR] symbol: class JwtUtil
47[ERROR] location: package medora.util
48[ERROR] /C:/Users/User/Downloads/medora5/backend/src/main/java/medora/service/AuthService.java:[21,19] cannot find symbol
49[ERROR] symbol: class JwtUtil
50[ERROR] location: class medora.service.AuthService
51[ERROR] /C:/Users/User/Downloads/medora5/backend/src/main/java/medora/service/AuthService.java:[23,55] cannot find symbol
52[ERROR] symbol: class JwtUtil
53[ERROR] location: class medora.service.AuthService
54[ERROR] -> [Help 1]
55[ERROR]
56[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
57[ERROR] Re-run Maven using the -X switch to enable full debug logging.
58[ERROR]
59[ERROR] For more information about the errors and possible solutions, please read the following articles:
60[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
Note: See TracBrowser for help on using the repository browser.