History log of /opengrok/nbproject/build-impl.xml
Revision Date Author Comments Expand
a6ba9d291f880aa068794453a58c7a95154f4e5e 26-Jun-2014 Lubos Kosco <tarzanek@gmail.com>

fix jacoco

7224b1456affc41e89cf46eda1e0b74a044bcc93 26-Jun-2014 Lubos Kosco <tarzanek@gmail.com>

lucene 4.9 , jacoco, jflex 1.6.0

4f2be58ed1e83875854cf4c7258af8079344d26a 29-Apr-2014 Lubos Kosco <Lubos.Kosco@oracle.com>

lucene 4.8

1067c72a8d019e4d06fa002c995042359b1766d6 07-Nov-2013 Vladimir Kotal <Vladimir.Kotal@Oracle.COM>

make -post-compile-test pre-requisite for running single test file fixes #686

87396bac3204b6788c817e19222626eefde8f3f0 02-Jan-2013 Knut Anders Hatlen <Knut.Hatlen@Sun.COM>

Regenerated build files for NetBeans 6.8 (following instructions in changeset e1579b343cd8)

25fddb6fbc2130e3847315ff2b0b6819ff3fecca 02-Jan-2013 Lubos Kosco <Lubos.Kosco@Sun.COM>

fix build env

98e99d053d8f85af3b6447ebfc2ee162d64b60b4 15-Aug-2008 Knut Anders Hatlen <Knut.Hatlen@Sun.COM>

Updated NetBeans project files to 4.5beta

a040b6c811808472eaaa5dabf1a5b5820939cc00 31-Jul-2008 Knut Anders Hatlen <Knut.Hatlen@Sun.COM>

Updated project files to prevent diffs when opening in NetBeans 6.1 and 6.5M1

dd6427e1fb2267ea1bbcfbd98a45148b64ba9858 07-Dec-2007 Trond Norbye <trond.norbye@sun.com>

Updated NetBeans project files

c0550b01024b910b8c1468811c0ea663b10b1372 25-Oct-2007 Trond Norbye <trond.norbye@sun.com>

Create webapp as part of the normal build step The webapp will also include the various configurations, so the user may select the look'n'feel without rebuilding the application. By default the webapp will use the look'n'feel (css-files and icons) located in the folder named default. You may alter the content in this directory, or specify the look'n'feel to use by using the -L option and create a configuration file to OpenGrok. ex: java -jar opengrok.jar -R configuration.xml -W configuration.xml \ -U localhost:2424 -L offwhite -n will read the current configuration, set the look'n'feel to "offwhite" and store the new configuration. The -U option I specified here was to update the webapplicaton that listens to configuration changes on localhost:2424

/opengrok/build.xml /opengrok/conf/default/img/Logo.png /opengrok/conf/default/img/icon.png /opengrok/conf/default/img/rss.png /opengrok/conf/default/img/servedby.png /opengrok/conf/default/print.css /opengrok/conf/default/style.css /opengrok/conf/offwhite/img/Logo.png /opengrok/conf/offwhite/img/b.gif /opengrok/conf/offwhite/img/d.gif /opengrok/conf/offwhite/img/do.gif /opengrok/conf/offwhite/img/f.gif /opengrok/conf/offwhite/img/h.gif /opengrok/conf/offwhite/img/icon.png /opengrok/conf/offwhite/img/l.gif /opengrok/conf/offwhite/img/p.gif /opengrok/conf/offwhite/img/q.gif /opengrok/conf/offwhite/img/r.gif /opengrok/conf/offwhite/img/rss.png /opengrok/conf/offwhite/img/servedby.png /opengrok/conf/offwhite/img/t.gif /opengrok/conf/offwhite/img/w.gif /opengrok/conf/offwhite/print.css /opengrok/conf/offwhite/style.css /opengrok/conf/offwhite/web.xml /opengrok/conf/polished/img/Logo.png /opengrok/conf/polished/img/b.gif /opengrok/conf/polished/img/d.gif /opengrok/conf/polished/img/do.gif /opengrok/conf/polished/img/f.gif /opengrok/conf/polished/img/h.gif /opengrok/conf/polished/img/icon.png /opengrok/conf/polished/img/l.gif /opengrok/conf/polished/img/p.gif /opengrok/conf/polished/img/q.gif /opengrok/conf/polished/img/r.gif /opengrok/conf/polished/img/rss.png /opengrok/conf/polished/img/servedby.png /opengrok/conf/polished/img/t.gif /opengrok/conf/polished/img/w.gif /opengrok/conf/polished/print.css /opengrok/conf/polished/style.css /opengrok/conf/polished/web.xml /opengrok/conf/web.xml build-impl.xml genfiles.properties project.properties /opengrok/src/org/opensolaris/opengrok/configuration/Configuration.java /opengrok/src/org/opensolaris/opengrok/configuration/RuntimeEnvironment.java /opengrok/src/org/opensolaris/opengrok/index/Indexer.java /opengrok/web/enoent.jsp /opengrok/web/error.jsp /opengrok/web/foot.jspf /opengrok/web/help.html /opengrok/web/help.jsp /opengrok/web/httpheader.jspf /opengrok/web/index.jsp /opengrok/web/mast.jsp /opengrok/web/pageheader.jspf /opengrok/web/projects.jspf /opengrok/web/search.jsp
a1318a82916028f363b3c5b52e7fd7256b632497 02-Oct-2007 Trond Norbye <trond.norbye@sun.com>

Replaced the original build.xml with a version that integrates development better with NetBeans (compile, debug, profile etc). I have not moved all of the build targets into the new build-file yet, but I have preserved the old file as build.generic.xml. To use that file, you may just type: ant -f build.generic.xml target Please note: The file does not add any dependencies to NetBeans.