Rene Groeschke wrote: > > The ArrayUtils limits array sizes hardly to max 255 entries. >
How does this manifest itself? The following works fine: def list = (1..1000) as List assert list.size() == 1000 def array = list as int[] assert array.length == 1000 -- Peter Niederwieser Developer, Gradle http://www.gradle.org Trainer & Consultant, Gradle Inc. http://www.gradle.biz Creator, Spock Framework http://spockframework.org -- View this message in context: http://gradle.1045684.n5.nabble.com/The-maximum-number-of-directories-in-a-multi-project-envriontment-tp3387250p3387711.html Sent from the gradle-user mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email
