[kepler-dev] [Fwd: RE: Ecoinformatics CVS account - Kepler]
Nick Brand
brand at nceas.ucsb.edu
Wed Apr 4 09:21:31 PDT 2007
-------- Original Message --------
Subject: RE: Ecoinformatics CVS account - Kepler
Date: Wed, 04 Apr 2007 08:36:09 -0400
From: Jin, Chen <jinc at ornl.gov>
To: Nick Brand <brand at nceas.ucsb.edu>
References: <4612E985.9030606 at nceas.ucsb.edu>
Hello Nick,
I am trying to install Kepler on my windows machine, I have installed
PtolemyII, and Ant according to the instruction on the installation
tutorial. Also I downloaded and installed the Kepler exectuable file for
windows before you sent me the username and password. However, when I
enter "ant run", there are a lot of errors caused by the unresolved
symbols for missing of SCIA. When I deleted the SCIA folder from
c:\kepler\build\src\org\kepler\scia
c:\kepler\src\org\kepler\scia
There are still some errors when I compile it.
compile:
[javac] Compiling 838 source files to c:\kepler\build\classes
[javac]
c:\kepler\build\src\ptolemy\vergil\basic\BasicGraphController.java:45:
package org.kepler.scia.gui does not exist
[javac] import org.kepler.scia.gui.ChannelSuggestionDialog; // added
by Guilian Wang
[javac] ^
[javac]
c:\kepler\build\src\org\ecoinformatics\seek\R\RExpression.java:654:cannot
resolve symbol
[javac] symbol : constructor ArrayType (ptolemy.data.type.Type,int)
[javac] location: class ptolemy.data.type.ArrayType
[javac] tiop_o.setTypeEquals(new
ArrayType(at.getElementType(), at.length()));
[javac] ^
[javac]
c:\kepler\build\src\ptolemy\vergil\basic\BasicGraphController.java:701:
cannot resolve symbol
[javac] symbol : class ChannelSuggestionDialog
[javac] location: class
ptolemy.vergil.basic.BasicGraphController.ChannelSuggestionDialogAction
[javac] ChannelSuggestionDialog dialog = new ChannelSuggestionDialog
[javac] ^
[javac]
c:\kepler\build\src\ptolemy\vergil\basic\BasicGraphController.java:701:
cannot resolve symbol
[javac] symbol : class ChannelSuggestionDialog
[javac] location: class
ptolemy.vergil.basic.BasicGraphController.ChannelSuggestionDialogAction
[javac] ChannelSuggestionDialog dialog = new ChannelSuggestionDialog
[javac] ^
[javac] Note: Some input files use or override a deprecated API.
[javac] Note: Recompile with -deprecation for details.
[javac] 4 errors
BUILD FAILED
c:\kepler\build.xml:564: Compile failed; see the compiler error output
for details.
Could you please point me to any resolution to fix them. I have played
with them for a whole already, seems I wasted all my time only for
installation.
I really appreciate if you could give me some suggestions.
Thanks,
Chen
More information about the Kepler-dev
mailing list