[kepler-dev] (no subject)

Jin, Chen jinc at ornl.gov
Wed Apr 4 17:03:08 PDT 2007


 

________________________________

From: Jin, Chen
Sent: Wed 4/4/2007 18:14
To: Chad Berkley; Nick Brand
Cc: kepler-dev at ecoinformatics.org
Subject: RE: [kepler-dev] [Fwd: RE: Ecoinformatics CVS account - Kepler]


Hello Chad,
 
I did what you said to check out the ptII and use the account information Nick provided me for checking out of Kepler. Also I did update using tortoisecvs. I am pleased that the previous errors are gone, however, there are some new errors occurred:
 
compile:
    [javac] Compiling 1787 source files to C:\Ptolemy\ptII6.0.2\PTII\build\classes
    [javac] C:\Ptolemy\ptII6.0.2\PTII\build\src\ptolemy\domains\curriculum\DependencyHighlighter.java:104: <identifier> expected
    [javac]             NamedObj actor, StringBuffer moml, HashSet<NamedObj> visited,
    [javac]                                                       ^
    [javac] C:\Ptolemy\ptII6.0.2\PTII\build\src\ptolemy\domains\curriculum\DependencyHighlighter.java:148: ')' expected
    [javac]     public class DependencyController extends AttributeController {
    [javac]            ^
    [javac] C:\Ptolemy\ptII6.0.2\PTII\build\src\ptolemy\domains\curriculum\DependencyHighlighter.jav
a:179: '(' or '[' expected
    [javac]             HashSet<NamedObj> visited = new HashSet<NamedObj>();
    [javac]                                                    ^
    [javac] C:\Ptolemy\ptII6.0.2\PTII\build\src\ptolemy\domains\curriculum\HighlightEntities.java:161: ';' expected
    [javac]                         for (Object entity : ((CompositeEntity)container).entityList()){
    [javac]                                            ^
    [javac] C:\Ptolemy\ptII6.0.2\PTII\build\src\ptolemy\domains\curriculum\HighlightEntities.java:172: illegal start of expression
    [javac]                     }
    [javac]                     ^
    [javac] C:\Ptolemy\ptII6.0.2\PTII\build\src\ptolemy\moml\SharedParameter.java:414: '(' or '[' expected
    [javac]                 _sharedParameterSet = new HashSet<SharedParameter>();
    [javac]                                                  ^
    [javac] C:\Ptolemy\ptII6.0.2\PTII\build\src\ptolemy\moml\SharedParameter.java:419: not a statement
    [javac]                     for (WeakReference<SharedParameter> reference : registry.getSharedParametersWithName(getName())) {
    [javac]                                                       ^
    [javac] C:\Ptolemy\ptII6.0.2\PTII\build\src\ptolemy\moml\SharedParameter.java:419: ';' expected
    [javac]                     for (WeakReference<SharedParameter> reference : registry.getSharedParametersWithName(getName())) {
    [javac]                                                                   ^
    [javac] C:\Ptolemy\ptII6.0.2\PTII\build\src\ptolemy\moml\SharedParameter.java:432: illegal start of expression
    [javac]                 }
    [javac]                 ^
    [javac] C:\Ptolemy\ptII6.0.2\PTII\build\src\ptolemy\moml\SharedParameter.java:559: not a statement
    [javac]                     for (WeakReference<SharedParameter> reference : registry.getSharedPa
rametersWithName(getName())) {
    [javac]                                                       ^
    [javac] C:\Ptolemy\ptII6.0.2\PTII\build\src\ptolemy\moml\SharedParameter.java:559: ';' expected
    [javac]                     for (WeakReference<SharedParameter> reference : registry.getSharedPa
rametersWithName(getName())) {
    [javac]                                                                   ^
    [javac] C:\Ptolemy\ptII6.0.2\PTII\build\src\ptolemy\moml\SharedParameter.java:575: illegal start of expression
    [javac]                 }
    [javac]                 ^
    [javac] C:\Ptolemy\ptII6.0.2\PTII\build\src\ptolemy\moml\SharedParameter.java:610: <identifier>expected
    [javac]     private static Collection<WeakReference<SharedParameter>> _EMPTY_LIST = new LinkedList<WeakReference<SharedParameter>>();
    [javac]                              ^
    [javac] C:\Ptolemy\ptII6.0.2\PTII\build\src\ptolemy\moml\SharedParameter.java:619: <identifier>expected
    [javac]     private HashSet<SharedParameter> _sharedParameterSet;
    [javac]                    ^
    [javac] C:\Ptolemy\ptII6.0.2\PTII\build\src\ptolemy\moml\SharedParameter.java:625: <identifier>expected
    [javac]     private static HashMap<Workspace, SharedParameterRegistry> _REGISTRY
    [javac]                           ^
    [javac] C:\Ptolemy\ptII6.0.2\PTII\build\src\ptolemy\moml\SharedParameter.java:644: <identifier>expected
    [javac]         public synchronized Collection<WeakReference<SharedParameter>> getSharedParametersWithName(String name) {
    [javac]                                       ^
    [javac] 16 errors
BUILD FAILED
c:\Project\kepler\build.xml:746: The following error occurred while executing this line:
c:\Project\kepler\build-ptolemy.xml:275: Compile failed; see the compiler error output for details.
Total time: 2 minutes 52 seconds
 
I don't know what else to do, do you have any suggestions?
 
Thanks,
 
Chen

________________________________

From: Chad Berkley [mailto:berkley at nceas.ucsb.edu]
Sent: Wed 4/4/2007 12:31
To: Nick Brand
Cc: kepler-dev at ecoinformatics.org; Jin, Chen
Subject: Re: [kepler-dev] [Fwd: RE: Ecoinformatics CVS account - Kepler]



Hi Chen,

It looks like you don't have the most recent version of kepler.  Try
doing a 'cvs update -dPA'.  You also need to check out ptII from CVS,
not install it.  Use the installation instructions in the INSTALL file
within the kepler directory.  They should work.  If you need more help,
write to kepler-dev at ecoinformatics.org or join our IRC chat at
irc.ecoinformatics.org (channel #kepler).

thanks,

chad

Nick Brand wrote:
> -------- 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
> _______________________________________________
> Kepler-dev mailing list
> Kepler-dev at ecoinformatics.org
> http://mercury.nceas.ucsb.edu/ecoinformatics/mailman/listinfo/kepler-dev




More information about the Kepler-dev mailing list