Skip to content

Instantly share code, notes, and snippets.

View stepheneb's full-sized avatar

Stephen Bannasch stepheneb

View GitHub Profile
@stepheneb
stepheneb / gist:543f626ee6bdd8c4f40a
Created April 8, 2015 14:45
errors building mod_tile on Mac OS X 10.1`0
$ ./autogen.sh
autoreconf: Entering directory `.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal --force -I m4
autoreconf: configure.ac: tracing
autoreconf: running: glibtoolize --copy --force
glibtoolize: putting auxiliary files in '.'.
glibtoolize: copying file './ltmain.sh'
glibtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
glibtoolize: copying file 'm4/libtool.m4'
require 'java'
require 'rbconfig'
import org.concord.modeler.event.PageListener
import org.concord.modeler.event.PageEvent
import org.concord.modeler.event.ModelListener
import org.concord.modeler.event.ModelEvent
# import java.lang.Class
import java.lang.System
<OTUDLCompoundDoc id="c05510a7-5367-11dd-bf21-11a44a6b030d"
name="%c05510a7-5367-11dd-bf21-11a44a6b030d" showDefinitions="false">
<bodyText>
<div
style="padding-left: 10px; padding-right: 10px; padding-top: 10px; padding-bottom: 10px">
Isabel is rollerblading around town. Run 3 trials to figure out her
velocity.
<br />
<ol>
<li>Press the START button to begin the trial.</li>
-Dotrunk.view.export_image=true
otrunk.view.frame_title
Set's the title of the OTViewer window frame.
otrunk.view.hide_tree
Hides a JTree navigation component that appears on theleft.
#!/usr/bin/env ruby
Dir.glob('*/.svn').collect {|f| File.dirname(f)}.each {|f| puts f; Dir.chdir(f) { puts `svn up` }}
Date/Time: 2009-01-01 19:42:36 -0500
OS Version: 10.5.6 (Build 9G55)
Architecture: i386
Report Version: 4
Command: J2SE 5.0
Path: /System/Library/Frameworks/JavaVM.framework/Versions/1.5/Home/bin/java
Version: 12.2.0 (12.2.0)
Parent: bash [33997]
Hi Brent,
Here's a special intro to git for you (and anybody else on ruby-core
interested in your patches).
I'm not writing any kind of complete introduction -- I'm writing just enough
so you can do several things which should be interesting to you. I'm definitely
NOT presenting enough info so you can't easily mess things up.
The idea is to quickly get to some use of git that provides real value ... so
// line 1 "ext/redcloth_scan/redcloth_scan.java.rl"
/*
* redcloth_scan.java.rl
*
* Copyright (C) 2008 Jason Garber
*/
import java.io.IOException;
import org.jruby.Ruby;
import org.jruby.RubyArray;
I'm trying to figure out how to modify a gem that uses a jar to instead use the Java class files directly. It's an experiment to then try and add it to jruby-complete and see if it works.
I'm working on the redcloth gem here: http://github.com/jgarber/redcloth/tree/master
Working with git from Eclipse
(using my fork of ardor3dv1 as an example.
Add the eclipse git plugin update site: http://www.jgit.org/update-site/
I'm using the Tentative Build sub-update site -- it has the latest builds.
Gou need to use git from the command line to initially clone the project: