Hello. I want to import the tapestry sources into eclipse and tried the following: svn checkout https://svn.apache.org/repos/asf/tapestry/tapestry5/trunk/ tapestry-project Interrupted this after 30 minutes without success.
Downloaded 5.3.2 from http://tapestry.apache.org/download.html Than I did: gradle eclipse with gradle 6 and got: FAILURE: Build failed with an exception. * Where: Build file '/home/user/workspace/tapestry_5.3.2/tapestry-core/build.gradle' line: 36 * What went wrong: A problem occurred evaluating project ':tapestry-core'. Cause: Could not find method description() for arguments [Generates Java sources from Antlr3 grammars.] on project ':tapestry-core'. Then I downloaded 5.3.1 gradle eclipse works Eclipse -> Import existing project into workspace works, too, but several things do not work. For instance Strg left mouse should normally lead to the specific class. And I can see no dependency tree. I read that eclipse needs a flat project structure, so I replaces the include in settings.gradle with includeFlat. But this does not work, too. I also tried to import it as existing project and copy project into workspace. Nothing worked. Some hints would be fine. -- View this message in context: http://tapestry.1045711.n5.nabble.com/Eclipse-import-of-the-sources-tp5579088p5579088.html Sent from the Tapestry - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org