The easiest way to make Maven find one of our own projects in dependency resolution is to install that project’s artifact to the Local Repository. ► All Maven Episodes: http://goo.gl/3KK2gb ► Don’t Miss an Episode: http://goo.gl/whzDi1 Share this: Maven in Eclipse (m2e) 08 – MVN Install11 May, 2015 in Let's Develop / Maven tagged Eclipse / m2e / Tools by letsdeveloper
Every wondered where Maven gets dependencies from? Do you know where Maven caches resolved dependencies locally? Let me explain what the Local Repository and Maven Central are and how they play together. This helps you understand what’s going on and to debug when Maven fails to resolve a dependency for […] Maven in Eclipse (m2e) 07 – Repositories8 May, 2015 in Let's Develop / Maven tagged Eclipse / m2e / Tools by letsdeveloper
To get around in the Maven world, you should know some basic terminology. Let me introduce you to the most important things: Projects, Aggregators, Modules, Artifacts, and Dependencies. ► All Maven Episodes: http://goo.gl/3KK2gb Share this: Maven in Eclipse (m2e) 06 – Basic Terminology4 May, 2015 in Let's Develop / Maven tagged Eclipse / m2e / Tools by letsdeveloper
The WatchDog eclipse plugin gives us statistics about our testing behaviour. The plugin is part of the TestRoots project that aim’s at analysing testing behaviour and improving testing support in IDEs. ► The TestRoots Project: http://testroots.org/ ► An Interview about TestRoots and WatchDog: http://youtu.be/-06ymo7dSHk ► Let’s Develop! http://letsdeveloper.com ► Don’t […] Eclipse – WatchDog Setup12 Jan, 2015 in Conway's Game of Life / Let's Develop tagged Eclipse / Tools by letsdeveloper
Let’s face it: Eclipse’s shortcuts for test execution are a nightmare. There’s no way to run a test that hasn’t been previously executed and who want’s to press Cmd+Alt+X+T to rerun the last execution? Luckily there’s help.The MoreUnit plugin comes with some handy shortcuts and other nice features. ► MoreUnit […] Eclipse – MoreUnit12 Jan, 2015 in Conway's Game of Life / Let's Develop tagged Eclipse / TDD / Tools by letsdeveloper
1 The TestRoots projects analyses and improves software testing. The WatchDog Eclipse plugin is the first step in that direction: It observes your coding and testing behaviour, and gives you detailed reports! How much time do you spend on testing? Find out! And win awesome prices on the go. ► Let’s […] WatchDog – Interview with Moritz Beller23 Dec, 2014 in Let's Develop tagged Interview / Tools by letsdeveloper
In this episode, I investigate on the statement and simple condition coverage of my tests suite for the game logic. I explain the different features of the EclEmma plugin for Eclipse and show you how they work. Join me! ► All Game of Life Episodes: http://goo.gl/xc59GX ► Let’s Develop! http://letsdeveloper.com […] Conway’s Game of Life #6 – Test Coverage with EclEmma25 Nov, 2014 in Conway's Game of Life / Let's Develop tagged Coverage / Eclipse / Tools by letsdeveloper
In this episode I clean up and complete the tests and implementation of the game’s core rules, using the JUnitParams extension for JUnit. Share this: Conway’s Game of Life #1 – Parameterized Tests with JUnitParams26 May, 2014 in Conway's Game of Life / Let's Develop tagged Game Development / JUnit / TDD / Tools by letsdeveloper