Hi to all, in my environment I've just changed the dependency between pivot projects and all is good (otherwise for example updating core i got many compilation errors in eclipse). This is the sequence: - core, no dependency - wtk depends on core - web depends on core, wtk => maybe only wtk could be enough ... - tools depends on web (and its dependency) - tutorials depends on tools (and its dependency) - demos depends on tutorials (and its dependency)
ok, some dependencies aren't really required, but could help in many cases, the compiler, and us as a logic sequence. And a last thing, for me it's very boring: anytime i synchronize the full wtk subproject, the reference to the java plugin jar is lost. I've added a dependency in wtk to an (eclipse) var env JAVA_PLUGIN, so anyone having build errors could simply define this var (not lost when synchronize a project) that point to its jar. And the same could be useful in the demos, for JAVA_WEB_START var env. What do you think ? Bye, Sandro