Gmail Calendar Documents Reader Web more »
Recently Visited Groups | Help | Sign in
Google Groups Home
ojunit with 0.7b
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  9 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Martin Häcker  
View profile  
 More options Apr 20, 10:31 am
From: Martin Häcker <mhaec...@mac.com>
Date: Mon, 20 Apr 2009 16:31:27 +0200
Local: Mon, Apr 20 2009 10:31 am
Subject: ojunit with 0.7b
Hi there,

I have been quite confused with getting ojunit to work with 0.7b. The  
readme mentions none of it, and on the irc chanel somebody mentioned  
to me that I should run "rake submodule" to set it up.

However it didn't work - I suspect because the .gitmodules file is not  
checked in to the branch.

Could somebody verify that this is the case?

Here's my .gitmodules file:
-- snip --
% cat .gitmodules
[submodule "Tools/ojunit"]
        path = Tools/ojunit
        url = git://github.com/280north/ojunit.git
-- snap --

In the end, I just added ojunit myself "git submodule add git://
github.com/280north/ojunit.git Tools/ojunit" (after rake submodule) -  
and that seems to have done the trick.

Regards,
Martin


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Ross Boucher  
View profile  
 More options Apr 20, 12:44 pm
From: Ross Boucher <rbouc...@gmail.com>
Date: Mon, 20 Apr 2009 09:44:03 -0700
Local: Mon, Apr 20 2009 12:44 pm
Subject: Re: ojunit with 0.7b
We're not using git submodules anymore, because they were causing all  
kinds of problems switching between branches. We're still looking into  
a better solution.

In the meantime, you can just check out ojunit in Tools/ojunit. If you  
run rake install after that, it should install it with the other tools.

rake test should run all the cappuccino tests (and will let you know  
if its working or not).

On Apr 20, 2009, at 7:31 AM, Martin Häcker wrote:


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Philippe Laval  
View profile  
 More options Apr 20, 12:50 pm
From: Philippe Laval <philippe.la...@free.fr>
Date: Mon, 20 Apr 2009 18:50:50 +0200
Local: Mon, Apr 20 2009 12:50 pm
Subject: Re: ojunit with 0.7b
Well,

I did this : http://www.nice-panorama.com/Programmation/cappuccino/Tutorial-objj-a...

It is working for me.
Philippe

Le 20 avr. 09 ā 16:31, Martin Häcker a écrit :


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Martin Häcker  
View profile  
 More options Apr 21, 3:52 am
From: Martin Häcker <mhaec...@mac.com>
Date: Tue, 21 Apr 2009 09:52:52 +0200
Local: Tues, Apr 21 2009 3:52 am
Subject: Re: ojunit with 0.7b

Thanks for the link! Your manuals have helped me quite a bit since I  
started fulltime on cappuccino again.

:)

I ended up going with a submodule, as I really want to track both  
repositories.

Thanks a lot,
Martin


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Martin Häcker  
View profile  
 More options Apr 21, 4:27 am
From: Martin Häcker <mhaec...@mac.com>
Date: Tue, 21 Apr 2009 10:27:51 +0200
Local: Tues, Apr 21 2009 4:27 am
Subject: Re: ojunit with 0.7b

> We're not using git submodules anymore, because they were causing all
> kinds of problems switching between branches. We're still looking into
> a better solution.

> In the meantime, you can just check out ojunit in Tools/ojunit. If you
> run rake install after that, it should install it with the other  
> tools.

I think the problem is that ojunit is still in the Rakefile - so  
building anything just fails without an explanation when ojunit is not  
present. My Rake-Fu is not really up to par, so I can't provide a  
patch, but rake should either just ignore ojunit if it's not present,  
present a nice error message explaining what to do or just check it  
out with git (however the best practice is right now).

To repeat: What was really irritating me was that I couldn't build  
cappuccino and neither the error message, nor the build file, nor the  
wiki or the mailing list had any clue on what the recomended way to go  
forward was.

Regards,
Martin


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Tom Robinson  
View profile  
 More options Apr 21, 4:54 am
From: Tom Robinson <t...@280north.com>
Date: Tue, 21 Apr 2009 01:54:50 -0700
Local: Tues, Apr 21 2009 4:54 am
Subject: Re: ojunit with 0.7b
It should just be a warning. If it's actually failing its probably  
because of something else. If you really want, take ojunit out of

        subprojects = %w{bake capp nib2cib press ojunit}

in Tools/Rakefile.

On Apr 21, 2009, at 1:27 AM, Martin Häcker wrote:


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Martin Häcker  
View profile  
 More options Apr 21, 5:16 am
From: Martin Häcker <mhaec...@mac.com>
Date: Tue, 21 Apr 2009 11:16:32 +0200
Local: Tues, Apr 21 2009 5:16 am
Subject: Re: ojunit with 0.7b

> It should just be a warning. If it's actually failing its probably
> because of something else. If you really want, take ojunit out of

>    subprojects = %w{bake capp nib2cib press ojunit}

> in Tools/Rakefile.

That would be a very short term solution - I would much prefer it to  
be built if available, and also be available as a dependency if rake  
tests is run.

Regards,
Martin


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Ross Boucher  
View profile  
 More options Apr 21, 11:50 am
From: Ross Boucher <rbouc...@gmail.com>
Date: Tue, 21 Apr 2009 08:50:15 -0700
Local: Tues, Apr 21 2009 11:50 am
Subject: Re: ojunit with 0.7b
That's what Tom is saying, it does build, but only if available. If  
not, you just get a warning message. We could turn off the warning,  
but I don't think that would make any tangible difference. Perhaps a  
more clear message "You do not have ojunit installed. Skipping"

On Apr 21, 2009, at 2:16 AM, Martin Häcker wrote:


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Martin Häcker  
View profile  
 More options Apr 23, 4:05 am
From: Martin Häcker <mhaec...@mac.com>
Date: Thu, 23 Apr 2009 10:05:05 +0200
Local: Thurs, Apr 23 2009 4:05 am
Subject: Re: ojunit with 0.7b

> That's what Tom is saying, it does build, but only if available. If
> not, you just get a warning message. We could turn off the warning,
> but I don't think that would make any tangible difference. Perhaps a
> more clear message "You do not have ojunit installed. Skipping"

Now I get it. We always thought that rake died - but instead its  
actually the last output and the build went through ok.

You should really do something about the error message - I'm sure more  
people who are not used to rake will trip over this.

Regards,
Martin


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »

Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2009 Google