when i compiling Autopsy4 on Windows10. Using command line ant.
when i play 'ant' command on root directory of autopsy, build.xml run.
build.xml called build-impl.xml, and this called platform.xml.
platform.xml run this:
<autoupdate installdir="${nbplatform.active.dir}" updatecenter="${autoupdate.catalog.url}">
${autoupdate.catalog.url} : http://updates.netbeans.org/netbeans/updates/8.2/uc/final/distribution/catalog.xml.gz
and fail build.
Error msg is:
INFO: The file at http://updates.netbeans.org/netbeans/updates/8.2/uc/final/distribution/catalog.xml.gz, corresponding to the catalog at http://updates.netbeans.org/netbeans/updates/8.2/uc/final/distribution/catalog.xml.gz, does not look like the gzip file, trying to parse it as the pure xml
this problem same on NetBeans IDE 8.2 GUI.
how to compile Auotpsy4 on windows10?
thanks.