Redcar packaged as a gem - please help test it

5 views
Skip to first unread message

Daniel Lucraft

unread,
Dec 15, 2009, 5:52:01 PM12/15/09
to redcar...@googlegroups.com
Hi all,

Although we are not quite at the first developer pre-release 0.3.0dev yet, I have managed to get Redcar packaged as a gem, so you can now install it with:

sudo gem install redcar --pre

(The --pre is necessary because the version number is 0.2.9dev, i.e. a developer pre-release. Also it will take a minute to install because it downloads a bunch of jars during the installation.)

Please give it a go and let me know whether it works. I have tested it on osx64 and linux64.

best,
Dan

_______________________________
Daniel Lucraft

twitter.com/danlucraft
danlucraft.com/blog




Henrik Hodne

unread,
Dec 15, 2009, 7:01:15 PM12/15/09
to redcar...@googlegroups.com
Works like a charm here.

$ uname -a
Linux LE09001865 2.6.31-16-generic #53-Ubuntu SMP Tue Dec 8 04:02:15 UTC 2009 x86_64 GNU/Linux
$ lsb_release -dcs | cut -f1- | tr '\n' ' '
Ubuntu 9.10 karmic 

(AKA Ubuntu 9.10 x86_64)

Cairo Noleto

unread,
Dec 15, 2009, 9:15:16 PM12/15/09
to redcar...@googlegroups.com
You think in distribute redcar like macruby? With Ruby and all you need to run redcar in <insert your OS here>?!





--

You received this message because you are subscribed to the Google Groups "Redcar" group.
To post to this group, send email to redcar...@googlegroups.com.
To unsubscribe from this group, send email to redcar-edito...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/redcar-editor?hl=en.





--
Cairo Noleto 
Visits http://www.caironoleto.com/

Mat Schaffer

unread,
Dec 15, 2009, 9:43:52 PM12/15/09
to redcar...@googlegroups.com
Love it!! Well done, Dan!
-Mat

Ben Hamilton

unread,
Dec 15, 2009, 9:46:40 PM12/15/09
to redcar...@googlegroups.com
Will test tonight! Cool!
Ben
> --
>
> You received this message because you are subscribed to the Google Groups
> "Redcar" group.
> To post to this group, send email to redcar...@googlegroups.com.
> To unsubscribe from this group, send email to
> redcar-edito...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/redcar-editor?hl=en.
>
>
>


--
________________________________________________
Ben Hamilton, CISSP

kossnocorp

unread,
Dec 15, 2009, 10:24:33 PM12/15/09
to Redcar
Works well from "box"! Linux x32, Ubuntu 9.10.

Daniel Lucraft

unread,
Dec 16, 2009, 1:09:01 AM12/16/09
to Redcar
Thanks everyone!

The only dependencies of Redcar now are Ruby and JAVA (not JRuby, that
is bundled). We can probably get rid of the Ruby dependency too at
some point. But for now it's nice to be able to install it as a gem.

best,
Dan

Henrik Hodne

unread,
Dec 16, 2009, 1:16:27 AM12/16/09
to redcar...@googlegroups.com
El 16. des. 2009, a las 07.09, Daniel Lucraft <d...@fluentradical.com>
escribió:

> Thanks everyone!
>
> The only dependencies of Redcar now are Ruby and JAVA (not JRuby, that
> is bundled).

Oh, I'll try using MRI then and see how that works.

> We can probably get rid of the Ruby dependency too at
> some point. But for now it's nice to be able to install it as a gem.

I think one of the best "easy" ways of installing would be with a
shell script you download and run that will download all the files and
install them in the right spot. So what you end up executing is
something like this:

$ wget -O- http://redcareditor.com/install.sh | bash

> best,
> Dan
>>

--Henrik

Daniel Lucraft

unread,
Dec 16, 2009, 1:20:17 AM12/16/09
to redcar...@googlegroups.com

On 16 Dec 2009, at 06:16, Henrik Hodne wrote:
> Oh, I'll try using MRI then and see how that works.

MRI is only used as a tiny shim at the start, the first thing it will do is replace execution with a java process running jruby.

Installing as a gem under JRuby doesn't work quite right on OSX (lots of SWT errors), but it should be a simple fix as soon as someone tells me how to find out JVM parameters from inside JRuby.

> I think one of the best "easy" ways of installing would be with a
> shell script you download and run that will download all the files and
> install them in the right spot. So what you end up executing is
> something like this:
>
> $ wget -O- http://redcareditor.com/install.sh | bash

Well, we'll want to do something like this for non-Ruby users eventually so they don't have to use gems.

Dan

Silvio Heuberger

unread,
Dec 16, 2009, 3:20:44 AM12/16/09
to redcar...@googlegroups.com

@dan: what param do you need?

On 16 Dec 2009 07:20, "Daniel Lucraft" <danlu...@me.com> wrote:

On 16 Dec 2009, at 06:16, Henrik Hodne wrote: > Oh, I'll try using MRI then and see how that works....

MRI is only used as a tiny shim at the start, the first thing it will do is replace execution with a java process running jruby.

Installing as a gem under JRuby doesn't work quite right on OSX (lots of SWT errors), but it should be a simple fix as soon as someone tells me how to find out JVM parameters from inside JRuby.

> I think one of the best "easy" ways of installing would be with a > shell script you download and...

Well, we'll want to do something like this for non-Ruby users eventually so they don't have to use gems.

Dan

-- You received this message because you are subscribed to the Google Groups "Redcar" group. To po...

aidy lewis

unread,
Dec 16, 2009, 3:38:12 AM12/16/09
to redcar...@googlegroups.com
Dan,

Would you like me to test this on Windows?

Aidy

2009/12/15 Daniel Lucraft <danlu...@me.com>:
> --
>
> You received this message because you are subscribed to the Google Groups "Redcar" group.

Daniel Lucraft

unread,
Dec 16, 2009, 3:55:11 AM12/16/09
to redcar...@googlegroups.com

On 16 Dec 2009, at 08:38, aidy lewis wrote:

> Dan,
>
> Would you like me to test this on Windows?

Please!

D

Daniel Lucraft

unread,
Dec 16, 2009, 3:59:01 AM12/16/09
to redcar...@googlegroups.com
On osx you must start jruby with -J-XstartOnFirstThread or SWT craps out.

Now if you start redcar with MRI, it chooses the correct option and launches redcar with jruby.

If you start redcar with jruby (you've installed it as a jruby gem) then it just boots redcar straight away. But there is no way to tell if the jvm has been started correctly from within jruby (it probably hasn't as jruby gems just do straight "jruby").

I think we're going to have to have jruby launch another jruby with the correct options whether or not it started correctly. It's a bit annoying, but it's only for people who have installed redcar as a jruby gem specifically.

D


__________________________________
Daniel Lucraft

twitter.com/danlucraft
danlucraft.com/blog

aidy lewis

unread,
Dec 16, 2009, 4:30:41 AM12/16/09
to redcar...@googlegroups.com
Hi Dan,

C:\>gem install redcar --pre
ERROR: While executing gem ... (Errno::EINVAL)
Invalid argument -
C:/ruby/lib/ruby/gems/1.8/gems/redcar-0.2.9dev/textmate/Bundles/C.tmbundle/Snippets/#include
"" (inc).plist

Aidy

2009/12/16 Daniel Lucraft <danlu...@me.com>:

Daniel Lucraft

unread,
Dec 16, 2009, 4:35:50 AM12/16/09
to redcar...@googlegroups.com
OK, this is that Textmate bundle filenames have spaces and things in them. Gotta fix that.

D
_______________________________
Daniel Lucraft

twitter.com/danlucraft
danlucraft.com/blog




Daniel Lucraft

unread,
Dec 16, 2009, 4:36:09 AM12/16/09
to redcar...@googlegroups.com
and thanks. :)

D

On 16 Dec 2009, at 09:30, aidy lewis wrote:

aidy lewis

unread,
Dec 16, 2009, 4:42:15 AM12/16/09
to redcar...@googlegroups.com
Hi Dan,

Just let me know when you have a fix and I can do some manual and look
at an automated test spike.

(stopped drinking, so now have time)

Aidy



2009/12/16 aidy lewis <aidy....@googlemail.com>:

Daniel Lucraft

unread,
Dec 16, 2009, 4:43:25 AM12/16/09
to redcar...@googlegroups.com

On 16 Dec 2009, at 09:42, aidy lewis wrote:

> Hi Dan,
>
> Just let me know when you have a fix and I can do some manual and look
> at an automated test spike.
>
> (stopped drinking, so now have time)

I saw from Twitter! I also have cut back recently. Up at 5 now everyday for Redcaring :)

D

aidy lewis

unread,
Dec 16, 2009, 5:40:37 AM12/16/09
to redcar...@googlegroups.com
Hi Dan

2009/12/16 Daniel Lucraft <danlu...@me.com>:

>
> I saw from Twitter! I also have cut back recently. Up at 5 now everyday for Redcaring :)
>


A true Nietzschean!

Aidy

rogerdpack

unread,
Dec 16, 2009, 10:22:09 AM12/16/09
to Redcar
C:\dev\digitalarchive_trunk>ruby -v
ruby 1.9.1p376 (2009-12-07 revision 26041) [i386-mingw32]

C:\dev\digitalarchive_trunk>gem install redcar --pre
ERROR: While executing gem ... (Errno::EINVAL)
Invalid argument - C:/installs/ruby19_mingw/lib/ruby/gems/1.9.1/
gems/redcar-0.2.9dev/textmate/Bundles/C.tmbundle/Snippets/#include
"" (inc).plist

works on linux though.

> The only dependencies of Redcar now are Ruby and JAVA (not JRuby, that
> is bundled). We can probably get rid of the Ruby dependency too at
> some point. But for now it's nice to be able to install it as a gem.

How did you bundle jruby?

> You think in distribute redcar like macruby? With Ruby and all you need to
> run redcar in <insert your OS here>?!

I've heard good things about rawr, but never used it.

Cheers!
-r

rogerdpack

unread,
Dec 16, 2009, 10:46:49 AM12/16/09
to Redcar
> works on linux though.

Here's some more install experiences.
installs fine on 2 linux boxes, running it on one

1.8.7

installs fine

rdp@rdp-vm:~$ ~/.gem/ruby/1.8/bin/redcar
JRuby limited openssl loaded. gem install jruby-openssl for full
support.
http://jruby.kenai.com/pages/JRuby_Builtin_OpenSSL
/home/rdp/.gem/ruby/1.8/gems/redcar-0.2.9dev/lib/freebase2/lib/
freebase/readers.rb:192:in `initialize': No such file or directory -
No such directory (Errno::ENOENT)


1.8.6
installs fine
rdp@li49-39:~$ ~/.gem/ruby/1.8/bin/redcar
JRuby limited openssl loaded. gem install jruby-openssl for full
support.
http://jruby.kenai.com/pages/JRuby_Builtin_OpenSSL
org.eclipse.swt.SWTError: No more handles [gtk_init_check() failed]
org.eclipse.swt.SWT:-1:in `error'
org.eclipse.swt.widgets.Display:-1:in `createDisplay'

[I assume because I don't have X installed on that box]

Thanks.
-r

Daniel Lucraft

unread,
Dec 17, 2009, 1:06:25 AM12/17/09
to redcar...@googlegroups.com
Hi all

Windows: should now work (32bit anyway)

Roger: your "no such file or directory" error should now be more helpful in terms of what's actually missing.

thanks,
Dan

_______________________________
Daniel Lucraft

twitter.com/danlucraft
danlucraft.com/blog

aidy lewis

unread,
Dec 17, 2009, 6:12:06 AM12/17/09
to redcar...@googlegroups.com
Hi Dan,

C:\>gem install redcar --pre


ERROR: While executing gem ... (Errno::EINVAL)
Invalid argument -

C:/ruby/lib/ruby/gems/1.8/gems/redcar-0.2.9dev/textmate/Bundles/C.tmbundle/Snippets/#include
"" (inc).plist

OS: Windows Server 2003

Aidy

2009/12/17 Daniel Lucraft <danlu...@me.com>:

Daniel Lucraft

unread,
Dec 17, 2009, 6:28:47 AM12/17/09
to redcar...@googlegroups.com
On 17 Dec 2009, at 11:12, aidy lewis wrote:
> ERROR: While executing gem ... (Errno::EINVAL)
> Invalid argument -
> C:/ruby/lib/ruby/gems/1.8/gems/redcar-0.2.9dev/textmate/Bundles/C.tmbundle/Snippets/#include
> "" (inc).plist

Have you tried uninstalling and reinstalling again? That file is definitely not included in the current gem....

D

aidy lewis

unread,
Dec 17, 2009, 8:26:30 AM12/17/09
to redcar...@googlegroups.com
Hi Dan


C:\svnProjects\ccp\proposition\features>gem list -l redcar

*** LOCAL GEMS ***


C:\svnProjects\ccp\proposition\features>gem install redcar --pre


ERROR: While executing gem ... (Errno::EINVAL)
Invalid argument -
C:/ruby/lib/ruby/gems/1.8/gems/redcar-0.2.9dev/textmate/Bundles/C.tmbundle/Snippets/#include
"" (inc).plist

Aidy


2009/12/17 Daniel Lucraft <danlu...@me.com>:

Silvio Heuberger

unread,
Dec 17, 2009, 8:31:01 AM12/17/09
to redcar...@googlegroups.com
I tried both

   jruby -S gem install redcar --pre

and

   gem install redcar --pre

Install seems to be running fine, but it won't run.

/opt/jruby-1.4.0/lib/ruby/gems/1.8/gems/redcar-0.2.9dev/lib/freebase2/lib/freebase/readers.rb:193:in
`load_files_from_paths': can't find directory
/opt/jruby-1.4.0/lib/ruby/gems/1.8/gems/redcar-0.2.9dev/../plugins
(RuntimeError)
from /opt/jruby-1.4.0/lib/ruby/gems/1.8/gems/redcar-0.2.9dev/lib/freebase2/lib/freebase/readers.rb:189:in
`each'
from /opt/jruby-1.4.0/lib/ruby/gems/1.8/gems/redcar-0.2.9dev/lib/freebase2/lib/freebase/readers.rb:189:in
`load_files_from_paths'
from /opt/jruby-1.4.0/lib/ruby/gems/1.8/gems/redcar-0.2.9dev/lib/freebase2/lib/freebase/readers.rb:183:in
`load_files'
from /opt/jruby-1.4.0/lib/ruby/gems/1.8/gems/redcar-0.2.9dev/lib/freebase2/lib/freebase/readers.rb:170:in
`initialize'
from /opt/jruby-1.4.0/lib/ruby/gems/1.8/gems/redcar-0.2.9dev/lib/freebase2/lib/freebase/configuration.rb:37:in
`new'
from /opt/jruby-1.4.0/lib/ruby/gems/1.8/gems/redcar-0.2.9dev/lib/freebase2/lib/freebase/configuration.rb:37:in
`initialize'
from /opt/jruby-1.4.0/lib/ruby/gems/1.8/gems/redcar-0.2.9dev/lib/freebase2/lib/freebase/core.rb:59:in
`new'
from /opt/jruby-1.4.0/lib/ruby/gems/1.8/gems/redcar-0.2.9dev/lib/freebase2/lib/freebase/core.rb:59:in
`startup'
from /opt/jruby-1.4.0/lib/ruby/gems/1.8/gems/redcar-0.2.9dev/lib/redcar/boot.rb:79:in
`start'
from /opt/jruby-1.4.0/lib/ruby/gems/1.8/gems/redcar-0.2.9dev/bin/redcar:5
from /opt/jruby-1.4.0/lib/ruby/gems/1.8/gems/redcar-0.2.9dev/bin/redcar:19:in
`load'
from /opt/jruby/bin/redcar:19

aidy lewis

unread,
Dec 17, 2009, 8:31:10 AM12/17/09
to redcar...@googlegroups.com
Hi Dan,

The redcar-dev folder was in /gems, so manually deleted it. (Explorer)

Then:

C:\svnProjects\ccp\proposition\features>gem install redcar --pre
ERROR: While executing gem ... (Errno::EINVAL)
Invalid argument -
C:/ruby/lib/ruby/gems/1.8/gems/redcar-0.2.9dev/textmate/Bundles/C.tmbundle/Snippets/#include
"" (inc).plist

Aidy

2009/12/17 aidy lewis <aidy....@googlemail.com>:

Daniel Lucraft

unread,
Dec 17, 2009, 8:32:30 AM12/17/09
to redcar...@googlegroups.com
Hi Silvio

Can you remove your ~/.redcar directory and try again?

Dan

_______________________________
Daniel Lucraft

twitter.com/danlucraft
danlucraft.com/blog

Silvio Heuberger

unread,
Dec 17, 2009, 8:39:10 AM12/17/09
to redcar...@googlegroups.com
After removing the .redcar directory it starts!

Way to go, Daniel!!

Now we can edit redcar with redcar again :D

Daniel Lucraft

unread,
Dec 17, 2009, 8:39:22 AM12/17/09
to redcar...@googlegroups.com
Aidy,

can you also manually remove the cached .gem file? Probably in C:/ruby/lib/ruby/gems/1.8/cache. Perhaps it is not downloading a fresh file....

thanks
Dan
_______________________________
Daniel Lucraft

twitter.com/danlucraft
danlucraft.com/blog

Aaron McLeod

unread,
Dec 17, 2009, 11:16:12 AM12/17/09
to redcar...@googlegroups.com
I had same problem as aidy. I removed the cache and it installed. Just installing the ri docs at the moment.
Aaron McLeod
http://agmprojects.com

Evgeny Grablyk

unread,
Dec 17, 2009, 1:33:41 PM12/17/09
to redcar...@googlegroups.com
Worked well with no problem on Arch Linux x86_64. Awesome!

--
Evgeny

rogerdpack

unread,
Dec 17, 2009, 7:56:08 PM12/17/09
to Redcar
> Windows: should now work (32bit anyway)


C:\dev\ruby>gem install redcar --pre


ERROR: While executing gem ... (Errno::EINVAL)
Invalid argument - C:/installs/ruby19_mingw/lib/ruby/gems/1.9.1/
gems/redcar-0.2.9dev/textmate/Bundles/C.tmbundle/Snippets/#include
"" (inc).plist


C:\dev\ruby>gem search redcar -b --pre

*** LOCAL GEMS ***

*** REMOTE GEMS ***

redcar (0.2.9dev)

-r

Aaron McLeod

unread,
Dec 17, 2009, 9:12:34 PM12/17/09
to redcar...@googlegroups.com
Read the other emails. Delete the gem folder from the cache directory
and the gems directory

> --
>
> You received this message because you are subscribed to the Google Groups "Redcar" group.
> To post to this group, send email to redcar...@googlegroups.com.
> To unsubscribe from this group, send email to redcar-edito...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/redcar-editor?hl=en.
>
>
>

--
Aaron McLeod
http://agmprojects.com

Daniel Lucraft

unread,
Dec 18, 2009, 4:01:39 AM12/18/09
to redcar...@googlegroups.com
Hi Roger,

could you try deleting the cached .gem file from C:/installs/ruby19_mingw/lib/ruby/gems/1.9.1/cache/ directory as well? For some reason it doesn't seem to be re downloading the gem file.

thanks
Dan
_______________________________
Daniel Lucraft

twitter.com/danlucraft
danlucraft.com/blog

aidy lewis

unread,
Dec 18, 2009, 5:18:03 AM12/18/09
to redcar...@googlegroups.com
Dan

Deleted the cache as advised.


C:\>gem install redcar --pre

Building native extensions. This could take a while...
Successfully installed redcar-0.2.9dev
1 gem installed
Installing ri documentation for redcar-0.2.9dev...
Installing RDoc documentation for redcar-0.2.9dev...


Magic.


Dan, do you fancy coming into the BBC and giving a talk on RedCar?

Aidy

2009/12/18 Daniel Lucraft <danlu...@me.com>:

rogerdpack

unread,
Dec 28, 2009, 4:06:15 PM12/28/09
to Redcar

Getting closer here.


C:\dev\digitalarchive_trunk>gem install redcar --pre

Building native extensions. This could take a while...

Successfully installed redcar-0.3.0dev
1 gem installed

C:\dev\digitalarchive_trunk>redcar
Exception in thread "main" :1: no such file to load -- ubygemsf
(LoadError)
...internal jruby stack elided...
from (unknown).(unknown)(:1)

C:\dev\digitalarchive_trunk>set RUBYOPT=

C:\dev\digitalarchive_trunk>redcar
Redcar 0.3.0dev (jruby )
SWT jar file required: E:/installs/ruby191p376/lib/ruby/gems/1.9.1/
gems/redcar-0.3.0dev/plugins/application_swt/vendor/swt/win32/swt.jar

C:\dev\digitalarchive_trunk>ls E:/installs/ruby191p376/lib/ruby/gems/
1.9.1/gems/redcar-0.3.0dev/plugins/application_swt/vendor/swt/win32/
swt.jar
ls: cannot access E:/installs/ruby191p376/lib/ruby/gems/1.9.1/gems/
redcar-0.3.0dev/plugins/application_swt/vendor/swt/win32/swt.jar: No
such file or directory

C:\dev\digitalarchive_trunk>ls E:/installs/ruby191p376/lib/ruby/gems/
1.9.1/gems/redcar-0.3.0dev/plugins/application_swt/vendor/swt/win32/
dummy

C:\dev\digitalarchive_trunk>ls E:/installs/ruby191p376/lib/ruby/gems/
1.9.1/gems/redcar-0.3.0dev/plugins/application_swt/vendor/swt/win32/
dummy
E:/installs/ruby191p376/lib/ruby/gems/1.9.1/gems/redcar-0.3.0dev/
plugins/application_swt/vendor/swt/win32/dummy

Daniel Lucraft

unread,
Dec 29, 2009, 6:41:09 AM12/29/09
to redcar...@googlegroups.com
Hi Roger,

are there any jar files under the directories in application_swt/vendor/swt/* ? I wonder if it downloaded jars for the wrong platform somehow....

Dan
_______________________________
Daniel Lucraft

twitter.com/danlucraft
danlucraft.com/blog

rogerdpack

unread,
Dec 29, 2009, 12:49:23 PM12/29/09
to Redcar
> are there any jar files under the directories in application_swt/vendor/swt/* ? I wonder if it downloaded jars for the wrong platform somehow....

E:\dev\ruby\after>find E:/installs/ruby191p376/lib/ruby/gems/1.9.1/
gems/redcar-0.3.0dev/plugins/application_swt/vendor/swt
E:/installs/ruby191p376/lib/ruby/gems/1.9.1/gems/redcar-0.3.0dev/
plugins/application_swt/vendor/swt
E:/installs/ruby191p376/lib/ruby/gems/1.9.1/gems/redcar-0.3.0dev/
plugins/application_swt/vendor/swt/linux
E:/installs/ruby191p376/lib/ruby/gems/1.9.1/gems/redcar-0.3.0dev/
plugins/application_swt/vendor/swt/linux/dummy
E:/installs/ruby191p376/lib/ruby/gems/1.9.1/gems/redcar-0.3.0dev/
plugins/application_swt/vendor/swt/osx
E:/installs/ruby191p376/lib/ruby/gems/1.9.1/gems/redcar-0.3.0dev/
plugins/application_swt/vendor/swt/osx/dummy
E:/installs/ruby191p376/lib/ruby/gems/1.9.1/gems/redcar-0.3.0dev/
plugins/application_swt/vendor/swt/osx64
E:/installs/ruby191p376/lib/ruby/gems/1.9.1/gems/redcar-0.3.0dev/
plugins/application_swt/vendor/swt/osx64/dummy
E:/installs/ruby191p376/lib/ruby/gems/1.9.1/gems/redcar-0.3.0dev/
plugins/application_swt/vendor/swt/win32
E:/installs/ruby191p376/lib/ruby/gems/1.9.1/gems/redcar-0.3.0dev/
plugins/application_swt/vendor/swt/win32/dummy

doesn't appear so.


E:\dev\ruby\after>find E:/installs/ruby191p376/lib/ruby/gems/1.9.1/
gems/redcar-0.3.0dev -name *.jar
E:/installs/ruby191p376/lib/ruby/gems/1.9.1/gems/redcar-0.3.0dev/lib/
jcodings.jar
E:/installs/ruby191p376/lib/ruby/gems/1.9.1/gems/redcar-0.3.0dev/lib/
jdom.jar
E:/installs/ruby191p376/lib/ruby/gems/1.9.1/gems/redcar-0.3.0dev/lib/
joni.jar
E:/installs/ruby191p376/lib/ruby/gems/1.9.1/gems/redcar-0.3.0dev/lib/
jruby-complete-1.4.0.jar
E:/installs/ruby191p376/lib/ruby/gems/1.9.1/gems/redcar-0.3.0dev/
plugins/application_swt/vendor/jface/org.eclipse.core.commands.jar
E:/installs/ruby191p376/lib/ruby/gems/1.9.1/gems/redcar-0.3.0dev/
plugins/application_swt/vendor/jface/
org.eclipse.core.runtime_3.5.0.v20090525.jar
E:/installs/ruby191p376/lib/ruby/gems/1.9.1/gems/redcar-0.3.0dev/
plugins/application_swt/vendor/jface/org.eclipse.equinox.common.jar
E:/installs/ruby191p376/lib/ruby/gems/1.9.1/gems/redcar-0.3.0dev/
plugins/application_swt/vendor/jface/
org.eclipse.jface.databinding_1.3.0.I20090525-2000.jar
E:/installs/ruby191p376/lib/ruby/gems/1.9.1/gems/redcar-0.3.0dev/
plugins/application_swt/vendor/jface/org.eclipse.jface.jar
E:/installs/ruby191p376/lib/ruby/gems/1.9.1/gems/redcar-0.3.0dev/
plugins/application_swt/vendor/jface/org.eclipse.jface.text_3.5.0.jar
E:/installs/ruby191p376/lib/ruby/gems/1.9.1/gems/redcar-0.3.0dev/
plugins/application_swt/vendor/jface/org.eclipse.osgi.jar
E:/installs/ruby191p376/lib/ruby/gems/1.9.1/gems/redcar-0.3.0dev/
plugins/application_swt/vendor/jface/
org.eclipse.text_3.5.0.v20090513-2000.jar
E:/installs/ruby191p376/lib/ruby/gems/1.9.1/gems/redcar-0.3.0dev/
plugins/edit_view_swt/vendor/java-mateview.jar

rogerdpack

unread,
Dec 29, 2009, 5:08:12 PM12/29/09
to Redcar

> > are there any jar files under the directories in application_swt/vendor/swt/* ? I wonder if it downloaded jars for the wrong platform somehow....

Seems to install all right on msvc builds, but not on mingw, perhaps
that's related...but it does work :)
-r

Reply all
Reply to author
Forward
0 new messages