[kepler-dev] Kepler fails to build in a fresh checkout?
Christopher Brooks
cxh at eecs.berkeley.edu
Thu May 26 15:54:47 PDT 2011
Thanks, I can build now, there must have been something messed up with
my directory
_Christopher
On 5/26/11 3:38 PM, Derik Barseghian wrote:
> I just did a fresh check on linux and can't replicate, ant run worked for me.
> Derik
>
> On May 26, 2011, at 3:22 PM, Christopher Brooks wrote:
>
>> I can't build Kepler from a fresh checkout.
>>
>> history shows that I did
>> 684 mkdir kepler
>> 685 svn co https://code.kepler-project.org/code/kepler/trunk/modules/build-area
>> 686 cd build-area
>> 687 ant change-to -Dsuite=kepler
>> 688 $PTII/bin/vergil ~/ptII/ptolemy/domains/sdf/demo/Butterfly/Butterfly.xml
>> 689 pwd
>> 690 ant run -Dworkflow=/Users/cxh/ptII/ptolemy/domains/sdf/demo/Butterfly/Butterfly.xml
>> 691 ant run
>>
>>
>> ant run fails with:
>>
>> Buildfile: /Users/cxh/src/build-area/build.xml
>>
>> compile:
>> [echo] Note that you may need to run "ant force-ptolemy compile" to compile ptolemy.
>> [compile] Compiling configuration-manager...
>> [compile] Compiling module-manager...
>> [compile] Compiling 7 source files to /Users/cxh/src/module-manager/target/classes
>> [compile] /Users/cxh/src/module-manager/src/org/kepler/modulemanager/ModuleDocumentationManage\
>> rAction.java:36: package ptolemy.actor.gui does not exist
>> [compile] import ptolemy.actor.gui.TableauFrame;
>> [compile] ^
>> [compile] /Users/cxh/src/module-manager/src/org/kepler/modulemanager/ModuleDocumentationManage\
>> rAction.java:37: package ptolemy.vergil.toolbox does not exist
>> [compile] import ptolemy.vergil.toolbox.FigureAction;
>> [compile] ^
>> [compile] /Users/cxh/src/module-manager/src/org/kepler/modulemanager/ModuleDocumentationManage\
>> rAction.java:44: cannot find symbol
>> [compile] symbol: class FigureAction
>> [compile] public class ModuleDocumentationManagerAction extends FigureAction {
>> [compile] ^
>> [compile] /Users/cxh/src/module-manager/src/org/kepler/modulemanager/ModuleDocumentationManage\
>> rAction.java:45: cannot find symbol
>> [compile] symbol : class TableauFrame
>> [compile] location: class org.kepler.modulemanager.ModuleDocumentationManagerAction
>> [compile] private TableauFrame parent;
>> [compile] ^
>> [compile] /Users/cxh/src/module-manager/src/org/kepler/modulemanager/ModuleDocumentationManage\
>> rAction.java:47: cannot find symbol
>> [compile] symbol : class TableauFrame
>> [compile] location: class org.kepler.modulemanager.ModuleDocumentationManagerAction
>> [compile] public ModuleDocumentationManagerAction(TableauFrame parent) {
>> [compile] ^
>> [compile] /Users/cxh/src/module-manager/src/org/kepler/modulemanager/ModuleDocumentationManage\
>> rAction.java:53: cannot find symbol
>> [compile] symbol : variable super
>> [compile] location: class org.kepler.modulemanager.ModuleDocumentationManagerAction
>> [compile] super.actionPerformed(e);
>> [compile] ^
>> [compile] Note: /Users/cxh/src/module-manager/src/org/kepler/modulemanager/ModuleDownloader.ja\
>> va uses unchecked or unsafe operations.
>> [compile] Note: Recompile with -Xlint:unchecked for details.
>> [compile] 6 errors
>>
>> BUILD FAILED
>> /Users/cxh/src/build-area/build.xml:48: /Users/cxh/src/build-area/build.xml:48: Compile failed; \
>> see the compiler error output for details.
>>
>> Total time: 4 seconds
>>
>>
>>
>> --
>> Christopher Brooks, PMP University of California
>> CHESS Executive Director US Mail: 337 Cory Hall
>> Programmer/Analyst CHESS/Ptolemy/Trust Berkeley, CA 94720-1774
>> ph: 510.643.9841 (Office: 545Q Cory)
>> home: (F-Tu) 707.665.0131 cell: 707.332.0670
>> _______________________________________________
>> Kepler-dev mailing list
>> Kepler-dev at kepler-project.org
>> http://lists.nceas.ucsb.edu/kepler/mailman/listinfo/kepler-dev
>
--
Christopher Brooks, PMP University of California
CHESS Executive Director US Mail: 337 Cory Hall
Programmer/Analyst CHESS/Ptolemy/Trust Berkeley, CA 94720-1774
ph: 510.643.9841 (Office: 545Q Cory)
home: (F-Tu) 707.665.0131 cell: 707.332.0670
More information about the Kepler-dev
mailing list