Download this file
14 lines (9 with data), 412 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13 | @rem this must be set on each local machine. No slick way to use env or property files yet.. :)
set TOMCAT_HOME=C:\bin\jakarta-tomcat-5.0.30
pushd c:\dynamide-private
call ant jar
echo on
copy C:\dynamide\build\lib\dynamide.jar %TOMCAT_HOME%\shared\lib
copy C:\dynamide\build\lib\netroots.jar %TOMCAT_HOME%\shared\lib
rem don't put jars here: C:\bin\jakarta-tomcat-5.5.9\webapps\dynamide\WEB-INF\lib
popd
|
×
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.