On 8/12/07, Ole Ersoy <[EMAIL PROTECTED]> wrote: > > SNIP > > > i.e. sca/modules/binding-sca-xml > > Thanks for pointing this out Jean-Sebastien. > > OK - I tried building the module by itself. I'm running jdk 1.6, but that > should be ok right? I get the following: > > [INFO] Compiling 2 source files to > /home/ole/svn-workspace/java/sca/modules/binding-sca-xml/target/test-classes > [INFO] > ------------------------------------------------------------------------ > [ERROR] BUILD FAILURE > [INFO] > ------------------------------------------------------------------------ > [INFO] Compilation failure > > /home/ole/svn-workspace/java/sca/modules/binding-sca-xml/src/test/java/org/apace/tuscany/sca/binding/sca/xml/WriteTestCase.java:[37,46] > package org.apache.tuscany.sca.binding.sca.impl does not exist > > /home/ole/svn-workspace/java/sca/modules/binding-sca-xml/src/test/java/org/apace/tuscany/sca/binding/sca/xml/ReadTestCase.java:[40,46] > package org.apache.tuscany.sca.binding.sca.impl does not exist > > /home/ole/svn-workspace/java/sca/modules/binding-sca-xml/src/test/java/org/apace/tuscany/sca/binding/sca/xml/WriteTestCase.java:[75,8] > cannot find symbol > symbol : class SCABindingFactoryImpl > location: class org.apace.tuscany.sca.binding.sca.xml.WriteTestCase > > /home/ole/svn-workspace/java/sca/modules/binding-sca-xml/src/test/java/org/apace/tuscany/sca/binding/sca/xml/WriteTestCase.java:[75,47] > cannot find symbol > symbol : class SCABindingFactoryImpl > location: class org.apace.tuscany.sca.binding.sca.xml.WriteTestCase > > /home/ole/svn-workspace/java/sca/modules/binding-sca-xml/src/test/java/org/apace/tuscany/sca/binding/sca/xml/ReadTestCase.java:[71,32] > cannot find symbol > symbol : class SCABindingFactoryImpl > location: class org.apace.tuscany.sca.binding.sca.xml.ReadTestCase > > /home/ole/svn-workspace/java/sca/modules/binding-sca-xml/src/test/java/org/apace/tuscany/sca/binding/sca/xml/ReadTestCase.java:[80,43] > cannot find symbol > symbol : class SCABindingFactoryImpl > location: class org.apace.tuscany.sca.binding.sca.xml.ReadTestCase > > > [INFO] > ------------------------------------------------------------------------ > [INFO] For more information, run Maven with the -e switch > [INFO] > ------------------------------------------------------------------------ > [INFO] Total time: 28 seconds > [INFO] Finished at: Sat Aug 11 20:18:30 CDT 2007 > [INFO] Final Memory: 9M/25M > [INFO] > ------------------------------------------------------------------------ > > I could probably work around these issues for updating the LDAP DAS code, > but will be glad to keep trying things if we want to try to get to the > bottom of this. > > Cheers, > - Ole > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > Hi Ole
I see this kind of thing from time to time where a module test can't see the dependencies from its own module.I can't really explain what's going on but it is some confusion between the three source of compiled classes, the local repo the maven build the eclipse build When I see this I tend to stop eclipse make sure I'm on the latest code (I think you have done this) cd to the top level sca directory (I tend to check out the whole java tree so I go to mycheckoutdir/sca) mvn clean remove all of the sca artifacts from my local maven repository mvn When I have the maven building cleanly I then move on to re-generating the eclipse files. I note from your other post that you are having problems with the full build with JDK1.6. Is it possible for you to try with 1.5 as this is known to work? We can then isolate JDK issues from these more general build issues. Regards Simon
