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 617293
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T18:25:12+00:00 2026-05-13T18:25:12+00:00

I’ve got Hudson running on TOMCAT, it can build my Netbeans project using the

  • 0

I’ve got Hudson running on TOMCAT, it can build my Netbeans project using the ant build.xml, but it won’t run any of my unit tests because of what I assume is a problem with the classpath:

package org.junit does not exist
    [javac] import org.junit.After;
    [javac]                 ^

But I’ve got the junit-4.8.1.jar on the classpath in /etc/environment and I can successfuly run the junit tests from a console using

java org.junit.runner.JUnitCore org.junit.tests.AllTests

My CLASSPATH is set to /home/bedwyr/junit4.8.1/junit-4.8.1.jar:.

Am I going wrong somewhere or is there anything else I need to set?

[edit]

What I did was to export/include (using the ide) all libraries (including Junit) hudson then reads all it needs from the subversion repo.

I then ran into an issue with exposing hudson to the internet, and pretty soon gave up on tomcat on ubuntu server (again, to do with the tomcat security manager) – glassfish is a lot smoother and that’s where I am now – apache front end with ajp_proxy to hudson on glassfish.

  • 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-13T18:25:13+00:00Added an answer on May 13, 2026 at 6:25 pm

    You need to properly set your classpath whether you’re using Ant or Maven to perform your build.

    Using Ivy with Ant or switching your build to Maven will allow the build to automatically lookup dependencies and properly set the classpath. If neither of those is an option you need to do something similar to the following in Ant.

    <property file="build.properties" />
    <property name="junit-home" location="/etc/environment" />
    
    <path id="test.compile.classpath">
      <path refid="compile.classpath" />
      <pathelement location="${junit-home}/junit-4.8.1.jar" />
      <pathelement location="${target}" />
    </path>
    

    The build.properties part will allow you to override the default junit-home if it is different for individuals and hudson.

    Another way to modify properties is when invoking Ant from Hudson there is an advanced section which allows you to pass a properties file or a properties form which would allow you to enter key value pairs in the following format:

    junit-home=/etc/environment
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Ask A Question

Stats

  • Questions 340k
  • Answers 340k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer Not sure about what exactly do you want to hear,… May 14, 2026 at 4:42 am
  • Editorial Team
    Editorial Team added an answer Have you allowed the command ./stream_generator | egrep 'TICK' |… May 14, 2026 at 4:42 am
  • Editorial Team
    Editorial Team added an answer I think Tutorial for making a Service Application using Delphi… May 14, 2026 at 4:42 am

Related Questions

I've got a string that has curly quotes in it. I'd like to replace
I'm trying to decode HTML entries from here NYTimes.com and I cannot figure out
I ran into a problem. Wrote the following code snippet: teksti = teksti.Trim() teksti
I have a French site that I want to parse, but am running into
I have text I am displaying in SIlverlight that is coming from a CMS

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

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.