hardcoded jar dependency

View: New views
3 Messages — Rating Filter:   Alert me  

hardcoded jar dependency

by Bugzilla from gethemant@gmail.com :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,

I was wondering if hardcoded version info of some jars can be removed
from buildr (such as scala/specs:1.2.9, jmock: 1.2.0) and stuff.

I was hit by the problem, when I was trying to use some feature of
scala/specs which wasn't present in the version downloaded by buildr.



--
Let them talk of their oriental summer climes of everlasting
conservatories; give me the privilege of making my own summer with my
own coals.

http://gnufied.org

Re: hardcoded jar dependency

by Alex Boisvert-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Yes, you can override them by placing a buildr.yml file next to your
Buildfile with the following:

scala.specs: 1.3.2-SNAPSHOT
scala.check: 1.4-scSNAPSHOT

(or whichever version you use)

alex

On Tue, Dec 16, 2008 at 11:57 AM, hemant <gethemant@...> wrote:

> Hi,
>
> I was wondering if hardcoded version info of some jars can be removed
> from buildr (such as scala/specs:1.2.9, jmock: 1.2.0) and stuff.
>
> I was hit by the problem, when I was trying to use some feature of
> scala/specs which wasn't present in the version downloaded by buildr.
>
>
>
> --
> Let them talk of their oriental summer climes of everlasting
> conservatories; give me the privilege of making my own summer with my
> own coals.
>
> http://gnufied.org
>

Re: hardcoded jar dependency

by Alex Boisvert-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Sorry, it's build.yml.

alex

On Tue, Dec 16, 2008 at 12:09 PM, Alex Boisvert <boisvert@...>wrote:

> Yes, you can override them by placing a buildr.yml file next to your
> Buildfile with the following:
>
> scala.specs: 1.3.2-SNAPSHOT
> scala.check: 1.4-scSNAPSHOT
>
> (or whichever version you use)
>
> alex
>
>
> On Tue, Dec 16, 2008 at 11:57 AM, hemant <gethemant@...> wrote:
>
>> Hi,
>>
>> I was wondering if hardcoded version info of some jars can be removed
>> from buildr (such as scala/specs:1.2.9, jmock: 1.2.0) and stuff.
>>
>> I was hit by the problem, when I was trying to use some feature of
>> scala/specs which wasn't present in the version downloaded by buildr.
>>
>>
>>
>> --
>> Let them talk of their oriental summer climes of everlasting
>> conservatories; give me the privilege of making my own summer with my
>> own coals.
>>
>> http://gnufied.org
>>
>
>