On 3/29/11 08:12 , Hans Dockter wrote:
Hi Rickard,
I have checked out qi4j-sdk to reproduce the problems. I ran into the
following issues:
1.) I got a build failure at configuration time saying that
'tests:performance:entitystore' does not exists. I commented out the
line in the settings.gradle to continue.
2.) Then I got a compile error (not sure if this relates to excluding
the project above):
:org.qi4j.samples:org.qi4j.sample.dddsample:compileJava
/Users/hans/checkouts/qi4j-sdk/samples/dddsample/src/main/java/org/qi4j/samples/dddsample/bootstrap/Qi4jDDDSampleApplicationBootstrap.java:23:
package org.qi4j.entitystore.memory does not exist
import org.qi4j.entitystore.memory.MemoryEntityStoreService;
^
/Users/hans/checkouts/qi4j-sdk/samples/dddsample/src/main/java/org/qi4j/samples/dddsample/bootstrap/Qi4jDDDSampleApplicationBootstrap.java:102:
cannot find symbol
symbol : class MemoryEntityStoreService
location: class
org.qi4j.samples.dddsample.bootstrap.Qi4jDDDSampleApplicationBootstrap
module.services( MemoryEntityStoreService.class,
UuidIdentityGeneratorService.class )
^
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
2 errors
Any ideas how to fix those?
We are keen to have a look into the Gradle issues once we have a running
build.
All of this should be fixed now.
Niclas told me that many of the tasks fork off separate VM's, so it
might simply be that I'm measuring the wrong thing, i.e. the parent VM,
which doesn't do all that much. For example, during "javadoc" the CPU
usage goes down to 0%, which would be normal then.
Anyway, it would be great if you could do a checkout and build, and see
if it all looks normal, or if anything could be improved.
/Rickard
---------------------------------------------------------------------
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email