2011/3/1 Rickard Öberg <[email protected]>: > 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?
Ok, after an update this seems to be in the default script, so good! > 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! "gradlew :core:install" works, so just have to do the different parts separately. Would the recommended way to use this be to have version be "0" and then use that as version in a project that (temporarily) depends on the working snapshot? /Rickard _______________________________________________ qi4j-dev mailing list [email protected] http://lists.ops4j.org/mailman/listinfo/qi4j-dev

