still the same message even after removing the @echo off
it just cribs at the point where it calls the class -Dant.home="c:\jakarta-ant-1.3\"  org.apache.tools.ant.Main
 
what should the .jar list be in the classpath ?? what are the environment variables to be set
JAVA_HOME = c:\jdk1.3.1
ANT_HOME =c:\jakarta-ant-1.3\
and what others ???? i am running it on windows 2000 any help appreciated
 
thanks in advance
abhinand
 
 
 
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Thursday, August 30, 2001 6:18 PM
To: [EMAIL PROTECTED]
Subject: RE: Error while building


Your ant.bat is messed up. Remove the "@echo off" from the top of it, re-run it, and post the results.

Vlad.

Please respond to [EMAIL PROTECTED]

To:        [EMAIL PROTECTED]
cc:        

Subject:        RE: Error while building


hi diane

it just get this message


Usage: java [-options] class [args...]
          (to execute a class)
  or  java -jar [-options] jarfile [args...]
          (to execute a jar file)

where options include:
   -hotspot      to select the "hotspot" VM
   -server       to select the "server" VM
   -classic      to select the "classic" VM
                 If present, the option to select the VM must be first.
                 The default VM is -hotspot.

    -cp -classpath <directories and zip/jar files separated by ;>
                 set search path for application classes and resources
   -D<name>=<value>
                 set a system property
   -verbose[:class|gc|jni]
                 enable verbose output
   -version      print product version and exit
   -showversion  print product version and continue
   -? -help      print this help message
   -X            print help on non-standard options

thanks
abhinand

-----Original Message-----
From: Diane Holt [mailto:[EMAIL PROTECTED]]
Sent: Thursday, August 30, 2001 5:28 PM
To: [EMAIL PROTECTED]
Subject: RE: Error while building


Yeah, but you said you can't run it -- so what happens it tries to run? Do
you get some kind of error or what?

Diane

Reply via email to