MultiHome

119k Downloads

Error in building

Opened this issue ยท 5 comments

commented

Hi

I missed a thing. I try te build source code and get this error:

C:\Users\florian\Desktop\srm\MadManMarkAu-MultiHome-d8608ae\src\net\madmanmarkau\MultiHome\Util.java:103: cannot find symbol
symbol : class ChunkResendTask
location: class net.madmanmarkau.MultiHome.Util
backupTask = plugin.getServer().getScheduler().scheduleAsyncDelayedTask(plugin, new ChunkResendTask(location), 1 * 20); // 1 second delay
^
1 error

Can you tell me why please?

Sincerly

commented

Hi

Sorry, I missed a file when committing the last change. Grab the file and try again.

-----Original Message-----
From: Flozza [mailto:[email protected]]
Sent: Friday, 4 November 2011 11:59 AM
To: MadManMarkAu
Subject: [MultiHome] Error in building (#5)

Hi

I missed a thing. I try te build source code and get this error:

C:\Users\florian\Desktop\srm\MadManMarkAu-MultiHome-d8608ae\src\net\madmanmarkau\MultiHome\Util.java:103: cannot find symbol symbol : class ChunkResendTask
location: class net.madmanmarkau.MultiHome.Util
backupTask = plugin.getServer().getScheduler().scheduleAsyncDelayedTask(plugin, new ChunkResendTask(location), 1 * 20); // 1 second delay
^
1 error

Can you tell me why please?

Sincerly


Reply to this email directly or view it on GitHub:

#5

No virus found in this message.
Checked by AVG - www.avg.com
Version: 2012.0.1869 / Virus Database: 2092/4594 - Release Date: 11/03/11

commented

Oh ok.
Working like a charm. Thanks you very much ^_^

Sincerly

commented

Sorry again... looks like the command /sethome dont work with source code. But others commands works. I dont modify the source, i just tried to build it and putted it on the server to verify if they are no errors.But maybe its a fault from me, im novice in java. Excuse me for my english.

Sincerly

commented

Sorry, this was due to plugin.yml. There are two versions of the plugin, MultiHome and MultiHome_m. In order to prefix the commands with "m", I edit the plugin.yml aliases. I accidentally overlooked one command and forgot to remove the "m" from the command before uploading.

I've uploaded a new plugin.yml.

-----Original Message-----
From: Flozza [mailto:[email protected]]
Sent: Friday, 4 November 2011 9:47 PM
To: MadManMarkAu
Subject: Re: [MultiHome] Error in building (#5)

Sorry again... looks like the command /sethome dont work with source code. But others commands works. I dont modify the source, i just tried to build it and putted it on the server to verify if they are no errors.But maybe its a fault from me, im novice in java. Excuse me for my english.

Sincerly


Reply to this email directly or view it on GitHub:

#5 (comment)

No virus found in this message.
Checked by AVG - www.avg.com
Version: 2012.0.1869 / Virus Database: 2092/4594 - Release Date: 11/03/11

commented

Thanks you for your attention madman ! all's good !