Problem in compile server
Posted: Fri Jun 26, 2009 10:43 pm
ยป Find Revision
L2J Revision 3236:
L2JDP Revision 6339:
I followed all the steps that guide:
http://www.l2jserver.com/trac/wiki/Eclipse
But when finished compiling it returns the following message:
Buildfile: C:\Documents and Settings\Biff\workspace\L2_GameServer\build.xml
clean:
[delete] Deleting directory C:\Documents and Settings\Biff\workspace\L2_GameServer\build
verifyRequirements:
init:
[mkdir] Created dir: C:\Documents and Settings\Biff\workspace\L2_GameServer\build
[mkdir] Created dir: C:\Documents and Settings\Biff\workspace\L2_GameServer\build\classes
[mkdir] Created dir: C:\Documents and Settings\Biff\workspace\L2_GameServer\build\dist
[mkdir] Created dir: C:\Documents and Settings\Biff\workspace\L2_GameServer\build\dist\login
[mkdir] Created dir: C:\Documents and Settings\Biff\workspace\L2_GameServer\build\dist\gameserver
version:
compile:
[javac] Compiling 1302 source files to C:\Documents and Settings\Biff\workspace\L2_GameServer\build\classes
[javac] javac: invalid target release: 1.6
[javac] Usage: javac <options> <source files>
[javac] where possible options include:
[javac] -g Generate all debugging info
[javac] -g:none Generate no debugging info
[javac] -g:{lines,vars,source} Generate only some debugging info
[javac] -nowarn Generate no warnings
[javac] -verbose Output messages about what the compiler is doing
[javac] -deprecation Output source locations where deprecated APIs are used
[javac] -classpath <path> Specify where to find user class files
[javac] -sourcepath <path> Specify where to find input source files
[javac] -bootclasspath <path> Override location of bootstrap class files
[javac] -extdirs <dirs> Override location of installed extensions
[javac] -d <directory> Specify where to place generated class files
[javac] -encoding <encoding> Specify character encoding used by source files
[javac] -source <release> Provide source compatibility with specified release
[javac] -target <release> Generate class files for specific VM version
[javac] -help Print a synopsis of standard options
BUILD FAILED
C:\Documents and Settings\Biff\workspace\L2_GameServer\build.xml:75: Compile failed; see the compiler error output for details.
Total time: 1 second
build.xml file shown this line as wrong:
<javac destdir="${build.classes}"
optimize="on"
debug="on"
source="1.6"
target="1.6"
nowarn="off">
<src path="${src}"/>
<classpath refid="classpath"/>
</javac>
Can someone help me fix this problem?
I use Win XP.
Thx
L2J Revision 3236:
L2JDP Revision 6339:
I followed all the steps that guide:
http://www.l2jserver.com/trac/wiki/Eclipse
But when finished compiling it returns the following message:
Buildfile: C:\Documents and Settings\Biff\workspace\L2_GameServer\build.xml
clean:
[delete] Deleting directory C:\Documents and Settings\Biff\workspace\L2_GameServer\build
verifyRequirements:
init:
[mkdir] Created dir: C:\Documents and Settings\Biff\workspace\L2_GameServer\build
[mkdir] Created dir: C:\Documents and Settings\Biff\workspace\L2_GameServer\build\classes
[mkdir] Created dir: C:\Documents and Settings\Biff\workspace\L2_GameServer\build\dist
[mkdir] Created dir: C:\Documents and Settings\Biff\workspace\L2_GameServer\build\dist\login
[mkdir] Created dir: C:\Documents and Settings\Biff\workspace\L2_GameServer\build\dist\gameserver
version:
compile:
[javac] Compiling 1302 source files to C:\Documents and Settings\Biff\workspace\L2_GameServer\build\classes
[javac] javac: invalid target release: 1.6
[javac] Usage: javac <options> <source files>
[javac] where possible options include:
[javac] -g Generate all debugging info
[javac] -g:none Generate no debugging info
[javac] -g:{lines,vars,source} Generate only some debugging info
[javac] -nowarn Generate no warnings
[javac] -verbose Output messages about what the compiler is doing
[javac] -deprecation Output source locations where deprecated APIs are used
[javac] -classpath <path> Specify where to find user class files
[javac] -sourcepath <path> Specify where to find input source files
[javac] -bootclasspath <path> Override location of bootstrap class files
[javac] -extdirs <dirs> Override location of installed extensions
[javac] -d <directory> Specify where to place generated class files
[javac] -encoding <encoding> Specify character encoding used by source files
[javac] -source <release> Provide source compatibility with specified release
[javac] -target <release> Generate class files for specific VM version
[javac] -help Print a synopsis of standard options
BUILD FAILED
C:\Documents and Settings\Biff\workspace\L2_GameServer\build.xml:75: Compile failed; see the compiler error output for details.
Total time: 1 second
build.xml file shown this line as wrong:
<javac destdir="${build.classes}"
optimize="on"
debug="on"
source="1.6"
target="1.6"
nowarn="off">
<src path="${src}"/>
<classpath refid="classpath"/>
</javac>
Can someone help me fix this problem?
I use Win XP.
Thx