Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [birt-dev] Do not build DTP ODA plugins in BIRT

Sorry, the class.path should be

<path id="class.path">

     ...

     <fileset dir="${eclipse.home}/plugins">

            <include name="org.eclipse.datatools.connectivity*.jar"/>

            <include name="org.eclipse.datatools.connectivity*/*.jar"/>

            ...

     </fileset>

</path>

 

 

Thanks,

 

Sue Lee

 

Actuate Corporation - Shanghai R&D Center

Phone: (86)21-58826388

Email: slee@xxxxxxxxxxx

 


From: birt-dev-bounces@xxxxxxxxxxx [mailto:birt-dev-bounces@xxxxxxxxxxx] On Behalf Of Sue Lee
Sent: Monday, April 10, 2006 2:49 PM
To: For developers on the BIRT project
Subject: [birt-dev] Do not build DTP ODA plugins in BIRT
Importance: High

 

Hi Teams,

 

We need to copy DTP ODA plugins from DTP RC0 download build http://www.eclipse.org/datatools/downloads.html, instead of building them in BIRT. Today’s smoke 135794 causes by building DTP ODA plugins in BIRT.

 

Follow 2 steps to finish the change:

1.       Exclude DTP ODA plugins in buildDependency

Do NOT build any DTP ODA plugins any more.

2.       update your build scripts to include additional class.path entries for relevant ODA jars in the Eclipse installation folder, e.g.

<path id="class.path">

     ...

     <fileset dir="${eclipse.home}/plugins">

            <include name="org.eclipse.datatools.connectivity.oda*.jar"/>

            <include name="org.eclipse.datatools.connectivity.oda*/*.jar"/>

            ...

     </fileset>

</path>

 

This task must be done ASAP! We expect to get a good build today. Thanks for your cooperation!

 

Sue Lee

 

Actuate Corporation - Shanghai R&D Center

Phone: (86)21-58826388

Email: slee@xxxxxxxxxxx

 

 


Back to the top