18.06.2010, 20:36
(18.06.2010, 17:20)hvdwolf Wrote:(18.06.2010, 09:44)routeconverter Wrote: If you navigate to the TimeZoneTest in IDEA (Control-N is your friend) and execute it within the IDE:When I do that I get the following error:
Right-click on the class name and Run 'TimeZoneTest' from the context menu: what's the problem?
com.intellij.rt.execution.junit.JUnitStarter -ideVersion5 slash.navigation.base.TimeZoneTest
Cannot instantiate test(s): java.lang.NoClassDefFoundError: slash/common/TestCase
Uuups, that's mysterious.
(18.06.2010, 17:20)hvdwolf Wrote: So, I tried with that command. Now I get:
[code][INFO] skip non existing resourceDirectory /Users/Shared/development/RouteConverter/svnRouteConverter/navigation-formats/src/test/resources
Downloading: http://www.routeconverter.de/svn/RouteTh...-tests.jar
[INFO] Unable to find resource 'slash.navigation:common:jar:tests:1.34-SNAPSHOT' in repository routeconverter-thirdparty (http://www.routeconverter.de/svn/RouteThirdParty)
That is strange, too. It seems, the slash.common.TestCase class cannot be accessed from the TimeZoneTest. And I cannot reproduce it here on two machines.
Please try
> mvn install
to generate the
2) slash.navigation:common:jar:tests:1.34-SNAPSHOT
artifact.
(18.06.2010, 17:20)hvdwolf Wrote: It seems like I have to specify some path settings, but shouldn't these be automatically resolved?
Yes, everything _should_ be reproducable with 2 or 3 commands. Sorry for any inconveniences...
--
Christian
Christian
