In order to get junit working, when using command line builds with ant, just do the following:
Edit ant.bat in C:\bea\weblogic92\server\bin and add the two following lines:
set LOCALCLASSPATH=%LOCALCLASSPATH%;%ANT_HOME%\lib\ant\ant-junit.jar
set LOCALCLASSPATH=%LOCALCLASSPATH%;%ANT_HOME%\lib\ant\junit.jar
They should be inserted on line 80, right after:
set LOCALCLASSPATH=%LOCALCLASSPATH%;%ANT_HOME%\lib\ant\ant-launcher.jar
Showing posts with label junit. Show all posts
Showing posts with label junit. Show all posts
2006-11-23
Subscribe to:
Posts (Atom)