Open GoogleCodeExporter opened 8 years ago
My guess is you didnt copy the same path to the ivysettings and or properties
files
The NPE is on propertyFile.getPath() so i assume that is null.
for (FileObject propertyFile : ivyPropertiesFiles) {
retval.add(propertyFile.getPath());
}
Original comment by Raymond....@gmail.com
on 1 Nov 2014 at 5:09
Original issue reported on code.google.com by
venkatra...@gmail.com
on 27 Jul 2014 at 8:44Attachments: