Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6725793
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T09:50:57+00:00 2026-05-26T09:50:57+00:00

I am using JavaScript Lint for checking JavaScript source code. It’s working fine with

  • 0

I am using JavaScript Lint for checking JavaScript source code. It’s working fine with recursive analysis showing results in command window, but I would like to integrate JavaScript Lint results to Hudson (running JavaScript Lint from batch file).
How can I get log of JavaScript Lint saved to XML?
There are output format configuration in JavaScript Lint, but those customize format of error message.

Thank you in advance,
Andrey

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-26T09:50:58+00:00Added an answer on May 26, 2026 at 9:50 am

    I have found the solution for applying Jslint in Hudson. Instead of JavaScript Lint there is jslint4java which reports in XML format.
    Here is step by step instructions:

    1. Download jslint4java
    2. Prepare Ant script which prepares list of all JS files in project recursively, example:

      <project name="JSlint" default="jslint" basedir=".">
      <description>
          Verify JS files
      </description>
      <target name="jslint" description="Run the JSLint tool on JS files">
      <fileset dir="ProjectForVerification/js" id="jsfiles.raw">
      <include name="*.js" />
      <exclude name="*.min.js" />
      </fileset>
      <pathconvert pathsep=" " property="jsfiles.clean" refid="jsfiles.raw" />
      <exec executable="java" output="jslint.xml">
      <arg line="-jar jslint4java.jar --report xml ${jsfiles.clean}" />
      </exec>
      </target>
      </project>
      
    3. Apply Ant script in Hudson for a job and select Jslint output file name (jslint.xml) in ‘Report Violations’

    Credits: Here is useful post which I found on this topic.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Using JavaScript I open the pop window and parent window is inactive at this
Using JavaScript, how can i open a new window (loading, say, http://www.google.com in the
I am using jQuery-Lint (or more specifically FireQuery) to check my code which uses
Using JavaScript, is there a way to update window.location.hash without scrolling the web page?
Using JavaScript i have the refresh button in my parent window, when i click
Followed directions in Using JSLint in Notepad++ . Using JavaScript Lint (not JSLint). I
I am using JavaScript Lint in vim. Recently I converted my pure JavaScript to
Using JavaScript I can write window.print(); This will show the print dialog for the
Using Javascript I would like to show a working/loading image once a user hits
using Javascript, it is easy to programatically select the text inside a textarea or

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.