sleuthkit / autopsy

Autopsy® is a digital forensics platform and graphical interface to The Sleuth Kit® and other digital forensics tools. It can be used by law enforcement, military, and corporate examiners to investigate what happened on a computer. You can even use it to recover photos from your camera's memory card.
http://www.sleuthkit.org/autopsy/
2.29k stars 586 forks source link

Autopsy 4.3.0 ANT BUILD on Linux Mint 18 #2487

Open peyobr opened 7 years ago

peyobr commented 7 years ago

Hi, extracted 4.3.0 zip archive and launched ANT BUILD. Then got the following errors.

At the moment i successfully run version 4.2.0.

Any suggestion?

Thanks!!

[nb-javac] warning: No processor claimed any of these annotations: javax.annotation.Generated [nb-javac] /storage/opt/autopsy/autopsy-autopsy-4.3.0/Core/src/org/sleuthkit/autopsy/datamodel/AbstractContentChildren.java:35: error: cannot find symbol [nb-javac] import org.sleuthkit.datamodel.SlackFile; [nb-javac] ^ [nb-javac] symbol: class SlackFile [nb-javac] location: package org.sleuthkit.datamodel [nb-javac] /storage/opt/autopsy/autopsy-autopsy-4.3.0/Core/src/org/sleuthkit/autopsy/datamodel/AbstractContentChildren.java:112: error: cannot find symbol [nb-javac] public AbstractContentNode<? extends Content> visit(SlackFile sf) { [nb-javac] ^ [nb-javac] symbol: class SlackFile [nb-javac] location: class CreateSleuthkitNodeVisitor [nb-javac] /storage/opt/autopsy/autopsy-autopsy-4.3.0/Core/src/org/sleuthkit/autopsy/datamodel/ContentUtils.java:46: error: cannot find symbol [nb-javac] import org.sleuthkit.datamodel.SlackFile; [nb-javac] ^ [nb-javac] symbol: class SlackFile [nb-javac] location: package org.sleuthkit.datamodel [nb-javac] /storage/opt/autopsy/autopsy-autopsy-4.3.0/Core/src/org/sleuthkit/autopsy/datamodel/ContentUtils.java:361: error: cannot find symbol [nb-javac] public Void visit(SlackFile f) { [nb-javac] ^ [nb-javac] symbol: class SlackFile [nb-javac] location: class ExtractFscContentVisitor<T,V> [nb-javac] where T,V are type-variables: [nb-javac] T extends Object declared in class ExtractFscContentVisitor [nb-javac] V extends Object declared in class ExtractFscContentVisitor [nb-javac] /storage/opt/autopsy/autopsy-autopsy-4.3.0/Core/src/org/sleuthkit/autopsy/datamodel/DataModelActionsFactory.java:40: error: cannot find symbol [nb-javac] import org.sleuthkit.datamodel.SlackFile; [nb-javac] ^ [nb-javac] symbol: class SlackFile [nb-javac] location: package org.sleuthkit.datamodel [nb-javac] /storage/opt/autopsy/autopsy-autopsy-4.3.0/Core/src/org/sleuthkit/autopsy/datamodel/DataModelActionsFactory.java:85: error: cannot find symbol [nb-javac] public static List getActions(SlackFile slackFile, boolean isArtifactSource) { [nb-javac] ^ [nb-javac] symbol: class SlackFile [nb-javac] location: class DataModelActionsFactory [nb-javac] /storage/opt/autopsy/autopsy-autopsy-4.3.0/Core/src/org/sleuthkit/autopsy/directorytree/DataResultFilterNode.java:60: error: cannot find symbol [nb-javac] import org.sleuthkit.datamodel.SlackFile; [nb-javac] ^ [nb-javac] symbol: class SlackFile [nb-javac] location: package org.sleuthkit.datamodel [nb-javac] /storage/opt/autopsy/autopsy-autopsy-4.3.0/Core/src/org/sleuthkit/autopsy/ingest/GetRootDirectoryVisitor.java:30: error: cannot find symbol [nb-javac] import org.sleuthkit.datamodel.SlackFile; [nb-javac] ^ [nb-javac] symbol: class SlackFile [nb-javac] location: package org.sleuthkit.datamodel [nb-javac] /storage/opt/autopsy/autopsy-autopsy-4.3.0/Core/src/org/sleuthkit/autopsy/ingest/GetRootDirectoryVisitor.java:90: error: cannot find symbol [nb-javac] public Collection visit(SlackFile slackFile) { [nb-javac] ^ [nb-javac] symbol: class SlackFile [nb-javac] location: class GetRootDirectoryVisitor [nb-javac] 9 errors [nb-javac] 17 warnings

BUILD FAILED /storage/opt/autopsy/autopsy-autopsy-4.3.0/netbeans-plat/8.1/harness/suite.xml:187: The following error occurred while executing this line: /storage/opt/autopsy/autopsy-autopsy-4.3.0/netbeans-plat/8.1/harness/common.xml:224: Compile failed; see the compiler error output for details.

reike commented 7 years ago

Hi ! Exactly the same problem here... Did you finally find a way to make it compile correctly ? Thanks !

peyobr commented 7 years ago

Unfortunately not.

At the moment i'm using Windows for this purpose!

sorry.

reike commented 7 years ago

Thank you for your answer ! If I find a way to solve this, I will tell you (otherwise, I'd just use Windows... ^^).