In addition to having the instructions on the web page, I
need to include the server compile instructions w/ the
source code.
The instructions online ask you to download
dw-server-libs-0.2.0-bin.tar.gz, did you do this? This will
create the lib dir. The ant script should probably do this.
However, without dw-server-libs-0.2.0-bin.tar.gz the
plugins will not compile.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=1121598
ok i found the compile instructions for the server (ant plugins) but now i got this error:
# ant plugins
Buildfile: build.xml
init:
[mkdir] Created dir: /usr/src/darkworld-0.2.0/src/server/tmp/build
[mkdir] Created dir: /usr/src/darkworld-0.2.0/src/server/dist
compile:
[javac] Compiling 270 source files to /usr/src/darkworld-0.2.0/src/server/tmp/build
BUILD FAILED
/usr/src/darkworld-0.2.0/src/server/build.xml:29: /usr/src/darkworld-0.2.0/src/server/lib not found.
Total time: 1 second
Logged In: YES
user_id=28123
In addition to having the instructions on the web page, I
need to include the server compile instructions w/ the
source code.
The instructions online ask you to download
dw-server-libs-0.2.0-bin.tar.gz, did you do this? This will
create the lib dir. The ant script should probably do this.
However, without dw-server-libs-0.2.0-bin.tar.gz the
plugins will not compile.