Re: [sword-devel] Expanded keywords committed in the tree

2010-04-27 Thread Dmitrijs Ledkovs
>> propset (pset, ps): Set the value of a property on files, dirs, or revisions. >> usage: 1. propset PROPNAME PROPVAL PATH... >>      2. propset PROPNAME --revprop -r REV PROPVAL [TARGET] >> >>   1. Changes a versioned file or directory property in a working copy. >>   2. Changes an unversioned pr

Re: [sword-devel] Expanded keywords committed in the tree

2010-04-27 Thread Dmitrijs Ledkovs
Forget the patch. I found the problem. in the trunk checkout do: $ svn proplist -R -v | grep keywords -C 1 -- Properties on 'examples/classes/ciphercng.cpp': svn:keywords author date id -- Notice that generally you have only "author date id" enabled. $ svn proplist -R -v | grep keyw

Re: [sword-devel] sword-devel Digest, Vol 73, Issue 45

2010-04-27 Thread Yiguang Hu
Chris, I followed the steps and found the problem is in test and gwt:compile. The following did the trick. -Xmx1024M -XstartOnFirstThread -Dconnection.string="${db.connection.string}" -Ddb.driver=${db.driver} So Step is build in my local now. thanks Yiguang

Re: [sword-devel] sword-devel Digest, Vol 73, Issue 45

2010-04-27 Thread Wes Widner
Chris, I have had a chance to build a local copy of STEP, though I was a bit discouraged when I attempted to run my default browser and was greeted with the message "Sorry, there is currently no GWT Developer Plugin for Chrome on Linux". It works in Firefox, though. I've been looking around the c

Re: [sword-devel] sword-devel Digest, Vol 73, Issue 45

2010-04-27 Thread Yiguang Hu
Chris, I am on both lists. I have not resolved OOM yet. The OOM happens during mvn clean install (seems it was doing some serialization related things before OOM. And I didn't notice a memory surge during the process). Will look at the pom file to see how to do it by individual modules. (I am ne

Re: [sword-devel] sword-devel Digest, Vol 73, Issue 45

2010-04-27 Thread Chris Burrell
Brian, Wes, Yiguang Would you like to start on the following tickets: Yiguang, would you like to look at http://crosswire.org/bugs/browse/TYNSTEP-54 [hoping you manage to get passed the OOM - let me have a trace] Wes, would you like to take on http://crosswire.org/bugs/browse/TYNSTEP-51 Brian, si

Re: [sword-devel] User Interface design for Tyndale STEP

2010-04-27 Thread Chris Burrell
> > Re: > > - Tabs in the cross-reference box at the bottom: We could fit about 5 tabs > in there... Or we could have several rows... > - Good idea about the [-] option. we could have that in the box, leaving > the tabs at the bottom/top of the box. > - in terms of the inline scrolling, how about u

Re: [sword-devel] User Interface design for Tyndale STEP

2010-04-27 Thread David Instone-Brewer
Dear Chris Yep - these responses sound good. A few comments: Tabs for extra views - I think the "bookmarks" already provide this. Unclicking tabs - people are used to unclicking a button or a radio-button selection. Could the tab stand out like a button? But a simple [-] or "off" would work too

Re: [sword-devel] User Interface design for Tyndale STEP

2010-04-27 Thread Chris Burrell
And few extra comments + To increase space allocated to seeing the passage, it would be good to be able to expand downwards + Mobile devices would probably default to one pane with a smaller set of icons on the side + A pin on the sidebar would allow you to collapse the sidebar further (using smal

Re: [sword-devel] User Interface design for Tyndale STEP

2010-04-27 Thread Chris Burrell
My comments below, prefixed with >>> (and in bold if that comes through) On 26 April 2010 13:00, David Instone-Brewer wrote: > Chris, these are great! > > (David, I've copied you in for your creative 'eye' - links to screenshots > are > here

[sword-devel] Expanded keywords committed in the tree

2010-04-27 Thread Dmitrijs Ledkovs
Hello I'm using bzr when working on sword. There is continious import running on lp:libsword (sword name was already taken). Bzr supports svn-keywords via plugin. When I enable that function bzr finds that some keywords have been committed to the svn. Can someone please turn off keywords expansi

Re: [sword-devel] build step OOM

2010-04-27 Thread Chris Burrell
Are you able to forward me the output? It would be good to know what part of the build it is failing on. also if you try -X (the -X enables debugging) You could also try doing it for separate projects to see which project it's failing on. Cheers Chris On 27 April 2010 01:17, Yiguang Hu wrote: