Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [pdt-dev] compilation error in PHPMixinBuildVisitor.java (atline 390): The constructor FakeField(ModelElement, String, int, int, int) is undefined

Probably you should use this DLTK integration build
http://download.eclipse.org/technology/dltk/downloads/drops/R1.0/I-I2009
04131323-200904131323/

(and all other dependencies of this DLTK integration)

Roy


-----Original Message-----
From: pdt-dev-bounces@xxxxxxxxxxx [mailto:pdt-dev-bounces@xxxxxxxxxxx]
On Behalf Of Nick Boldt
Sent: Wednesday, April 15, 2009 7:35 PM
To: PDT Developers
Subject: Re: [pdt-dev] compilation error in PHPMixinBuildVisitor.java
(atline 390): The constructor FakeField(ModelElement, String, int,
int,int) is undefined

Wierd. Config file and map file are functionally & exactly identical 
(respectively). I've kicked another one.

http://modeling.eclipse.org/pdt/downloads/?showAll=1&hlbuild=I2009041512
28&sortBy=date&project=#I200904151228

Michael Spector wrote:
> Can it be that saving the map file has failed while building:
>
http://modeling.eclipse.org/pdt/downloads/?showAll=1&hlbuild=I2009041307
01&project=#I200904130701
> ?
> 
> On Tue, Apr 14, 2009 at 6:42 PM, Nick Boldt <nickboldt@xxxxxxxxx>
wrote:
>> I just kicked the build from the web UI, setting type to I. It builds
from
>> whatever's in the map, IIRC.
>>
>> N
>>
>> Michael Spector wrote:
>>> Hi,
>>>
>>> Do you build from tag? I have built a new I-build yesterday, and it
>>> was successful.
>>>
>>> On Tue, Apr 14, 2009 at 5:26 AM, Nick Boldt <nickboldt@xxxxxxxxx>
wrote:
>>>> Trying to build PDT to verify my changes re: adding p2 metadata to
update
>>>> site zip & addition of feature version suffixes, but I hit this
brick
>>>> wall
>>>> instead:
>>>>
>>>> ---
>>>>
>>>>
>>>>   [javac] 4. ERROR in
>>>>
>>>>
/home/www-data/build/pdt/downloads/drops/2.1.0/I200904132213/eclipse/plu
gins/org.eclipse.php.core/src/org/eclipse/php/internal/core/mixin/PHPMix
inBuildVisitor.java
>>>> (at line 390)
>>>>   [javac]     obj = new FakeField((ModelElement) sourceModule,
name,
>>>> constant.sourceStart(), constant.sourceEnd() -
constant.sourceStart(),
>>>> Modifiers.AccConstant);
>>>>   [javac]
>>>>
>>>>
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>>>>   [javac] The constructor FakeField(ModelElement, String, int, int,
int)
>>>> is
>>>> undefined
>>>>
>>>>
>>>> --
>>>> Nick Boldt :: http://wiki.eclipse.org/User:Nickb
>>>> Release Engineer :: Eclipse Modeling & Dash Athena
>>>> _______________________________________________
>>>> pdt-dev mailing list
>>>> pdt-dev@xxxxxxxxxxx
>>>> https://dev.eclipse.org/mailman/listinfo/pdt-dev
>>>>
>>>
>>>
>> --
>> Nick Boldt :: http://wiki.eclipse.org/User:Nickb
>> Release Engineer :: Eclipse Modeling & Dash Athena
>> _______________________________________________
>> pdt-dev mailing list
>> pdt-dev@xxxxxxxxxxx
>> https://dev.eclipse.org/mailman/listinfo/pdt-dev
>>
> 
> 
> 

-- 
Nick Boldt :: http://wiki.eclipse.org/User:Nickb
Release Engineer :: Eclipse Modeling & Dash Athena
_______________________________________________
pdt-dev mailing list
pdt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/pdt-dev


Back to the top