Hey, I've only now been able to build Qi4j successfully. The defaults didn't work as I got OutOfMemory exceptions all the time. I fixed this by doing: JAVA_OPTS="$JAVA_OPTS -Xmx1024m -Xms1024m -XX:MaxPermSize=512m" in the gradlew script. Could we set this to be default?
Also, I need the artifacts to be installed locally as I want to use them in Streamflow. But "gradlew install" doesn't work, as it seems it tries to upload the root "qi4j-sdk" as a jar file. I've been trying to find out how to turn that off in Gradle, but no luck so far. If you can figure out how to get "gradlew install" to work, that would be great! /Rickard 2011/2/21 Niclas Hedhman <[email protected]>: > On Mon, Feb 21, 2011 at 4:34 PM, Rickard Öberg <[email protected]> wrote: > >> The .gitmodules file already had the content as instructed, so no need to >> change it. Is that intended? Or did someone screw up? What should it >> contain, when checked out initially? > > It should be with the 3 URLs as > > git://github.com/Qi4j/... > > when checked out, and for you, you need to modify to > [email protected]:Qi4j/.... then run the submodule init and submodule > update, after which you do a git reset --hard. > If you checked this out prior to today, then in your particular case, > things are probably Ok already. > > > Cheers > -- > Niclas Hedhman, Software Developer > http://www.qi4j.org - New Energy for Java > > I live here; http://tinyurl.com/3xugrbk > I work here; http://tinyurl.com/24svnvk > I relax here; http://tinyurl.com/2cgsug > > _______________________________________________ > qi4j-dev mailing list > [email protected] > http://lists.ops4j.org/mailman/listinfo/qi4j-dev > _______________________________________________ qi4j-dev mailing list [email protected] http://lists.ops4j.org/mailman/listinfo/qi4j-dev

