On 2/26/07, Harold CAPITAINE <[email protected]> wrote:
At the present time, I would object to this for a reason: Are you sure that if you checkout magnolia 2.0.5 and you do a fresh install without a previous .m2 repository, you will still be able to develop magnolia under eclipse WTP 3.2?
apart from the fast that this has nothing to do with maven 2.0.5, yes, I am currently able to checkout from svn and to have a working wtp configuration. Check that you are using the latest eclipse plugin release (running mvn -U eclipse:eclipse) and it should work. Also be sure to use the correct version in -Dwtpversion, that should probably be 1.5... PS. I actually added the handling of test-only jdk version to the last release of the eclipse plugin just for magnolia, in order to be able to make it work using the current configuration :) unfortunately this means that eclipse will compile everything using java5, since it can't use a different compiler version for main and test classes, but it works... fabrizio ---------------------------------------------------------------- for list details see http://www.magnolia.info/en/developer.html ----------------------------------------------------------------
