Skip to content
This repository was archived by the owner on Jul 1, 2024. It is now read-only.

Confusing build process #66

@drtechie

Description

@drtechie

The war file generation is not documented properly or the packages added to the project are confusing.

  1. 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:

  1. GitHub Actions have one workflow file that packages the war file with mvn.

Questions

  1. Is the packaging done with grunt or mvn package?
  2. The GitHub workflow and pom.xml has many references to TMUI for this repo (HWC-UI).
  3. The pom.xml file has several references to internal IPs.
  4. 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

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions