I have downloaded the latest version, but am having problems getting it to compile on my Win2K box. I have both g++, gcc, and cl.exe installed and in the path, but for some reason it complains. Here is my output:
prepare.dir:
[mkdir] Created dir: D:\Projects\Tools\jprofiler-1.0\build
[mkdir] Created dir: D:\Projects\Tools\jprofiler-1.0\build\classes
[mkdir] Created dir: D:\Projects\Tools\jprofiler-1.0\build\lib
compile:
[javac] Compiling 10 source files to D:\Projects\Tools\jprofiler-1.0\build\classes
[copy] Copying 1 file to D:\Projects\Tools\jprofiler-1.0\build\classes
c-compile:
BUILD FAILED
D:\Projects\Tools\jprofiler-1.0\build.xml:52: no dest attribute specified
Total time: 5 seconds
I have tried several things to correct this, but alas my inexperience with ant has me at a loss. Can anyone help me get this compiled?
Thanks,
Mike Bauer
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have downloaded the latest version, but am having problems getting it to compile on my Win2K box. I have both g++, gcc, and cl.exe installed and in the path, but for some reason it complains. Here is my output:
D:\Projects\Tools\jprofiler-1.0>ant
Buildfile: build.xml
prepare.dir:
[mkdir] Created dir: D:\Projects\Tools\jprofiler-1.0\build
[mkdir] Created dir: D:\Projects\Tools\jprofiler-1.0\build\classes
[mkdir] Created dir: D:\Projects\Tools\jprofiler-1.0\build\lib
compile:
[javac] Compiling 10 source files to D:\Projects\Tools\jprofiler-1.0\build\classes
[copy] Copying 1 file to D:\Projects\Tools\jprofiler-1.0\build\classes
c-compile:
BUILD FAILED
D:\Projects\Tools\jprofiler-1.0\build.xml:52: no dest attribute specified
Total time: 5 seconds
I have tried several things to correct this, but alas my inexperience with ant has me at a loss. Can anyone help me get this compiled?
Thanks,
Mike Bauer
Which version of ant are you using? I've tested the build process only with version 1.4.1.
Maybe that is the problem...