[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.technology.m2e] Re: Can't find org.apache.commons.lang.StringUtils


"Yves Schumann" <starwarsfan@xxxxxxxxxx> wrote in message news:h18n1o$csv$2@xxxxxxxxxxxxxxxxxxxx
Hello

mlt schrieb:
I am not sure I understand. When I choose "Add dependecy" and type:

org.apache.commons.la

in the search box I just get: Results for 'org.apache.commons.la' (0)
which as I understand means that its not found in the
repository.

That's right. And just as I said: You have to use "commons-lang" instead of "org.apache.commons.lang". I've veryfied this some seconds ago and it worked perfect! Just type "commons-lang" in the dialog and you will see what you expect. :-)



--
MfG
Yves
[eisfair-team]

"Die Fähigkeit zu sprechen macht Dich noch nicht intelligent!" --
Qui-Gon Jinn, StarWars Episode I

Ah thanks my bad :-) But even though I have just added that package (commons-lang : 2.4) to my pom.xml I still get an error when I try to include:


org.apache.commons.lang.StringUtils;

Do you by chance know if this is located in some other commons package?