Page 1 of 1
Build.xml
Posted: Sat Aug 20, 2011 7:40 pm
by hokkeli
If you want to receive support we need this info to help you properly.
ยป Find Revision
L2J Revision
4495:
L2JDP Revision
7777:
Okey simple question for the more clever ones here than me. Because I'm missing build.xml from my datapack can I just add the same revision build.xml to my files and run as ant?
Re: Build.xml
Posted: Sat Aug 20, 2011 9:29 pm
by MELERIX
don't understand what you wanna do

Re: Build.xml
Posted: Sat Aug 20, 2011 9:47 pm
by hokkeli
I mean, I'm missing "Build.xml" from my datapack at eclipse(which has couple modifications) I was wondering if I could get build.xml from other datapacks so I could update my server again. (Wihout build.xml I cant run ant build)
I'm not very pro in these things so, If I have understood build.xml just executes translating and zipping?
In this case I could download new build.xml to replace the lost one?
Re: Build.xml
Posted: Sat Aug 20, 2011 9:57 pm
by jurchiks
have you really downloaded the source code? or the nightlies?
Re: Build.xml
Posted: Sat Aug 20, 2011 9:57 pm
by Zoey76
hokkeli wrote:I mean, I'm missing "Build.xml" from my datapack at eclipse(which has couple modifications) I was wondering if I could get build.xml from other datapacks so I could update my server again. (Wihout build.xml I cant run ant build)
I'm not very pro in these things so, If I have understood build.xml just executes translating and zipping?
In this case I could download new build.xml to replace the lost one?
You can do that or you can revert the change when you delete it.
If you pick one from the svn try to get the version that is closest to your datapack version.
Re: Build.xml
Posted: Sat Aug 20, 2011 10:35 pm
by hokkeli
Zoey76 wrote:hokkeli wrote:I mean, I'm missing "Build.xml" from my datapack at eclipse(which has couple modifications) I was wondering if I could get build.xml from other datapacks so I could update my server again. (Wihout build.xml I cant run ant build)
I'm not very pro in these things so, If I have understood build.xml just executes translating and zipping?
In this case I could download new build.xml to replace the lost one?
You can do that or you can revert the change when you delete it.
If you pick one from the svn try to get the version that is closest to your datapack version.
Thx for answer. Just needed confirm before screwing up everything.