P
printdude1968
I've downloaded the code from Thinking in Java 4 and want to do the
build on it. I was able to (finally) get ant installed (me thinking I
had to build the binaries...duh) so the next thing is to install
something called javassist. I've downloaded it and put it on my J
drive under
J:\javassist
So now I figure I can just do an "ant build" from the directory where I
installed javassist. No such luck I get a message
J:\javassist>ant build
Buildfile: build.xml
BUILD FAILED
Target `build' does not exist in this project.
Total time: 0 seconds
J:\javassist>
So I searched cyberspace and the docs that came with javassist to no
avail... can anyone help me?
build on it. I was able to (finally) get ant installed (me thinking I
had to build the binaries...duh) so the next thing is to install
something called javassist. I've downloaded it and put it on my J
drive under
J:\javassist
So now I figure I can just do an "ant build" from the directory where I
installed javassist. No such luck I get a message
J:\javassist>ant build
Buildfile: build.xml
BUILD FAILED
Target `build' does not exist in this project.
Total time: 0 seconds
J:\javassist>
So I searched cyberspace and the docs that came with javassist to no
avail... can anyone help me?