Title: Project Compilation Failure · Issue #2 · discospiff/JavaFullStackEnterpriseWeb · GitHub
Open Graph Title: Project Compilation Failure · Issue #2 · discospiff/JavaFullStackEnterpriseWeb
X Title: Project Compilation Failure · Issue #2 · discospiff/JavaFullStackEnterpriseWeb
Description: Hello, when I cloned the Repository and run mvn clean package, the Maven Process fails at compilation stage with nearly 40 Errors [INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ PlantPlaces --- [INFO] Changes detected - ...
Open Graph Description: Hello, when I cloned the Repository and run mvn clean package, the Maven Process fails at compilation stage with nearly 40 Errors [INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ Pl...
X Description: Hello, when I cloned the Repository and run mvn clean package, the Maven Process fails at compilation stage with nearly 40 Errors [INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ Pl...
Opengraph URL: https://github.com/discospiff/JavaFullStackEnterpriseWeb/issues/2
X: @github
Domain: patch-diff.githubusercontent.com
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"Project Compilation Failure","articleBody":"Hello,\r\n\r\nwhen I cloned the Repository and run `mvn clean package`, the Maven Process fails at compilation stage with nearly 40 Errors\r\n\r\n```\r\n[INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ PlantPlaces ---\r\n[INFO] Changes detected - recompiling the module!\r\n[WARNING] File encoding has not been set, using platform encoding UTF-8, i.e. build is platform dependent!\r\n[INFO] Compiling 27 source files to /home/uwehartwig/Work/github-extern/JavaFullStackEnterpriseWeb/PlantPlaces/target/classes\r\n[INFO] /home/uwehartwig/Work/github-extern/JavaFullStackEnterpriseWeb/PlantPlaces/src/com/plantplaces/dao/HibernateUtil.java: /home/uwehartwig/Work/github-extern/JavaFullStackEnterpriseWeb/PlantPlaces/src/com/plantplaces/dao/HibernateUtil.java uses or overrides a deprecated API.\r\n[INFO] /home/uwehartwig/Work/github-extern/JavaFullStackEnterpriseWeb/PlantPlaces/src/com/plantplaces/dao/HibernateUtil.java: Recompile with -Xlint:deprecation for details.\r\n[INFO] /home/uwehartwig/Work/github-extern/JavaFullStackEnterpriseWeb/PlantPlaces/src/com/plantplaces/dao/PlantHbmDAO.java: Some input files use unchecked or unsafe operations.\r\n[INFO] /home/uwehartwig/Work/github-extern/JavaFullStackEnterpriseWeb/PlantPlaces/src/com/plantplaces/dao/PlantHbmDAO.java: Recompile with -Xlint:unchecked for details.\r\n[INFO] -------------------------------------------------------------\r\n[ERROR] COMPILATION ERROR : \r\n[INFO] -------------------------------------------------------------\r\n[ERROR] /home/uwehartwig/Work/github-extern/JavaFullStackEnterpriseWeb/PlantPlaces/src/com/plantplaces/dto/Specimen.java:[3,24] package javax.faces.bean does not exist\r\n[ERROR] /home/uwehartwig/Work/github-extern/JavaFullStackEnterpriseWeb/PlantPlaces/src/com/plantplaces/dto/Plant.java:[6,24] package javax.faces.bean does not exist\r\n[ERROR] /home/uwehartwig/Work/github-extern/JavaFullStackEnterpriseWeb/PlantPlaces/src/com/plantplaces/dto/Plant.java:[13,2] cannot find symbol\r\n symbol: class ManagedBean\r\n[ERROR] /home/uwehartwig/Work/github-extern/JavaFullStackEnterpriseWeb/PlantPlaces/src/com/plantplaces/ui/SpecimenVO.java:[7,24] cannot find symbol\r\n symbol: class ManagedBean\r\n location: package javax.annotation\r\n[ERROR] /home/uwehartwig/Work/github-extern/JavaFullStackEnterpriseWeb/PlantPlaces/src/com/plantplaces/ui/SpecimenVO.java:[8,31] package javax.faces.application does not exist\r\n[ERROR] /home/uwehartwig/Work/github-extern/JavaFullStackEnterpriseWeb/PlantPlaces/src/com/plantplaces/ui/SpecimenVO.java:[9,27] package javax.faces.context does not exist\r\n[ERROR] /home/uwehartwig/Work/github-extern/JavaFullStackEnterpriseWeb/PlantPlaces/src/com/plantplaces/ui/SpecimenVO.java:[23,2] cannot find symbol\r\n symbol: class ManagedBean\r\n[ERROR] /home/uwehartwig/Work/github-extern/JavaFullStackEnterpriseWeb/PlantPlaces/src/com/plantplaces/ui/AddPlant.java:[3,24] cannot find symbol\r\n symbol: class ManagedBean\r\n location: package javax.annotation\r\n[ERROR] /home/uwehartwig/Work/github-extern/JavaFullStackEnterpriseWeb/PlantPlaces/src/com/plantplaces/ui/AddPlant.java:[4,31] package javax.faces.application does not exist\r\n[ERROR] /home/uwehartwig/Work/github-extern/JavaFullStackEnterpriseWeb/PlantPlaces/src/com/plantplaces/ui/AddPlant.java:[5,27] package javax.faces.context does not exist\r\n[ERROR] /home/uwehartwig/Work/github-extern/JavaFullStackEnterpriseWeb/PlantPlaces/src/com/plantplaces/ui/AddPlant.java:[16,2] cannot find symbol\r\n symbol: class ManagedBean\r\n[ERROR] /home/uwehartwig/Work/github-extern/JavaFullStackEnterpriseWeb/PlantPlaces/src/com/plantplaces/ui/SearchPlants.java:[7,24] cannot find symbol\r\n symbol: class ManagedBean\r\n location: package javax.annotation\r\n[ERROR] /home/uwehartwig/Work/github-extern/JavaFullStackEnterpriseWeb/PlantPlaces/src/com/plantplaces/ui/SearchPlants.java:[8,27] package javax.faces.context does not exist\r\n[ERROR] /home/uwehartwig/Work/github-extern/JavaFullStackEnterpriseWeb/PlantPlaces/src/com/plantplaces/ui/SearchPlants.java:[19,2] cannot find symbol\r\n symbol: class ManagedBean\r\n[ERROR] /home/uwehartwig/Work/github-extern/JavaFullStackEnterpriseWeb/PlantPlaces/src/com/plantplaces/ui/PlantJSONServlet.java:[7,24] cannot find symbol\r\n symbol: class ManagedBean\r\n location: package javax.annotation\r\n[ERROR] /home/uwehartwig/Work/github-extern/JavaFullStackEnterpriseWeb/PlantPlaces/src/com/plantplaces/ui/ApplicationInfo.java:[3,24] package javax.faces.bean does not exist\r\n[ERROR] /home/uwehartwig/Work/github-extern/JavaFullStackEnterpriseWeb/PlantPlaces/src/com/plantplaces/ui/ApplicationInfo.java:[9,2] cannot find symbol\r\n symbol: class ManagedBean\r\n[ERROR] /home/uwehartwig/Work/github-extern/JavaFullStackEnterpriseWeb/PlantPlaces/src/com/plantplaces/dao/FileDAO.java:[11,46] package org.apache.tomcat.util.http.fileupload does not exist\r\n[ERROR] /home/uwehartwig/Work/github-extern/JavaFullStackEnterpriseWeb/PlantPlaces/src/com/plantplaces/ui/SpecimenVO.java:[81,46] cannot access javax.faces.event.AjaxBehaviorEvent\r\n class file for javax.faces.event.AjaxBehaviorEvent not found\r\n[ERROR] /home/uwehartwig/Work/github-extern/JavaFullStackEnterpriseWeb/PlantPlaces/src/com/plantplaces/ui/SpecimenVO.java:[90,25] cannot find symbol\r\n symbol: variable FacesContext\r\n location: class com.plantplaces.ui.SpecimenVO\r\n[ERROR] /home/uwehartwig/Work/github-extern/JavaFullStackEnterpriseWeb/PlantPlaces/src/com/plantplaces/ui/SpecimenVO.java:[110,13] cannot find symbol\r\n symbol: class FacesMessage\r\n location: class com.plantplaces.ui.SpecimenVO\r\n[ERROR] /home/uwehartwig/Work/github-extern/JavaFullStackEnterpriseWeb/PlantPlaces/src/com/plantplaces/ui/SpecimenVO.java:[110,40] cannot find symbol\r\n symbol: class FacesMessage\r\n location: class com.plantplaces.ui.SpecimenVO\r\n[ERROR] /home/uwehartwig/Work/github-extern/JavaFullStackEnterpriseWeb/PlantPlaces/src/com/plantplaces/ui/SpecimenVO.java:[111,13] cannot find symbol\r\n symbol: variable FacesContext\r\n location: class com.plantplaces.ui.SpecimenVO\r\n[ERROR] /home/uwehartwig/Work/github-extern/JavaFullStackEnterpriseWeb/PlantPlaces/src/com/plantplaces/ui/SpecimenVO.java:[121,21] cannot find symbol\r\n symbol: class FacesMessage\r\n location: class com.plantplaces.ui.SpecimenVO\r\n[ERROR] /home/uwehartwig/Work/github-extern/JavaFullStackEnterpriseWeb/PlantPlaces/src/com/plantplaces/ui/SpecimenVO.java:[121,48] cannot find symbol\r\n symbol: class FacesMessage\r\n location: class com.plantplaces.ui.SpecimenVO\r\n[ERROR] /home/uwehartwig/Work/github-extern/JavaFullStackEnterpriseWeb/PlantPlaces/src/com/plantplaces/ui/SpecimenVO.java:[122,21] cannot find symbol\r\n symbol: variable FacesContext\r\n location: class com.plantplaces.ui.SpecimenVO\r\n[ERROR] /home/uwehartwig/Work/github-extern/JavaFullStackEnterpriseWeb/PlantPlaces/src/com/plantplaces/ui/SpecimenVO.java:[126,21] cannot find symbol\r\n symbol: class FacesMessage\r\n location: class com.plantplaces.ui.SpecimenVO\r\n[ERROR] /home/uwehartwig/Work/github-extern/JavaFullStackEnterpriseWeb/PlantPlaces/src/com/plantplaces/ui/SpecimenVO.java:[126,48] cannot find symbol\r\n symbol: class FacesMessage\r\n location: class com.plantplaces.ui.SpecimenVO\r\n[ERROR] /home/uwehartwig/Work/github-extern/JavaFullStackEnterpriseWeb/PlantPlaces/src/com/plantplaces/ui/SpecimenVO.java:[127,21] cannot find symbol\r\n symbol: variable FacesContext\r\n location: class com.plantplaces.ui.SpecimenVO\r\n[ERROR] /home/uwehartwig/Work/github-extern/JavaFullStackEnterpriseWeb/PlantPlaces/src/com/plantplaces/ui/AddPlant.java:[35,17] cannot find symbol\r\n symbol: class FacesContext\r\n location: class com.plantplaces.ui.AddPlant\r\n[ERROR] /home/uwehartwig/Work/github-extern/JavaFullStackEnterpriseWeb/PlantPlaces/src/com/plantplaces/ui/AddPlant.java:[35,48] cannot find symbol\r\n symbol: variable FacesContext\r\n location: class com.plantplaces.ui.AddPlant\r\n[ERROR] /home/uwehartwig/Work/github-extern/JavaFullStackEnterpriseWeb/PlantPlaces/src/com/plantplaces/ui/AddPlant.java:[43,25] cannot find symbol\r\n symbol: class FacesMessage\r\n location: class com.plantplaces.ui.AddPlant\r\n[ERROR] /home/uwehartwig/Work/github-extern/JavaFullStackEnterpriseWeb/PlantPlaces/src/com/plantplaces/ui/AddPlant.java:[43,47] cannot find symbol\r\n symbol: class FacesMessage\r\n location: class com.plantplaces.ui.AddPlant\r\n[ERROR] /home/uwehartwig/Work/github-extern/JavaFullStackEnterpriseWeb/PlantPlaces/src/com/plantplaces/ui/AddPlant.java:[43,60] cannot find symbol\r\n symbol: variable FacesMessage\r\n location: class com.plantplaces.ui.AddPlant\r\n[ERROR] /home/uwehartwig/Work/github-extern/JavaFullStackEnterpriseWeb/PlantPlaces/src/com/plantplaces/ui/AddPlant.java:[54,25] cannot find symbol\r\n symbol: class FacesMessage\r\n location: class com.plantplaces.ui.AddPlant\r\n[ERROR] /home/uwehartwig/Work/github-extern/JavaFullStackEnterpriseWeb/PlantPlaces/src/com/plantplaces/ui/AddPlant.java:[54,47] cannot find symbol\r\n symbol: class FacesMessage\r\n location: class com.plantplaces.ui.AddPlant\r\n[ERROR] /home/uwehartwig/Work/github-extern/JavaFullStackEnterpriseWeb/PlantPlaces/src/com/plantplaces/ui/AddPlant.java:[54,60] cannot find symbol\r\n symbol: variable FacesMessage\r\n location: class com.plantplaces.ui.AddPlant\r\n[ERROR] /home/uwehartwig/Work/github-extern/JavaFullStackEnterpriseWeb/PlantPlaces/src/com/plantplaces/ui/SearchPlants.java:[88,25] cannot find symbol\r\n symbol: variable FacesContext\r\n location: class com.plantplaces.ui.SearchPlants\r\n[ERROR] /home/uwehartwig/Work/github-extern/JavaFullStackEnterpriseWeb/PlantPlaces/src/com/plantplaces/dao/FileDAO.java:[30,17] cannot find symbol\r\n symbol: variable IOUtils\r\n location: class com.plantplaces.dao.FileDAO\r\n[INFO] 39 errors \r\n\r\n```\r\n\r\nLooks like there are some Dependencies missing in the POM-File?\r\n\r\n","author":{"url":"https://github.com/M3ssman","@type":"Person","name":"M3ssman"},"datePublished":"2019-03-06T19:07:43.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":0},"url":"https://github.com/2/JavaFullStackEnterpriseWeb/issues/2"}
| route-pattern | /_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format) |
| route-controller | voltron_issues_fragments |
| route-action | issue_layout |
| fetch-nonce | v2:6c4a9358-e470-a3c8-d93c-90951eed527f |
| current-catalog-service-hash | 81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114 |
| request-id | BC00:62128:2C737B:3AFFE5:698E4FBA |
| html-safe-nonce | 59de38d2fa1cde5fb4ceb46e1ba00e6b2b60c79fbbd765758b5bc25d91854445 |
| visitor-payload | eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJCQzAwOjYyMTI4OjJDNzM3QjozQUZGRTU6Njk4RTRGQkEiLCJ2aXNpdG9yX2lkIjoiNjY5NDI2NTYxNzA2OTc4OTExNSIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9 |
| visitor-hmac | 29bb4b346082e89ad59919d0c76e108c62f589a123c3e5fbbdfdf26a5fb64e67 |
| hovercard-subject-tag | issue:417962417 |
| github-keyboard-shortcuts | repository,issues,copilot |
| google-site-verification | Apib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I |
| octolytics-url | https://collector.github.com/github/collect |
| analytics-location | / |
| fb:app_id | 1401488693436528 |
| apple-itunes-app | app-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/discospiff/JavaFullStackEnterpriseWeb/2/issue_layout |
| twitter:image | https://opengraph.githubassets.com/e81933f2cb02825f4bfbb437b1e0d33d79280ec5730f201d620f26bd9d19c6f5/discospiff/JavaFullStackEnterpriseWeb/issues/2 |
| twitter:card | summary_large_image |
| og:image | https://opengraph.githubassets.com/e81933f2cb02825f4bfbb437b1e0d33d79280ec5730f201d620f26bd9d19c6f5/discospiff/JavaFullStackEnterpriseWeb/issues/2 |
| og:image:alt | Hello, when I cloned the Repository and run mvn clean package, the Maven Process fails at compilation stage with nearly 40 Errors [INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ Pl... |
| og:image:width | 1200 |
| og:image:height | 600 |
| og:site_name | GitHub |
| og:type | object |
| og:author:username | M3ssman |
| hostname | github.com |
| expected-hostname | github.com |
| None | 0e08b85f0035d49bc4c22868f70a4d30fb8c2a777936895c37e78df095242ddc |
| turbo-cache-control | no-preview |
| go-import | github.com/discospiff/JavaFullStackEnterpriseWeb git https://github.com/discospiff/JavaFullStackEnterpriseWeb.git |
| octolytics-dimension-user_id | 2224876 |
| octolytics-dimension-user_login | discospiff |
| octolytics-dimension-repository_id | 46246506 |
| octolytics-dimension-repository_nwo | discospiff/JavaFullStackEnterpriseWeb |
| octolytics-dimension-repository_public | true |
| octolytics-dimension-repository_is_fork | false |
| octolytics-dimension-repository_network_root_id | 46246506 |
| octolytics-dimension-repository_network_root_nwo | discospiff/JavaFullStackEnterpriseWeb |
| turbo-body-classes | logged-out env-production page-responsive |
| disable-turbo | false |
| browser-stats-url | https://api.github.com/_private/browser/stats |
| browser-errors-url | https://api.github.com/_private/browser/errors |
| release | ab1cf30f0feb8db377fc0d52bc41f0105f9b4181 |
| ui-target | full |
| theme-color | #1e2327 |
| color-scheme | light dark |
Links:
Viewport: width=device-width