<div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;">
<p>Hi Alex,</p>
<p>This is a bit of a shot in the dark, but for the Newrelic gem I found I had to add a snippet to the top of the plugin Gemfile like this:</p>
<p>https://github.com/archivesspace/archivesspace/pull/183/files</p>
<p>The call to `ASpaceGems.setup` takes care of setting the gem load path appropriately.</p>
<p>You're not supposed to have to do this, so if you find it magically fixes things, I'll take a look and see if the situation can be improved. The backend is supposed to take care of all of this, but perhaps the Gemfile is being loaded earlier than expected.</p>
<p>Cheers,</p>
<p>Mark</p>
<p>Alexander Duryee <alexanderduryee@nypl.org> writes:</p>
<blockquote>
<p>James,</p>
<p>Thanks! I unzipped a fresh release of ASpace, set up a plugin with a Gemfile, and ran initialize_plugin. It pulled in the gem + dependencies into gems/ without issue. However, when trying to run ASpace with the plugin (empty except for the gems), I got:</p>
<p>Bundler::GemNotFound: Could not find gem 'timetwister (= 0.2.7) java' in any of the gem sources listed in your Gemfile or available on this machine.</p>
<p>The gem is installed both on my machine and in the plugin's gems directory. It's a locally-developed gem, so I didn't explicitly build it for JRuby - is this necessary to load it into ASpace?</p>
<p>Thanks!<br />
--Alex</p>
</blockquote>

<pre>
-- 
Mark Triggs
<mark@dishevelled.net>
</pre>
</div>