ethauvin
07/22/2016, 8:58 PMethauvin
07/22/2016, 9:50 PMethauvin
07/22/2016, 9:56 PMcedric
07/22/2016, 10:54 PMethauvin
07/22/2016, 10:54 PMethauvin
07/22/2016, 10:55 PMcom.beust.kobalt.misc.JarUtils.kt
change line 85 to val buffer = ByteArray(65536)
cedric
07/22/2016, 10:56 PMethauvin
07/22/2016, 10:56 PMethauvin
07/22/2016, 10:57 PMcommons-io
is yielding the same numbers as the current code, no improvements that I can see. I replaced both zip and unzip.ethauvin
07/22/2016, 10:59 PMethauvin
07/22/2016, 10:59 PMethauvin
07/22/2016, 11:25 PMorg.codehaus.plexus.util.IOUtil
is already a kobalt depedency, but it yield no more improvements than the change I made above.ethauvin
07/23/2016, 2:02 AMcedric
07/23/2016, 2:57 AMethauvin
07/23/2016, 3:10 AMethauvin
07/23/2016, 3:14 AMpom
file. I can make my task runAfter
the maven task to ensure that the pom is there, correct? How about the actual file location (or its content) is that available?cedric
07/23/2016, 3:15 AMethauvin
07/23/2016, 3:15 AMethauvin
07/23/2016, 3:18 AMcedric
07/23/2016, 3:19 AMSimpleDep(MavenId.create("org.testng:testng:6.9.11")).toPomFile("6.9.11")
cedric
07/23/2016, 3:19 AMcedric
07/23/2016, 3:20 AMethauvin
07/23/2016, 3:21 AMethauvin
07/23/2016, 3:21 AMethauvin
07/23/2016, 3:24 AMcedric
07/23/2016, 3:25 AMcontext.dependencyManager.transitiveClosure(list of IClasspathDependency)
cedric
07/23/2016, 3:25 AMproject.dependencies()
and others will give you the various direct dependenciesethauvin
07/23/2016, 3:26 AMethauvin
07/23/2016, 3:26 AMcedric
07/23/2016, 3:27 AM