molgenis / molgenis-emx2

MOLGENIS EMX2, the latest version of the MOLGENIS data platform.
GNU Lesser General Public License v3.0
13 stars 16 forks source link

Apps are not rebuild ( after change ) #3447

Open connoratrug opened 6 months ago

connoratrug commented 6 months ago

What version of EMX2 are you using (see footer) 10.44.3

Describe the bug When building the application locally using ./gradlew build -x test gradle output indicates tasks are already done and apps do not get (re)build

possibly related to:

https://github.com/molgenis/molgenis-emx2/commit/3ecf0213399476dc3d0e9da0e0c6fd729d11e0de

To Reproduce Steps to reproduce the behavior:

  1. Go to 'http://localhost:8080/apps/central/'
  2. See error

Expected behavior Apps a rebuild if empty or on change

connoratrug commented 6 months ago

work around run gradle taks with --rerun-tasks

chinook25 commented 6 months ago

I get build error

When I do gradlew run --rerun-tasks

connoratrug commented 6 months ago

@chinook25 https://stackoverflow.com/questions/48632019/gradle-build-error-on-windows-failed-to-create-md5-hash-for-file looks like this issue

chinook25 commented 6 months ago

@connoratrug Yea, also found that one. Seemed indeed to be the issue. #3464 Should have fixed it (already merged). Can you check and if it's ok, close the issue?

Edit: still need the --rerun-tasks to not get 404, but at least that works now :)