DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=41175>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=41175

           Summary: HttpClient is terminally fucked
           Product: Apache httpd-2
           Version: 2.3-HEAD
          Platform: Macintosh
        OS/Version: Mac OS X 10.4
            Status: NEW
          Severity: normal
          Priority: P1
         Component: All
        AssignedTo: [email protected]
        ReportedBy: [EMAIL PROTECTED]


Plus: no sample code. Plus, is this even the right place for this report?
Who can tell? Here's the problem:

$ javac TrivialApp.java 
test.java:52: class TrivialApp is public, should be declared in a file named 
TrivialApp.java
public class TrivialApp
       ^
test.java:35: package org.apache.commons.httpclient does not exist
import org.apache.commons.httpclient.Credentials;
                                     ^
test.java:36: package org.apache.commons.httpclient does not exist
import org.apache.commons.httpclient.Header;
                                     ^
test.java:37: package org.apache.commons.httpclient does not exist
import org.apache.commons.httpclient.HttpClient;
                                     ^
test.java:38: package org.apache.commons.httpclient does not exist
import org.apache.commons.httpclient.HttpException;
                                     ^
test.java:39: package org.apache.commons.httpclient does not exist
import org.apache.commons.httpclient.HttpMethod;
                                     ^
test.java:40: package org.apache.commons.httpclient does not exist
import org.apache.commons.httpclient.UsernamePasswordCredentials;
                                     ^
test.java:41: package org.apache.commons.httpclient.auth does not exist
import org.apache.commons.httpclient.auth.AuthScope;
                                          ^
test.java:42: package org.apache.commons.httpclient.methods does not exist
import org.apache.commons.httpclient.methods.GetMethod;
                                             ^
test.java:74: cannot find symbol
symbol  : class Credentials
location: class TrivialApp
        Credentials creds = null;
        ^
test.java:76: cannot find symbol
symbol  : class UsernamePasswordCredentials
location: class TrivialApp



Any thoughs on how to unfuck this?

THanks!
Mr.F

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to