Skip to main content



      Home
Home » Archived » BIRT » compilation of BIRT source codes shows error in eclipse3.1.1
compilation of BIRT source codes shows error in eclipse3.1.1 [message #100405] Sun, 18 December 2005 23:58 Go to next message
Eclipse UserFriend
Originally posted by: harikrishnan_j2003.yahoo.co.in

goal:-(i)i am trying to run the BIRT source codes after downloading it,but
it shows error.Right now the way is to download the codes from cvs
repository,which automatically compiles in eclipse after completion.it
should show only warnings,not errors indicating successful compilation
(ii)i should have runtime workbench option in eclipse3.1.1 to run this,but
it is not available in eclipse3.1.1(iii)i want to know main file of BIRT
source code to understand the flow better,right now there are so many
files that contain main method in it.


query 1
--------
error message when i execute BIRT code:-

BUILD FAILED
C:\eclipse3.1.1\eclipse\workspace\org.eclipse.birt.report.vi ewer\BuildViewer.xml:207:
The following error occurred while executing this line:
C:\eclipse3.1.1\eclipse\workspace\org.eclipse.birt.report.mo del\BuildModel.xml:310:
The following error occurred while executing this line:
C:\eclipse3.1.1\eclipse\workspace\org.eclipse.birt.data.oda\ BuildOda.xml:196:
Basedir
C:\eclipse3.1.1\eclipse\workspace\org.eclipse.datatools.conn ectivity.oda
does not exist


but org.eclipse.datatools.connectivity.oda exist in that place


Environment on which it occurs:-

1.windows 2000 professional
2.eclipse BIRT report designer framework 1.0.1
3.eclipse modeling framework2.1.1
4.graphic editor framework 3.1.1
5.jdk1.4

i gone through BIRT build page,documentation,faq.In that they are given
that it will be compiled successfully after downloading,but I am getting
above error.
query 2
-------
I am not getting runtime workbench option in my eclipse3.1.1 to run BIRT
source codes.I updated the eclipse ,still i am not getting it.
query 3
-------
i cannot find the main file in eclipse BIRT source codes to get the FLOW
of project.i have explored the source codes,but it has many main files.it
is confusing to me .i have gone through BIRT documentation,faq.

i thankyou for your attention, inspite of your busy hours.

Thankyou&Regards
J.Harikrishnan
R.Jegadeeswari
Re: compilation of BIRT source codes shows error in eclipse3.1.1 [message #100833 is a reply to message #100405] Tue, 20 December 2005 12:30 Go to previous messageGo to next message
Eclipse UserFriend
BIRT 2.0 has moved data access to the DTP project. You will need to download
the libs or the source from http://www.eclipse.org/datatools/
In addition you will need to add the required libs (Right now I think this
is just iText.jar)
As we get closer to 2.0 final I will update the build instructions on the
web site.

You may want to look at org.eclipse.birt.report.designer.ui. This is one of
the main plugins for the report designer perspective.

Jason Weathersby
BIRT PMC


"Hari Krishnan" <harikrishnan_j2003@yahoo.co.in> wrote in message
news:c818e12fe100ffaafc7bb73bfab65856$1@www.eclipse.org...
> goal:-(i)i am trying to run the BIRT source codes after downloading it,but
> it shows error.Right now the way is to download the codes from cvs
> repository,which automatically compiles in eclipse after completion.it
> should show only warnings,not errors indicating successful compilation
> (ii)i should have runtime workbench option in eclipse3.1.1 to run this,but
> it is not available in eclipse3.1.1(iii)i want to know main file of BIRT
> source code to understand the flow better,right now there are so many
> files that contain main method in it.
>
>
> query 1
> --------
> error message when i execute BIRT code:-
> BUILD FAILED
> C:\eclipse3.1.1\eclipse\workspace\org.eclipse.birt.report.vi ewer\BuildViewer.xml:207:
> The following error occurred while executing this line:
> C:\eclipse3.1.1\eclipse\workspace\org.eclipse.birt.report.mo del\BuildModel.xml:310:
> The following error occurred while executing this line:
> C:\eclipse3.1.1\eclipse\workspace\org.eclipse.birt.data.oda\ BuildOda.xml:196:
> Basedir
> C:\eclipse3.1.1\eclipse\workspace\org.eclipse.datatools.conn ectivity.oda
> does not exist
>
>
> but org.eclipse.datatools.connectivity.oda exist in that place
>
>
> Environment on which it occurs:-
>
> 1.windows 2000 professional 2.eclipse BIRT report designer framework
> 1.0.1
> 3.eclipse modeling framework2.1.1
> 4.graphic editor framework 3.1.1
> 5.jdk1.4
>
> i gone through BIRT build page,documentation,faq.In that they are given
> that it will be compiled successfully after downloading,but I am getting
> above error.
> query 2
> -------
> I am not getting runtime workbench option in my eclipse3.1.1 to run BIRT
> source codes.I updated the eclipse ,still i am not getting it.
> query 3
> -------
> i cannot find the main file in eclipse BIRT source codes to get the FLOW
> of project.i have explored the source codes,but it has many main files.it
> is confusing to me .i have gone through BIRT documentation,faq.
>
> i thankyou for your attention, inspite of your busy hours.
>
> Thankyou&Regards
> J.Harikrishnan
> R.Jegadeeswari
>
>
>
Re: compilation of BIRT source codes shows error in eclipse3.1.1 [message #101102 is a reply to message #100833] Wed, 21 December 2005 07:56 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: harikrishnan_j2003.yahoo.co.in

Sir,

we Thankyou for your reply to us.

we are getting the same error message again .we downloaded datatools
through cvs in to the workspace where our BIRT code resides and we also
downloaded itext-1.3.jar and copied into
plugins\org.eclipse.birt.report.engine.emitter.fo\lib.we cleaned the
project & rebuilded once again with this changes,but we are getting the
same error message,what we got before.

we have:-
1.birt-report-framework-1_0_1
2.JRE 1.4
3.Eclipse SDK 3.1.1
4.Graphics Editor Framework (GEF) runtime 3.1.1
5.Eclipse Modeling Framework (EMF) runtime 2.1.1


so we updated our BIRT to try once again:-
1.birt-report-framework-2.0M3
2.The Simple API for CSS SAC 1.3
3.Flute 1.2
4.iText 1.3


again builded,but not successful at this time also,it is showing the same
error.The error files are BuildViewer.xml,BuildModel.xml,BuildOda.xml
files is there is anything that i have to change in these file to rectify
this error
or is there any tool or configurations that we have to set up to
successfully compile the source codes.

I apologize to you,for wanting your attention once again.

Thankyou
Harikrishnan J.
Jegadeeswari R.
Re: compilation of BIRT source codes shows error in eclipse3.1.1 [message #101243 is a reply to message #101102] Wed, 21 December 2005 12:48 Go to previous messageGo to next message
Eclipse UserFriend
Did the datatools projects build? Did any of the BIRT projects build?
It looks like you have set it, but verify DTP home is set.

Jason

"Hari Krishnan" <harikrishnan_j2003@yahoo.co.in> wrote in message
news:d0f039d16b6443133958d4c99acc5162$1@www.eclipse.org...
> Sir,
>
> we Thankyou for your reply to us.
>
> we are getting the same error message again .we downloaded datatools
> through cvs in to the workspace where our BIRT code resides and we also
> downloaded itext-1.3.jar and copied into
> plugins\org.eclipse.birt.report.engine.emitter.fo\lib.we cleaned the
> project & rebuilded once again with this changes,but we are getting the
> same error message,what we got before.
>
> we have:-
> 1.birt-report-framework-1_0_1
> 2.JRE 1.4
> 3.Eclipse SDK 3.1.1 4.Graphics Editor Framework (GEF) runtime 3.1.1
> 5.Eclipse Modeling Framework (EMF) runtime 2.1.1
>
> so we updated our BIRT to try once again:-
> 1.birt-report-framework-2.0M3
> 2.The Simple API for CSS SAC 1.3 3.Flute 1.2 4.iText 1.3
>
> again builded,but not successful at this time also,it is showing the same
> error.The error files are BuildViewer.xml,BuildModel.xml,BuildOda.xml
> files is there is anything that i have to change in these file to rectify
> this error
> or is there any tool or configurations that we have to set up to
> successfully compile the source codes.
>
> I apologize to you,for wanting your attention once again.
>
> Thankyou
> Harikrishnan J.
> Jegadeeswari R.
>
Re: compilation of BIRT source codes shows error in eclipse3.1.1 [message #101519 is a reply to message #101243] Thu, 22 December 2005 03:54 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: harikrishnan_j2003.yahoo.co.in

Sir,


we Thankyou for your swift reply to our mail.we changed the dtp home
setting,we executed Buildviewer.xml in org.eclipse.birt.report.viewer
through ant build as prescribed ,we succeded in fixing that error,but new
error came
in our path.


error message what we got:-


nativeToAsciiUtil:
[native2ascii] Converting 3 files from D:\Hari
Krishnan\workspace\org.eclipse.datatools.connectivity\plugin s\org.eclipse.datatools.connectivity.oda\src\org\eclipse\dat atools\connectivity\oda\util
to D:\Hari
Krishnan\workspace\org.eclipse.datatools.connectivity\plugin s\org.eclipse.datatools.connectivity.oda\src\org\eclipse\dat atools\connectivity\oda\util

BUILD FAILED
D:\Hari
Krishnan\workspace\org.eclipse.birt.report.viewer\BuildViewe r.xml:207: The
following error occurred while executing this line:
D:\Hari
Krishnan\workspace\org.eclipse.birt.report.model\BuildModel. xml:310: The
following error occurred while executing this line:
D:\Hari Krishnan\workspace\org.eclipse.birt.data.oda\BuildOda.xml:19 6: The
following error occurred while executing this line:
D:\Hari
Krishnan\workspace\org.eclipse.datatools.connectivity\plugin s\org.eclipse.datatools.connectivity.oda\build.xml:74:
The following error occurred while executing this line:
D:\Hari
Krishnan\workspace\org.eclipse.datatools.connectivity\plugin s\org.eclipse.datatools.connectivity.oda\build.xml:128:
Error starting Sun's native2ascii:


It is saying there is a Error in starting sun's native2ascii

Line indicated as containing error present in:-

org.eclipse.datatools.connectivity.oda/build.xml

Errorlines:-
<antcall target="oda.jar"/>

<target name="nativeToAsciiUtil">
<native2ascii encoding="Cp1252"
src="${oda.src.dir}/util"
dest="${oda.src.dir}/util"
ext=".java"
includes="OdaResources_de_DE.msg, OdaResources_fr_FR.msg,
OdaResources_es_ES.msg"/>

these three files exist in the source path and while converting this it
shows error.

we gone through this set of lines to rectify this error ourself,but as we
are a newbies,we don't know how to correct this, so failed in our attempt.

our goal is to successfully execute the whole set of BIRT codes.

we are feeling awkward in repeatedly disturbing you for solutions.

Apologize us

Thankyou
HariKrishna j.
Jegadeeswari R.
Re: compilation of BIRT source codes shows error in eclipse3.1.1 [message #101761 is a reply to message #101519] Thu, 22 December 2005 13:37 Go to previous messageGo to next message
Eclipse UserFriend
Make sure drive\jdk\bin is in your path.
I reproduced this problem by removing mine.

I also had to set eclipse.home to my Eclipse install directory.

HTH

Jason

"Hari Krishnan" <harikrishnan_j2003@yahoo.co.in> wrote in message
news:77699938dd64f303ff13af46cf5dde16$1@www.eclipse.org...
> Sir,
>
>
> we Thankyou for your swift reply to our mail.we changed the dtp home
> setting,we executed Buildviewer.xml in org.eclipse.birt.report.viewer
> through ant build as prescribed ,we succeded in fixing that error,but new
> error came in our path.
>
>
> error message what we got:-
>
>
> nativeToAsciiUtil:
> [native2ascii] Converting 3 files from D:\Hari
> Krishnan\workspace\org.eclipse.datatools.connectivity\plugin s\org.eclipse.datatools.connectivity.oda\src\org\eclipse\dat atools\connectivity\oda\util
> to D:\Hari
> Krishnan\workspace\org.eclipse.datatools.connectivity\plugin s\org.eclipse.datatools.connectivity.oda\src\org\eclipse\dat atools\connectivity\oda\util
>
> BUILD FAILED
> D:\Hari
> Krishnan\workspace\org.eclipse.birt.report.viewer\BuildViewe r.xml:207: The
> following error occurred while executing this line:
> D:\Hari
> Krishnan\workspace\org.eclipse.birt.report.model\BuildModel. xml:310: The
> following error occurred while executing this line:
> D:\Hari Krishnan\workspace\org.eclipse.birt.data.oda\BuildOda.xml:19 6: The
> following error occurred while executing this line:
> D:\Hari
> Krishnan\workspace\org.eclipse.datatools.connectivity\plugin s\org.eclipse.datatools.connectivity.oda\build.xml:74:
> The following error occurred while executing this line:
> D:\Hari
> Krishnan\workspace\org.eclipse.datatools.connectivity\plugin s\org.eclipse.datatools.connectivity.oda\build.xml:128:
> Error starting Sun's native2ascii:
>
> It is saying there is a Error in starting sun's native2ascii
>
> Line indicated as containing error present in:-
>
> org.eclipse.datatools.connectivity.oda/build.xml
>
> Errorlines:-
> <antcall target="oda.jar"/>
>
> <target name="nativeToAsciiUtil">
> <native2ascii encoding="Cp1252"
> src="${oda.src.dir}/util" dest="${oda.src.dir}/util" ext=".java"
> includes="OdaResources_de_DE.msg, OdaResources_fr_FR.msg,
> OdaResources_es_ES.msg"/>
>
> these three files exist in the source path and while converting this it
> shows error.
>
> we gone through this set of lines to rectify this error ourself,but as we
> are a newbies,we don't know how to correct this, so failed in our attempt.
>
> our goal is to successfully execute the whole set of BIRT codes.
>
> we are feeling awkward in repeatedly disturbing you for solutions.
> Apologize us
>
> Thankyou
> HariKrishna j.
> Jegadeeswari R.
>
Re: compilation of BIRT source codes shows error in eclipse3.1.1 [message #102027 is a reply to message #101761] Fri, 23 December 2005 04:02 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: harikrishnan_j2003.yahoo.co.in

Sir,

We thankyou for your reply to us.

our goal:- to Execute successfully the whole set of BIRT codes

we have set drive\jdk\bin path in the class path variables of eclipse as
JAVA_HOME-C:/Program Files/Java/j2re1.4.2_07/bin
I have set the eclipse.home to my Eclipse install directory in the class
path variables of eclipse as
ECLIPSE_HOME-d:/eclipse3.1.1/eclipse as per your instructions

and builded once again but it shows same error "Error in starting sun's
native2ascii" .it pointing the errors in three files,we have given set of
lines which shows error in these three files and marked the line which
shows error as error line prefixed to that line.

BuildViewer.xml
----------------
<!-- Prepare Model related libraries -->
<target name="model" depends="init">
error line----- <ant dir="${viewer.model.dir}"
antfile="BuildModel.xml" target="Jar" inheritall="false"
inheritrefs="false">
<property name="eclipse.home"
value="${eclipse.home}" />
</ant>
</target>


BuildModel.xml
----------------

<!-- Build the dependent projects -->

<target name="buildDependents" description="Build all the


projects it depends on">
<echo message="start call Jar task in ${core.dir}"
level="info"/>
<ant dir="${core.dir}" antfile="BuildCore.xml"
target="Jar"
inheritall="false">
<property name="eclipse.home"
value="${eclipse.home}" />
</ant>
<echo message="end call Jar task in ${core.dir}"
level="info" />

<!-- Building BIRT ODA triggers building of DTP ODA jar -->

<echo message="start call Jar task in ${data.oda.dir}"
level="info"/>


<echo message="dtp.home= ${dtp.home}"/>

error line------------ <ant dir="${data.oda.dir}" antfile="BuildOda.xml"

target="Jar" inheritall="false">

<property name="eclipse.home" value="${eclipse.home}" />
<property name="dtp.home" value="${dtp.home}" />
</ant>
<echo message="end call Jar task in ${data.oda.dir}"
level="info" />
</target>


BuildOda.xml
-------------


<!-- Generate the apiJavaDoc.
Parameters:
- ${api.javadoc.dir} target directory to put
the java document
-->


<target name="buildDependency">
<echo message="start call Jar task in ${core.dir}"/>
<ant dir="${core.dir}" antfile="BuildCore.xml" target="Jar"
inheritall="false">
<property name="eclipse.home"
value="${eclipse.home}" />
</ant>
<echo message="end call Jar task in ${core.dir}"/>

<echo message="start call Jar task in ${dtp.oda.dir}"/>
<echo message="dtp.home= ${dtp.home}"/>

error line------- <ant dir="${dtp.oda.dir}" antfile="build.xml"
target="build.jars" inheritAll="false">

<property name="eclipse.home" value="${eclipse.home}" />
<property name="dtp.home" value="${dtp.home}" />
</ant>
<echo message="end call Jar task in ${dtp.oda.dir}"/>
</target>


we have attached more content,why i have done this is , i want to show
the code which causes error, to get clear picture.

we thankyou for your attention towards us


Thankyou
Harikrishnan J.
Jegadeeswari R.
Re: compilation of BIRT source codes shows error in eclipse3.1.1 [message #102146 is a reply to message #102027] Fri, 23 December 2005 13:58 Go to previous messageGo to next message
Eclipse UserFriend
I had the jdk\bin directory in my system path.
Should not matter, but you may want to try that. Make sure you shut down
Eclipse and restart.
I rebuilt everything yesterday just to test this. It should work.

Jason

"Hari Krishnan" <harikrishnan_j2003@yahoo.co.in> wrote in message
news:8853815789062861a30332dbd66775ec$1@www.eclipse.org...
> Sir,
>
> We thankyou for your reply to us.
> our goal:- to Execute successfully the whole set of BIRT codes
> we have set drive\jdk\bin path in the class path variables of eclipse as
> JAVA_HOME-C:/Program Files/Java/j2re1.4.2_07/bin
> I have set the eclipse.home to my Eclipse install directory in the class
> path variables of eclipse as ECLIPSE_HOME-d:/eclipse3.1.1/eclipse as per
> your instructions
> and builded once again but it shows same error "Error in starting sun's
> native2ascii" .it pointing the errors in three files,we have given set of
> lines which shows error in these three files and marked the line which
> shows error as error line prefixed to that line.
>
> BuildViewer.xml
> ----------------
> <!-- Prepare Model related libraries -->
> <target name="model" depends="init">
> error line----- <ant dir="${viewer.model.dir}"
> antfile="BuildModel.xml" target="Jar" inheritall="false"
> inheritrefs="false">
> <property name="eclipse.home" value="${eclipse.home}" />
> </ant>
> </target>
>
>
> BuildModel.xml
> ----------------
>
> <!-- Build the dependent projects -->
> <target name="buildDependents" description="Build all the
> projects it depends on"> <echo message="start
> call Jar task in ${core.dir}" level="info"/>
> <ant dir="${core.dir}" antfile="BuildCore.xml" target="Jar"
> inheritall="false">
> <property name="eclipse.home" value="${eclipse.home}" />
> </ant>
> <echo message="end call Jar task in ${core.dir}" level="info" />
>
> <!-- Building BIRT ODA triggers building of DTP ODA jar -->
>
> <echo message="start call Jar task in ${data.oda.dir}"
> level="info"/>
>
>
> <echo message="dtp.home= ${dtp.home}"/>
>
> error line------------ <ant dir="${data.oda.dir}" antfile="BuildOda.xml"
> target="Jar" inheritall="false">
>
> <property name="eclipse.home" value="${eclipse.home}" />
> <property name="dtp.home" value="${dtp.home}" />
> </ant>
> <echo message="end call Jar task in ${data.oda.dir}" level="info" />
> </target>
>
>
> BuildOda.xml
> -------------
>
>
> <!-- Generate the apiJavaDoc.
> Parameters:
> - ${api.javadoc.dir} target directory to put the java document
> -->
>
>
> <target name="buildDependency">
> <echo message="start call Jar task in ${core.dir}"/>
> <ant dir="${core.dir}" antfile="BuildCore.xml" target="Jar"
> inheritall="false">
> <property name="eclipse.home" value="${eclipse.home}" />
> </ant>
> <echo message="end call Jar task in ${core.dir}"/>
>
> <echo message="start call Jar task in ${dtp.oda.dir}"/>
> <echo message="dtp.home= ${dtp.home}"/>
>
> error line------- <ant dir="${dtp.oda.dir}" antfile="build.xml"
> target="build.jars" inheritAll="false">
> <property name="eclipse.home" value="${eclipse.home}" />
> <property name="dtp.home" value="${dtp.home}" />
> </ant> <echo message="end call Jar task in ${dtp.oda.dir}"/>
> </target>
>
>
> we have attached more content,why i have done this is , i want to show
> the code which causes error, to get clear picture.
>
> we thankyou for your attention towards us
>
>
> Thankyou Harikrishnan J.
> Jegadeeswari R.
>
>
Re: compilation of BIRT source codes shows error in eclipse3.1.1 [message #102937 is a reply to message #102146] Thu, 29 December 2005 06:17 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: harikrishnan_j2003.yahoo.co.in

Sir,


Wish you a Happy New Year from us.

We thank you for your guidance to us through mail.We have builded
successfully BuildViewer.xml file based on your instructions,but another
error came.

query-1
--------
When we try to build test-old.xml in org.eclipse.birt.report.test.engine
it shows 1 error

missing required library:-
C:\apps\apache-ant-1.6.2\lib\ant.jar,C:\apps\apache-ant-1.6. 2\lib\ant-xalan1.jar,C:\apps\apache-ant-1.6.2\lib\ant-xalan2 .jar,C:\apps\apache-ant-1.6.2\lib\junit.jar,C:\apps\apache-a nt-1.6.2\lib\xercesimpl.jar,

we got those jar files and created lib path& put the jar files into it as
above and cleaned ,builded once again,but changes not reflected in the
test-old.xml file showing same err msg.it is not linking with the created
path,as that path not exist we have done this,still we get same err.

query-2
---------
The field ReportDesign.STYLE_SLOT is ambiguous reported err msg in
DesignElementCloneTest.java which is present in

org.eclipse.birt.report.tests.regression.model/test/org/ecli pse/birt/report/model/core

we cannot resolve these errors.Apologize us for wanting you help
frequently.


Thankyou
Harikrishnan j.
Re: compilation of BIRT source codes shows error in eclipse3.1.1 [message #103732 is a reply to message #102937] Tue, 03 January 2006 14:27 Go to previous messageGo to next message
Eclipse UserFriend
Hari,

I deleted the test projects from my source, but make sure libs are in build
path.

Jason

"Hari Krishnan" <harikrishnan_j2003@yahoo.co.in> wrote in message
news:e83d0cdcc1f6cc905982987cb82cd03d$1@www.eclipse.org...
> Sir,
>
>
> Wish you a Happy New Year from us.
>
> We thank you for your guidance to us through mail.We have builded
> successfully BuildViewer.xml file based on your instructions,but another
> error came.
>
> query-1
> --------
> When we try to build test-old.xml in org.eclipse.birt.report.test.engine
> it shows 1 error
>
> missing required library:-
> C:\apps\apache-ant-1.6.2\lib\ant.jar,C:\apps\apache-ant-1.6. 2\lib\ant-xalan1.jar,C:\apps\apache-ant-1.6.2\lib\ant-xalan2 .jar,C:\apps\apache-ant-1.6.2\lib\junit.jar,C:\apps\apache-a nt-1.6.2\lib\xercesimpl.jar,
>
> we got those jar files and created lib path& put the jar files into it as
> above and cleaned ,builded once again,but changes not reflected in the
> test-old.xml file showing same err msg.it is not linking with the created
> path,as that path not exist we have done this,still we get same err.
>
> query-2
> ---------
> The field ReportDesign.STYLE_SLOT is ambiguous reported err msg in
> DesignElementCloneTest.java which is present in
>
> org.eclipse.birt.report.tests.regression.model/test/org/ecli pse/birt/report/model/core
>
> we cannot resolve these errors.Apologize us for wanting you help
> frequently.
>
>
> Thankyou
> Harikrishnan j.
>
>
Re: compilation of BIRT source codes shows error in eclipse3.1.1 [message #108189 is a reply to message #103732] Thu, 12 January 2006 09:23 Go to previous message
Eclipse UserFriend
Originally posted by: harikrishnan_j2003.yahoo.co.in

Sir,


We Thankyou for spending your valuable time in guiding and giving
instructions to us in the process of compiling the BIRT source codes
successfully.We acted as per your instructions and successfully executed
the whole BIRT source codes.


Thankyou
Harikrishnan J.
Jegeeshwari R.
Previous Topic:birt-viewer in 2.0: frameset?
Next Topic:DateTime Formatting and validation
Goto Forum:
  


Current Time: Sun Jun 08 19:13:43 EDT 2025

Powered by FUDForum. Page generated in 0.03953 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top