Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [geclipse-dev] Sorry to bother you again

I am so glad that this helps me so much. I have checked out and built these codes, finding two projects:
eu.geclipse.aws
org.jets3t

the problems are:

Severity and Description    Path    Resource    Location    Creation Time    Id
Bundle 'org.apache.commons.codec' cannot be resolved    org.jets3t/META-INF    MANIFEST.MF    line 25    1207474970054    5289
Bundle 'org.apache.commons.httpclient' cannot be resolved    eu.geclipse.aws/META-INF    MANIFEST.MF    line 16    1207472288621    3681
Bundle 'org.apache.commons.httpclient' cannot be resolved    org.jets3t/META-INF    MANIFEST.MF    line 26    1207474970054    5290
The project was not built since its build path is incomplete. Cannot find the class file for org.apache.commons.httpclient.auth.CredentialsProvider. Fix the build path then try building this project        eu.geclipse.aws    Unknown    1207474970117    5291
The type org.apache.commons.httpclient.auth.CredentialsProvider cannot be resolved. It is indirectly referenced from required .class files    eu.geclipse.aws/src/eu/geclipse/aws/internal    ServiceRegistry.java    line 116    1207474970117    5292
Unsatisfied version constraint: 'org.apache.commons.logging: 1.1.1'    org.jets3t/META-INF    MANIFEST.MF    line 24    1207474970053    5288

I have dowload the org.apache.commons.codec, org.apache.commons.httpclient, while adding these jars into the projects seems not work.
I am starting developing on our middleware. Thanks very much for your help.

2008/4/6, Stuempert, Mathias IWR <mathias.stuempert@xxxxxxxxxx>:
Hi Zou,

Well, Ariel already gave you an answer, nevertheless there was one sentence in your mail that made me vigilant:


> Ithink it may be some problems related to the setting of the two projects.


What exactly do you mean with TWO projects? Maybe you understood me wrong and checked out the SVN/trunk and the CVS/development directories instead of their content? Please make sure that you check out their content as these are the projects/plug-ins (so the eu.geclipse.* or org.* or whatever else stuff). You should end up with something around 50 plug-ins (didn't count for a long time, so please don't take this number too serious ;-)

Cheers, Mathias

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


Back to the top