asterics / AsTeRICS

The Assistive Technology Rapid Integration & Construction Set
http://www.asterics.eu
Other
57 stars 27 forks source link

Bklaus/fix copy help files #218

Closed klues closed 6 years ago

klues commented 6 years ago

@deinhofer what do you think about this solution: 1) The target "copyHelpFiles" from WebACS which copies the files from WebACS/help_files to WebACS/help/help_files was not called on the build of ARE -> I added a call of this task in the ARE build.xml @klues Are you sure? but the copyHelpFiles target called the build file in the WebACS submodule which then copied the help_files.

2) In the target 'copyHelpFiles' of ARE I added a git update submodule --init --recursive before copying anything. I think this makes sense - so the submodules should always be existing and updated and we do not need the update_all scripts anymore.

klues commented 6 years ago

one more change:

see https://github.com/asterics/AsTeRICS/pull/218/files#diff-b2a1f14d92f95a69ed7201a10e363ab2R324

klues commented 6 years ago

more changes:

klues commented 6 years ago

just tried:

git clone <AsTeRICS URL>
cd <InstallerDir>
ant deploy

on Linux and the result is a working .deb installer with correct submodules! yeah! :)