forked from OWASP/OWASP-WebScarab
-
Notifications
You must be signed in to change notification settings - Fork 1
/
INSTALL
36 lines (25 loc) · 1 KB
/
INSTALL
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
INSTALL for OWASP WebScarab
===========================
=== 1. Requirements
This is the WebScarab OpenSource project, hosted at
https://www.owasp.org/index.php/Category:OWASP_WebScarab_Project
All source code and development stuff is done under
https://github.com/OWASP/OWASP-WebScarab
Required tools are:
* Apache Maven 3.0.4+ for building
* NetBeans 7.3 for development (for the Swing forms)
=== 2. Maven
Building WebScarab can be done via the Apache Maven build tool.
Simply do:
mvn clean install
will get you the one-jar JAR under the target directory.
The WebScarab installer can be built via:
mvn clean install -Pinstaller
=== 3. Ant
WebScarab can also be built via the Apache Ant build tool.
Prior to building WebScarab via Ant, you should download the various
libraries that it depends on. You can make Apache Maven to download the
various required libraries via:
mvn package -Pant
WebScarab uses the Apache Ant build tool. In order to build WebScarab, you
should use a reasonably recent version of Ant.