[Swift-devel] swift swing gui testing
Mihael Hategan
hategan at mcs.anl.gov
Sun Jul 28 17:32:48 CDT 2013
I'm guessing you are using a pre 1.7 jdk. I'll try to make these 1.6
compatible, but 1.6 has been EOL-ed by Oracle.
Mihael
On Sun, 2013-07-28 at 16:17 -0500, David Kelly wrote:
> I can't seem to get trunk compiled to test it out:
>
> compile:
> [echo] [swift]: COMPILE
> [mkdir] Created dir: /Users/davidk/swift-trunk/cog/modules/swift/build
> [javac] Compiling 427 source files to /Users/davidk/swift-trunk/cog/modules/swift/build
> [javac] /Users/davidk/swift-trunk/cog/modules/swift/src/org/griphyn/vdl/karajan/monitor/monitors/http/HTTPServer.java:72: cannot find symbol
> [javac] symbol : method bind(java.net.InetSocketAddress)
> [javac] location: class java.nio.channels.ServerSocketChannel
> [javac] channel.bind(new InetSocketAddress(port));
> [javac] ^
> [javac] /Users/davidk/swift-trunk/cog/modules/swift/src/org/griphyn/vdl/karajan/monitor/monitors/swing/GridView.java:344: cannot find symbol
> [javac] symbol : method revalidate()
> [javac] location: class java.awt.Container
> [javac] getParent().revalidate();
> [javac] ^
> [javac] Note: Some input files use unchecked or unsafe operations.
> [javac] Note: Recompile with -Xlint:unchecked for details.
> [javac] 2 errors
> ----- Original Message -----
>
> > From: "Mihael Hategan" <hategan at mcs.anl.gov>
> > To: "Michael Wilde" <wilde at mcs.anl.gov>
> > Cc: "Swift Devel" <swift-devel at ci.uchicago.edu>
> > Sent: Saturday, July 27, 2013 5:35:33 PM
> > Subject: Re: [Swift-devel] swift swing gui testing
>
> > On Sat, 2013-07-27 at 17:00 -0500, Michael Wilde wrote:
> > > Thanks, Mihael, that works now.
> > >
> > > I think the next steps on this are to use and refine the interface,
> > > and then translate to a web-based version?
>
> > Yes.
>
> > When I said feedback, I meant mostly from a perspective of how useful
> > you find it and what design-wise comments you have.
>
> > Mihael
>
> > _______________________________________________
> > Swift-devel mailing list
> > Swift-devel at ci.uchicago.edu
> > https://lists.ci.uchicago.edu/cgi-bin/mailman/listinfo/swift-devel
> I can't seem to get trunk compiled to test it out:
>
>
> compile:
> [echo] [swift]: COMPILE
> [mkdir] Created
> dir: /Users/davidk/swift-trunk/cog/modules/swift/build
> [javac] Compiling 427 source files
> to /Users/davidk/swift-trunk/cog/modules/swift/build
>
> [javac] /Users/davidk/swift-trunk/cog/modules/swift/src/org/griphyn/vdl/karajan/monitor/monitors/http/HTTPServer.java:72: cannot find symbol
> [javac] symbol : method bind(java.net.InetSocketAddress)
> [javac] location: class java.nio.channels.ServerSocketChannel
> [javac] channel.bind(new InetSocketAddress(port));
> [javac] ^
>
> [javac] /Users/davidk/swift-trunk/cog/modules/swift/src/org/griphyn/vdl/karajan/monitor/monitors/swing/GridView.java:344: cannot find symbol
> [javac] symbol : method revalidate()
> [javac] location: class java.awt.Container
> [javac] getParent().revalidate();
> [javac] ^
> [javac] Note: Some input files use unchecked or unsafe operations.
> [javac] Note: Recompile with -Xlint:unchecked for details.
> [javac] 2 errors
>
>
> ______________________________________________________________________
> From: "Mihael Hategan" <hategan at mcs.anl.gov>
> To: "Michael Wilde" <wilde at mcs.anl.gov>
> Cc: "Swift Devel" <swift-devel at ci.uchicago.edu>
> Sent: Saturday, July 27, 2013 5:35:33 PM
> Subject: Re: [Swift-devel] swift swing gui testing
>
> On Sat, 2013-07-27 at 17:00 -0500, Michael Wilde wrote:
> > Thanks, Mihael, that works now.
> >
> > I think the next steps on this are to use and refine the
> interface, and then translate to a web-based version?
>
> Yes.
>
> When I said feedback, I meant mostly from a perspective of how
> useful
> you find it and what design-wise comments you have.
>
> Mihael
>
> _______________________________________________
> Swift-devel mailing list
> Swift-devel at ci.uchicago.edu
> https://lists.ci.uchicago.edu/cgi-bin/mailman/listinfo/swift-devel
>
>
More information about the Swift-devel
mailing list