mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-06 21:00:22 +00:00
Add screenshot to project setup section.
This commit is contained in:
parent
dcc6674c44
commit
57c39a3135
BIN
docs/doxygen/images/projectProperties.png
Normal file
BIN
docs/doxygen/images/projectProperties.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 24 KiB |
@ -53,11 +53,13 @@ To make a NetBeans module:
|
|||||||
After the module is created, you will need to do some further configuration.
|
After the module is created, you will need to do some further configuration.
|
||||||
<ul>
|
<ul>
|
||||||
<li>Right click on the newly created module and choose "Properties".
|
<li>Right click on the newly created module and choose "Properties".
|
||||||
|
<li>Verify that the Netbeans Platform is set to the Autopsy Platform.
|
||||||
<li>You will need to configure the module to be dependent on modules from within the Autopsy platform. Go to the "Libraries" area and choose "Add" in the "Module Dependencies" section. Choose the:
|
<li>You will need to configure the module to be dependent on modules from within the Autopsy platform. Go to the "Libraries" area and choose "Add" in the "Module Dependencies" section. Choose the:
|
||||||
<ul>
|
<ul>
|
||||||
<li>"Autopsy-Core" library to get access to the Autopsy services.
|
<li>"Autopsy-Core" library to get access to the Autopsy services.
|
||||||
<li>NetBeans "Lookup API" library so that your module can be discovered by Autopsy.
|
<li>NetBeans "Lookup API" library so that your module can be discovered by Autopsy.
|
||||||
</ul>
|
</ul>
|
||||||
|
\image html projectProperties.png
|
||||||
<li>If you later determine that you need to pull in external JAR files, then you will use the "Wrapped Jar" section to add them in.
|
<li>If you later determine that you need to pull in external JAR files, then you will use the "Wrapped Jar" section to add them in.
|
||||||
<li>Note, you will also need to come back to this section if you update the platform. You may need to add a new dependency for the version of the Autopsy-Core that comes with the updated platform.
|
<li>Note, you will also need to come back to this section if you update the platform. You may need to add a new dependency for the version of the Autopsy-Core that comes with the updated platform.
|
||||||
<li>Autopsy requires that all modules restart Autopsy after they are installed. Configure your module this way under Build -> Packaging. Check the box that says Needs Restart on Install.
|
<li>Autopsy requires that all modules restart Autopsy after they are installed. Configure your module this way under Build -> Packaging. Check the box that says Needs Restart on Install.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user