by aris1009 » Sun Oct 23, 2011 11:52 pm
Please tell me if this is done correctly, this is what i did:
1.Opened Config.java in eclipse
2.Used code
3.went to build.xml run>ant built 1
4.AND BUILD FAILS
what should i do? iget many errors about syntax. :/ please help a.s.a.p?
this is the lines where the error is.
(BUILD FAILED
C:\workspace\L2J_Server_BETA\build.xml:183: Execute failed: java.io.IOException: Cannot run program "svn": CreateProcess error=2, The system cannot find the file specified)
<target name="getChangelogDateVersion" description="Get Changelog, Date, Version">
<exec dir="." executable="svn" outputproperty="l2j.changelog">
<arg value="log" />
<arg value="--stop-on-copy" />
</exec>
<tstamp>
<format property="build.tstamp" pattern="dd/MM/yyyy HH:mm" />
</tstamp>
<exec dir="." executable="svnversion" outputproperty="l2j.version" />
</target>