This repository was archived by the owner on Jul 1, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 18
Confusing build process #66
Copy link
Copy link
Open
Description
The war file generation is not documented properly or the packages added to the project are confusing.
- The package.json script has "war" script that generates the build and runs a grunt task.
The grunt task however results in an error.
> [email protected] grunt /Users/drtechie/Dev/PSMRI/HWC-UI
> grunt
Running "war:target" (war) task
Warning: Unexpected token * Use --force to continue.
Aborted due to warnings.
npm ERR! code ELIFECYCLE
npm ERR! errno 3
npm ERR! [email protected] grunt: `grunt`
npm ERR! Exit status 3
npm ERR!
npm ERR! Failed at the [email protected] grunt script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
- GitHub Actions have one workflow file that packages the war file with mvn.
Questions
- Is the packaging done with grunt or mvn package?
- The GitHub workflow and pom.xml has many references to TMUI for this repo (HWC-UI).
- The pom.xml file has several references to internal IPs.
- There are at least 2 additional workflows present under .github folder which do not have the right .yml extension. Are these really used? Can we clean it up?
Metadata
Metadata
Assignees
Labels
No labels