This content has been marked as final. 
    
Show                 2 replies
    
- 
        1. Re: .ant.propertiesjuhalindfors Jan 24, 2003 12:51 PM (in response to zaaba)if the error message is accurate, then your jboss.home should point to something like: 
 C:\jboss-3.0.4_tomcat-4.1.12\server\default
 or
 C:\jboss-3.0.4_tomcat-4.1.12\server\all
 or something similar (depending which config you're running, default|all|custom)
- 
        2. Re: .ant.propertiesuromahn Jan 25, 2003 6:22 PM (in response to zaaba)If I read the documentation correctly, all paths in the .ant.properties file needs to have forward slahses '/' instead of the user backslahses '\' in your example, even in a Win32 environment. 
 Give it a try - it worked for me,
 -Uli
 
    