NOTE: The current preferred location for bug reports is the GitHub issue tracker.
Bug 832 - problem with installing validator.nu on windows
problem with installing validator.nu on windows
Status: RESOLVED NOTREPRODUCIBLE
Product: Validator.nu
Classification: Unclassified
Component: HTML parser
HEAD
All All
: P2 normal
Assigned To: Nobody
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2011-05-10 07:50 CEST by sulakshana
Modified: 2015-03-31 03:24 CEST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description sulakshana 2011-05-10 07:50:40 CEST
Overview: following the instructions given in http://about.validator.nu/#src  getting some error while running python build/build.py all

i have installed tortoisehg-2.0.4-hg-1.8.3-x86.msi
steps:
BUILD SUCCESSFUL
Total time: 25 seconds
"javac" -g -nowarn -classpath ".\dependencies\commons-codec-1.3/commons-codec-1.
3.jar;
.\dependencies\commons-httpclient-3.1/commons-httpclient-3.1.jar;
.\dependencies\commons-logging-1.1.1/commons-logging-1.1.1.jar;
.\dependencies\commons-logging-1.1.1/commons-logging-adapters-1.1.1.jar;
.\dependencies\commons-logging-1.1.1/commons-logging-api-1.1.1.jar;
.\dependencies\icu4j-charsets-4_4_2.jar;
.\dependencies\icu4j-4_4_2.jar;
.\dependencies\iri-0.5/lib/iri.jar;
.\dependencies\jetty-6.1.26/lib/servlet-api-2.5-20081211.jar;
.\dependencies\jetty-6.1.26/lib/jetty-6.1.26.jar;
.\dependencies\jetty-6.1.26/lib/jetty-util-6.1.26.jar;
.\dependencies\jetty-6.1.26/lib/ext/jetty-ajp-6.1.26.jar;
.\dependencies\apache-log4j-1.2.15/log4j-1.2.15.jar;
.\dependencies\rhino1_7R1/js.jar;
.\dependencies\xerces-2_9_1/xercesImpl.jar;
.\dependencies\xerces-2_9_1/xml-apis.jar;
.\dependencies\slf4j-1.5.2/slf4j-log4j12-1.5.2.jar;
.\dependencies\commons-fileupload-1.2.1/lib/commons-fileupload-1.2.1.jar;
.\dependencies\isorelax.jar;
.\dependencies\mozilla/intl/chardet/java/dist/lib/chardet.jar;
.\dependencies\saxon9.jar;
.\dependencies\jsontools-core-1.5.jar;
.\dependencies\antlr.jar;
.\dependencies\xom-1.1.jar;
.\dependencies\junit-4.4.jar;
.\dependencies\apache-ant-1.7.0/lib/ant.jar;
.\dependencies\apache-ant-1.7.0/lib/ant-launcher.jar;
jing-trang\build\jing.jar"
-sourcepath ".\syntax\relaxn
g\datatype\java\src" -d ".\syntax\relaxng\datatype\java\classes" @temp-javac-list

Traceback (most recent call last):
  File "build/build.py", line 1016, in <module>
    buildAll()
  File "build/build.py", line 750, in buildAll
    buildDatatypeLibrary()
  File "build/build.py", line 285, in buildDatatypeLibrary
    classPath)
  File "build/build.py", line 255, in buildModule
    runJavac(sourceDir, classDir, classPath)
  File "build/build.py", line 219, in runJavac
    % (javacCmd, classPath, sourceDir, classDir, "@temp-javac-list"))
  File "build/build.py", line 158, in runCmd
    subprocess.call(cmd)
  File "C:\www\Python27\lib\subprocess.py", line 486, in call
    return Popen(*popenargs, **kwargs).wait()
  File "C:\www\Python27\lib\subprocess.py", line 672, in __init__
    errread, errwrite)
  File "C:\www\Python27\lib\subprocess.py", line 882, in _execute_child
    startupinfo)
WindowsError: [Error 2] The system cannot find the file specified


Build Date & Platform: Build 2011-05-10 on windows XP
Comment 1 Michael[tm] Smith 2015-03-31 03:24:14 CEST
Can't reproduce this. If you're still seeing this problem, please reopen.