: 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
