This means that the Build of the generated projects doesn't work completely. I saw this when generating a project manually and it didn't build with "./gradlew clean build install"
I guess that the "application" plugin is not invoked for some reason. On Sun, Jul 16, 2017 at 9:32 AM, <nic...@apache.org> wrote: > Repository: polygene-java > Updated Branches: > refs/heads/develop 4f89ad99f -> b672ffc97 > > > Extension was accidentally changed. > > > Project: http://git-wip-us.apache.org/repos/asf/polygene-java/repo > Commit: http://git-wip-us.apache.org/repos/asf/polygene-java/ > commit/b672ffc9 > Tree: http://git-wip-us.apache.org/repos/asf/polygene-java/tree/b672ffc9 > Diff: http://git-wip-us.apache.org/repos/asf/polygene-java/diff/b672ffc9 > > Branch: refs/heads/develop > Commit: b672ffc978367fea1f7882f9ee95d15c289f5470 > Parents: 4f89ad9 > Author: niclas <nic...@hedhman.org> > Authored: Sun Jul 16 09:32:13 2017 +0800 > Committer: niclas <nic...@hedhman.org> > Committed: Sun Jul 16 09:32:13 2017 +0800 > > ---------------------------------------------------------------------- > tools/generator-polygene/app/templates/RestAPIApplication/app.js | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > ---------------------------------------------------------------------- > > > http://git-wip-us.apache.org/repos/asf/polygene-java/blob/ > b672ffc9/tools/generator-polygene/app/templates/RestAPIApplication/app.js > ---------------------------------------------------------------------- > diff --git a/tools/generator-polygene/app/templates/RestAPIApplication/app.js > b/tools/generator-polygene/app/templates/RestAPIApplication/app.js > index 106bb2d..9b6125b 100644 > --- a/tools/generator-polygene/app/templates/RestAPIApplication/app.js > +++ b/tools/generator-polygene/app/templates/RestAPIApplication/app.js > @@ -52,11 +52,11 @@ module.exports = { > > p.copyTemplate(p.ctx, > 'RestAPIApplication/customUnixStartScript.txt.tmpl', > - 'app/src/scripts/customUnixStartScript.txt.tmpl'); > + 'app/src/scripts/customUnixStartScript.txt'); > > p.copyTemplate(p.ctx, > 'RestAPIApplication/customWindowsStartScript.txt.tmpl', > - 'app/src/scripts/customWindowsStartScript.txt.tmpl'); > + 'app/src/scripts/customWindowsStartScript.txt'); > } > }; > > > -- Niclas Hedhman, Software Developer http://zest.apache.org - New Energy for Java