IRIS V 3.126 Compile Error

11 views
Skip to first unread message

Chongmyung Park

unread,
May 6, 2011, 3:01:53 PM5/6/11
to iris
Hi. I'm chongmyung park at UMD.

I got these error messages in compiling IRIS project.

------------
compile:
[javac] Compiling 789 source files to /iris/build/classes
[javac] /iris/build/src/us/mn/state/dot/tms/client/proxy/
ProxyLayer.java:156:
notifyLayerChangedListeners(us.mn.state.dot.map.event.LayerChangedEvent)
in us.mn.state.dot.map.Layer cannot be applied to
(us.mn.state.dot.map.LayerChangedEvent)
[javac] notifyLayerChangedListeners(e);
[javac] ^
[javac] /iris/build/src/us/mn/state/dot/tms/client/roads/
SegmentLayer.java:108:
notifyLayerChangedListeners(us.mn.state.dot.map.event.LayerChangedEvent)
in us.mn.state.dot.map.Layer cannot be applied to
(us.mn.state.dot.map.LayerChangedEvent)
[javac] notifyLayerChangedListeners(ev);
[javac] ^
[javac] /iris/build/src/us/mn/state/dot/tms/client/proxy/
ProxyLayerState.java:92:
notifyLayerChangedListeners(us.mn.state.dot.map.event.LayerChange) in
us.mn.state.dot.map.LayerState cannot be applied to
(us.mn.state.dot.map.LayerChange)
[javac] notifyLayerChangedListeners(LayerChange.visibility);
[javac] ^
[javac] /iris/build/src/us/mn/state/dot/tms/client/roads/
SegmentTheme.java:68: cannot find symbol
[javac] symbol : method getOutlineShape()
[javac] location: interface us.mn.state.dot.map.MapObject
[javac] getSymbol(mo).draw(g, mo.getShape(),
mo.getOutlineShape(),
[javac] ^
[javac] Note: Some input files use unchecked or unsafe operations.
[javac] Note: Recompile with -Xlint:unchecked for details.
[javac] 4 errors
----------

But I cannot figure the problem because there's no
"us.mn.state.dot.map.event" package in the project.
Do you know what is the problem?

Lau, Doug (DOT)

unread,
May 6, 2011, 3:08:06 PM5/6/11
to iri...@googlegroups.com
Hi,

It looks like you have an old version of the mapbean jar in your iris lib/ directory. The old version would be something like MapBean-4.x.x.jar and the new version is mapbean-5.1.0.jar . The problem should go away if you remove the old one.

-Doug
________________________________________
From: iri...@googlegroups.com [iri...@googlegroups.com] On Behalf Of Chongmyung Park [chongmy...@gmail.com]
Sent: Friday, May 06, 2011 2:01 PM
To: iris
Subject: IRIS V 3.126 Compile Error

Chongmyung Park

unread,
May 6, 2011, 3:19:00 PM5/6/11
to iris
Thanks.. that's the problem exactly.

- Chongmyung Park

On May 6, 2:08 pm, "Lau, Doug (DOT)" <doug....@state.mn.us> wrote:
> Hi,
>
> It looks like you have an old version of the mapbean jar in your iris lib/ directory.  The old version would be something like MapBean-4.x.x.jar and the new version is mapbean-5.1.0.jar .  The problem should go away if you remove  the old one.
>
> -Doug
> ________________________________________
> From: iri...@googlegroups.com [iri...@googlegroups.com] On Behalf Of Chongmyung Park [chongmyung.p...@gmail.com]

Doug Lau

unread,
May 6, 2011, 4:16:17 PM5/6/11
to iris
I've added a fix to the build file for 3.127+ so this should no longer
be a problem. Old jar files will just be silently ignored.

-Doug
Reply all
Reply to author
Forward
0 new messages