Hi, that file is generated as part of the unit tests, but as for current trunk shouldn't be there anymore, cfr with $SVN/jspwiki-war/src/test/resources/jspwiki-custom.properties. Same happened with jspwiki.log, which should be inside ./target
Most probably, that file is there because of previous executions. Would you mind deleting it and compile again to ensure that this file only gets generated inside .jspwiki-war/target ? thanks + br, juan pablo On Wed, Feb 12, 2014 at 5:54 PM, Brian Burch <br...@pingtoo.com> wrote: > On 11/02/14 23:21, Juan Pablo Santos Rodríguez wrote: > >> Hi Brian, >> >> included the new file on .svnignore and applied svn propset svn:ignore.. >> on >> 2.10.1-svn-4 (current trunk) >> > > Thanks, Juan Pablo, > > the trunk is looking a lot cleaner after your changes. > > However, can you explain this recent arrival? > > brian@schizo:~/sandboxApache/jspwiki$ svn status > ? jspwiki-war/rss.rdf > > and > > brian@schizo:~/sandboxApache/jspwiki$ cat jspwiki-war/rss.rdf > <?xml version="1.0" encoding="UTF-8"?> > <rdf:RDF xmlns:dc='http://purl.org/dc/elements/1.1/' xmlns:wiki=' > http://purl.org/rss/1.0/modules/wiki/' xmlns='http://purl.org/rss/1.0/' > xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns#'> > <channel rdf:about='http://localhost/'><link>http://localhost/</link> > <title>JSPWiki</title><description>Oh poor me, my owner has not set a > channel description at all. Pity me.</description><dc:language> > en-us</dc:language><items><rdf:Seq></rdf:Seq></items></channel> > > I don't think it is anything I've done... should the file be committed, or > ignored? > > Best wishes, > > Brian > > > br, >> juan pablo >> >> >> >> On Tue, Feb 11, 2014 at 12:08 PM, Brian Burch <br...@pingtoo.com> wrote: >> >> Oops! I was wrong about netbeans! (see inline) >>> >>> On 05/02/14 12:59, Brian Burch wrote: >>> <snip/> >>> >>> Tomcat also ignores "nbproject", which is a subdirectory created by >>> >>>> netbeans. However, now that jspwiki has been converted to a maven >>>> project, it appears that netbeans does not need this directory. (My old >>>> jspwiki 2.8.4 project sandbox used ant and it contains an nbproject >>>> sub-directory). >>>> >>>> >>> I changed a netbeans project property and subsequently noticed a new file >>> was created: >>> >>> jspwiki-war/nb-configuration.xml >>> >>> It seems to me netbeans would use this single file to hold /any/ local >>> configuration properties for a particular maven project. Given the main >>> and >>> all three jspwiki-* sub-projects might possibly qualify for local >>> changes, >>> I suggest you add this specific filename to the svnignore. >>> >>> Sorry to keep referring to tomcat's ant project, but it carries a lot of >>> useful battle scars. If, at some time in the future, we decide it would >>> be >>> useful to maintain /recommended/ versions of project files for different >>> IDEs, we could create a separate directory where they can be committed, >>> but >>> will not automatically become active. There is probably a maven way to >>> achieve this (rather than apeing tomcat), but we can worry about that >>> if/when the need arises. >>> >>> I don't think this change merits opening a new JIRA. >>> >>> Regards, >>> >>> Brian >>> >>> >>> >> >