Hi Emmanuel, Emmanuel Bourg wrote:
> Le 06/03/2012 10:26, ma...@apache.org a écrit : > >> The right way for solr to do this would be to package rename csv the same >> way Tomcat does for encode. > > Yes that's what I suggested. How do you do this in Tomcat? Did you copy > and rename the packages manually, or do you have a tool that automates > the process? in a Maven build you can automate it at byte code level with the shade plugin. I am sure something similar exists for Ant. However, debugging gets more difficult. It's somewhere a trade off between development comfort and synchronization requirements between the two code bases. Cheers, Jörg --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org