cynicalbastard / jzbot

Automatically exported from code.google.com/p/jzbot
0 stars 0 forks source link

Build is not a valid command when running the install.bat. #46

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I have been working on this awhile. Every time I try to run the install, it 
fails at the build part. Apparently build is not a valid command. I have the 
latest JDK installed, and even went as far as installing Apache ANT, and 
setting the ANT_HOME and %ant_home%\bin variables. I can run ant and it will 
package a tar file.. so I dont think thats what you wanted done.

Anyhow, I have a XPSP3 machine, the Latest JDK and cannot get this application 
to install. Any words of advice you could offer would be great.

If not, I might just break down and run a ubuntu hardy.

Original issue reported on code.google.com by paul.coo...@gmail.com on 23 Mar 2011 at 8:39

GoogleCodeExporter commented 9 years ago
Problem solved. Reading further up the console window it showed that it was 
trying to download dependencies.js from the jzbot2-old repository. One of the 
files in the ZIP is that file. It errors out saying that there is already a 
file of that name with no version.

You can do one of two things:

add to the install.bat a command to delete the dependencies.js after its been 
read or delete the file as soon as you start the install.bat.

I did the later for testing and the build was sucessfull.

Cant wait to try out your APP :)

Original comment by paul.coo...@gmail.com on 23 Mar 2011 at 9:16