On Jan 31, 2008, at 1:22 AM, thierry henrio wrote:
Gleefully,Vincent
given
gastroll@babasse /cygdrive/c/home/gastroll/opensource/xwiki/trunks
$ ls
pom.xml* xwiki-platform-tools/
xwiki-extension-eclipse/ xwiki-platform-web/
xwiki-platform-applications/ xwiki-product-curriki/
xwiki-platform-core/ xwiki-product-enterprise/
xwiki-platform-plugins/ xwiki-product-enterprise-manager/
xwiki-platform-pom/ xwiki-product-watch/
xwiki-platform-skins/
action = "import maven projects"
root directory = C:\home\gastroll\opensource\xwiki\trunks\xwiki-
platform-web/
advanced option = none
result = empty eclipse project xwiki-platform-web + ../xwiki-
platform-web strange directory
gastroll@babasse /cygdrive/c/home/gastroll/opensource/xwiki/trunks
$ find ../xwiki-web/
../xwiki-web/
../xwiki-web/.classpath
../xwiki-web/.project
../xwiki-web/bin
../xwiki-web/bin/.classpath
../xwiki-web/bin/.project
checkout was produced using subversive (svn tree looked as nice as
expected)
Have you tried using mvn eclipse:eclipse?
i decided to scratch a new workspace for a clean
install with brand
new svn tree using tortoise
and btw, upgrade to mvn 2.1-SNAPSHOT
You shouldn't do that. You MUST use the maven version we're asking you
to use or you're on your own... Again see the building page on
dev.xwiki.org. Please try to follow what's there.
above scenario was reproduced
importing whole ./trunks as directory root for "maven import"
produces similar
gastroll@babasse /cygdrive/c/home/gastroll/osf/xwiki
$ find xwiki-externals/
xwiki-externals/
xwiki-externals/.classpath
xwiki-externals/.project
xwiki-externals/bin
xwiki-externals/bin/.classpath
xwiki-externals/bin/.project
anyway, i'll mvn eclipse:eclipse all these, in the meantime
Yes, that's what needs to be done with maven projects.
-Vincent