Re: svn:ignore .gitignore and ACCUMULO-935

2013-06-06 Thread Christopher
Billie- Yes, the original intent was to make it look like a normal ACCUMULO_HOME directory. Unfortunately, the best, easiest way to do this is to use the assembly plugin, and it makes these extra directories. It can't be helped... at least, I didn't think it was worth wasting time on it, like I sp

Re: svn:ignore .gitignore and ACCUMULO-935

2013-06-06 Thread David Medinets
It did not behave that way for me. Three directories were created bin, conf, and lib. Directly where my DEV_ACCUMULO_HOME pointed to. On Thu, Jun 6, 2013 at 11:47 AM, Billie Rinaldi wrote: > I'm trying this out. Based on the name of the parameter > (DEV_ACCUMULO_HOME) I was expecting it to look

Re: svn:ignore .gitignore and ACCUMULO-935

2013-06-06 Thread Billie Rinaldi
I'm trying this out. Based on the name of the parameter (DEV_ACCUMULO_HOME) I was expecting it to look like a normal accumulo home directory, but it actually creates DEV_ACCUMULO_HOME/accumulo-1.6.0-SNAPSHOT-dev/accumulo-1.6.0-SNAPSHOT. I can see why you'd want a subdirectory with the version num

Re: svn:ignore .gitignore and ACCUMULO-935

2013-06-04 Thread Christopher
Slight change. I take back what I said before: by default it does create the assembled directory (what will go in the bin tarball) in assemble/target. But, that is subject to being wiped out by 'mvn clean'. Specifying the property with a different location, outside the target directory will protect

Re: svn:ignore .gitignore and ACCUMULO-935

2013-06-03 Thread Christopher
Oh, well, I should clarify... the things that would normally go *in* that directory (such as jars) would still end up in their respective target directories (except those things copied directly from the source tree, like the scripts and configuration). -- Christopher L Tubbs II http://gravatar.com

Re: svn:ignore .gitignore and ACCUMULO-935

2013-06-03 Thread Christopher
Nope. If you don't set the property, then it won't copy files to that directory, and you'll have to build the binary assembly or rpm or deb and unpack/install that, as we expect end-users to normally do, in order to get a similar structure. -- Christopher L Tubbs II http://gravatar.com/ctubbsii

Re: svn:ignore .gitignore and ACCUMULO-935

2013-06-03 Thread David Lyle
What happens if I don't set the property? Does everything end up under target? On Mon, Jun 3, 2013 at 4:06 PM, Christopher wrote: > Minor correction. The basic method for specifying the external directory > is: > mvn -DDEV_ACCUMULO_HOME= package > > -- > Christopher L Tubbs II > http://gravatar

Re: svn:ignore .gitignore and ACCUMULO-935

2013-06-03 Thread Christopher
Minor correction. The basic method for specifying the external directory is: mvn -DDEV_ACCUMULO_HOME= package -- Christopher L Tubbs II http://gravatar.com/ctubbsii On Mon, Jun 3, 2013 at 4:04 PM, Christopher wrote: > I made some changes for ACCUMULO-935 that may be unexpected, so here's > some

svn:ignore .gitignore and ACCUMULO-935

2013-06-03 Thread Christopher
I made some changes for ACCUMULO-935 that may be unexpected, so here's some information that may help: Use 'mvn -DDEV_ACCUMULO_HOME package' to output built artifacts to an external directory, so the workspace does not get dirtied with unversioned files outside of the target directories, that need