• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Framework Not Building In Hudson/Jenkins
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Framework Not Building In Hudson/Jenkins


  • Subject: Framework Not Building In Hudson/Jenkins
  • From: Ted Archibald <email@hidden>
  • Date: Sun, 16 Oct 2011 12:43:39 -0600

I have a simple framework that encapsulates some third party jars (httpclient).  My framework builds fine on my local machine but fails on my build server.  It can't find the third party jars I'm guessing.

The jars are in in Libraries/httpclient/... and I confirmed the jars exist in the hudson workspace.

My class path is:

<classpathentry kind="lib" path="Libraries/httpclient/commons-codec-1.4.jar"/>

<classpathentry kind="lib" path="Libraries/httpclient/commons-logging-1.1.1.jar"/>

<classpathentry kind="lib" path="Libraries/httpclient/httpclient-4.1.1.jar"/>

<classpathentry kind="lib" path="Libraries/httpclient/httpclient-cache-4.1.1.jar"/>

<classpathentry kind="lib" path="Libraries/httpclient/httpcore-4.1.jar"/>

<classpathentry kind="lib" path="Libraries/httpclient/httpmime-4.1.1.jar"/>


The Console output on the server is:

compile:
    [mkdir] Created dir: /Library/Hudson/jobs/httpclient/workspace/bin
[wocompile] Compiling 1 source file to /Library/Hudson/jobs/httpclient/workspace/bin
[wocompile] /Library/Hudson/jobs/httpclient/workspace/Sources/com/atl/extensions/ATLHttpClientUtilities.java:7: package org.apache.http does not exist
[wocompile] import org.apache.http.HttpEntity;

Any ideas?
 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

  • Follow-Ups:
    • Re: Framework Not Building In Hudson/Jenkins
      • From: Ray Kiddy <email@hidden>
  • Prev by Date: #wondertip twitter
  • Next by Date: Re: Framework Not Building In Hudson/Jenkins
  • Previous by thread: #wondertip twitter
  • Next by thread: Re: Framework Not Building In Hudson/Jenkins
  • Index(es):
    • Date
    • Thread