eurekaclinical / eureka

RETIRED - Clinical phenotyping and ETL system
http://www.eurekaclinical.org/docs/analytics/
Apache License 2.0
2 stars 11 forks source link

ng-docs is putting generated files in eureka-webapp/src on compile #100

Closed arpost closed 8 years ago

arpost commented 8 years ago

These should be going into the target folder somewhere.

candyam5522 commented 8 years ago

From what I see, the ng-docs folder is already in the target folder screen shot 2016-07-06 at 1 40 45 pm screen shot 2016-07-06 at 1 41 08 pm

Correct me if I understand it wrong.

arpost commented 8 years ago

The file eureka-webapp/src/main/webapp/ng-docs/js/docs-setup.js keeps changing when running mvn install. The build process seems to alternate between adding a bunch of lines and then taking them out.

candyam5522 commented 8 years ago

not able to reproduce it, neither me nor Akshatha. Not related to eureka project. Configuration/set-up error

arpost commented 8 years ago

The problem appears to be that the contents of the ng-docs directory are intended to be generated by the build process and can change despite no relevant code changes for a yet-unknown reason. Assuming that the contents do get rebuilt in their entirety if ng-docs is removed, the best solution appears to be to remove ng-docs/\ from version control and add the ng-docs directory to .gitignore.