Re: Creating a Git Server

2012-10-08 Thread John Huss
I use gitolite and it works well. But I wouldn't say it is simple to start using. The documentation is there but it's not really well organized or very comprehensive - descriptions and examples are very brief. If you don't want to invest much time to get that working, I think the atlassian produ

Re: Creating a Git Server

2012-10-08 Thread G Brown
Hello,I use Mac OS X server. Or maybe a better thing to say is I use Apache 2.I have found that the get documentation is–I know this is shocking for an open source project–not quite current. Specifically the git protocols have incorporated a very efficient HTTP transfer mechanism, which is not talk

Re: Creating a Git Server

2012-10-08 Thread Pascal Robert
Yeah, in fact it might cheaper to just get a 512 MB Linode and install Gitolite on it than buying a "organization" account on GitHub (bonus: you could also install Jenkins on the Linode VM). > I think gitolite is just great for a team that wants unlimited private repos, > unlimited users and fi

Re: WOLips 4.2 and Eclipse 4.2.1

2012-10-08 Thread Lon Varscsak
Yay! You're a rockstar…thanks! -Lon On Mon, Oct 8, 2012 at 5:23 PM, Pascal Robert wrote: > Was the same problem as the 37Stable build, the version had a space in it. > Fixed two minutes ago. > >> I left off an important bit. This exception happens when trying to >> install WOLips from the upd

Re: WOLips 4.2 and Eclipse 4.2.1

2012-10-08 Thread Pascal Robert
Was the same problem as the 37Stable build, the version had a space in it. Fixed two minutes ago. > I left off an important bit. This exception happens when trying to > install WOLips from the update site listed). > > -Lon > > On Mon, Oct 8, 2012 at 5:07 PM, Lon Varscsak wrote: >> Hey all, I'

Re: Creating a Git Server

2012-10-08 Thread Kieran Kelleher
I think gitolite is just great for a team that wants unlimited private repos, unlimited users and fine-grained access control on repos and branches where/if needed. Expect to spend a while reading the docs the first time you install it to set up your repos, users and access controls. After that

Re: WOLips 4.2 and Eclipse 4.2.1

2012-10-08 Thread Lon Varscsak
I left off an important bit. This exception happens when trying to install WOLips from the update site listed). -Lon On Mon, Oct 8, 2012 at 5:07 PM, Lon Varscsak wrote: > Hey all, I'm running (or trying to) Eclipse 4.2.1 with WOLips 4.2 > (from > http://jenkins.wocommunity.org/job/WOLips42/las

Re: application not seeing a plist?

2012-10-08 Thread Paul Hoadley
Hi Ted, On 09/10/2012, at 1:41 AM, Theodore Petrosky wrote: > public NSDictionary data() { >NSDictionary dict = > ERXDictionaryUtilities.dictionaryFromPropertyList("ExcelStyles", > NSBundle.mainBundle()); >NSLog.out.appendln("the dict = " + dict); >

Re: Creating a Git Server

2012-10-08 Thread probert
Envoyé de mon iPhone Le 2012-10-08 à 17:51, "Roger Perryman" a écrit : > > On Oct 8, 2012, at 5:26 PM, Kieran Kelleher wrote: > >> Hi Roger, >> >> Here are the free solutions that I use: >> >> (1) github.com for open source projects. >> >> (2) https://bitbucket.org/plans is ideal for sma

Re: Creating a Git Server

2012-10-08 Thread Roger Perryman
On Oct 8, 2012, at 5:26 PM, Kieran Kelleher wrote: > Hi Roger, > > Here are the free solutions that I use: > > (1) github.com for open source projects. > > (2) https://bitbucket.org/plans is ideal for small teams of 5 or less and > unlimited private repos > > (3) gitolite works great on a pr

Re: Creating a Git Server

2012-10-08 Thread Kieran Kelleher
Hi Roger, Here are the free solutions that I use: (1) github.com for open source projects. (2) https://bitbucket.org/plans is ideal for small teams of 5 or less and unlimited private repos (3) gitolite works great on a private linux environment - it just needs a single regular user account. E

Re: Creating a Git Server

2012-10-08 Thread Miguel Torres
On 08/10/2012, at 15:57, Ramsey Gurley wrote: > Hi Roger, > > The thing with git is that it's just a directory. There's not really a server > to it like SVN. As such, I ran into a lot of problems trying to get it to > work well with multiple users because of permissions issues. > > For cen

Re: Creating a Git Server

2012-10-08 Thread Ramsey Gurley
Hi Roger, The thing with git is that it's just a directory. There's not really a server to it like SVN. As such, I ran into a lot of problems trying to get it to work well with multiple users because of permissions issues. For centralization, I've just used GitHub. If you really want to keep

Re: Creating a Git Server

2012-10-08 Thread Maik Musall
Hi Roger, Am 08.10.2012 um 22:47 schrieb Roger Perryman : > I have some questions about how to setup a git repository for my projects. I > reviewed Kieran's presentation on git from WOWODC 2012. It does a great job > discussing git from the client's perspective but I didn't see anything about

Re: Creating a Git Server

2012-10-08 Thread Pascal Robert
Le 2012-10-08 à 16:47, Roger Perryman a écrit : > I have some questions about how to setup a git repository for my projects. I > reviewed Kieran's presentation on git from WOWODC 2012. It does a great job > discussing git from the client's perspective but I didn't see anything about > setting

Creating a Git Server

2012-10-08 Thread Roger Perryman
I have some questions about how to setup a git repository for my projects. I reviewed Kieran's presentation on git from WOWODC 2012. It does a great job discussing git from the client's perspective but I didn't see anything about setting my own repository. I realize that it is distributed but I

Re: Generate a pdf with multiple page.

2012-10-08 Thread Miguel Torres
Hi Raymond We use BIRT Reports for PDF creation because it is easy to use and allows us to improve the graphic quality of our reports. http://www.eclipse.org/birt/phoenix/ We use XML files as data source, so we have coded clases that generate those XML structures that feed ours reports. Hope

subscribe

2012-10-08 Thread Nilton Lessa
___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.

Re: application not seeing a plist?

2012-10-08 Thread Johann Werner
Hi Ted, I don't know why your plist is not loaded anymore but you really shouldn't put files that represent "internal" data into your public WebServerResources folder! Not only is this a security risk but what do you do when you decide to use separate web- and application servers, then you prob

application not seeing a plist?

2012-10-08 Thread Theodore Petrosky
I have a wonder app that is about a year old. I added the ExcelGeneration stuff and everything was working fine. in the last month I added a few frameworks with the idea of adding some extra features and all of a sudden the excel stuff wouldn't work. in my application I have: public NSDictiona

Re: WOnder REST Application

2012-10-08 Thread Flavio Donadio
Folks, Everything's all right now! I deleted my workspace and Eclipse 3.6. Then I downloaded Eclipse 3.7 and installed WOLips37Stable (from the location in the tutorial) and re-imported the WOnder sources. ERRest has shown up and now I'm proceeding to the more advanced tutorials (RESTful web