Hi, We have specified the compiler options in the top level project as,
compile.options.source = "1.5" compile.options.target = "1.5" The top level project contains subprojects. When we create the eclipse project artefacts using buildr, we need the compiler options to be included in the eclipse project artifacts. How do we achieve this? regards, sathwik
