mdenet / educationplatform-docker

Dockerized version of the education platform
Eclipse Public License 2.0
0 stars 1 forks source link

Load example activities from the educationplatform-examples #19

Closed barnettwilliam closed 1 year ago

barnettwilliam commented 1 year ago

Load example activity files from the mdenet/educationplatform-examples repo and remove the separate mdenet-test-activities container.

https://github.com/mdenet/educationplatform/issues/26#issuecomment-1741119726

arturboronat commented 1 year ago

@barnettwilliam Not sure this is the right issue for this comment but here it goes: When the docker image is created, all services in platform tools are compiled, as shown in this line. This is a bit of a burden when a tool is independent of Eclipse since the build still requires to pull Eclipse dependencies via Tycho because all tools shipped with the platform are being compiled. Could a target 'core' be defined instead of using 'all' in order to minimise the required dependencies?

barnettwilliam commented 1 year ago

https://github.com/mdenet/educationplatform-docker/issues/19#issuecomment-1751232056 thank you Artur, I've opened this as its own issue: https://github.com/mdenet/educationplatform-tooltemplate/issues/6