On Sat, 10 Feb 2001, you wrote:
> I downloaded daily zip of source for jboss.org.
> 
> I looked at the jboss-user-archives, and still I am
> not able to find the answer for build jboss.
> I am using windows nt 4.0
> 
> I did build.bat at /jboss/src/build dirctory.
> 
> Following is the last lines of output from my dos promt
> 
>     [javac] Warning: org\jboss\verifier\Section.java modified in the future.
>     [javac] Warning: org\jboss\verifier\strategy\AbstractVerifier.java 
> modified
> in the future.
>     [javac] Warning: org\jboss\verifier\strategy\EJBVerifier11.java modified 
> in
> the future.
>     [javac] Warning: org\jboss\verifier\strategy\EJBVerifier20.java modified 
> in
> the future.
>     [javac] Warning: org\jboss\verifier\strategy\VerificationContext.java 
> modifi
> ed in the future.
>     [javac] Warning: org\jboss\verifier\strategy\VerificationStrategy.java 
> modif
> ied in the future.
>     [javac] Warning: org\jboss\web\ThreadPool.java modified in the future.
>     [javac] Warning: org\jboss\web\WebServer.java modified in the future.
>     [javac] Warning: org\jboss\web\WebService.java modified in the future.
>     [javac] Warning: org\jboss\web\WebServiceMBean.java modified in the 
> future.
>     [javac] Compiling 391 source files to D:\jboss\build\classes
> 
> BUILD FAILED
> 
> D:\jboss\src\build\build.xml:72: The file or path you specified 
> (..\..\lib\ant.j
> ar) is invalid releative to D:\jboss

Do build.bat from the D:\jboss\src\build directory.  It's looking for '..\..\'
relative to that directory, and not finding it because you're not in that
directory.

Tom


--
--------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
List Help?:          [EMAIL PROTECTED]

Reply via email to