case sensitive exact match search
8 results found in 4 ms, displaying results 1-8
backend=servlet
tomcatpath=/dev/null
appname=basic
db=sqlite
dbfile=/dev/null
dbmode=create-drop
httpport=8080
httpsport=8443
compilebuiltins=true
more fragments
backend=servlet
tomcatpath=/dev/null
jbosspath=/dev/null
appname=complete
db=sqlite
dbfile=/Domain/tudelft.net/Users/dmgroenewegen/spoofaximp/workspace/webdsl.editor/test/temp_test.db
dbmode=create-drop
smtphost=localhost
smtpport=1
smtpuser=naam
smtppass=pass
smtpssl=true
smtptls=true
more fragments
backend=servlet
tomcatpath=/dev/null
jbosspath=/dev/null
appname=example
db=sqlite
dbfile=/Domain/tudelft.net/Users/dmgroenewegen/spoofaximp/workspace/webdsl.editor/test/temp_test.db
dbmode=create-drop
smtphost=localhost
smtpport=1
smtpuser=naam
smtppass=pass
smtpssl=true
smtptls=true
more fragments
backend=servlet
tomcatpath=/dev/null
appname=simple
db=h2mem
dbfile=/Users/dan/workspacebuildplugin/webdsl-java-latest-clean/test/selective-recompilation/temp_test.db
indexdir=index
dbmode=create-drop
httpport=8080
httpsport=8443
custom-compile-units=true
verbose=3
more fragments
 Python code, but do not compile them."
# echo " run : Runs the application (Python AppEngine backend only)."
# echo " analyze : Perform
more fragments
            <echo file="${currentdir}/application.ini">backend=servlet
tomcatpath=/dev/null
appname=${command1}
db=h2mem
dbfile=${currentdir}/

if [ "$BACKEND" == "seam" ]; then
echo "Done, result is in $SEAMPROJECTDIR."
fi
;;
"analyze"
more fragments
application-ini}/application.ini">export BACKEND=servlet
export TOMCATPATH=${config.web.tomcat}
export APPNAME=${new.appname}
export DBSERVER=${

${config.smtp.pass}
</echo>-->
<echo file="${dir-for-application-ini}/application.ini">backend=servlet
tomcatpath=${config.web.
more fragments
 new BufferedWriter(new FileWriter(appinifilename));
out.write("appname="+appName+"\n");
out.write("backend=servlet\n")
more fragments