Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [actf-dev] Using ACTF on Linux

Hello,

On 2016年12月12日 02:00, actf-dev-request@xxxxxxxxxxx wrote:
As you may know, ACTF does not support Linux officially.

However, you may use OS independent part of ACTF, such as
htmlchecker, by modifying configurations.

Please try following steps:

1. Download and install Java and Eclipse (32bit version) into your Linux
environment.
2. Prepare htmlchecker development environment.
  Note: Donwload ACTF source code from git instead of using ACTF
Visualization SDK.
3. Modify "supported environment" related configurations
  (such as "Operating Systems", "Window Systems" fields in feature.xml
file)
4. Remove OS dependent and/or unnecessary packages that blocks to use
htmlchecker in Linux.

I could successfully run htmlchecker on Ubuntu 16.04 (except some CSS-related checks listed below, which depends on dombycom, which depends on win32.comclutch). Thank you.

//              addCheckerProblem("C_33.2", "(" + ss.getHref() + ")");

//                  addCheckerProblem("C_90.0", "(" + ss.getHref() + ")");
//                  addCheckerProblem("C_90.1", "(" + ss.getHref() + ")");

//                  addCheckerProblem("C_500.17",
//                  addCheckerProblem("C_500.18",
//                  addCheckerProblem("C_8.0",
//                  addCheckerProblem("C_500.19",

--
Yutaka HARA <yhara@xxxxxxxxx>


Back to the top