Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [birt-dev] how to build birt designer RCP from CVS?

I noticed the error message in org.eclipse.birt.report.designer.core

4. ERROR in D:\Report_Project\source\org.eclipse.birt.report.designer.core\src\org\eclipse\birt\report\designer\core\model\schematic\TableHandleAdapter.java (at line 1019)

     assert ( model instanceof DesignElementHandle );

     ^^^^^^

The method assert(boolean) is undefined for the type TableHandleAdapter

 

What’s your JDK version? Have you set your Java settings correctly in Eclipse Preference?

 

Thanks,

Xiaoying Gu


From: birt-dev-bounces@xxxxxxxxxxx [mailto:birt-dev-bounces@xxxxxxxxxxx] On Behalf Of liu david
Sent: Monday, December 04, 2006 2:21 PM
To: birt-dev@xxxxxxxxxxx
Subject: [birt-dev] how to build birt designer RCP from CVS?

 

hi,
  all,I recently got source code(2_1_1 _Release_20060927) from eclipse CVS.I want to build BIRT Designer RCP by eclipse IDE,first imported org.eclipse.birt.report.designer.ui.rcp project and  relating projects,not any errors show in IDE.seconde open the "BIRT.product" file,use the Eclipse Product export wizard in the Overview tab. when the operation was finished,show the dialog box "Errors occurred during the operation.A zip file containing the build logs has been generated and placed at 'D:\Report_Project\birt_rcp'",the zip file has acted as attachement.why?what's wrong with me?

 otherwise, I use ant to build in IDE,already added properties eclipse.home in IDE. get follow errors too:

 ###############################################################
Jar:
generateBuildScript:
     [echo] Executing target generateBuildScript, eclipse.home=D:\\Report_Project\\birt-report-designer-all-in-one-2_1_1\\eclipse
     [java] Buildfile: BuildDesignerCore.xml
     [java] doGenerateBuildScript:
     [java] BUILD SUCCESSFUL
     [java] BUILD SUCCESSFUL
     [java] Total time: 1 second
build:

BUILD FAILED
D:\Report_Project\source\org.eclipse.birt.report.designer.ui.rcp\BuildRCPUI.xml:201: The following error occurred while executing this line:
D:\Report_Project\source\org.eclipse.birt.report.designer.ui\BuildDesignerUI.xml:250: The following error occurred while executing this line:
D:\Report_Project\source\org.eclipse.birt.report.designer.core\BuildDesignerCore.xml:199: The following error occurred while executing this line:
java.io.FileNotFoundException: D:\Report_Project\source\org.eclipse.birt.report.designer.core\build.xml (system not found the file
)
################################################################

someone can give me advise,I will how to right build BIRT Designer RCP form CVS.

Thanks And Best Regards

                                                                                                        David liu


Back to the top