On Tue, Mar 29, 2011 at 8:12 AM, Rickard Öberg <rickardob...@gmail.com>wrote:

> 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.
>

I still run into a compile issue:

:org.qi4j.tools:org.qi4j.tool.envisage:javadocJar
:org.qi4j.tools:org.qi4j.tool.envisage:sourceJar
:org.qi4j.samples:org.qi4j.sample.dddsample:compileVersionJava
: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

Cheers

Hans

--
Hans Dockter
Founder, Gradle
http://www.gradle.org, http://twitter.com/gradleware
CEO, Gradleware - Gradle Training, Support, Consulting
http://www.gradleware.com

Reply via email to