Error when i try to compile
Forum rules
READ NOW: L2j Forums Rules of Conduct
READ NOW: L2j Forums Rules of Conduct
-
- Posts: 73
- Joined: Sat Apr 30, 2011 1:15 pm
Problem with build
If you want to receive support we need this info to help you properly.
» Find Revision
L2J Revision 4992:
L2JDP Revision 8449:
Buildfile: C:\High Five\L2J_Server_BETA\build.xml
clean:
checkRequirements:
getChangelogDateVersion:
BUILD FAILED
C:\High Five\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
Total time: 593 milliseconds
***EDIT
This is problem line
<exec dir="." executable="svn" outputproperty="l2j.changelog">
» Find Revision
L2J Revision 4992:
L2JDP Revision 8449:
Buildfile: C:\High Five\L2J_Server_BETA\build.xml
clean:
checkRequirements:
getChangelogDateVersion:
BUILD FAILED
C:\High Five\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
Total time: 593 milliseconds
***EDIT
This is problem line
<exec dir="." executable="svn" outputproperty="l2j.changelog">
- MELERIX
- L2j Veteran
- Posts: 6667
- Joined: Sat Sep 23, 2006 11:31 pm
- Location: Chile
- Contact:
Re: Problem with build
this was already answered lot of times, is because you forgot to install subversion, check the guides: viewtopic.php?f=2&t=10719
-
- Posts: 2
- Joined: Mon Dec 05, 2011 4:21 pm
error: build.xml
If you want to receive support we need this info to help you properly.
» Find Revision
L2J Revision Number: 4470
L2JDP Revision Number: 7733
well, i read all post and any can solve my error.
im trying to download data and server by svn.
I get eclipse latest version, intall step by step as guide says and thats the problem:
when i have to run as ant build: build.xml - i get the following error:
C:\***\L2J_Server_BETA\build.xml:183: Execute failed: java.io.IOException: Cannot run program "svn": CreateProcess error=2
that line says: <exec dir="." executable="svn" outputproperty="l2j.changelog">
i try all i know, reinstall eclipse and subeclipse and subversion and nothing ...
can anyone help me?
Sorry about my english i am spanish.
thanks
y have jdk 1.7 u2
» Find Revision
L2J Revision Number: 4470
L2JDP Revision Number: 7733
well, i read all post and any can solve my error.
im trying to download data and server by svn.
I get eclipse latest version, intall step by step as guide says and thats the problem:
when i have to run as ant build: build.xml - i get the following error:
C:\***\L2J_Server_BETA\build.xml:183: Execute failed: java.io.IOException: Cannot run program "svn": CreateProcess error=2
that line says: <exec dir="." executable="svn" outputproperty="l2j.changelog">
i try all i know, reinstall eclipse and subeclipse and subversion and nothing ...
can anyone help me?
Sorry about my english i am spanish.
thanks
y have jdk 1.7 u2
- MELERIX
- L2j Veteran
- Posts: 6667
- Joined: Sat Sep 23, 2006 11:31 pm
- Location: Chile
- Contact:
Re: error: build.xml
please use search next time, It was already answered many times: search.php?keywords=Execute+failed%3A+j ... &terms=all
-
- Posts: 2
- Joined: Mon Mar 05, 2012 8:32 pm
[HELP] Compile Error ?
If you want to receive support we need this info to help you properly.
» Find Revision
L2J Revision 4823:
I got this error everytime i want to compile it with eclipse.
Before telling me to update it, i have the latest and all possible updates, also including java jdk7 jre7 updated my system with JAVA_HOME and all things that has been written in the wiki how to.
Now to the error part.
CT2.4 i can compile as normal it works fine when running and etc etc but now when i try to compile CT2.5 i get this error with the ant builder:
Buildfile: C:\Users\Michael\workspace\branches\L2_GameServer_T2.5\build.xml
clean:
checkRequirements:
getChangelogDateVersion:
BUILD FAILED
C:\Users\Michael\workspace\branches\L2_GameServer_T2.5\build.xml:132: Execute failed: java.io.IOException: Cannot run program "svn": CreateProcess error=2, Het systeem kan het opgegeven bestand niet vinden
Total time: 5 seconds
When i click on the link provided in the error it comes out on this line:
<exec dir="." executable="svn" outputproperty="l2j.changelog">
Please tell me how to fix this
even the unstable one i cant compile as it has exactly the same error :S
» Find Revision
L2J Revision 4823:
I got this error everytime i want to compile it with eclipse.
Before telling me to update it, i have the latest and all possible updates, also including java jdk7 jre7 updated my system with JAVA_HOME and all things that has been written in the wiki how to.
Now to the error part.
CT2.4 i can compile as normal it works fine when running and etc etc but now when i try to compile CT2.5 i get this error with the ant builder:
Buildfile: C:\Users\Michael\workspace\branches\L2_GameServer_T2.5\build.xml
clean:
checkRequirements:
getChangelogDateVersion:
BUILD FAILED
C:\Users\Michael\workspace\branches\L2_GameServer_T2.5\build.xml:132: Execute failed: java.io.IOException: Cannot run program "svn": CreateProcess error=2, Het systeem kan het opgegeven bestand niet vinden
Total time: 5 seconds
When i click on the link provided in the error it comes out on this line:
<exec dir="." executable="svn" outputproperty="l2j.changelog">
Please tell me how to fix this

-
- Posts: 2
- Joined: Mon Mar 05, 2012 8:32 pm
Re: [HELP] Compile Error ?
I did a small fix on it...
I took out that whole bit that was added new to it and deleted the 2 additions to the init rule now it builded perfectly.
Hope this helps others to.
As i said this is a quick fix i dont know if it has any cause on the whole.
I took out that whole bit that was added new to it and deleted the 2 additions to the init rule now it builded perfectly.
Hope this helps others to.
As i said this is a quick fix i dont know if it has any cause on the whole.
-
- Posts: 11
- Joined: Sat May 14, 2011 12:27 am
[help]error with compile
If you want to receive support we need this info to help you properly.
» Find Revision
L2J Revision Number:4903M
L2JDP Revision Number:8348M
I have this error i have already installed http://subclipse.tigris.org/update_1.6.x
When i try to build i have this error i dont know what happend it was ok before 2 days but now i have this problem please help me if its possible thnx
» Find Revision
L2J Revision Number:4903M
L2JDP Revision Number:8348M
Hallo guysBUILD FAILED
C:\workspace\L2J_Server\build.xml:143: Execute failed: java.io.IOException: Cannot run program "svn": CreateProcess error=2, ??? ????? ?????? ? ?????? ??? ???????????? ??????? ??? ?? ???????
Total time: 1 second
I have this error i have already installed http://subclipse.tigris.org/update_1.6.x
When i try to build i have this error i dont know what happend it was ok before 2 days but now i have this problem please help me if its possible thnx
- Zoey76
- L2j Inner Circle
- Posts: 7008
- Joined: Tue Aug 11, 2009 3:36 am
Re: [help]error with compile
Powered by Eclipse 4.34
| Eclipse Temurin 21
| MariaDB 11.3.2
| L2J Server 2.6.3.0 - High Five 
Join our Discord! 

-
- Posts: 11
- Joined: Sat May 14, 2011 12:27 am
Re: [help]error with compile
Thnx Atm iam installingZoey76 wrote:Try http://subclipse.tigris.org/update_1.8.x
-
- Posts: 11
- Joined: Sat May 14, 2011 12:27 am
Re: [help]error with compile
its same nothing changed:/
- Zoey76
- L2j Inner Circle
- Posts: 7008
- Joined: Tue Aug 11, 2009 3:36 am
Re: [help]error with compile
Do you have http://www.sliksvn.com/en/download ?
Powered by Eclipse 4.34
| Eclipse Temurin 21
| MariaDB 11.3.2
| L2J Server 2.6.3.0 - High Five 
Join our Discord! 

-
- Posts: 11
- Joined: Sat May 14, 2011 12:27 am
Re: [help]error with compile
yes i already installed
- Zoey76
- L2j Inner Circle
- Posts: 7008
- Joined: Tue Aug 11, 2009 3:36 am
Re: [help]error with compile
Could you please confirm that you have this software versions and you followed this steps http://trac.l2jserver.com/wiki/Eclipse ?
Powered by Eclipse 4.34
| Eclipse Temurin 21
| MariaDB 11.3.2
| L2J Server 2.6.3.0 - High Five 
Join our Discord! 

-
- Posts: 11
- Joined: Sat May 14, 2011 12:27 am
Re: [help]error with compile
when i installed for first time i did exactly this steps butZoey76 wrote:Could you please confirm that you have this software versions and you followed this steps http://trac.l2jserver.com/wiki/Eclipse ?
now i have already compiled on my C:/workspace and iam trying to add some java codes and i have this problem
cant build it:/ 1000000 thnx mate for helping me and spend your time for me
+ i had install this jdk-7u3-windows-x64
-
- Posts: 11
- Joined: Sat May 14, 2011 12:27 am
Re: [help]error with compile
Good morning
still nothing changed:/
still nothing changed:/