joelittlejohn / embedmongo-maven-plugin

Maven plugin wrapper for the flapdoodle.de embedded MongoDB API
Apache License 2.0
88 stars 51 forks source link

Support nested directories in <databaseDirectory> #9

Closed matthewadams closed 11 years ago

matthewadams commented 11 years ago

If you specify a directory more than one level deep from an existing directory for the parameter , the flapdoodle library throws IOException because it's using java.io.File's mkdir() method instead of mkdirs().

You shouldn't have to code anything. When pull request https://github.com/flapdoodle-oss/de.flapdoodle.embed.process/pull/1 is merged, updated your deps to include the latest version of embedmongo.flapdoodle.de plus its deps.

joelittlejohn commented 11 years ago

Thanks Matthew, I'll update as soon as the new embed.process is released. Cheers!

michaelmosmann commented 11 years ago

embed.process is relased...

michaelmosmann commented 11 years ago

oh, wait.. i will release embedmongo with this the new version dependency..

.. cool stuff btw.

michaelmosmann commented 11 years ago

release done ... (wait for maven central)

joelittlejohn commented 11 years ago

Thanks for the heads-up @michaelmosmann.

matthewadams commented 11 years ago

Tested & working fine. Thanks for updating.

joelittlejohn commented 11 years ago

Thanks @matthewadams. If you have any more changes in mind or features you'd like to see added then please don't hesitate to ask.