How to set jacorb.properties in the classpath?
I have set the jacorb.properties as following:
<junit errorProperty="test.failed
" failureProperty="test.fail
ed">
<classpath>
<fileset dir="${jacorb.dir}" includes="*.properties"/>
<path refid="classpath"/>
<pathelement location="${test.classes.d
ir}"/>
</classpath>
...
</junit>
But it still can't find the jacorb.properties and got the following message:
##########################
##########
##########
##########
##########
###
WARNING: no properties file found! This warning can be ignored
for applets. A file file called "jacorb.properties" or
".jacorb_properties" should be present in the classpath,
the home directory (C:\Documents and Settings\xzhou), the current directory (.) or
in Javas lib directory (C:\Program Files\Java\jdk1.6.0_03\jre
)
##########################
##########
##########
##########
##########
###
<junit errorProperty="test.failed
" failureProperty="test.fail
ed">
<classpath>
<fileset dir="${jacorb.dir}" includes="*.properties"/>
<path refid="classpath"/>
<pathelement location="${test.classes.d
ir}"/>
</classpath>
...
</junit>
Start Free Trial