Mercurial Hosting > junotu
view run.gui_sh @ 99:40f1ea8f49ef
Hidden fields are not indexed into default search field anymore
Thus searching for '_junotu_title', 'junotu' or 'title' will no longer return all cards as matches. It will only return those cards that have those strings in the title, content, or visible tags.
author | Fox |
---|---|
date | Wed, 05 Apr 2023 21:36:27 +0200 |
parents | 4ee26d904fe3 |
children |
line wrap: on
line source
#!/bin/sh #export _JAVA_AWT_WM_NONREPARENTING=1 export CLASSPATH=../src:../build:../lib/lucene-core-3.0.3.jar #JAVA=/usr/lib/jvm/java-8-openjdk-amd64/bin/java if [ ! -d './run' ]; then mkdir ./run fi cd ./run if [ ! -d '../build' ]; then mkdir ../build/ fi javac -d ../build $(find ../src -name '*.java' | xargs) && java junotu.Main