src/test/resources contains the solr/conf folder under which a property file is written by DIH. I shall add a tearDown method in the tests to remove those property files.
On Wed, Aug 6, 2008 at 10:10 AM, Chris Hostetter <[EMAIL PROTECTED]>wrote: > > : ignore test created properties > : > : Modified: > : lucene/solr/trunk/contrib/dataimporthandler/src/test/resources/ > (props changed) > : lucene/solr/trunk/contrib/dataimporthandler/src/test/resources/solr/ > (props changed) > : > lucene/solr/trunk/contrib/dataimporthandler/src/test/resources/solr/conf/ > (props changed) > > Why are the DIH test creating files under src? ... why not create these in > a tmp directory? > > If the point is that there are properties files generated automaticly in > a configs directory, we should probably clone the "src" copy of the > configs into a working directory that can be cleaned up using "ant clean" > > Having the build process leave generated files sprinkled arround the src > tree can be dangerous when things like "ant dist" get run. > > > > -Hoss > > -- Regards, Shalin Shekhar Mangar.
