<div dir="ltr"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Are you developing inside the idp-conf module?<br></blockquote><div><br></div><div>No, separate module with dependencies on idp-X modules that I depend on.</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
My code is outside and it is failing to load resources for running a<br>
test class extending AbstractFlowTest. I've added a test dependency on<br>
idp-conf:test-jar but apparently that's not enough.<br></blockquote><div><br></div><div>I'm glad you brought this up. idp-conf doesn't produce a test-jar artifact, and I believe it should to facilitate development of custom flows. I did the quick and dirty thing and copied the following files to my own package space:</div><div><br></div><div>AbstractFlowTest</div><div>PreferFileSystemApplicationContextInitializer<br></div><div>PreferFileSystemContextLoader<br></div><div><br></div><div>It required a couple minor source edits, but it was a pretty clean copy and paste job. Hopefully this will be unnecessary in the future.</div><div><br></div><div>M</div><div><br></div></div></div>