This may be completely unrelated, but I experienced user-error with my
gradle-based build after updating the artifact version:
Could not find method org.apache.storm:storm-core:0.9.1-incubating() for
> arguments [build_4r77sv3kvm0uqoail8m0dhqs0q$_run_closure1_closure4@7a7705f]
> on project ...
Turned out I had mistakenly erased a comma between the artifact string and
the following block in:
compile "org.apache.storm:storm-core:0.9.1-incubating-SNAPSHOT"*,* {
> ext {
> fatJarExclude = true
> }
> }
As an aside, also note that the Group ID is different from
storm:storm:0.9.0.1
Hope this helps. Good luck.
On Mon, Mar 3, 2014 at 9:54 AM, Svend Vanderveken <
[email protected]> wrote:
> Maven Central is normally used by default and should thus not be added to
> your pom. Is the issue specific to Eclipse? Does the jar resolution
> succeeds when you launch a "mvn install"" from the command line?
>
>
> On Mon, Mar 3, 2014 at 3:36 PM, Klausen Schaefersinho <
> [email protected]> wrote:
>
>> Hi,
>>
>> thx, but when I use these coordinates I get an error in eclipse. So I
>> guess I need to add the correct repository from where maven can download
>> the jar file.
>>
>> Cheers,
>>
>> Klaus
>>
>>
>> On Mon, Mar 3, 2014 at 2:47 PM, Svend Vanderveken <
>> [email protected]> wrote:
>>
>>> I assume you are referring to an update of your maven file? If so, the
>>> latest Storm release is available from Maven Central, see this page for the
>>> exact maven coordinates to use:
>>>
>>> http://storm.incubator.apache.org/downloads.html
>>>
>>>
>>> On Mon, Mar 3, 2014 at 2:11 PM, Klausen Schaefersinho <
>>> [email protected]> wrote:
>>>
>>>> Hi,
>>>>
>>>>
>>>> I have been trying to update to the latest storm release but eclipse
>>>> gives me now an error, telling me that it cannot download the storm.jar
>>>> file. I guess I am missing the right repository. Can anybody help me out?
>>>>
>>>>
>>>> Cheers,
>>>>
>>>> Klaus
>>>>
>>>
>>>
>>
>