[ https://issues.apache.org/jira/browse/LUCENE-894?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Michael Busch updated LUCENE-894: --------------------------------- Attachment: lucene-894.patch This patch adds the new file "build-demo.xml" to the root directory. It becomes included in the binary distributions during packaging as "build.xml". It offers the targets "compile-demo", "jar-demo", "war-demo". This patch also includes "common-build.xml" in the binary distributions because "build-demo.xml" imports it. One drawback might be the following (or maybe not a big deal?): if you enter "ant -projecthelp" it shows you also the imported targets from common-build.xml like "common.jar-core", which are not needed (and not working) for the binaries. Is there a way to hide a subset of the imported targets? I admit that I am not the greatest ant expert ever ;), so help is highly appreciated. > Custom build.xml for binary distributions > ----------------------------------------- > > Key: LUCENE-894 > URL: https://issues.apache.org/jira/browse/LUCENE-894 > Project: Lucene - Java > Issue Type: Bug > Components: Build > Affects Versions: 2.1 > Reporter: Michael Busch > Assignee: Michael Busch > Priority: Minor > Fix For: 2.2 > > Attachments: lucene-894.patch > > > The binary files of a distribution come with the demo sources > and a build.xml file. However, the build.xml doesn't work for > the binary distribution, so it can't be used to build the > demos. > This problem was notices the first time when release 2.1 was > made. Before we ship 2.2 we should fix this. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]