Showing posts with label jsr170. Show all posts
Showing posts with label jsr170. Show all posts

How to setup Eclipse debug for eXo JCR core (maven project)

Thursday, July 30, 2009 Автор: Sergey Kabashnyuk 0 коммент.
1. Import exo.jcr.core project into the Eclipse. 2. Open dialog Run -> Debug configurations
Select Project: "Name of the imported project"
Main Class: org.codehaus.classworlds.Launcher
3. Insert Arguments
Program arguments: -Dexo.test.forkMode=never -Dexo.tck.skip=true -Dexo.test.skip=false clean test
VM arguments: -Xmx300m -Dclassworlds.conf="${M2_HOME}/bin/m2.conf" -Dmaven.home="${M2_HOME}"
4. Add classwords jar to the classpath.
5. Add required sources.
6. Run debug
Ярлыки: , , , ,

Контент ориентированное программирование

Monday, July 6, 2009 Автор: Sergey Kabashnyuk 0 коммент.
Ярлыки: , , ,