[Swift-devel] Re: Swift trunk seems broken
Justin M Wozniak
wozniak at mcs.anl.gov
Wed Jul 14 10:41:52 CDT 2010
First glance: I think IncompatibleClassChangeError means you have to clean
and build again. I'll try a few things here...
On Wed, 14 Jul 2010, Michael Wilde wrote:
> I get the error below from a trunk I just updated and built:
>
> bri$ swift cats.swift
> Swift svn swift-r3435 cog-r2799
>
> RunID: 20100714-1033-npcd74t6
> Progress:
> Uncaught exception: java.lang.IncompatibleClassChangeError: Expecting non-static method org.griphyn.vdl.karajan.lib.AbsFileName.filename(Lorg/globus/cog/karajan/stack/VariableStack;)[Ljava/lang/String; in vdl:absfilename @ vdl.k, line: 79
> java.lang.IncompatibleClassChangeError: Expecting non-static method org.griphyn.vdl.karajan.lib.AbsFileName.filename(Lorg/globus/cog/karajan/stack/VariableStack;)[Ljava/lang/String;
> at org.griphyn.vdl.karajan.lib.AbsFileName.function(AbsFileName.java:16)
> at org.griphyn.vdl.karajan.lib.VDLFunction.post(VDLFunction.java:67)
> at org.globus.cog.karajan.workflow.nodes.AbstractSequentialWithArguments.childCompleted(AbstractSequentialWithArguments.java:192)
>
> script is:
>
> type file;
>
> app (file o) cat (file i)
> {
> cat @i stdout=@o;
> }
>
> file out[];
> file data<"data.txt">;
>
> foreach j in [0:19] {
> out[j] = cat(data);
> }
>
>
--
Justin M Wozniak
More information about the Swift-devel
mailing list