Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [mylyn-integrators] can't build Mylyn projects that depend on org.apache.commons.XXX

Hi,

Thanks Marrten. IT IS TRUE! The org.apache.commons.xxx downloaded from the eclipse site (referred in hte psf file) is broken! No wonder I found it so confusing (I configuraed all corrected but just couldn't be built!) I fixed the problem by downloading the jar directly from the apache website.

Can anyone confirm that with me?

Cheers,
Owen

On Wed, Jan 14, 2009 at 11:19 PM, Maarten Meijer <mm105@xxxxxxxxx> wrote:
I think there is a version mismach between thing you downloaded with the psf and the version specified in the MANIFEST.MF the  the org.apache.commons.xxx. This error usually points to a missing dependency propblem.

Maarten

Op 15 jan 2009, om 00:57 heeft Jingwen Owen Ou het volgende geschreven:


Hi,

I tried to bundle of some of the Mylyn projects into a feature, but I couldn't make a build when I used the Eclipse export wizard. All problems seem to be surrounding the org.apache.commons.xxx projects that loaded from the prject set downloaded here (http://www.eclipse.org/mylyn/doc/dev/mylyn-e_3_3_m_3_x.psf <http://www.eclipse.org/mylyn/doc/dev/mylyn-e_3_3_m_3_x.psf>)
. All projects can successfully compile and run on bootstrap but just can't be built. I checked the configurations of all binary projects started with the name org.apache.commons.xxx but all seem correct...below is a attched output logs.

Can anyone give me some hints on fixing the problem, or there are some steps that I forget to perform?

Cheers,
Owen


# 14/01/09 3:31:34 PST PM
# Eclipse Java Compiler 0.793_R33x, 3.3.2, Copyright IBM Corp 2000, 2008. All rights reserved.
----------
1. ERROR in C:\Users\Owen\workspace\Cortana_3.3.2\org.eclipse.mylyn.commons.net <http://org.eclipse.mylyn.commons.net>\src\org\eclipse\mylyn\commons\net\HtmlStreamTokenizer.java (at line 22)
 import org.apache.commons.lang.StringEscapeUtils;
        ^^^^^^^^^^^^^^^^^^
The import org.apache.commons cannot be resolved
----------
----------
2. ERROR in C:\Users\Owen\workspace\Cortana_3.3.2\org.eclipse.mylyn.commons.net <http://org.eclipse.mylyn.commons.net>\src\org\eclipse\mylyn\commons\net\WebUtil.java (at line 31)
 import org.apache.commons.httpclient.Credentials;
        ^^^^^^^^^^^^^^^^^^
The import org.apache.commons cannot be resolved
----------
3. ERROR in C:\Users\Owen\workspace\Cortana_3.3.2\org.eclipse.mylyn.commons.net <http://org.eclipse.mylyn.commons.net>\src\org\eclipse\mylyn\commons\net\WebUtil.java (at line 32)
 import org.apache.commons.httpclient.HostConfiguration;
        ^^^^^^^^^^^^^^^^^^
The import org.apache.commons cannot be resolved
----------
4. ERROR in C:\Users\Owen\workspace\Cortana_3.3.2\org.eclipse.mylyn.commons.net <http://org.eclipse.mylyn.commons.net>\src\org\eclipse\mylyn\commons\net\WebUtil.java (at line 33)
 import org.apache.commons.httpclient.HttpClient;
        ^^^^^^^^^^^^^^^^^^
The import org.apache.commons cannot be resolved
----------
5. ERROR in C:\Users\Owen\workspace\Cortana_3.3.2\org.eclipse.mylyn.commons.net <http://org.eclipse.mylyn.commons.net>\src\org\eclipse\mylyn\commons\net\WebUtil.java (at line 34)
 import org.apache.commons.httpclient.HttpConnectionManager;
        ^^^^^^^^^^^^^^^^^^
The import org.apache.commons cannot be resolved
----------
6. ERROR in C:\Users\Owen\workspace\Cortana_3.3.2\org.eclipse.mylyn.commons.net <http://org.eclipse.mylyn.commons.net>\src\org\eclipse\mylyn\commons\net\WebUtil.java (at line 35)
 import org.apache.commons.httpclient.HttpMethod;
        ^^^^^^^^^^^^^^^^^^
The import org.apache.commons cannot be resolved
----------
7. ERROR in C:\Users\Owen\workspace\Cortana_3.3.2\org.eclipse.mylyn.commons.net <http://org.eclipse.mylyn.commons.net>\src\org\eclipse\mylyn\commons\net\WebUtil.java (at line 36)
 import org.apache.commons.httpclient.HttpMethodBase;
        ^^^^^^^^^^^^^^^^^^
The import org.apache.commons cannot be resolved
----------
8. ERROR in C:\Users\Owen\workspace\Cortana_3.3.2\org.eclipse.mylyn.commons.net <http://org.eclipse.mylyn.commons.net>\src\org\eclipse\mylyn\commons\net\WebUtil.java (at line 37)
 import org.apache.commons.httpclient.HttpState;
        ^^^^^^^^^^^^^^^^^^
The import org.apache.commons cannot be resolved
----------
9. ERROR in C:\Users\Owen\workspace\Cortana_3.3.2\org.eclipse.mylyn.commons.net <http://org.eclipse.mylyn.commons.net>\src\org\eclipse\mylyn\commons\net\WebUtil.java (at line 38)
 import org.apache.commons.httpclient.HttpStatus;
        ^^^^^^^^^^^^^^^^^^
The import org.apache.commons cannot be resolved
----------
10. ERROR in C:\Users\Owen\workspace\Cortana_3.3.2\org.eclipse.mylyn.commons.net <http://org.eclipse.mylyn.commons.net>\src\org\eclipse\mylyn\commons\net\WebUtil.java (at line 39)
 import org.apache.commons.httpclient.MultiThreadedHttpConnectionManager;
        ^^^^^^^^^^^^^^^^^^
The import org.apache.commons cannot be resolved
----------
11. ERROR in C:\Users\Owen\workspace\Cortana_3.3.2\org.eclipse.mylyn.commons.net <http://org.eclipse.mylyn.commons.net>\src\org\eclipse\mylyn\commons\net\WebUtil.java (at line 40)
 import org.apache.commons.httpclient.NTCredentials;
        ^^^^^^^^^^^^^^^^^^
The import org.apache.commons cannot be resolved
----------
12. ERROR in C:\Users\Owen\workspace\Cortana_3.3.2\org.eclipse.mylyn.commons.net <http://org.eclipse.mylyn.commons.net>\src\org\eclipse\mylyn\commons\net\WebUtil.java (at line 41)
 import org.apache.commons.httpclient.UsernamePasswordCredentials;
        ^^^^^^^^^^^^^^^^^^
The import org.apache.commons cannot be resolved
----------
13. ERROR in C:\Users\Owen\workspace\Cortana_3.3.2\org.eclipse.mylyn.commons.net <http://org.eclipse.mylyn.commons.net>\src\org\eclipse\mylyn\commons\net\WebUtil.java (at line 42)
 import org.apache.commons.httpclient.auth.AuthScope;
        ^^^^^^^^^^^^^^^^^^
The import org.apache.commons cannot be resolved
----------
14. ERROR in C:\Users\Owen\workspace\Cortana_3.3.2\org.eclipse.mylyn.commons.net <http://org.eclipse.mylyn.commons.net>\src\org\eclipse\mylyn\commons\net\WebUtil.java (at line 43)
 import org.apache.commons.httpclient.methods.GetMethod;
        ^^^^^^^^^^^^^^^^^^
The import org.apache.commons cannot be resolved
----------
15. ERROR in C:\Users\Owen\workspace\Cortana_3.3.2\org.eclipse.mylyn.commons.net <http://org.eclipse.mylyn.commons.net>\src\org\eclipse\mylyn\commons\net\WebUtil.java (at line 44)
 import org.apache.commons.httpclient.params.DefaultHttpParams;
        ^^^^^^^^^^^^^^^^^^
The import org.apache.commons cannot be resolved
----------
16. ERROR in C:\Users\Owen\workspace\Cortana_3.3.2\org.eclipse.mylyn.commons.net <http://org.eclipse.mylyn.commons.net>\src\org\eclipse\mylyn\commons\net\WebUtil.java (at line 45)
 import org.apache.commons.httpclient.params.HttpClientParams;
        ^^^^^^^^^^^^^^^^^^
The import org.apache.commons cannot be resolved
----------
17. ERROR in C:\Users\Owen\workspace\Cortana_3.3.2\org.eclipse.mylyn.commons.net <http://org.eclipse.mylyn.commons.net>\src\org\eclipse\mylyn\commons\net\WebUtil.java (at line 46)
 import org.apache.commons.httpclient.params.HttpMethodParams;
        ^^^^^^^^^^^^^^^^^^
The import org.apache.commons cannot be resolved
----------
18. ERROR in C:\Users\Owen\workspace\Cortana_3.3.2\org.eclipse.mylyn.commons.net <http://org.eclipse.mylyn.commons.net>\src\org\eclipse\mylyn\commons\net\WebUtil.java (at line 47)
 import org.apache.commons.httpclient.protocol.Protocol;
        ^^^^^^^^^^^^^^^^^^
The import org.apache.commons cannot be resolved
----------
19. ERROR in C:\Users\Owen\workspace\Cortana_3.3.2\org.eclipse.mylyn.commons.net <http://org.eclipse.mylyn.commons.net>\src\org\eclipse\mylyn\commons\net\WebUtil.java (at line 48)
 import org.apache.commons.httpclient.protocol.ProtocolSocketFactory;
        ^^^^^^^^^^^^^^^^^^
The import org.apache.commons cannot be resolved
----------
20. ERROR in C:\Users\Owen\workspace\Cortana_3.3.2\org.eclipse.mylyn.commons.net <http://org.eclipse.mylyn.commons.net>\src\org\eclipse\mylyn\commons\net\WebUtil.java (at line 49)
 import org.apache.commons.httpclient.util.IdleConnectionTimeoutThread;
        ^^^^^^^^^^^^^^^^^^
The import org.apache.commons cannot be resolved
----------
21. ERROR in C:\Users\Owen\workspace\Cortana_3.3.2\org.eclipse.mylyn.commons.net <http://org.eclipse.mylyn.commons.net>\src\org\eclipse\mylyn\commons\net\WebUtil.java (at line 50)
 import org.apache.commons.lang.StringEscapeUtils;
        ^^^^^^^^^^^^^^^^^^
The import org.apache.commons cannot be resolved
----------
22. ERROR in C:\Users\Owen\workspace\Cortana_3.3.2\org.eclipse.mylyn.commons.net <http://org.eclipse.mylyn.commons.net>\src\org\eclipse\mylyn\commons\net\WebUtil.java (at line 132)
 sb.append(DefaultHttpParams.getDefaultParams().getParameter(HttpMethodParams.USER_AGENT).toString().split("-")[1]); //$NON-NLS-1$
           ^^^^^^^^^^^^^^^^^
DefaultHttpParams cannot be resolved
----------
23. ERROR in C:\Users\Owen\workspace\Cortana_3.3.2\org.eclipse.mylyn.commons.net <http://org.eclipse.mylyn.commons.net>\src\org\eclipse\mylyn\commons\net\WebUtil.java (at line 132)
 sb.append(DefaultHttpParams.getDefaultParams().getParameter(HttpMethodParams.USER_AGENT).toString().split("-")[1]); //$NON-NLS-1$
                                                             ^^^^^^^^^^^^^^^^
HttpMethodParams cannot be resolved
----------
24. ERROR in C:\Users\Owen\workspace\Cortana_3.3.2\org.eclipse.mylyn.commons.net <http://org.eclipse.mylyn.commons.net>\src\org\eclipse\mylyn\commons\net\WebUtil.java (at line 156)
 private static IdleConnectionTimeoutThread idleConnectionTimeoutThread;
                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
IdleConnectionTimeoutThread cannot be resolved to a type
----------
25. ERROR in C:\Users\Owen\workspace\Cortana_3.3.2\org.eclipse.mylyn.commons.net <http://org.eclipse.mylyn.commons.net>\src\org\eclipse\mylyn\commons\net\WebUtil.java (at line 158)
 private static MultiThreadedHttpConnectionManager connectionManager;
                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
MultiThreadedHttpConnectionManager cannot be resolved to a type
----------
26. ERROR in C:\Users\Owen\workspace\Cortana_3.3.2\org.eclipse.mylyn.commons.net <http://org.eclipse.mylyn.commons.net>\src\org\eclipse\mylyn\commons\net\WebUtil.java (at line 163)
 public static void configureHttpClient(HttpClient client, String userAgent) {
                                        ^^^^^^^^^^
HttpClient cannot be resolved to a type
----------
27. ERROR in C:\Users\Owen\workspace\Cortana_3.3.2\org.eclipse.mylyn.commons.net <http://org.eclipse.mylyn.commons.net>\src\org\eclipse\mylyn\commons\net\WebUtil.java (at line 164)
 client.getParams().setBooleanParameter(HttpClientParams.ALLOW_CIRCULAR_REDIRECTS, true);
                                        ^^^^^^^^^^^^^^^^
HttpClientParams cannot be resolved
----------
28. ERROR in C:\Users\Owen\workspace\Cortana_3.3.2\org.eclipse.mylyn.commons.net <http://org.eclipse.mylyn.commons.net>\src\org\eclipse\mylyn\commons\net\WebUtil.java (at line 165)
 client.getParams().setParameter(HttpMethodParams.USER_AGENT, getUserAgent(userAgent));
                                 ^^^^^^^^^^^^^^^^
HttpMethodParams cannot be resolved
----------
29. ERROR in C:\Users\Owen\workspace\Cortana_3.3.2\org.eclipse.mylyn.commons.net <http://org.eclipse.mylyn.commons.net>\src\org\eclipse\mylyn\commons\net\WebUtil.java (at line 171)
 private static void configureHttpClientConnectionManager(HttpClient client) {
                                                          ^^^^^^^^^^
HttpClient cannot be resolved to a type
----------
30. ERROR in C:\Users\Owen\workspace\Cortana_3.3.2\org.eclipse.mylyn.commons.net <http://org.eclipse.mylyn.commons.net>\src\org\eclipse\mylyn\commons\net\WebUtil.java (at line 176)
 private static void configureHttpClientProxy(HttpClient client, HostConfiguration hostConfiguration,
                                              ^^^^^^^^^^
HttpClient cannot be resolved to a type
----------
31. ERROR in C:\Users\Owen\workspace\Cortana_3.3.2\org.eclipse.mylyn.commons.net <http://org.eclipse.mylyn.commons.net>\src\org\eclipse\mylyn\commons\net\WebUtil.java (at line 176)
 private static void configureHttpClientProxy(HttpClient client, HostConfiguration hostConfiguration,
                                                                 ^^^^^^^^^^^^^^^^^
HostConfiguration cannot be resolved to a type
----------
32. ERROR in C:\Users\Owen\workspace\Cortana_3.3.2\org.eclipse.mylyn.commons.net <http://org.eclipse.mylyn.commons.net>\src\org\eclipse\mylyn\commons\net\WebUtil.java (at line 192)
 Credentials credentials = getCredentials(authProxy.getUserName(), authProxy.getPassword(),
 ^^^^^^^^^^^
Credentials cannot be resolved to a type
----------
33. ERROR in C:\Users\Owen\workspace\Cortana_3.3.2\org.eclipse.mylyn.commons.net <http://org.eclipse.mylyn.commons.net>\src\org\eclipse\mylyn\commons\net\WebUtil.java (at line 192)
 Credentials credentials = getCredentials(authProxy.getUserName(), authProxy.getPassword(),
                           ^^^^^^^^^^^^^^
The method getCredentials(String, String, InetAddress) is undefined for the type WebUtil
----------
34. ERROR in C:\Users\Owen\workspace\Cortana_3.3.2\org.eclipse.mylyn.commons.net <http://org.eclipse.mylyn.commons.net>\src\org\eclipse\mylyn\commons\net\WebUtil.java (at line 194)
 AuthScope proxyAuthScope = new AuthScope(address.getHostName(), address.getPort(), AuthScope.ANY_REALM);
 ^^^^^^^^^
AuthScope cannot be resolved to a type
----------
35. ERROR in C:\Users\Owen\workspace\Cortana_3.3.2\org.eclipse.mylyn.commons.net <http://org.eclipse.mylyn.commons.net>\src\org\eclipse\mylyn\commons\net\WebUtil.java (at line 194)
 AuthScope proxyAuthScope = new AuthScope(address.getHostName(), address.getPort(), AuthScope.ANY_REALM);
                                ^^^^^^^^^
AuthScope cannot be resolved to a type
----------
36. ERROR in C:\Users\Owen\workspace\Cortana_3.3.2\org.eclipse.mylyn.commons.net <http://org.eclipse.mylyn.commons.net>\src\org\eclipse\mylyn\commons\net\WebUtil.java (at line 194)
 AuthScope proxyAuthScope = new AuthScope(address.getHostName(), address.getPort(), AuthScope.ANY_REALM);
                                                                                   ^^^^^^^^^
AuthScope cannot be resolved
----------
37. ERROR in C:\Users\Owen\workspace\Cortana_3.3.2\org.eclipse.mylyn.commons.net <http://org.eclipse.mylyn.commons.net>\src\org\eclipse\mylyn\commons\net\WebUtil.java (at line 234)
 public static HostConfiguration createHostConfiguration(HttpClient client, AbstractWebLocation location,
               ^^^^^^^^^^^^^^^^^
HostConfiguration cannot be resolved to a type
----------
38. ERROR in C:\Users\Owen\workspace\Cortana_3.3.2\org.eclipse.mylyn.commons.net <http://org.eclipse.mylyn.commons.net>\src\org\eclipse\mylyn\commons\net\WebUtil.java (at line 234)
 public static HostConfiguration createHostConfiguration(HttpClient client, AbstractWebLocation location,
                                                         ^^^^^^^^^^
HttpClient cannot be resolved to a type
----------
39. ERROR in C:\Users\Owen\workspace\Cortana_3.3.2\org.eclipse.mylyn.commons.net <http://org.eclipse.mylyn.commons.net>\src\org\eclipse\mylyn\commons\net\WebUtil.java (at line 245)
 HostConfiguration hostConfiguration = new CloneableHostConfiguration();
 ^^^^^^^^^^^^^^^^^
HostConfiguration cannot be resolved to a type
----------
40. ERROR in C:\Users\Owen\workspace\Cortana_3.3.2\org.eclipse.mylyn.commons.net <http://org.eclipse.mylyn.commons.net>\src\org\eclipse\mylyn\commons\net\WebUtil.java (at line 250)
 AuthScope authScope = new AuthScope(host, port, AuthScope.ANY_REALM);
 ^^^^^^^^^
AuthScope cannot be resolved to a type
----------
41. ERROR in C:\Users\Owen\workspace\Cortana_3.3.2\org.eclipse.mylyn.commons.net <http://org.eclipse.mylyn.commons.net>\src\org\eclipse\mylyn\commons\net\WebUtil.java (at line 250)
 AuthScope authScope = new AuthScope(host, port, AuthScope.ANY_REALM);
                           ^^^^^^^^^
AuthScope cannot be resolved to a type
----------
42. ERROR in C:\Users\Owen\workspace\Cortana_3.3.2\org.eclipse.mylyn.commons.net <http://org.eclipse.mylyn.commons.net>\src\org\eclipse\mylyn\commons\net\WebUtil.java (at line 250)
 AuthScope authScope = new AuthScope(host, port, AuthScope.ANY_REALM);
                                                 ^^^^^^^^^
AuthScope cannot be resolved
----------
43. ERROR in C:\Users\Owen\workspace\Cortana_3.3.2\org.eclipse.mylyn.commons.net <http://org.eclipse.mylyn.commons.net>\src\org\eclipse\mylyn\commons\net\WebUtil.java (at line 251)
 client.getState().setCredentials(authScope, getHttpClientCredentials(credentials, host));
                                             ^^^^^^^^^^^^^^^^^^^^^^^^
The method getHttpClientCredentials(AuthenticationCredentials, String) is undefined for the type WebUtil
----------
44. ERROR in C:\Users\Owen\workspace\Cortana_3.3.2\org.eclipse.mylyn.commons.net <http://org.eclipse.mylyn.commons.net>\src\org\eclipse\mylyn\commons\net\WebUtil.java (at line 255)
 ProtocolSocketFactory socketFactory = new PollingSslProtocolSocketFactory(monitor);
 ^^^^^^^^^^^^^^^^^^^^^
ProtocolSocketFactory cannot be resolved to a type
----------
45. ERROR in C:\Users\Owen\workspace\Cortana_3.3.2\org.eclipse.mylyn.commons.net <http://org.eclipse.mylyn.commons.net>\src\org\eclipse\mylyn\commons\net\WebUtil.java (at line 256)
 Protocol protocol = new Protocol("https", socketFactory, port); //$NON-NLS-1$
 ^^^^^^^^
Protocol cannot be resolved to a type
----------
46. ERROR in C:\Users\Owen\workspace\Cortana_3.3.2\org.eclipse.mylyn.commons.net <http://org.eclipse.mylyn.commons.net>\src\org\eclipse\mylyn\commons\net\WebUtil.java (at line 256)
 Protocol protocol = new Protocol("https", socketFactory, port); //$NON-NLS-1$
                         ^^^^^^^^
Protocol cannot be resolved to a type
----------
47. ERROR in C:\Users\Owen\workspace\Cortana_3.3.2\org.eclipse.mylyn.commons.net <http://org.eclipse.mylyn.commons.net>\src\org\eclipse\mylyn\commons\net\WebUtil.java (at line 259)
 ProtocolSocketFactory socketFactory = new PollingProtocolSocketFactory(monitor);
 ^^^^^^^^^^^^^^^^^^^^^
ProtocolSocketFactory cannot be resolved to a type
----------
48. ERROR in C:\Users\Owen\workspace\Cortana_3.3.2\org.eclipse.mylyn.commons.net <http://org.eclipse.mylyn.commons.net>\src\org\eclipse\mylyn\commons\net\WebUtil.java (at line 260)
 Protocol protocol = new Protocol("http", socketFactory, port); //$NON-NLS-1$
 ^^^^^^^^
Protocol cannot be resolved to a type
----------
49. ERROR in C:\Users\Owen\workspace\Cortana_3.3.2\org.eclipse.mylyn.commons.net <http://org.eclipse.mylyn.commons.net>\src\org\eclipse\mylyn\commons\net\WebUtil.java (at line 260)
 Protocol protocol = new Protocol("http", socketFactory, port); //$NON-NLS-1$
                         ^^^^^^^^
Protocol cannot be resolved to a type
----------
50. ERROR in C:\Users\Owen\workspace\Cortana_3.3.2\org.eclipse.mylyn.commons.net <http://org.eclipse.mylyn.commons.net>\src\org\eclipse\mylyn\commons\net\WebUtil.java (at line 270)
 public static int execute(final HttpClient client, final HostConfiguration hostConfiguration,
                                 ^^^^^^^^^^
HttpClient cannot be resolved to a type
----------
51. ERROR in C:\Users\Owen\workspace\Cortana_3.3.2\org.eclipse.mylyn.commons.net <http://org.eclipse.mylyn.commons.net>\src\org\eclipse\mylyn\commons\net\WebUtil.java (at line 270)
 public static int execute(final HttpClient client, final HostConfiguration hostConfiguration,
                                                          ^^^^^^^^^^^^^^^^^
HostConfiguration cannot be resolved to a type
----------
52. ERROR in C:\Users\Owen\workspace\Cortana_3.3.2\org.eclipse.mylyn.commons.net <http://org.eclipse.mylyn.commons.net>\src\org\eclipse\mylyn\commons\net\WebUtil.java (at line 271)
 final HttpMethod method, IProgressMonitor monitor) throws IOException {
       ^^^^^^^^^^
HttpMethod cannot be resolved to a type
----------
53. ERROR in C:\Users\Owen\workspace\Cortana_3.3.2\org.eclipse.mylyn.commons.net <http://org.eclipse.mylyn.commons.net>\src\org\eclipse\mylyn\commons\net\WebUtil.java (at line 278)
 public static int execute(final HttpClient client, final HostConfiguration hostConfiguration,
                                 ^^^^^^^^^^
HttpClient cannot be resolved to a type
----------
54. ERROR in C:\Users\Owen\workspace\Cortana_3.3.2\org.eclipse.mylyn.commons.net <http://org.eclipse.mylyn.commons.net>\src\org\eclipse\mylyn\commons\net\WebUtil.java (at line 278)
 public static int execute(final HttpClient client, final HostConfiguration hostConfiguration,
                                                          ^^^^^^^^^^^^^^^^^
HostConfiguration cannot be resolved to a type
----------
55. ERROR in C:\Users\Owen\workspace\Cortana_3.3.2\org.eclipse.mylyn.commons.net <http://org.eclipse.mylyn.commons.net>\src\org\eclipse\mylyn\commons\net\WebUtil.java (at line 279)
 final HttpMethod method, final HttpState state, IProgressMonitor monitor) throws IOException {
       ^^^^^^^^^^
HttpMethod cannot be resolved to a type
----------
56. ERROR in C:\Users\Owen\workspace\Cortana_3.3.2\org.eclipse.mylyn.commons.net <http://org.eclipse.mylyn.commons.net>\src\org\eclipse\mylyn\commons\net\WebUtil.java (at line 279)
 final HttpMethod method, final HttpState state, IProgressMonitor monitor) throws IOException {
                                ^^^^^^^^^
HttpState cannot be resolved to a type
----------
57. ERROR in C:\Users\Owen\workspace\Cortana_3.3.2\org.eclipse.mylyn.commons.net <http://org.eclipse.mylyn.commons.net>\src\org\eclipse\mylyn\commons\net\WebUtil.java (at line 366)
 static Credentials getCredentials(final String username, final String password, final InetAddress address) {
        ^^^^^^^^^^^
Credentials cannot be resolved to a type
----------
58. ERROR in C:\Users\Owen\workspace\Cortana_3.3.2\org.eclipse.mylyn.commons.net <http://org.eclipse.mylyn.commons.net>\src\org\eclipse\mylyn\commons\net\WebUtil.java (at line 369)
 return new NTCredentials(username.substring(i + 1), password, address.getHostName(), username.substring(0,
            ^^^^^^^^^^^^^
NTCredentials cannot be resolved to a type
----------
59. ERROR in C:\Users\Owen\workspace\Cortana_3.3.2\org.eclipse.mylyn.commons.net <http://org.eclipse.mylyn.commons.net>\src\org\eclipse\mylyn\commons\net\WebUtil.java (at line 372)
 return new UsernamePasswordCredentials(username, password);
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^
UsernamePasswordCredentials cannot be resolved to a type
----------
60. ERROR in C:\Users\Owen\workspace\Cortana_3.3.2\org.eclipse.mylyn.commons.net <http://org.eclipse.mylyn.commons.net>\src\org\eclipse\mylyn\commons\net\WebUtil.java (at line 409)
 public static Credentials getHttpClientCredentials(AuthenticationCredentials credentials, String host) {
               ^^^^^^^^^^^
Credentials cannot be resolved to a type
----------
61. ERROR in C:\Users\Owen\workspace\Cortana_3.3.2\org.eclipse.mylyn.commons.net <http://org.eclipse.mylyn.commons.net>\src\org\eclipse\mylyn\commons\net\WebUtil.java (at line 414)
 return new NTCredentials(username.substring(i + 1), password, host, username.substring(0, i));
            ^^^^^^^^^^^^^
NTCredentials cannot be resolved to a type
----------
62. ERROR in C:\Users\Owen\workspace\Cortana_3.3.2\org.eclipse.mylyn.commons.net <http://org.eclipse.mylyn.commons.net>\src\org\eclipse\mylyn\commons\net\WebUtil.java (at line 416)
 return new UsernamePasswordCredentials(username, password);
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^
UsernamePasswordCredentials cannot be resolved to a type
----------
63. ERROR in C:\Users\Owen\workspace\Cortana_3.3.2\org.eclipse.mylyn.commons.net <http://org.eclipse.mylyn.commons.net>\src\org\eclipse\mylyn\commons\net\WebUtil.java (at line 458)
 public static InputStream getResponseBodyAsStream(HttpMethodBase method, IProgressMonitor monitor)
                                                   ^^^^^^^^^^^^^^
HttpMethodBase cannot be resolved to a type
----------
64. ERROR in C:\Users\Owen\workspace\Cortana_3.3.2\org.eclipse.mylyn.commons.net <http://org.eclipse.mylyn.commons.net>\src\org\eclipse\mylyn\commons\net\WebUtil.java (at line 486)
 HttpClient client = new HttpClient();
 ^^^^^^^^^^
HttpClient cannot be resolved to a type
----------
65. ERROR in C:\Users\Owen\workspace\Cortana_3.3.2\org.eclipse.mylyn.commons.net <http://org.eclipse.mylyn.commons.net>\src\org\eclipse\mylyn\commons\net\WebUtil.java (at line 486)
 HttpClient client = new HttpClient();
                         ^^^^^^^^^^
HttpClient cannot be resolved to a type
----------
66. ERROR in C:\Users\Owen\workspace\Cortana_3.3.2\org.eclipse.mylyn.commons.net <http://org.eclipse.mylyn.commons.net>\src\org\eclipse\mylyn\commons\net\WebUtil.java (at line 489)
 GetMethod method = new GetMethod(location.getUrl());
 ^^^^^^^^^
GetMethod cannot be resolved to a type
----------
67. ERROR in C:\Users\Owen\workspace\Cortana_3.3.2\org.eclipse.mylyn.commons.net <http://org.eclipse.mylyn.commons.net>\src\org\eclipse\mylyn\commons\net\WebUtil.java (at line 489)
 GetMethod method = new GetMethod(location.getUrl());
                        ^^^^^^^^^
GetMethod cannot be resolved to a type
----------
68. ERROR in C:\Users\Owen\workspace\Cortana_3.3.2\org.eclipse.mylyn.commons.net <http://org.eclipse.mylyn.commons.net>\src\org\eclipse\mylyn\commons\net\WebUtil.java (at line 491)
 HostConfiguration hostConfiguration = WebUtil.createHostConfiguration(client, location, monitor);
 ^^^^^^^^^^^^^^^^^
HostConfiguration cannot be resolved to a type
----------
69. ERROR in C:\Users\Owen\workspace\Cortana_3.3.2\org.eclipse.mylyn.commons.net <http://org.eclipse.mylyn.commons.net>\src\org\eclipse\mylyn\commons\net\WebUtil.java (at line 493)
 if (result == HttpStatus.SC_OK) {
               ^^^^^^^^^^
HttpStatus cannot be resolved
----------
70. ERROR in C:\Users\Owen\workspace\Cortana_3.3.2\org.eclipse.mylyn.commons.net <http://org.eclipse.mylyn.commons.net>\src\org\eclipse\mylyn\commons\net\WebUtil.java (at line 538)
 return StringEscapeUtils.unescapeHtml(sb.toString());
        ^^^^^^^^^^^^^^^^^
StringEscapeUtils cannot be resolved
----------
71. ERROR in C:\Users\Owen\workspace\Cortana_3.3.2\org.eclipse.mylyn.commons.net <http://org.eclipse.mylyn.commons.net>\src\org\eclipse\mylyn\commons\net\WebUtil.java (at line 648)
 public synchronized static void addConnectionManager(HttpConnectionManager connectionManager) {
                                                      ^^^^^^^^^^^^^^^^^^^^^
HttpConnectionManager cannot be resolved to a type
----------
72. ERROR in C:\Users\Owen\workspace\Cortana_3.3.2\org.eclipse.mylyn.commons.net <http://org.eclipse.mylyn.commons.net>\src\org\eclipse\mylyn\commons\net\WebUtil.java (at line 649)
 if (idleConnectionTimeoutThread == null) {
     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
idleConnectionTimeoutThread cannot be resolved
----------
73. ERROR in C:\Users\Owen\workspace\Cortana_3.3.2\org.eclipse.mylyn.commons.net <http://org.eclipse.mylyn.commons.net>\src\org\eclipse\mylyn\commons\net\WebUtil.java (at line 650)
 idleConnectionTimeoutThread = new IdleConnectionTimeoutThread();
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^
idleConnectionTimeoutThread cannot be resolved
----------
74. ERROR in C:\Users\Owen\workspace\Cortana_3.3.2\org.eclipse.mylyn.commons.net <http://org.eclipse.mylyn.commons.net>\src\org\eclipse\mylyn\commons\net\WebUtil.java (at line 650)
 idleConnectionTimeoutThread = new IdleConnectionTimeoutThread();
                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^
IdleConnectionTimeoutThread cannot be resolved to a type
----------
75. ERROR in C:\Users\Owen\workspace\Cortana_3.3.2\org.eclipse.mylyn.commons.net <http://org.eclipse.mylyn.commons.net>\src\org\eclipse\mylyn\commons\net\WebUtil.java (at line 651)
 idleConnectionTimeoutThread.setTimeoutInterval(CONNECTION_TIMEOUT_INTERVAL);
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^
idleConnectionTimeoutThread cannot be resolved
----------
76. ERROR in C:\Users\Owen\workspace\Cortana_3.3.2\org.eclipse.mylyn.commons.net <http://org.eclipse.mylyn.commons.net>\src\org\eclipse\mylyn\commons\net\WebUtil.java (at line 652)
 idleConnectionTimeoutThread.setConnectionTimeout(CONNNECT_TIMEOUT);
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^
idleConnectionTimeoutThread cannot be resolved
----------
77. ERROR in C:\Users\Owen\workspace\Cortana_3.3.2\org.eclipse.mylyn.commons.net <http://org.eclipse.mylyn.commons.net>\src\org\eclipse\mylyn\commons\net\WebUtil.java (at line 653)
 idleConnectionTimeoutThread.start();
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^
idleConnectionTimeoutThread cannot be resolved
----------
78. ERROR in C:\Users\Owen\workspace\Cortana_3.3.2\org.eclipse.mylyn.commons.net <http://org.eclipse.mylyn.commons.net>\src\org\eclipse\mylyn\commons\net\WebUtil.java (at line 655)
 idleConnectionTimeoutThread.addConnectionManager(connectionManager);
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^
idleConnectionTimeoutThread cannot be resolved
----------
79. ERROR in C:\Users\Owen\workspace\Cortana_3.3.2\org.eclipse.mylyn.commons.net <http://org.eclipse.mylyn.commons.net>\src\org\eclipse\mylyn\commons\net\WebUtil.java (at line 661)
 public synchronized static HttpConnectionManager getConnectionManager() {
                            ^^^^^^^^^^^^^^^^^^^^^
HttpConnectionManager cannot be resolved to a type
----------
80. ERROR in C:\Users\Owen\workspace\Cortana_3.3.2\org.eclipse.mylyn.commons.net <http://org.eclipse.mylyn.commons.net>\src\org\eclipse\mylyn\commons\net\WebUtil.java (at line 662)
 if (connectionManager == null) {
     ^^^^^^^^^^^^^^^^^
connectionManager cannot be resolved
----------
81. ERROR in C:\Users\Owen\workspace\Cortana_3.3.2\org.eclipse.mylyn.commons.net <http://org.eclipse.mylyn.commons.net>\src\org\eclipse\mylyn\commons\net\WebUtil.java (at line 663)
 connectionManager = new MultiThreadedHttpConnectionManager();
 ^^^^^^^^^^^^^^^^^
connectionManager cannot be resolved
----------
82. ERROR in C:\Users\Owen\workspace\Cortana_3.3.2\org.eclipse.mylyn.commons.net <http://org.eclipse.mylyn.commons.net>\src\org\eclipse\mylyn\commons\net\WebUtil.java (at line 663)
 connectionManager = new MultiThreadedHttpConnectionManager();
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
MultiThreadedHttpConnectionManager cannot be resolved to a type
----------
83. ERROR in C:\Users\Owen\workspace\Cortana_3.3.2\org.eclipse.mylyn.commons.net <http://org.eclipse.mylyn.commons.net>\src\org\eclipse\mylyn\commons\net\WebUtil.java (at line 664)
 addConnectionManager(connectionManager);
                      ^^^^^^^^^^^^^^^^^
connectionManager cannot be resolved
----------
84. ERROR in C:\Users\Owen\workspace\Cortana_3.3.2\org.eclipse.mylyn.commons.net <http://org.eclipse.mylyn.commons.net>\src\org\eclipse\mylyn\commons\net\WebUtil.java (at line 666)
 return connectionManager;
        ^^^^^^^^^^^^^^^^^
connectionManager cannot be resolved
----------
85. ERROR in C:\Users\Owen\workspace\Cortana_3.3.2\org.eclipse.mylyn.commons.net <http://org.eclipse.mylyn.commons.net>\src\org\eclipse\mylyn\commons\net\WebUtil.java (at line 672)
 public synchronized static void removeConnectionManager(HttpConnectionManager connectionManager) {
                                                         ^^^^^^^^^^^^^^^^^^^^^
HttpConnectionManager cannot be resolved to a type
----------
86. ERROR in C:\Users\Owen\workspace\Cortana_3.3.2\org.eclipse.mylyn.commons.net <http://org.eclipse.mylyn.commons.net>\src\org\eclipse\mylyn\commons\net\WebUtil.java (at line 673)
 if (idleConnectionTimeoutThread == null) {
     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
idleConnectionTimeoutThread cannot be resolved
----------
87. ERROR in C:\Users\Owen\workspace\Cortana_3.3.2\org.eclipse.mylyn.commons.net <http://org.eclipse.mylyn.commons.net>\src\org\eclipse\mylyn\commons\net\WebUtil.java (at line 676)
 idleConnectionTimeoutThread.removeConnectionManager(connectionManager);
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^
idleConnectionTimeoutThread cannot be resolved
----------
----------
88. ERROR in C:\Users\Owen\workspace\Cortana_3.3.2\org.eclipse.mylyn.commons.net <http://org.eclipse.mylyn.commons.net>\src\org\eclipse\mylyn\internal\commons\net\CloneableHostConfiguration.java (at line 15)
 import org.apache.commons.httpclient.HostConfiguration;
        ^^^^^^^^^^^^^^^^^^
The import org.apache.commons cannot be resolved
----------
89. ERROR in C:\Users\Owen\workspace\Cortana_3.3.2\org.eclipse.mylyn.commons.net <http://org.eclipse.mylyn.commons.net>\src\org\eclipse\mylyn\internal\commons\net\CloneableHostConfiguration.java (at line 16)
 import org.apache.commons.httpclient.HttpHost;
        ^^^^^^^^^^^^^^^^^^
The import org.apache.commons cannot be resolved
----------
90. ERROR in C:\Users\Owen\workspace\Cortana_3.3.2\org.eclipse.mylyn.commons.net <http://org.eclipse.mylyn.commons.net>\src\org\eclipse\mylyn\internal\commons\net\CloneableHostConfiguration.java (at line 17)
 import org.apache.commons.httpclient.protocol.Protocol;
        ^^^^^^^^^^^^^^^^^^
The import org.apache.commons cannot be resolved
----------
91. ERROR in C:\Users\Owen\workspace\Cortana_3.3.2\org.eclipse.mylyn.commons.net <http://org.eclipse.mylyn.commons.net>\src\org\eclipse\mylyn\internal\commons\net\CloneableHostConfiguration.java (at line 25)
 public class CloneableHostConfiguration extends HostConfiguration {
                                                 ^^^^^^^^^^^^^^^^^
HostConfiguration cannot be resolved to a type
----------
92. ERROR in C:\Users\Owen\workspace\Cortana_3.3.2\org.eclipse.mylyn.commons.net <http://org.eclipse.mylyn.commons.net>\src\org\eclipse\mylyn\internal\commons\net\CloneableHostConfiguration.java (at line 31)
 super(hostConfiguration);
 ^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor Object(CloneableHostConfiguration) is undefined
----------
93. ERROR in C:\Users\Owen\workspace\Cortana_3.3.2\org.eclipse.mylyn.commons.net <http://org.eclipse.mylyn.commons.net>\src\org\eclipse\mylyn\internal\commons\net\CloneableHostConfiguration.java (at line 40)
 public synchronized void setHost(String host, int port, String scheme) {
                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method setHost(String, int, String) of type CloneableHostConfiguration must override a superclass method
----------
94. ERROR in C:\Users\Owen\workspace\Cortana_3.3.2\org.eclipse.mylyn.commons.net <http://org.eclipse.mylyn.commons.net>\src\org\eclipse\mylyn\internal\commons\net\CloneableHostConfiguration.java (at line 41)
 setHost(new HttpHost(host, port, getProtocol(host, port, scheme)));
             ^^^^^^^^
HttpHost cannot be resolved to a type
----------
95. ERROR in C:\Users\Owen\workspace\Cortana_3.3.2\org.eclipse.mylyn.commons.net <http://org.eclipse.mylyn.commons.net>\src\org\eclipse\mylyn\internal\commons\net\CloneableHostConfiguration.java (at line 41)
 setHost(new HttpHost(host, port, getProtocol(host, port, scheme)));
                                  ^^^^^^^^^^^
The method getProtocol(String, int, String) is undefined for the type CloneableHostConfiguration
----------
96. ERROR in C:\Users\Owen\workspace\Cortana_3.3.2\org.eclipse.mylyn.commons.net <http://org.eclipse.mylyn.commons.net>\src\org\eclipse\mylyn\internal\commons\net\CloneableHostConfiguration.java (at line 47)
 private Protocol getProtocol(String host, int port, String scheme) {
         ^^^^^^^^
Protocol cannot be resolved to a type
----------
97. ERROR in C:\Users\Owen\workspace\Cortana_3.3.2\org.eclipse.mylyn.commons.net <http://org.eclipse.mylyn.commons.net>\src\org\eclipse\mylyn\internal\commons\net\CloneableHostConfiguration.java (at line 48)
 final Protocol oldProtocol = getProtocol();
       ^^^^^^^^
Protocol cannot be resolved to a type
----------
98. ERROR in C:\Users\Owen\workspace\Cortana_3.3.2\org.eclipse.mylyn.commons.net <http://org.eclipse.mylyn.commons.net>\src\org\eclipse\mylyn\internal\commons\net\CloneableHostConfiguration.java (at line 48)
 final Protocol oldProtocol = getProtocol();
                              ^^^^^^^^^^^
The method getProtocol() is undefined for the type CloneableHostConfiguration
----------
99. ERROR in C:\Users\Owen\workspace\Cortana_3.3.2\org.eclipse.mylyn.commons.net <http://org.eclipse.mylyn.commons.net>\src\org\eclipse\mylyn\internal\commons\net\CloneableHostConfiguration.java (at line 55)
 return Protocol.getProtocol(scheme);
        ^^^^^^^^
Protocol cannot be resolved
----------
----------
100. ERROR in C:\Users\Owen\workspace\Cortana_3.3.2\org.eclipse.mylyn.commons.net <http://org.eclipse.mylyn.commons.net>\src\org\eclipse\mylyn\internal\commons\net\PollingProtocolSocketFactory.java (at line 22)
 import org.apache.commons.httpclient.ConnectTimeoutException;
        ^^^^^^^^^^^^^^^^^^
The import org.apache.commons cannot be resolved
----------
101. ERROR in C:\Users\Owen\workspace\Cortana_3.3.2\org.eclipse.mylyn.commons.net <http://org.eclipse.mylyn.commons.net>\src\org\eclipse\mylyn\internal\commons\net\PollingProtocolSocketFactory.java (at line 23)
 import org.apache.commons.httpclient.params.HttpConnectionParams;
        ^^^^^^^^^^^^^^^^^^
The import org.apache.commons cannot be resolved
----------
102. ERROR in C:\Users\Owen\workspace\Cortana_3.3.2\org.eclipse.mylyn.commons.net <http://org.eclipse.mylyn.commons.net>\src\org\eclipse\mylyn\internal\commons\net\PollingProtocolSocketFactory.java (at line 24)
 import org.apache.commons.httpclient.protocol.ProtocolSocketFactory;
        ^^^^^^^^^^^^^^^^^^
The import org.apache.commons cannot be resolved
----------
103. ERROR in C:\Users\Owen\workspace\Cortana_3.3.2\org.eclipse.mylyn.commons.net <http://org.eclipse.mylyn.commons.net>\src\org\eclipse\mylyn\internal\commons\net\PollingProtocolSocketFactory.java (at line 31)
 public class PollingProtocolSocketFactory implements ProtocolSocketFactory {
                                                      ^^^^^^^^^^^^^^^^^^^^^
ProtocolSocketFactory cannot be resolved to a type
----------
104. ERROR in C:\Users\Owen\workspace\Cortana_3.3.2\org.eclipse.mylyn.commons.net <http://org.eclipse.mylyn.commons.net>\src\org\eclipse\mylyn\internal\commons\net\PollingProtocolSocketFactory.java (at line 51)
 HttpConnectionParams params) throws IOException, UnknownHostException, ConnectTimeoutException {
 ^^^^^^^^^^^^^^^^^^^^
HttpConnectionParams cannot be resolved to a type
----------
105. ERROR in C:\Users\Owen\workspace\Cortana_3.3.2\org.eclipse.mylyn.commons.net <http://org.eclipse.mylyn.commons.net>\src\org\eclipse\mylyn\internal\commons\net\PollingProtocolSocketFactory.java (at line 51)
 HttpConnectionParams params) throws IOException, UnknownHostException, ConnectTimeoutException {
                                                                       ^^^^^^^^^^^^^^^^^^^^^^^
ConnectTimeoutException cannot be resolved to a type
----------
----------
106. ERROR in C:\Users\Owen\workspace\Cortana_3.3.2\org.eclipse.mylyn.commons.net <http://org.eclipse.mylyn.commons.net>\src\org\eclipse\mylyn\internal\commons\net\PollingSslProtocolSocketFactory.java (at line 20)
 import org.apache.commons.httpclient.ConnectTimeoutException;
        ^^^^^^^^^^^^^^^^^^
The import org.apache.commons cannot be resolved
----------
107. ERROR in C:\Users\Owen\workspace\Cortana_3.3.2\org.eclipse.mylyn.commons.net <http://org.eclipse.mylyn.commons.net>\src\org\eclipse\mylyn\internal\commons\net\PollingSslProtocolSocketFactory.java (at line 21)
 import org.apache.commons.httpclient.params.HttpConnectionParams;
        ^^^^^^^^^^^^^^^^^^
The import org.apache.commons cannot be resolved
----------
108. ERROR in C:\Users\Owen\workspace\Cortana_3.3.2\org.eclipse.mylyn.commons.net <http://org.eclipse.mylyn.commons.net>\src\org\eclipse\mylyn\internal\commons\net\PollingSslProtocolSocketFactory.java (at line 22)
 import org.apache.commons.httpclient.protocol.SecureProtocolSocketFactory;
        ^^^^^^^^^^^^^^^^^^
The import org.apache.commons cannot be resolved
----------
109. ERROR in C:\Users\Owen\workspace\Cortana_3.3.2\org.eclipse.mylyn.commons.net <http://org.eclipse.mylyn.commons.net>\src\org\eclipse\mylyn\internal\commons\net\PollingSslProtocolSocketFactory.java (at line 29)
 public class PollingSslProtocolSocketFactory implements SecureProtocolSocketFactory {
                                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
SecureProtocolSocketFactory cannot be resolved to a type
----------
110. ERROR in C:\Users\Owen\workspace\Cortana_3.3.2\org.eclipse.mylyn.commons.net <http://org.eclipse.mylyn.commons.net>\src\org\eclipse\mylyn\internal\commons\net\PollingSslProtocolSocketFactory.java (at line 55)
 HttpConnectionParams params) throws IOException, UnknownHostException, ConnectTimeoutException {
 ^^^^^^^^^^^^^^^^^^^^
HttpConnectionParams cannot be resolved to a type
----------
111. ERROR in C:\Users\Owen\workspace\Cortana_3.3.2\org.eclipse.mylyn.commons.net <http://org.eclipse.mylyn.commons.net>\src\org\eclipse\mylyn\internal\commons\net\PollingSslProtocolSocketFactory.java (at line 55)
 HttpConnectionParams params) throws IOException, UnknownHostException, ConnectTimeoutException {
                                                                       ^^^^^^^^^^^^^^^^^^^^^^^
ConnectTimeoutException cannot be resolved to a type
----------
----------
112. ERROR in C:\Users\Owen\workspace\Cortana_3.3.2\org.eclipse.mylyn.commons.net <http://org.eclipse.mylyn.commons.net>\src\org\eclipse\mylyn\internal\commons\net\SslProtocolSocketFactory.java (at line 28)
 import org.apache.commons.httpclient.ConnectTimeoutException;
        ^^^^^^^^^^^^^^^^^^
The import org.apache.commons cannot be resolved
----------
113. ERROR in C:\Users\Owen\workspace\Cortana_3.3.2\org.eclipse.mylyn.commons.net <http://org.eclipse.mylyn.commons.net>\src\org\eclipse\mylyn\internal\commons\net\SslProtocolSocketFactory.java (at line 29)
 import org.apache.commons.httpclient.params.HttpConnectionParams;
        ^^^^^^^^^^^^^^^^^^
The import org.apache.commons cannot be resolved
----------
114. ERROR in C:\Users\Owen\workspace\Cortana_3.3.2\org.eclipse.mylyn.commons.net <http://org.eclipse.mylyn.commons.net>\src\org\eclipse\mylyn\internal\commons\net\SslProtocolSocketFactory.java (at line 30)
 import org.apache.commons.httpclient.protocol.SecureProtocolSocketFactory;
        ^^^^^^^^^^^^^^^^^^
The import org.apache.commons cannot be resolved
----------
115. ERROR in C:\Users\Owen\workspace\Cortana_3.3.2\org.eclipse.mylyn.commons.net <http://org.eclipse.mylyn.commons.net>\src\org\eclipse\mylyn\internal\commons\net\SslProtocolSocketFactory.java (at line 41)
 public class SslProtocolSocketFactory implements SecureProtocolSocketFactory {
                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^
SecureProtocolSocketFactory cannot be resolved to a type
----------
116. ERROR in C:\Users\Owen\workspace\Cortana_3.3.2\org.eclipse.mylyn.commons.net <http://org.eclipse.mylyn.commons.net>\src\org\eclipse\mylyn\internal\commons\net\SslProtocolSocketFactory.java (at line 106)
 HttpConnectionParams params) throws IOException, UnknownHostException, ConnectTimeoutException {
 ^^^^^^^^^^^^^^^^^^^^
HttpConnectionParams cannot be resolved to a type
----------
117. ERROR in C:\Users\Owen\workspace\Cortana_3.3.2\org.eclipse.mylyn.commons.net <http://org.eclipse.mylyn.commons.net>\src\org\eclipse\mylyn\internal\commons\net\SslProtocolSocketFactory.java (at line 106)
 HttpConnectionParams params) throws IOException, UnknownHostException, ConnectTimeoutException {
                                                                       ^^^^^^^^^^^^^^^^^^^^^^^
ConnectTimeoutException cannot be resolved to a type
----------
117 problems (117 errors)
_______________________________________________
mylyn-integrators mailing list
mylyn-integrators@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/mylyn-integrators

_______________________________________________
mylyn-integrators mailing list
mylyn-integrators@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/mylyn-integrators


Back to the top