1
0
mirror of https://github.com/elisspace/autopsy.git synced 2026-09-02 21:45:51 +00:00
Commit Graph

68 Commits

Author SHA1 Message Date
Brian Carrier
5a0aa04d10 removed old branding code and files 2014-03-10 17:22:07 -04:00
Richard Cordovano
5ee7feca40 Add notes on running with localization for Japan 2014-01-29 14:50:13 -05:00
Jeff Wallace
8bb313d6b1 Load zlib, libewf, and crt from system path. 2013-11-21 14:33:41 -05:00
Jeff Wallace
66b22c2fb8 Removed stray character. 2013-09-24 16:14:45 -04:00
Jeff Wallace
1e444f5beb Removed max heap size from jvm args. 2013-09-24 16:06:00 -04:00
Jeff Wallace
93b1efd140 Moved adding of jdkhome property to the windows installer targets. 2013-09-24 08:23:08 -04:00
Jeff Wallace
2f5f70aec2 Updated build-installer target in build script to point shortcuts to the correct executable 2013-09-10 16:30:25 -04:00
Jeff Wallace
c754648924 Merge https://github.com/jawallace/autopsy into finalize64installer 2013-09-10 14:46:57 -04:00
Jeff Wallace
23245c0f3a Added new 32 and 64 installer logic in build files 2013-09-10 14:44:42 -04:00
Jeff Wallace
f5f469bd3e Merge https://github.com/sleuthkit/autopsy into macosx 2013-09-09 09:27:15 -04:00
Brian Carrier
de4b91f6ed removed version script from build process 2013-09-06 16:07:31 -04:00
Jeff Wallace
d023a799f1 Merge https://github.com/sleuthkit/autopsy into macosx
Conflicts:
	Core/src/org/sleuthkit/autopsy/core/Installer.java
	Core/src/org/sleuthkit/autopsy/corecomponents/FXVideoPanel.java
	Core/src/org/sleuthkit/autopsy/corecomponents/GstVideoPanel.java
2013-09-06 15:35:34 -04:00
Brian Carrier
19ac7e5757 updated news and added comments 2013-09-04 15:11:41 -04:00
Jeff Wallace
63de1d3917 Fixed UI issues on mac os x 2013-08-26 13:58:58 -04:00
Jeff Wallace
65bb4a05ed Merge https://github.com/sleuthkit/autopsy
Conflicts: (due to line ending problems)
	Core/src/org/sleuthkit/autopsy/corecomponents/DataContentViewerMedia.java
	build-windows.xml
	build.xml
2013-08-22 09:54:56 -04:00
Brian Carrier
7ab52993a2 removed call to update_version.py from ant and changed variable names 2013-08-20 13:35:38 -04:00
df-test-runner
9abf7e9710 Removed outdated reference to ant target. 2013-08-16 13:38:36 -04:00
Jeff Wallace
0298450238 Removed library loading functions from the core installer and updated the build script, which doesn't need to get the tsk libs anymore. 2013-08-14 15:22:07 -04:00
adam-m
c4492d3bbc decrease JVM max heap to 512 2013-04-25 15:50:53 -04:00
Sean-M
553fa49a3f Merge branch 'master' of https://github.com/Smoss/autopsy 2013-04-04 14:35:36 -04:00
Sean-M
e0b6072a58 Intermediate commit for a lot of fixes and restructuring. 2013-04-03 17:39:14 -04:00
Smoss
a16a2ee15a Merge http://www.github.com/sleuthkit/autopsy 2013-03-26 12:32:32 -04:00
Tim McIver
ec66dbd6a7 Commented out line that deletes autopsy.zip in build-zip Ant
target in build.xml.
2013-03-26 12:09:34 -04:00
Sean Moss
661016cb52 fixed some things, and rolled back a lot of comments. 2013-03-26 10:59:39 -04:00
adam-m
afbf732ccb build scripts change to ugprade RCP to 7.3 2013-01-16 13:26:04 -05:00
adam-m
680e23bd81 build fix setting jvm properties when ant wants to escape certain characters as : and = 2013-01-15 14:41:05 -05:00
adam-m
c034962787 Change bundled dir name from jre6 to jre making it version independent, easier to upgrade 2013-01-11 17:18:29 -05:00
adam-m
453a364976 - lower heap setting to 768 to allow more native space, disable class validation for speed, make jvm settings consistent across all builds 2013-01-10 13:30:42 -05:00
adam-m
6b25b4c34b update RCP version for consistency (likely obsolete here) 2012-12-19 17:57:26 -05:00
Devin148
dee76598cd Fix property checking in versioning script ant target 2012-11-05 10:28:04 -05:00
Devin148
84e3110bae Update release script and ant target 2012-11-01 15:21:23 -04:00
Devin148
5fd3178ca3 Add script for versioning Autopsy upon release and integrate into Ant 2012-10-18 16:14:20 -04:00
adam-m
46fa375f3e minor cleanup 2012-09-28 17:57:47 -04:00
Dick Fickling
0618263768 fix build on Linux
Linux builds are case-sensitive, so the directory names needed to be fixed in a few places.
2012-09-27 15:15:12 -04:00
adam-m
af506f6db1 add public build targets decriptions 2012-09-27 13:37:19 -04:00
adam-m
58043edb45 Initial merge of core modules - it does build.
Pull core deps. jars from Maven using ivy.
Simplify dependencies.
TODO: add to classpath jars that should be, fix javahelp, merge layer.xml, disable some netbeans modules, merge Installer.java
2012-09-25 18:14:40 -04:00
adam-m
6b2e119703 fix branding change 2012-09-25 14:25:53 -04:00
adam-m
fe8ce51961 Use Version.properties to store version information, instead of Bundle.properties that is a tracked file. 2012-07-25 09:57:24 -04:00
Dick Fickling
dfb0abb2bf Move file copy / update to build-zip target 2012-06-29 11:23:59 -04:00
adam-m
102d22e6a2 fix typo 2012-06-22 11:17:27 -04:00
adam-m
192a64aa56 remove javadoc target, add doxygen target 2012-06-22 11:16:40 -04:00
adam-m
b3f19d36d7 Overlay junit jars for the right platform version 2012-06-21 16:22:35 -04:00
adam-m
2ba2df1119 Upgrade to 7.2 netbeans platform 2012-06-21 15:11:10 -04:00
adam-m
56f0e4ffab Merge branch 'new-features-20120503' of https://github.com/sleuthkit/autopsy into new-features-20120503 2012-06-21 14:51:21 -04:00
adam-m
7b071fd89e Automated junit tools build independent of netbeans install 2012-06-21 14:49:29 -04:00
Dick Fickling
49bc3067d8 move conf file change to build-zip 2012-06-21 14:41:57 -04:00
adam-m
9a47ef3eea Improved netbeans harness/platform build 2012-06-21 11:09:30 -04:00
adam-m
3e1819036d Improved netbeans harness/platform build 2012-06-21 11:09:30 -04:00
adam-m
a36985b81b Move netbeans harness out of version specific, it's needed earlier for bootstrap 2012-06-21 09:37:37 -04:00
adam-m
d35fe561d8 Move netbeans harness out of version specific, it's needed earlier for bootstrap 2012-06-21 09:37:37 -04:00