Commits
1 1 | #!/usr/bin/perl |
2 2 | use qw(abs_path getcwd); |
3 3 | use ; |
4 4 | use :: ; |
5 5 | use :: ; |
6 6 | use :: ; |
7 7 | use :: qw(make_path remove_tree); |
8 8 | use ; |
9 + | use :: ; |
9 10 | |
10 11 | #Fetch failed! HTTP response: 500 Internal Server Error [500 Can't verify SSL peers without knowing which Certificate Authorities to trust] at scripts/create-app line 62. |
11 12 | $ENV{PERL_LWP_SSL_VERIFY_HOSTNAME} = 0; |
12 13 | |
13 14 | $exe = ($0); |
14 15 | $path = ( ($exe)); |
15 16 | $root = ($path); |
16 17 | $java = '/usr/bin/java'; |
17 18 | $jarfile_name = "create-app-assembly-1.12.jar"; |
18 19 | |