JBoss Tools SVN: r29589 - trunk/birt/docs/en-US.
by jbosstools-commits@lists.jboss.org
Author: mcaspers
Date: 2011-03-07 18:29:40 -0500 (Mon, 07 Mar 2011)
New Revision: 29589
Modified:
trunk/birt/docs/en-US/birt_integration_with_seam.xml
Log:
"General editing and screenshot updates"
Modified: trunk/birt/docs/en-US/birt_integration_with_seam.xml
===================================================================
--- trunk/birt/docs/en-US/birt_integration_with_seam.xml 2011-03-07 23:26:09 UTC (rev 29588)
+++ trunk/birt/docs/en-US/birt_integration_with_seam.xml 2011-03-07 23:29:40 UTC (rev 29589)
@@ -1,39 +1,51 @@
<?xml version='1.0' encoding='UTF-8'?>
<section id="birt_integration_with_seam">
<title>Adding BIRT Functionality to Standard Seam Web Project</title>
-
+
<para>This section discusses the process of integrating BIRT into a Seam web project. </para>
-
+
<para>
To follow this guide you will need to have the Seam runtime and JBoss Application Server downloaded and extracted on your hard drive. You can download Seam from the <ulink url="http://seamframework.org/Download">Seam Framework</ulink> web page and JBoss Application Server from <ulink url="http://jboss.org/jbossas/downloads/">JBoss Application Server</ulink> official site.
</para>
-
+
<note>
<title>Tip:</title>
<para>
<ulink url="http://sourceforge.net/projects/jboss/files/JBoss%20Seam/2.2.1.Final/">JBoss Seam 2.2.1 GA</ulink> and <ulink url="http://sourceforge.net/projects/jboss/files/JBoss/JBoss-5.1.0.GA/">JBoss Application Server 5.1.0 GA</ulink> were used in the examples presented in this guide.
</para>
</note>
-
+
<section id="creatin_project_with_birt">
<title>Creating Seam Web Project with Birt Facet</title>
-
+
<para>
- It is recommended that you open the Seam Perspective by selecting <menuchoice><guimenuitem>Window</guimenuitem><guimenuitem>Open Perspective</guimenuitem><guimenuitem>Other</guimenuitem><guimenuitem>Seam</guimenuitem></menuchoice>. This perspective provides conventient access to all the Seam tools.
+ It is recommended that you open the Seam Perspective by selecting <menuchoice><guimenuitem>Window</guimenuitem>
+ <guimenuitem>Open Perspective</guimenuitem>
+ <guimenuitem>Other</guimenuitem>
+ <guimenuitem>Seam</guimenuitem>
+ </menuchoice>. This perspective provides conventient access to all the Seam tools.
</para>
<para>
- To create a new Seam Web project select <menuchoice><guimenuitem>File</guimenuitem><guimenuitem>New</guimenuitem><guimenuitem>Seam Web Project</guimenuitem></menuchoice>. If the Seam Perspective is not active, select
- <menuchoice><guimenuitem>File</guimenuitem><guimenuitem>New</guimenuitem><guimenuitem>Other</guimenuitem><guimenuitem>Seam</guimenuitem><guimenuitem>Seam Web Project</guimenuitem></menuchoice>.
+ To create a new Seam Web project select <menuchoice><guimenuitem>File</guimenuitem>
+ <guimenuitem>New</guimenuitem>
+ <guimenuitem>Seam Web Project</guimenuitem>
+ </menuchoice>. If the Seam Perspective is not active, select
+ <menuchoice><guimenuitem>File</guimenuitem>
+ <guimenuitem>New</guimenuitem>
+ <guimenuitem>Other</guimenuitem>
+ <guimenuitem>Seam</guimenuitem>
+ <guimenuitem>Seam Web Project</guimenuitem>
+ </menuchoice>.
</para>
-
+
<orderedlist>
-
+
<listitem>
- <para>On the first wizard page enter the project name, then specify the target runtime and
- target server. We recommend to use JBoss AS server and runtime environment to ensure best performance.
- </para>
-
+ <para>
+ On the first wizard page enter the <guilabel>Project name</guilabel>, specify the <guilabel>Target runtime</guilabel> and <guilabel>Target server</guilabel>. We recommend to use the JBoss AS server and runtime environment to ensure best performance.
+ </para>
+
<figure id="CreatingSeamWebProject">
<title>Creating Seam Web Project</title>
<mediaobject>
@@ -44,18 +56,15 @@
</figure>
</listitem>
<listitem>
- <para>In the <emphasis><property>Configuration</property>
- </emphasis> group choose the version of <emphasis>
- <property>Seam</property>
- </emphasis> framework you are planning to use in your application. In this guide we used Seam 2.2. </para>
+ <para>
+ In the <guilabel>Configuration</guilabel> group select the <productname>Seam</productname> framework version you are planning to use in your application. In this guide we used Seam 2.2.
+ </para>
</listitem>
<listitem>
- <para>Click the <emphasis><property>Modify</property>
- </emphasis> button
- and enable the <emphasis>
- <property>Birt Reporting Runtime Component</property>
- </emphasis> facet by checking the appropriate option.</para>
-
+ <para>
+ Click the <guibutton>Modify</guibutton> button and enable the <guilabel>Birt Reporting Runtime Component</guilabel> facet by checking the appropriate option.
+ </para>
+
<figure>
<title>Adding the Birt Reporting Runtime Component Facet </title>
<mediaobject>
@@ -64,11 +73,10 @@
</imageobject>
</mediaobject>
</figure>
- <para>Alternatively you can just choose the <emphasis>
- <property>JBoss BIRT Integration Web Project</property>
- </emphasis> configuration from the drop-down list in the <emphasis><property>Configuration</property>
- </emphasis> group </para>
-
+ <para>
+ Alternatively you can select the <guilabel>JBoss BIRT Integration Web Project</guilabel> configuration option from the drop-down list in the <guilabel>Configuration</guilabel> group.
+ </para>
+
<figure>
<title>Choosing the JBoss BIRT Integration Web Project Configuration</title>
<mediaobject>
@@ -77,22 +85,21 @@
</imageobject>
</mediaobject>
</figure>
-
+
</listitem>
-
+
<listitem>
- <para>You may leave the next two pages with default values, just press <emphasis><property>Next</property>
- </emphasis> to proceed.
+ <para>You may leave the next two pages with default values; just click the <guibutton>Next</guibutton> button to proceed.
</para>
</listitem>
-
+
<listitem>
-
- <para>On the <emphasis><property>Birt Configuration</property>
- </emphasis> page you can modify the BIRT deployment settings, which you can edit afterwards in the web.xml of the generated project. Let's keep the default values for now.
- </para>
-
+
+ <para>
+ On the <guilabel>Birt Configuration</guilabel> page you can modify the BIRT deployment settings. These settings can also be edited afterwards in the <filename>web.xml</filename> file included in the generated project. Keep the default values for now.
+ </para>
+
<figure>
<title>Configuring BIRT Deployment Settings</title>
<mediaobject>
@@ -102,23 +109,25 @@
</mediaobject>
</figure>
-
+
</listitem>
-
+
<listitem>
- <para>You can also leave the <emphasis><property>JSF Capabilities</property>
- </emphasis> page with default values. </para>
+ <para>You can also leave the default options on the <guilabel>JSF Capabilities</guilabel> page.</para>
</listitem>
-
+
<listitem>
- <para>On the <emphasis>
- <property>Seam Facet</property>
- </emphasis> page you should specify the Seam runtime and Connection profile. Please note, that the Seam runtime must be of the version you initially specified in the project settings (See the <link linkend="CreatingSeamWebProject">Creating Seam Web Project</link> figure). </para>
- <para> When creating a Seam project with BIRT capabilities you can use the <property>BIRT Classic Models Sample Database</property> connection profile to work with the BIRT sample database.</para>
-
- <para>For more details on how to configure database connection for a Seam project please read the
- <ulink url="http://docs.jboss.org/tools/3.0.0.GA/en/seam/html_single/index.html#seamF...">Configure Seam Facet Settings</ulink> chapter of Seam Dev Tools Reference Guide.</para>
+ <para>
+ On the <guilabel>Seam Facet</guilabel> page you should specify the Seam runtime and Connection profile. Please note that the Seam runtime must be the same version you initially specified in the project settings (See <xref linkend="CreatingSeamWebProject"/>).
+ </para>
+ <para>
+ When creating a Seam project with BIRT capabilities you can use the <guilabel>BIRT Classic Models Sample Database</guilabel> connection profile to work with the BIRT sample database.
+ </para>
+
+ <para>
+ For more details on how to configure database connection for a Seam project please read the <ulink url="http://docs.jboss.org/tools/3.2.0.GA/en/seam/html_single/index.html#seamF...">Configure Seam Facet Settings</ulink> chapter of Seam Dev Tools Reference Guide.
+ </para>
<figure>
<title>Configuring the Seam Facet settings</title>
<mediaobject>
@@ -126,27 +135,24 @@
<imagedata fileref="images/birt_integration_with_seam/seamFacet.png"/>
</imageobject>
</mediaobject>
- </figure>
-
+ </figure>
</listitem>
-
+
<listitem>
- <para>Hit <emphasis>
- <property>Finish</property>
- </emphasis> to create the project with BIRT functionality enabled.</para>
+ <para>Click the <guibutton>Finish</guibutton> button to create the project with BIRT functionality enabled.</para>
</listitem>
</orderedlist>
</section>
-
+
<section id="integration">
<title>Integration with Seam</title>
<para>
In the previous section you have created a Seam project with BIRT capabilities.
Now you can create a simple kick start project to see that everything is configured correctly.
</para>
-
+
<orderedlist>
<listitem>
<para>Now create a BIRT report file and insert test data into the file.
@@ -161,51 +167,51 @@
</para>
<para>You can download the file <property>helloBirt.rptdesign</property>
<ulink url="files/helloBirt.rptdesign">here</ulink> and copy it to the WebContent folder of your Seam project.</para>
-
+
</listitem>
-
+
<listitem>
<para>
When you are done with the <property>helloBirt.rptdesign</property> file, you should create a <property>.xhtml</property> file that will contain the BIRT report you have just created.
</para>
-
+
<para>
The JBoss BIRT Integration framework provides 2 components represented as <emphasis role="bold"> <property><b:birt></property>
</emphasis> and <emphasis role="bold"> <property><b:param></property>
</emphasis> tags. The jboss-seam-birt.jar library implements the functionality of the components. To find more information about the framework pleas read the <link linkend="framework">JBoss BIRT Integraion Framework API Reference</link> chapter.
To use that tags on the page you need to declare the tag library and define the name space like this:
</para>
-
+
<programlisting role="XML"><![CDATA[
xmlns:b="http://jboss.com/products/seam/birt"
]]></programlisting>
-
+
<para>
The <emphasis role="bold"> <property><b:birt></property>
</emphasis> is a container for a BIRT report, that helps you integrate the report into Seam environment.
You can manage the properties of the report using the attributes of the <emphasis role="bold"> <property><b:birt></property>
</emphasis> tag.
</para>
-
+
<para>
The <emphasis role="bold"> <property><b:param></property>
</emphasis> tag describes report parameters. To set a parameter you need to specify it's name the value you want to pass.
You can use EL expressions to bind the representation layer with back-end logic.
</para>
-
+
</listitem>
-
+
<listitem>
-
+
<para>Create the <property>helloBirt.xhtml</property> file in the WebContent with the following content: </para>
-
+
<programlisting role="XML"><![CDATA[...
<!DOCTYPE composition PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
@@ -225,20 +231,20 @@
</ui:define>
</ui:composition>
...]]></programlisting>
-
+
<para>From this listing above you see that the title of the report is set via <emphasis role="bold"> <property><b:param></property>
</emphasis> by setting the parameter name and defining the <emphasis><property>"value"</property>
</emphasis> attribute with the "Customers Contacts" value.</para>
-
+
</listitem>
-
+
<listitem>
<para>We have created a Seam project and inserted the <property>helloBirt</property> report into the <property>helloBirt.xhtml</property> view file.</para>
-
+
<para>To see that the application works correctly and as you expect, you need to launch it on the server.</para>
</listitem>
<listitem>
@@ -246,8 +252,8 @@
</listitem>
<listitem>
<para>When the server is started, open your favourite browser and point it to <code>http://localhost:8080/HelloBirt/helloBirt.seam</code> .</para>
-
+
<figure>
<title>Integrating BIRT into Seam Project</title>
<mediaobject>
@@ -258,6 +264,6 @@
</figure>
</listitem>
</orderedlist>
-
+
</section>
</section>
\ No newline at end of file
13 years, 10 months
JBoss Tools SVN: r29588 - in trunk/download.jboss.org/jbosstools/updates/requirements: eclipse and 1 other directories.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2011-03-07 18:26:09 -0500 (Mon, 07 Mar 2011)
New Revision: 29588
Added:
trunk/download.jboss.org/jbosstools/updates/requirements/eclipse/build-he...
trunk/download.jboss.org/jbosstools/updates/requirements/emf/build-helios...
Modified:
trunk/download.jboss.org/jbosstools/updates/requirements/ecf/build.xml
trunk/download.jboss.org/jbosstools/updates/requirements/ecf/index.html
trunk/download.jboss.org/jbosstools/updates/requirements/eclipse/index.html
trunk/download.jboss.org/jbosstools/updates/requirements/emf/index.html
Log:
add builder for eclipse 3.6, emf 2.6; tweak ecf builder since it's not 3.4M5, but 3.4.0
Modified: trunk/download.jboss.org/jbosstools/updates/requirements/ecf/build.xml
===================================================================
--- trunk/download.jboss.org/jbosstools/updates/requirements/ecf/build.xml 2011-03-07 23:12:42 UTC (rev 29587)
+++ trunk/download.jboss.org/jbosstools/updates/requirements/ecf/build.xml 2011-03-07 23:26:09 UTC (rev 29588)
@@ -22,7 +22,7 @@
<property name="compress" value="true" />
<p2.mirror>
- <repository location="file:${destination}/3.4/" name="ECF plugins for Eclipse 3.7" />
+ <repository location="file:${destination}/3.4/" name="ECF plugins for Eclipse 3.6" />
<source>
<repository location="${URL}" />
</source>
Modified: trunk/download.jboss.org/jbosstools/updates/requirements/ecf/index.html
===================================================================
--- trunk/download.jboss.org/jbosstools/updates/requirements/ecf/index.html 2011-03-07 23:12:42 UTC (rev 29587)
+++ trunk/download.jboss.org/jbosstools/updates/requirements/ecf/index.html 2011-03-07 23:26:09 UTC (rev 29588)
@@ -46,7 +46,7 @@
-->
<br/>
<ul>
-<li><a class=link href=3.4M5>3.4M5</a> </li>
+<li><a class=link href=3.4>3.4</a> </li>
</ul>
<br/>
</td>
Copied: trunk/download.jboss.org/jbosstools/updates/requirements/eclipse/build-he... (from rev 29587, trunk/download.jboss.org/jbosstools/updates/requirements/ecf/build.xml)
===================================================================
--- trunk/download.jboss.org/jbosstools/updates/requirements/eclipse/build-he... (rev 0)
+++ trunk/download.jboss.org/jbosstools/updates/requirements/eclipse/build-he... 2011-03-07 23:26:09 UTC (rev 29588)
@@ -0,0 +1,35 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project default="mirror">
+ <!-- run locally in Eclipse (to resolve p2 tasks) using these commandline options:
+
+ -os ${target.os} -ws ${target.ws} -arch ${target.arch} -nl ${target.nl}
+ -consoleLog -nosplash -data /tmp
+ -application org.eclipse.ant.core.antRunner
+ -f "/home/nboldt/tru/download.jboss.org/jbosstools/updates/requirements/eclipse/build-helios.xml"
+
+ or, run headless on qa01 server, where Eclipse is installed into ~/eclipse:
+
+ export JAVA_HOME=/opt/jdk1.6.0; \
+ ${JAVA_HOME}/bin/java -cp ~/eclipse/plugins/org.eclipse.equinox.launcher_*.jar \
+ org.eclipse.equinox.launcher.Main -vm ${JAVA_HOME} -consoleLog -nosplash -data /tmp \
+ -application org.eclipse.ant.core.antRunner \
+ -f ~/RHDS/updates/requirements/eclipse/build-helios.xml -Ddestination=/tmp/eclipse-repo
+ -->
+ <target name="mirror">
+ <property name="URL" value="http://download.eclipse.org/eclipse/updates/3.6/" />
+
+ <property name="destination" value="/home/nboldt/tru/download.jboss.org/jbosstools/updates/requirements/eclipse/" />
+ <property name="compress" value="true" />
+
+ <p2.mirror>
+ <repository location="file:${destination}/3.6/" name="Eclipse 3.6" />
+ <source>
+ <repository location="${URL}" />
+ </source>
+
+ <slicingOptions includeFeatures="true" followStrict="true" />
+ </p2.mirror>
+
+ <p2.publish.featuresAndBundles metadataRepository="file:${destination}/3.6/" artifactRepository="file:${destination}/3.6/" publishartifacts="true" source="${destination}/3.6/" compress="${compress}" />
+ </target>
+</project>
Modified: trunk/download.jboss.org/jbosstools/updates/requirements/eclipse/index.html
===================================================================
--- trunk/download.jboss.org/jbosstools/updates/requirements/eclipse/index.html 2011-03-07 23:12:42 UTC (rev 29587)
+++ trunk/download.jboss.org/jbosstools/updates/requirements/eclipse/index.html 2011-03-07 23:26:09 UTC (rev 29588)
@@ -47,6 +47,7 @@
<br/>
<ul>
<li><a class=link href=3.7M5>3.7M5</a> </li>
+<li><a class=link href=3.6.2>3.6.2</a> </li>
</ul>
<br/>
</td>
Copied: trunk/download.jboss.org/jbosstools/updates/requirements/emf/build-helios... (from rev 29587, trunk/download.jboss.org/jbosstools/updates/requirements/ecf/build.xml)
===================================================================
--- trunk/download.jboss.org/jbosstools/updates/requirements/emf/build-helios... (rev 0)
+++ trunk/download.jboss.org/jbosstools/updates/requirements/emf/build-helios... 2011-03-07 23:26:09 UTC (rev 29588)
@@ -0,0 +1,35 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project default="mirror">
+ <!-- run locally in Eclipse (to resolve p2 tasks) using these commandline options:
+
+ -os ${target.os} -ws ${target.ws} -arch ${target.arch} -nl ${target.nl}
+ -consoleLog -nosplash -data /tmp
+ -application org.eclipse.ant.core.antRunner
+ -f "/home/nboldt/tru/download.jboss.org/jbosstools/updates/requirements/emf/build.xml"
+
+ or, run headless on qa01 server, where Eclipse is installed into ~/eclipse:
+
+ export JAVA_HOME=/opt/jdk1.6.0; \
+ ${JAVA_HOME}/bin/java -cp ~/eclipse/plugins/org.eclipse.equinox.launcher_*.jar \
+ org.eclipse.equinox.launcher.Main -vm ${JAVA_HOME} -consoleLog -nosplash -data /tmp \
+ -application org.eclipse.ant.core.antRunner \
+ -f ~/RHDS/updates/requirements/emf/build.xml -Ddestination=/tmp/emf-repo
+ -->
+ <target name="mirror">
+ <property name="URL" value="http://download.eclipse.org/modeling/emf/emf/updates/2.6/" />
+
+ <property name="destination" value="/home/nboldt/tru/download.jboss.org/jbosstools/updates/requirements/emf/" />
+ <property name="compress" value="true" />
+
+ <p2.mirror>
+ <repository location="file:${destination}/2.6/" name="EMF plugins for Eclipse 3.6" />
+ <source>
+ <repository location="${URL}" />
+ </source>
+
+ <slicingOptions includeFeatures="true" followStrict="true" />
+ </p2.mirror>
+
+ <p2.publish.featuresAndBundles metadataRepository="file:${destination}/2.6/" artifactRepository="file:${destination}/2.6/" publishartifacts="true" source="${destination}/2.6/" compress="${compress}" />
+ </target>
+</project>
Modified: trunk/download.jboss.org/jbosstools/updates/requirements/emf/index.html
===================================================================
--- trunk/download.jboss.org/jbosstools/updates/requirements/emf/index.html 2011-03-07 23:12:42 UTC (rev 29587)
+++ trunk/download.jboss.org/jbosstools/updates/requirements/emf/index.html 2011-03-07 23:26:09 UTC (rev 29588)
@@ -47,6 +47,7 @@
<br/>
<ul>
<li><a class=link href=2.7>2.7</a> </li>
+<li><a class=link href=2.6>2.6</a> </li>
</ul>
<br/>
</td>
13 years, 10 months
JBoss Tools SVN: r29587 - in trunk/birt/docs/en-US: images/birt_integration_with_seam and 1 other directory.
by jbosstools-commits@lists.jboss.org
Author: mcaspers
Date: 2011-03-07 18:12:42 -0500 (Mon, 07 Mar 2011)
New Revision: 29587
Modified:
trunk/birt/docs/en-US/birt_integration_with_seam.xml
trunk/birt/docs/en-US/images/birt_integration_with_seam/addingBirtFacet.png
trunk/birt/docs/en-US/images/birt_integration_with_seam/birtDeploymentSettings.png
trunk/birt/docs/en-US/images/birt_integration_with_seam/projectBirtConfiguration.png
trunk/birt/docs/en-US/images/birt_integration_with_seam/seamFacet.png
trunk/birt/docs/en-US/images/birt_integration_with_seam/testBirtProject.png
Log:
"General editing and screenshot updates"
Modified: trunk/birt/docs/en-US/birt_integration_with_seam.xml
===================================================================
--- trunk/birt/docs/en-US/birt_integration_with_seam.xml 2011-03-07 22:16:01 UTC (rev 29586)
+++ trunk/birt/docs/en-US/birt_integration_with_seam.xml 2011-03-07 23:12:42 UTC (rev 29587)
@@ -11,7 +11,7 @@
<note>
<title>Tip:</title>
<para>
- <ulink url="http://sourceforge.net/project/showfiles.php?group_id=22866&package_i...">JBoss Seam 2.0.1 GA</ulink> and <ulink url="http://sourceforge.net/project/showfiles.php?group_id=22866&package_i...">JBoss Application Server 4.2.2 GA</ulink> were used in the examples presented in this guide.
+ <ulink url="http://sourceforge.net/projects/jboss/files/JBoss%20Seam/2.2.1.Final/">JBoss Seam 2.2.1 GA</ulink> and <ulink url="http://sourceforge.net/projects/jboss/files/JBoss/JBoss-5.1.0.GA/">JBoss Application Server 5.1.0 GA</ulink> were used in the examples presented in this guide.
</para>
</note>
Modified: trunk/birt/docs/en-US/images/birt_integration_with_seam/addingBirtFacet.png
===================================================================
(Binary files differ)
Modified: trunk/birt/docs/en-US/images/birt_integration_with_seam/birtDeploymentSettings.png
===================================================================
(Binary files differ)
Modified: trunk/birt/docs/en-US/images/birt_integration_with_seam/projectBirtConfiguration.png
===================================================================
(Binary files differ)
Modified: trunk/birt/docs/en-US/images/birt_integration_with_seam/seamFacet.png
===================================================================
(Binary files differ)
Modified: trunk/birt/docs/en-US/images/birt_integration_with_seam/testBirtProject.png
===================================================================
(Binary files differ)
13 years, 10 months
JBoss Tools SVN: r29586 - branches/3.3.indigo/build/target-platform.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2011-03-07 17:16:01 -0500 (Mon, 07 Mar 2011)
New Revision: 29586
Modified:
branches/3.3.indigo/build/target-platform/multiple.target
branches/3.3.indigo/build/target-platform/multiple.target.p2mirror.xml
branches/3.3.indigo/build/target-platform/unified.target
branches/3.3.indigo/build/target-platform/unified.target.p2mirror.xml
Log:
add org.eclipse.datatools.enablement.oda.designer.feature.feature.group; remove dupe org.eclipse.birt.feature.group
Modified: branches/3.3.indigo/build/target-platform/multiple.target
===================================================================
--- branches/3.3.indigo/build/target-platform/multiple.target 2011-03-07 22:08:18 UTC (rev 29585)
+++ branches/3.3.indigo/build/target-platform/multiple.target 2011-03-07 22:16:01 UTC (rev 29586)
@@ -103,6 +103,8 @@
<unit id="org.eclipse.datatools.sqldevtools.parsers.feature.feature.group" version="1.9.0.v201010181130-622BgJ9CR9XFcEWLP"/>
<unit id="org.eclipse.datatools.sqldevtools.results.feature.feature.group" version="1.9.0.v201101201115-57B3AkF7AI8FDDAOCP"/>
<unit id="org.eclipse.datatools.sqldevtools.feature.feature.group" version="1.9.0.v201010181130-7N845FDsn0TdrPUJuQMtjCYJTJ0T"/>
+ <unit id="org.eclipse.datatools.enablement.oda.designer.feature.feature.group" version="1.9.0.v201010181130-3328s735357795A8D"/>
+
<unit id="org.eclipse.draw2d.feature.group" version="3.7.0.v20101213-1100-46-7w3122123903161"/>
<unit id="org.eclipse.gef.feature.group" version="3.7.0.v20101213-1100-777D-81B2Bz0656B376H34272"/>
<unit id="org.eclipse.zest.feature.group" version="1.3.0.v20101213-1100-67A-8yF4F0997J4B8O54272"/>
Modified: branches/3.3.indigo/build/target-platform/multiple.target.p2mirror.xml
===================================================================
--- branches/3.3.indigo/build/target-platform/multiple.target.p2mirror.xml 2011-03-07 22:08:18 UTC (rev 29585)
+++ branches/3.3.indigo/build/target-platform/multiple.target.p2mirror.xml 2011-03-07 22:16:01 UTC (rev 29586)
@@ -102,7 +102,6 @@
<iu id="org.eclipse.equinox.server.servletbridge.feature.group" version=""/>
<iu id="org.eclipse.equinox.server.simple.feature.group" version=""/>
<iu id="org.eclipse.rcp.feature.group" version=""/>
-<iu id="org.eclipse.birt.feature.group" version=""/>
<iu id="org.eclipse.datatools.connectivity.feature.feature.group" version=""/>
<iu id="org.eclipse.datatools.enablement.feature.feature.group" version=""/>
<iu id="org.eclipse.datatools.enablement.jdt.feature.feature.group" version=""/>
@@ -112,6 +111,7 @@
<iu id="org.eclipse.datatools.sqldevtools.parsers.feature.feature.group" version=""/>
<iu id="org.eclipse.datatools.sqldevtools.results.feature.feature.group" version=""/>
<iu id="org.eclipse.datatools.sqldevtools.feature.feature.group" version=""/>
+<iu id="org.eclipse.datatools.enablement.oda.designer.feature.feature.group" version=""/>
<iu id="org.eclipse.draw2d.feature.group" version=""/>
<iu id="org.eclipse.gef.feature.group" version=""/>
<iu id="org.eclipse.zest.feature.group" version=""/>
Modified: branches/3.3.indigo/build/target-platform/unified.target
===================================================================
--- branches/3.3.indigo/build/target-platform/unified.target 2011-03-07 22:08:18 UTC (rev 29585)
+++ branches/3.3.indigo/build/target-platform/unified.target 2011-03-07 22:16:01 UTC (rev 29586)
@@ -103,6 +103,8 @@
<unit id="org.eclipse.datatools.sqldevtools.parsers.feature.feature.group" version="1.9.0.v201010181130-622BgJ9CR9XFcEWLP"/>
<unit id="org.eclipse.datatools.sqldevtools.results.feature.feature.group" version="1.9.0.v201101201115-57B3AkF7AI8FDDAOCP"/>
<unit id="org.eclipse.datatools.sqldevtools.feature.feature.group" version="1.9.0.v201010181130-7N845FDsn0TdrPUJuQMtjCYJTJ0T"/>
+ <unit id="org.eclipse.datatools.enablement.oda.designer.feature.feature.group" version="1.9.0.v201010181130-3328s735357795A8D"/>
+
<unit id="org.eclipse.draw2d.feature.group" version="3.7.0.v20101213-1100-46-7w3122123903161"/>
<unit id="org.eclipse.gef.feature.group" version="3.7.0.v20101213-1100-777D-81B2Bz0656B376H34272"/>
<unit id="org.eclipse.zest.feature.group" version="1.3.0.v20101213-1100-67A-8yF4F0997J4B8O54272"/>
Modified: branches/3.3.indigo/build/target-platform/unified.target.p2mirror.xml
===================================================================
--- branches/3.3.indigo/build/target-platform/unified.target.p2mirror.xml 2011-03-07 22:08:18 UTC (rev 29585)
+++ branches/3.3.indigo/build/target-platform/unified.target.p2mirror.xml 2011-03-07 22:16:01 UTC (rev 29586)
@@ -121,7 +121,6 @@
<iu id="org.eclipse.equinox.server.servletbridge.feature.group" version=""/>
<iu id="org.eclipse.equinox.server.simple.feature.group" version=""/>
<iu id="org.eclipse.rcp.feature.group" version=""/>
-<iu id="org.eclipse.birt.feature.group" version=""/>
<iu id="org.eclipse.datatools.connectivity.feature.feature.group" version=""/>
<iu id="org.eclipse.datatools.enablement.feature.feature.group" version=""/>
<iu id="org.eclipse.datatools.enablement.jdt.feature.feature.group" version=""/>
@@ -131,6 +130,7 @@
<iu id="org.eclipse.datatools.sqldevtools.parsers.feature.feature.group" version=""/>
<iu id="org.eclipse.datatools.sqldevtools.results.feature.feature.group" version=""/>
<iu id="org.eclipse.datatools.sqldevtools.feature.feature.group" version=""/>
+<iu id="org.eclipse.datatools.enablement.oda.designer.feature.feature.group" version=""/>
<iu id="org.eclipse.draw2d.feature.group" version=""/>
<iu id="org.eclipse.gef.feature.group" version=""/>
<iu id="org.eclipse.zest.feature.group" version=""/>
13 years, 10 months
JBoss Tools SVN: r29585 - branches/jbosstools-3.2.x/build/target-platform.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2011-03-07 17:08:18 -0500 (Mon, 07 Mar 2011)
New Revision: 29585
Modified:
branches/jbosstools-3.2.x/build/target-platform/jbds.target
branches/jbosstools-3.2.x/build/target-platform/multiple.target
branches/jbosstools-3.2.x/build/target-platform/multiple.target.p2mirror.xml
branches/jbosstools-3.2.x/build/target-platform/unified.target
branches/jbosstools-3.2.x/build/target-platform/unified.target.p2mirror.xml
Log:
remove duplicate org.eclipse.birt.feature.group from TP
Modified: branches/jbosstools-3.2.x/build/target-platform/jbds.target
===================================================================
--- branches/jbosstools-3.2.x/build/target-platform/jbds.target 2011-03-07 22:06:55 UTC (rev 29584)
+++ branches/jbosstools-3.2.x/build/target-platform/jbds.target 2011-03-07 22:08:18 UTC (rev 29585)
@@ -151,4 +151,4 @@
<repository location="http://download.eclipse.org/releases/helios/"/>
</location>
</locations>
-</target>
\ No newline at end of file
+</target>
Modified: branches/jbosstools-3.2.x/build/target-platform/multiple.target
===================================================================
--- branches/jbosstools-3.2.x/build/target-platform/multiple.target 2011-03-07 22:06:55 UTC (rev 29584)
+++ branches/jbosstools-3.2.x/build/target-platform/multiple.target 2011-03-07 22:08:18 UTC (rev 29585)
@@ -122,7 +122,6 @@
<repository location="http://download.eclipse.org/eclipse/updates/3.6/"/>
</location>
<location includeAllPlatforms="false" includeMode="planner" type="InstallableUnit">
- <unit id="org.eclipse.birt.feature.group" version="2.6.2.r262_v20101008-9iF7A9JGHMBCRz-R8tbxRel8kQrI"/>
<unit id="org.eclipse.datatools.connectivity.feature.feature.group" version="1.8.2.v201010181125-7C7b8mEt1Zwkn9kfkUHHsoP_3to"/>
<unit id="org.eclipse.datatools.enablement.feature.feature.group" version="1.8.2.v201010181125-7J8x7UBWwUN6z02z-fiI_w4x4uLf"/>
<unit id="org.eclipse.datatools.enablement.jdt.feature.feature.group" version="1.8.2.v201010181125-2-07w31211518181A"/>
@@ -228,4 +227,4 @@
<feature id="org.mozilla.xpcom.feature"/>
</includeBundles>
<targetJRE path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
-</target>
\ No newline at end of file
+</target>
Modified: branches/jbosstools-3.2.x/build/target-platform/multiple.target.p2mirror.xml
===================================================================
--- branches/jbosstools-3.2.x/build/target-platform/multiple.target.p2mirror.xml 2011-03-07 22:06:55 UTC (rev 29584)
+++ branches/jbosstools-3.2.x/build/target-platform/multiple.target.p2mirror.xml 2011-03-07 22:08:18 UTC (rev 29585)
@@ -117,7 +117,6 @@
<iu id="org.eclipse.equinox.server.servletbridge.feature.group" version=""/>
<iu id="org.eclipse.equinox.server.simple.feature.group" version=""/>
<iu id="org.eclipse.rcp.feature.group" version=""/>
-<iu id="org.eclipse.birt.feature.group" version=""/>
<iu id="org.eclipse.datatools.connectivity.feature.feature.group" version=""/>
<iu id="org.eclipse.datatools.enablement.feature.feature.group" version=""/>
<iu id="org.eclipse.datatools.enablement.jdt.feature.feature.group" version=""/>
Modified: branches/jbosstools-3.2.x/build/target-platform/unified.target
===================================================================
--- branches/jbosstools-3.2.x/build/target-platform/unified.target 2011-03-07 22:06:55 UTC (rev 29584)
+++ branches/jbosstools-3.2.x/build/target-platform/unified.target 2011-03-07 22:08:18 UTC (rev 29585)
@@ -122,7 +122,6 @@
<repository location="http://download.jboss.org/jbosstools/updates/target-platform/latest/"/>
</location>
<location includeAllPlatforms="false" includeMode="planner" type="InstallableUnit">
- <unit id="org.eclipse.birt.feature.group" version="2.6.2.r262_v20101008-9iF7A9JGHMBCRz-R8tbxRel8kQrI"/>
<unit id="org.eclipse.datatools.connectivity.feature.feature.group" version="1.8.2.v201010181125-7C7b8mEt1Zwkn9kfkUHHsoP_3to"/>
<unit id="org.eclipse.datatools.enablement.feature.feature.group" version="1.8.2.v201010181125-7J8x7UBWwUN6z02z-fiI_w4x4uLf"/>
<unit id="org.eclipse.datatools.enablement.jdt.feature.feature.group" version="1.8.2.v201010181125-2-07w31211518181A"/>
@@ -228,4 +227,4 @@
<feature id="org.mozilla.xpcom.feature"/>
</includeBundles>
<targetJRE path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
-</target>
\ No newline at end of file
+</target>
Modified: branches/jbosstools-3.2.x/build/target-platform/unified.target.p2mirror.xml
===================================================================
--- branches/jbosstools-3.2.x/build/target-platform/unified.target.p2mirror.xml 2011-03-07 22:06:55 UTC (rev 29584)
+++ branches/jbosstools-3.2.x/build/target-platform/unified.target.p2mirror.xml 2011-03-07 22:08:18 UTC (rev 29585)
@@ -117,7 +117,6 @@
<iu id="org.eclipse.equinox.server.servletbridge.feature.group" version=""/>
<iu id="org.eclipse.equinox.server.simple.feature.group" version=""/>
<iu id="org.eclipse.rcp.feature.group" version=""/>
-<iu id="org.eclipse.birt.feature.group" version=""/>
<iu id="org.eclipse.datatools.connectivity.feature.feature.group" version=""/>
<iu id="org.eclipse.datatools.enablement.feature.feature.group" version=""/>
<iu id="org.eclipse.datatools.enablement.jdt.feature.feature.group" version=""/>
13 years, 10 months
JBoss Tools SVN: r29584 - trunk/birt/docs/en-US.
by jbosstools-commits@lists.jboss.org
Author: mcaspers
Date: 2011-03-07 17:06:55 -0500 (Mon, 07 Mar 2011)
New Revision: 29584
Modified:
trunk/birt/docs/en-US/birt_integration_with_seam.xml
Log:
"General editing and screenshot updates"
Modified: trunk/birt/docs/en-US/birt_integration_with_seam.xml
===================================================================
--- trunk/birt/docs/en-US/birt_integration_with_seam.xml 2011-03-07 22:06:06 UTC (rev 29583)
+++ trunk/birt/docs/en-US/birt_integration_with_seam.xml 2011-03-07 22:06:55 UTC (rev 29584)
@@ -1,208 +1,212 @@
<?xml version='1.0' encoding='UTF-8'?>
<section id="birt_integration_with_seam">
- <title>Adding BIRT Functionality to Standard Seam Web Project</title>
+ <title>Adding BIRT Functionality to Standard Seam Web Project</title>
- <para>In this section you'll know how to integrate BIRT into a Seam web project. </para>
+ <para>This section discusses the process of integrating BIRT into a Seam web project. </para>
- <para>You are supposed to have Seam runtime and JBoss Application Server downloaded and
- extracted on your hard drive.
- You can download Seam from the
- <ulink url="http://seamframework.org/Download">Seam Framework</ulink> web page and
- JBoss Application Server from <ulink url="http://jboss.org/jbossas/downloads/">JBoss Application Server</ulink> official site.
-
+ <para>
+ To follow this guide you will need to have the Seam runtime and JBoss Application Server downloaded and extracted on your hard drive. You can download Seam from the <ulink url="http://seamframework.org/Download">Seam Framework</ulink> web page and JBoss Application Server from <ulink url="http://jboss.org/jbossas/downloads/">JBoss Application Server</ulink> official site.
</para>
- <note>
- <title>Tip:</title>
- <para>We used <ulink
- url="http://sourceforge.net/project/showfiles.php?group_id=22866&package_i..."
- >JBoss Seam 2.0.1 GA</ulink> and <ulink
- url="http://sourceforge.net/project/showfiles.php?group_id=22866&package_i..."
- >JBoss Application Server 4.2.2 GA</ulink> in examples of this guide.</para>
- </note>
+ <note>
+ <title>Tip:</title>
+ <para>
+ <ulink url="http://sourceforge.net/project/showfiles.php?group_id=22866&package_i...">JBoss Seam 2.0.1 GA</ulink> and <ulink url="http://sourceforge.net/project/showfiles.php?group_id=22866&package_i...">JBoss Application Server 4.2.2 GA</ulink> were used in the examples presented in this guide.
+ </para>
+ </note>
- <section id="creatin_project_with_birt">
- <title>Creating Seam Web Project with Birt Facet</title>
+ <section id="creatin_project_with_birt">
+ <title>Creating Seam Web Project with Birt Facet</title>
- <para>We recommend to open <property>Seam perspective</property> by going to <emphasis>
- <property>Window > Open Perspective > Other > Seam</property></emphasis> , this way you will have all the tools to work with Seam at hand.
- To create a new Seam Web project navigate to <emphasis>
- <property>File > New > Seam Web Project</property>
- </emphasis>. Otherwise you should go to <emphasis>
-
- <property>File > New > Other > Seam > Seam Web
- Project</property>
- </emphasis> if <property>Seam</property> perspective is not active.</para>
+ <para>
+ It is recommended that you open the Seam Perspective by selecting <menuchoice><guimenuitem>Window</guimenuitem><guimenuitem>Open Perspective</guimenuitem><guimenuitem>Other</guimenuitem><guimenuitem>Seam</guimenuitem></menuchoice>. This perspective provides conventient access to all the Seam tools.
+ </para>
+ <para>
+ To create a new Seam Web project select <menuchoice><guimenuitem>File</guimenuitem><guimenuitem>New</guimenuitem><guimenuitem>Seam Web Project</guimenuitem></menuchoice>. If the Seam Perspective is not active, select
+ <menuchoice><guimenuitem>File</guimenuitem><guimenuitem>New</guimenuitem><guimenuitem>Other</guimenuitem><guimenuitem>Seam</guimenuitem><guimenuitem>Seam Web Project</guimenuitem></menuchoice>.
+ </para>
- <orderedlist>
-
- <listitem>
- <para>On the first wizard page enter the project name, then specify the target runtime and
+ <orderedlist>
+
+ <listitem>
+ <para>On the first wizard page enter the project name, then specify the target runtime and
target server. We recommend to use JBoss AS server and runtime environment to ensure best performance.
</para>
-
- <figure id="CreatingSeamWebProject">
- <title>Creating Seam Web Project</title>
- <mediaobject>
- <imageobject>
- <imagedata fileref="images/birt_integration_with_seam/testBirtProject.png"/>
- </imageobject>
- </mediaobject>
- </figure>
- </listitem>
- <listitem>
- <para>In the <emphasis><property>Configuration</property></emphasis> group choose the version of <emphasis>
+
+ <figure id="CreatingSeamWebProject">
+ <title>Creating Seam Web Project</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/birt_integration_with_seam/testBirtProject.png"/>
+ </imageobject>
+ </mediaobject>
+ </figure>
+ </listitem>
+ <listitem>
+ <para>In the <emphasis><property>Configuration</property>
+ </emphasis> group choose the version of <emphasis>
<property>Seam</property>
- </emphasis> framework you are planning to use in your application. In this guide we used Seam 2.2. </para>
- </listitem>
- <listitem>
- <para>Click the <emphasis><property>Modify</property></emphasis> button
+ </emphasis> framework you are planning to use in your application. In this guide we used Seam 2.2. </para>
+ </listitem>
+ <listitem>
+ <para>Click the <emphasis><property>Modify</property>
+ </emphasis> button
and enable the <emphasis>
<property>Birt Reporting Runtime Component</property>
- </emphasis> facet by checking the appropriate option.</para>
+ </emphasis> facet by checking the appropriate option.</para>
- <figure>
- <title>Adding the Birt Reporting Runtime Component Facet </title>
- <mediaobject>
- <imageobject>
- <imagedata fileref="images/birt_integration_with_seam/addingBirtFacet.png"/>
- </imageobject>
- </mediaobject>
- </figure>
- <para>Alternatively you can just choose the <emphasis>
+ <figure>
+ <title>Adding the Birt Reporting Runtime Component Facet </title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/birt_integration_with_seam/addingBirtFacet.png"/>
+ </imageobject>
+ </mediaobject>
+ </figure>
+ <para>Alternatively you can just choose the <emphasis>
<property>JBoss BIRT Integration Web Project</property>
- </emphasis> configuration from the drop-down list in the <emphasis><property>Configuration</property></emphasis> group </para>
-
- <figure>
- <title>Choosing the JBoss BIRT Integration Web Project Configuration</title>
- <mediaobject>
- <imageobject>
- <imagedata
- fileref="images/birt_integration_with_seam/projectBirtConfiguration.png"/>
- </imageobject>
- </mediaobject>
- </figure>
-
- </listitem>
-
+ </emphasis> configuration from the drop-down list in the <emphasis><property>Configuration</property>
+ </emphasis> group </para>
+
+ <figure>
+ <title>Choosing the JBoss BIRT Integration Web Project Configuration</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/birt_integration_with_seam/projectBirtConfiguration.png"/>
+ </imageobject>
+ </mediaobject>
+ </figure>
+
+ </listitem>
- <listitem>
- <para>You may leave the next two pages with default values, just press <emphasis><property>Next</property></emphasis> to proceed.
+
+ <listitem>
+ <para>You may leave the next two pages with default values, just press <emphasis><property>Next</property>
+ </emphasis> to proceed.
</para>
- </listitem>
-
- <listitem>
-
- <para>On the <emphasis><property>Birt Configuration</property></emphasis> page you can modify the BIRT deployment settings, which you can edit afterwards in the web.xml of the generated project. Let's keep the default values for now.
+ </listitem>
+
+ <listitem>
+
+ <para>On the <emphasis><property>Birt Configuration</property>
+ </emphasis> page you can modify the BIRT deployment settings, which you can edit afterwards in the web.xml of the generated project. Let's keep the default values for now.
</para>
-
- <figure>
- <title>Configuring BIRT Deployment Settings</title>
- <mediaobject>
- <imageobject>
- <imagedata fileref="images/birt_integration_with_seam/birtDeploymentSettings.png"/>
- </imageobject>
- </mediaobject>
- </figure>
+
+ <figure>
+ <title>Configuring BIRT Deployment Settings</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/birt_integration_with_seam/birtDeploymentSettings.png"/>
+ </imageobject>
+ </mediaobject>
+ </figure>
-
- </listitem>
-
- <listitem>
- <para>You can also leave the <emphasis><property>JSF Capabilities</property></emphasis> page with default values. </para>
- </listitem>
-
- <listitem>
- <para>On the <emphasis>
+
+ </listitem>
+
+ <listitem>
+ <para>You can also leave the <emphasis><property>JSF Capabilities</property>
+ </emphasis> page with default values. </para>
+ </listitem>
+
+ <listitem>
+ <para>On the <emphasis>
<property>Seam Facet</property>
- </emphasis> page you should specify the Seam runtime and Connection profile. Please note, that the Seam runtime must be of the version you initially specified in the project settings (See the <link linkend="CreatingSeamWebProject">Creating Seam Web Project</link> figure). </para>
- <para> When creating a Seam project with BIRT capabilities you can use the <property>BIRT Classic Models Sample Database</property> connection profile to work with the BIRT sample database.</para>
-
- <para>For more details on how to configure database connection for a Seam project please read the
+ </emphasis> page you should specify the Seam runtime and Connection profile. Please note, that the Seam runtime must be of the version you initially specified in the project settings (See the <link linkend="CreatingSeamWebProject">Creating Seam Web Project</link> figure). </para>
+ <para> When creating a Seam project with BIRT capabilities you can use the <property>BIRT Classic Models Sample Database</property> connection profile to work with the BIRT sample database.</para>
+
+ <para>For more details on how to configure database connection for a Seam project please read the
<ulink url="http://docs.jboss.org/tools/3.0.0.GA/en/seam/html_single/index.html#seamF...">Configure Seam Facet Settings</ulink> chapter of Seam Dev Tools Reference Guide.</para>
- <figure>
- <title>Configuring the Seam Facet settings</title>
- <mediaobject>
- <imageobject>
- <imagedata fileref="images/birt_integration_with_seam/seamFacet.png"/>
- </imageobject>
- </mediaobject>
- </figure>
-
- </listitem>
-
+ <figure>
+ <title>Configuring the Seam Facet settings</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/birt_integration_with_seam/seamFacet.png"/>
+ </imageobject>
+ </mediaobject>
+ </figure>
+
+ </listitem>
- <listitem>
- <para>Hit <emphasis>
+
+ <listitem>
+ <para>Hit <emphasis>
<property>Finish</property>
- </emphasis> to create the project with BIRT functionality enabled.</para>
- </listitem>
- </orderedlist>
- </section>
+ </emphasis> to create the project with BIRT functionality enabled.</para>
+ </listitem>
+ </orderedlist>
+ </section>
- <section id="integration">
- <title>Integration with Seam</title>
-<para>
+ <section id="integration">
+ <title>Integration with Seam</title>
+ <para>
In the previous section you have created a Seam project with BIRT capabilities.
Now you can create a simple kick start project to see that everything is configured correctly.
</para>
-
- <orderedlist>
- <listitem><para>Now create a BIRT report file and insert test data into the file.
+
+ <orderedlist>
+ <listitem>
+ <para>Now create a BIRT report file and insert test data into the file.
Name the report file <property>helloBirt.rptdesign</property>, the report should print the data from the <code>CLASSICMODELS.CUSTOMERS</code> table of the <property>BIRT Classic Models Sample Database</property>, namely: customer number (<code>CLASSICMODELS.CUSTOMERS.CUSTOMERNAME</code>),
contact person first name ( <code>CLASSICMODELS.CUSTOMERS.CONTACTFIRSTNAME</code>) ,
contact person last name (<code>CLASSICMODELS.CUSTOMERS.CONTACTLASTNAME</code>) and
contact person phone number(<code>CLASSICMODELS.CUSTOMERS.PHONE</code>).
</para>
- <para>The title of the report should be set via <code>reportTitle</code> parameter</para>
- <para>
+ <para>The title of the report should be set via <code>reportTitle</code> parameter</para>
+ <para>
As this guide is primarily focused on the BIRT integration and not the BIRT technology itself we will not show the steps required to make the report. If you do not feel strong about creating a BIRT report file please read <ulink url="http://eclipse.org/birt/phoenix/tutorial/">BIRT documentation</ulink>.
- </para>
- <para>You can download the file <property>helloBirt.rptdesign</property> <ulink url="files/helloBirt.rptdesign">here</ulink> and copy it to the WebContent folder of your Seam project.</para>
-
- </listitem>
-
- <listitem>
- <para>
+ </para>
+ <para>You can download the file <property>helloBirt.rptdesign</property>
+ <ulink url="files/helloBirt.rptdesign">here</ulink> and copy it to the WebContent folder of your Seam project.</para>
+
+ </listitem>
+
+ <listitem>
+ <para>
When you are done with the <property>helloBirt.rptdesign</property> file, you should create a <property>.xhtml</property> file that will contain the BIRT report you have just created.
- </para>
-
+ </para>
- <para>
- The JBoss BIRT Integration framework provides 2 components represented as <emphasis role="bold"> <property><b:birt></property></emphasis> and <emphasis role="bold"> <property><b:param></property></emphasis> tags. The jboss-seam-birt.jar library implements the functionality of the components. To find more information about the framework pleas read the <link linkend="framework">JBoss BIRT Integraion Framework API Reference</link> chapter.
+
+ <para>
+ The JBoss BIRT Integration framework provides 2 components represented as <emphasis role="bold"> <property><b:birt></property>
+ </emphasis> and <emphasis role="bold"> <property><b:param></property>
+ </emphasis> tags. The jboss-seam-birt.jar library implements the functionality of the components. To find more information about the framework pleas read the <link linkend="framework">JBoss BIRT Integraion Framework API Reference</link> chapter.
To use that tags on the page you need to declare the tag library and define the name space like this:
</para>
+
-
- <programlisting role="XML"><![CDATA[
+ <programlisting role="XML"><![CDATA[
xmlns:b="http://jboss.com/products/seam/birt"
- ]]></programlisting>
+ ]]></programlisting>
- <para>
- The <emphasis role="bold"> <property><b:birt></property></emphasis> is a container for a BIRT report, that helps you integrate the report into Seam environment.
- You can manage the properties of the report using the attributes of the <emphasis role="bold"> <property><b:birt></property></emphasis> tag.
+ <para>
+ The <emphasis role="bold"> <property><b:birt></property>
+ </emphasis> is a container for a BIRT report, that helps you integrate the report into Seam environment.
+ You can manage the properties of the report using the attributes of the <emphasis role="bold"> <property><b:birt></property>
+ </emphasis> tag.
</para>
-
- <para>
+
+ <para>
- The <emphasis role="bold"> <property><b:param></property></emphasis> tag describes report parameters. To set a parameter you need to specify it's name the value you want to pass.
+ The <emphasis role="bold"> <property><b:param></property>
+ </emphasis> tag describes report parameters. To set a parameter you need to specify it's name the value you want to pass.
You can use EL expressions to bind the representation layer with back-end logic.
</para>
-
- </listitem>
+ </listitem>
- <listitem>
+
+ <listitem>
-
- <para>Create the <property>helloBirt.xhtml</property> file in the WebContent with the following content: </para>
-
- <programlisting role="XML"><![CDATA[...
+
+ <para>Create the <property>helloBirt.xhtml</property> file in the WebContent with the following content: </para>
+
+ <programlisting role="XML"><![CDATA[...
<!DOCTYPE composition PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<ui:composition xmlns="http://www.w3.org/1999/xhtml"
@@ -220,36 +224,40 @@
</rich:panel>
</ui:define>
</ui:composition>
-...]]></programlisting>
-
- <para>From this listing above you see that the title of the report is set via <emphasis role="bold"> <property><b:param></property></emphasis> by setting the parameter name and defining the <emphasis><property>"value"</property></emphasis> attribute with the "Customers Contacts" value.</para>
-
- </listitem>
-
+...]]></programlisting>
+
+ <para>From this listing above you see that the title of the report is set via <emphasis role="bold"> <property><b:param></property>
+ </emphasis> by setting the parameter name and defining the <emphasis><property>"value"</property>
+ </emphasis> attribute with the "Customers Contacts" value.</para>
+
+ </listitem>
- <listitem>
- <para>We have created a Seam project and inserted the <property>helloBirt</property> report into the <property>helloBirt.xhtml</property> view file.</para>
+
+ <listitem>
+ <para>We have created a Seam project and inserted the <property>helloBirt</property> report into the <property>helloBirt.xhtml</property> view file.</para>
-
-<para>To see that the application works correctly and as you expect, you need to launch it on the server.</para>
- </listitem>
- <listitem><para>In the <property>Servers</property> view (If it is not open navigate to <property>Windows > Show View > Other > Server > Servers</property>), select the server the application is deployed to and hit the <property>Start</property> button. </para></listitem>
- <listitem>
- <para>When the server is started, open your favourite browser and point it to <code>http://localhost:8080/HelloBirt/helloBirt.seam</code> .</para>
+
+ <para>To see that the application works correctly and as you expect, you need to launch it on the server.</para>
+ </listitem>
+ <listitem>
+ <para>In the <property>Servers</property> view (If it is not open navigate to <property>Windows > Show View > Other > Server > Servers</property>), select the server the application is deployed to and hit the <property>Start</property> button. </para>
+ </listitem>
+ <listitem>
+ <para>When the server is started, open your favourite browser and point it to <code>http://localhost:8080/HelloBirt/helloBirt.seam</code> .</para>
-
-<figure>
- <title>Integrating BIRT into Seam Project</title>
- <mediaobject>
- <imageobject>
- <imagedata fileref="images/birt_integration_with_seam/helloBirtproject.png"/>
- </imageobject>
- </mediaobject>
-</figure>
- </listitem>
- </orderedlist>
-
- </section>
+
+ <figure>
+ <title>Integrating BIRT into Seam Project</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/birt_integration_with_seam/helloBirtproject.png"/>
+ </imageobject>
+ </mediaobject>
+ </figure>
+ </listitem>
+ </orderedlist>
+
+ </section>
</section>
\ No newline at end of file
13 years, 10 months
JBoss Tools SVN: r29583 - trunk/build/target-platform.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2011-03-07 17:06:06 -0500 (Mon, 07 Mar 2011)
New Revision: 29583
Modified:
trunk/build/target-platform/multiple.target
trunk/build/target-platform/multiple.target.p2mirror.xml
trunk/build/target-platform/unified.target
trunk/build/target-platform/unified.target.p2mirror.xml
Log:
remove duplicate org.eclipse.birt.feature.group from TP
Modified: trunk/build/target-platform/multiple.target
===================================================================
--- trunk/build/target-platform/multiple.target 2011-03-07 21:48:31 UTC (rev 29582)
+++ trunk/build/target-platform/multiple.target 2011-03-07 22:06:06 UTC (rev 29583)
@@ -122,7 +122,6 @@
<repository location="http://download.eclipse.org/eclipse/updates/3.6/"/>
</location>
<location includeAllPlatforms="false" includeMode="planner" type="InstallableUnit">
- <unit id="org.eclipse.birt.feature.group" version="2.6.2.r262_v20101008-9iF7A9JGHMBCRz-R8tbxRel8kQrI"/>
<unit id="org.eclipse.datatools.connectivity.feature.feature.group" version="1.8.2.v201010181125-7C7b8mEt1Zwkn9kfkUHHsoP_3to"/>
<unit id="org.eclipse.datatools.enablement.feature.feature.group" version="1.8.2.v201010181125-7J8x7UBWwUN6z02z-fiI_w4x4uLf"/>
<unit id="org.eclipse.datatools.enablement.jdt.feature.feature.group" version="1.8.2.v201010181125-2-07w31211518181A"/>
@@ -228,4 +227,4 @@
<feature id="org.mozilla.xpcom.feature"/>
</includeBundles>
<targetJRE path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
-</target>
\ No newline at end of file
+</target>
Modified: trunk/build/target-platform/multiple.target.p2mirror.xml
===================================================================
--- trunk/build/target-platform/multiple.target.p2mirror.xml 2011-03-07 21:48:31 UTC (rev 29582)
+++ trunk/build/target-platform/multiple.target.p2mirror.xml 2011-03-07 22:06:06 UTC (rev 29583)
@@ -117,7 +117,6 @@
<iu id="org.eclipse.equinox.server.servletbridge.feature.group" version=""/>
<iu id="org.eclipse.equinox.server.simple.feature.group" version=""/>
<iu id="org.eclipse.rcp.feature.group" version=""/>
-<iu id="org.eclipse.birt.feature.group" version=""/>
<iu id="org.eclipse.datatools.connectivity.feature.feature.group" version=""/>
<iu id="org.eclipse.datatools.enablement.feature.feature.group" version=""/>
<iu id="org.eclipse.datatools.enablement.jdt.feature.feature.group" version=""/>
Modified: trunk/build/target-platform/unified.target
===================================================================
--- trunk/build/target-platform/unified.target 2011-03-07 21:48:31 UTC (rev 29582)
+++ trunk/build/target-platform/unified.target 2011-03-07 22:06:06 UTC (rev 29583)
@@ -122,7 +122,6 @@
<repository location="http://download.jboss.org/jbosstools/updates/target-platform/latest/"/>
</location>
<location includeAllPlatforms="false" includeMode="planner" type="InstallableUnit">
- <unit id="org.eclipse.birt.feature.group" version="2.6.2.r262_v20101008-9iF7A9JGHMBCRz-R8tbxRel8kQrI"/>
<unit id="org.eclipse.datatools.connectivity.feature.feature.group" version="1.8.2.v201010181125-7C7b8mEt1Zwkn9kfkUHHsoP_3to"/>
<unit id="org.eclipse.datatools.enablement.feature.feature.group" version="1.8.2.v201010181125-7J8x7UBWwUN6z02z-fiI_w4x4uLf"/>
<unit id="org.eclipse.datatools.enablement.jdt.feature.feature.group" version="1.8.2.v201010181125-2-07w31211518181A"/>
@@ -228,4 +227,4 @@
<feature id="org.mozilla.xpcom.feature"/>
</includeBundles>
<targetJRE path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
-</target>
\ No newline at end of file
+</target>
Modified: trunk/build/target-platform/unified.target.p2mirror.xml
===================================================================
--- trunk/build/target-platform/unified.target.p2mirror.xml 2011-03-07 21:48:31 UTC (rev 29582)
+++ trunk/build/target-platform/unified.target.p2mirror.xml 2011-03-07 22:06:06 UTC (rev 29583)
@@ -117,7 +117,6 @@
<iu id="org.eclipse.equinox.server.servletbridge.feature.group" version=""/>
<iu id="org.eclipse.equinox.server.simple.feature.group" version=""/>
<iu id="org.eclipse.rcp.feature.group" version=""/>
-<iu id="org.eclipse.birt.feature.group" version=""/>
<iu id="org.eclipse.datatools.connectivity.feature.feature.group" version=""/>
<iu id="org.eclipse.datatools.enablement.feature.feature.group" version=""/>
<iu id="org.eclipse.datatools.enablement.jdt.feature.feature.group" version=""/>
13 years, 10 months
JBoss Tools SVN: r29582 - trunk/build/target-platform.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2011-03-07 16:48:31 -0500 (Mon, 07 Mar 2011)
New Revision: 29582
Modified:
trunk/build/target-platform/multiple.target
trunk/build/target-platform/multiple.target.p2mirror.xml
trunk/build/target-platform/unified.target
trunk/build/target-platform/unified.target.p2mirror.xml
Log:
add org.eclipse.datatools.enablement.oda.designer.feature.feature.group for Teiid 7.1
Modified: trunk/build/target-platform/multiple.target
===================================================================
--- trunk/build/target-platform/multiple.target 2011-03-07 21:48:30 UTC (rev 29581)
+++ trunk/build/target-platform/multiple.target 2011-03-07 21:48:31 UTC (rev 29582)
@@ -132,6 +132,7 @@
<unit id="org.eclipse.datatools.sqldevtools.parsers.feature.feature.group" version="1.8.2.v201010181125-622BgJ9CR9XFcEWLP"/>
<unit id="org.eclipse.datatools.sqldevtools.results.feature.feature.group" version="1.8.2.v201010181125-4219oB57E6G9F7KDB"/>
<unit id="org.eclipse.datatools.sqldevtools.feature.feature.group" version="1.8.2.v201010181125-7N7y7JFDrhqbGIFUNhcFodMMD2J0"/>
+ <unit id="org.eclipse.datatools.enablement.oda.designer.feature.feature.group" version="1.8.2.v201010181125-3328s735357795A78"/>
<unit id="org.eclipse.draw2d.feature.group" version="3.6.2.v20110128-0100-4517w3122123901211"/>
<unit id="org.eclipse.gef.feature.group" version="3.6.2.v20110128-0100-777B381A4Bz06565376E32322"/>
Modified: trunk/build/target-platform/multiple.target.p2mirror.xml
===================================================================
--- trunk/build/target-platform/multiple.target.p2mirror.xml 2011-03-07 21:48:30 UTC (rev 29581)
+++ trunk/build/target-platform/multiple.target.p2mirror.xml 2011-03-07 21:48:31 UTC (rev 29582)
@@ -127,6 +127,7 @@
<iu id="org.eclipse.datatools.sqldevtools.parsers.feature.feature.group" version=""/>
<iu id="org.eclipse.datatools.sqldevtools.results.feature.feature.group" version=""/>
<iu id="org.eclipse.datatools.sqldevtools.feature.feature.group" version=""/>
+<iu id="org.eclipse.datatools.enablement.oda.designer.feature.feature.group" version=""/>
<iu id="org.eclipse.draw2d.feature.group" version=""/>
<iu id="org.eclipse.gef.feature.group" version=""/>
<iu id="org.eclipse.zest.feature.group" version=""/>
Modified: trunk/build/target-platform/unified.target
===================================================================
--- trunk/build/target-platform/unified.target 2011-03-07 21:48:30 UTC (rev 29581)
+++ trunk/build/target-platform/unified.target 2011-03-07 21:48:31 UTC (rev 29582)
@@ -132,6 +132,7 @@
<unit id="org.eclipse.datatools.sqldevtools.parsers.feature.feature.group" version="1.8.2.v201010181125-622BgJ9CR9XFcEWLP"/>
<unit id="org.eclipse.datatools.sqldevtools.results.feature.feature.group" version="1.8.2.v201010181125-4219oB57E6G9F7KDB"/>
<unit id="org.eclipse.datatools.sqldevtools.feature.feature.group" version="1.8.2.v201010181125-7N7y7JFDrhqbGIFUNhcFodMMD2J0"/>
+ <unit id="org.eclipse.datatools.enablement.oda.designer.feature.feature.group" version="1.8.2.v201010181125-3328s735357795A78"/>
<unit id="org.eclipse.draw2d.feature.group" version="3.6.2.v20110128-0100-4517w3122123901211"/>
<unit id="org.eclipse.gef.feature.group" version="3.6.2.v20110128-0100-777B381A4Bz06565376E32322"/>
Modified: trunk/build/target-platform/unified.target.p2mirror.xml
===================================================================
--- trunk/build/target-platform/unified.target.p2mirror.xml 2011-03-07 21:48:30 UTC (rev 29581)
+++ trunk/build/target-platform/unified.target.p2mirror.xml 2011-03-07 21:48:31 UTC (rev 29582)
@@ -127,6 +127,7 @@
<iu id="org.eclipse.datatools.sqldevtools.parsers.feature.feature.group" version=""/>
<iu id="org.eclipse.datatools.sqldevtools.results.feature.feature.group" version=""/>
<iu id="org.eclipse.datatools.sqldevtools.feature.feature.group" version=""/>
+<iu id="org.eclipse.datatools.enablement.oda.designer.feature.feature.group" version=""/>
<iu id="org.eclipse.draw2d.feature.group" version=""/>
<iu id="org.eclipse.gef.feature.group" version=""/>
<iu id="org.eclipse.zest.feature.group" version=""/>
13 years, 10 months
JBoss Tools SVN: r29581 - branches/jbosstools-3.2.x/build/target-platform.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2011-03-07 16:48:30 -0500 (Mon, 07 Mar 2011)
New Revision: 29581
Modified:
branches/jbosstools-3.2.x/build/target-platform/multiple.target
branches/jbosstools-3.2.x/build/target-platform/multiple.target.p2mirror.xml
branches/jbosstools-3.2.x/build/target-platform/unified.target
branches/jbosstools-3.2.x/build/target-platform/unified.target.p2mirror.xml
Log:
add org.eclipse.datatools.enablement.oda.designer.feature.feature.group for Teiid 7.1
Modified: branches/jbosstools-3.2.x/build/target-platform/multiple.target
===================================================================
--- branches/jbosstools-3.2.x/build/target-platform/multiple.target 2011-03-07 21:18:52 UTC (rev 29580)
+++ branches/jbosstools-3.2.x/build/target-platform/multiple.target 2011-03-07 21:48:30 UTC (rev 29581)
@@ -132,6 +132,7 @@
<unit id="org.eclipse.datatools.sqldevtools.parsers.feature.feature.group" version="1.8.2.v201010181125-622BgJ9CR9XFcEWLP"/>
<unit id="org.eclipse.datatools.sqldevtools.results.feature.feature.group" version="1.8.2.v201010181125-4219oB57E6G9F7KDB"/>
<unit id="org.eclipse.datatools.sqldevtools.feature.feature.group" version="1.8.2.v201010181125-7N7y7JFDrhqbGIFUNhcFodMMD2J0"/>
+ <unit id="org.eclipse.datatools.enablement.oda.designer.feature.feature.group" version="1.8.2.v201010181125-3328s735357795A78"/>
<unit id="org.eclipse.draw2d.feature.group" version="3.6.2.v20110128-0100-4517w3122123901211"/>
<unit id="org.eclipse.gef.feature.group" version="3.6.2.v20110128-0100-777B381A4Bz06565376E32322"/>
Modified: branches/jbosstools-3.2.x/build/target-platform/multiple.target.p2mirror.xml
===================================================================
--- branches/jbosstools-3.2.x/build/target-platform/multiple.target.p2mirror.xml 2011-03-07 21:18:52 UTC (rev 29580)
+++ branches/jbosstools-3.2.x/build/target-platform/multiple.target.p2mirror.xml 2011-03-07 21:48:30 UTC (rev 29581)
@@ -127,6 +127,7 @@
<iu id="org.eclipse.datatools.sqldevtools.parsers.feature.feature.group" version=""/>
<iu id="org.eclipse.datatools.sqldevtools.results.feature.feature.group" version=""/>
<iu id="org.eclipse.datatools.sqldevtools.feature.feature.group" version=""/>
+<iu id="org.eclipse.datatools.enablement.oda.designer.feature.feature.group" version=""/>
<iu id="org.eclipse.draw2d.feature.group" version=""/>
<iu id="org.eclipse.gef.feature.group" version=""/>
<iu id="org.eclipse.zest.feature.group" version=""/>
Modified: branches/jbosstools-3.2.x/build/target-platform/unified.target
===================================================================
--- branches/jbosstools-3.2.x/build/target-platform/unified.target 2011-03-07 21:18:52 UTC (rev 29580)
+++ branches/jbosstools-3.2.x/build/target-platform/unified.target 2011-03-07 21:48:30 UTC (rev 29581)
@@ -132,6 +132,7 @@
<unit id="org.eclipse.datatools.sqldevtools.parsers.feature.feature.group" version="1.8.2.v201010181125-622BgJ9CR9XFcEWLP"/>
<unit id="org.eclipse.datatools.sqldevtools.results.feature.feature.group" version="1.8.2.v201010181125-4219oB57E6G9F7KDB"/>
<unit id="org.eclipse.datatools.sqldevtools.feature.feature.group" version="1.8.2.v201010181125-7N7y7JFDrhqbGIFUNhcFodMMD2J0"/>
+ <unit id="org.eclipse.datatools.enablement.oda.designer.feature.feature.group" version="1.8.2.v201010181125-3328s735357795A78"/>
<unit id="org.eclipse.draw2d.feature.group" version="3.6.2.v20110128-0100-4517w3122123901211"/>
<unit id="org.eclipse.gef.feature.group" version="3.6.2.v20110128-0100-777B381A4Bz06565376E32322"/>
Modified: branches/jbosstools-3.2.x/build/target-platform/unified.target.p2mirror.xml
===================================================================
--- branches/jbosstools-3.2.x/build/target-platform/unified.target.p2mirror.xml 2011-03-07 21:18:52 UTC (rev 29580)
+++ branches/jbosstools-3.2.x/build/target-platform/unified.target.p2mirror.xml 2011-03-07 21:48:30 UTC (rev 29581)
@@ -127,6 +127,7 @@
<iu id="org.eclipse.datatools.sqldevtools.parsers.feature.feature.group" version=""/>
<iu id="org.eclipse.datatools.sqldevtools.results.feature.feature.group" version=""/>
<iu id="org.eclipse.datatools.sqldevtools.feature.feature.group" version=""/>
+<iu id="org.eclipse.datatools.enablement.oda.designer.feature.feature.group" version=""/>
<iu id="org.eclipse.draw2d.feature.group" version=""/>
<iu id="org.eclipse.gef.feature.group" version=""/>
<iu id="org.eclipse.zest.feature.group" version=""/>
13 years, 10 months
JBoss Tools SVN: r29580 - in trunk/birt/docs: en-US and 1 other directory.
by jbosstools-commits@lists.jboss.org
Author: mcaspers
Date: 2011-03-07 16:18:52 -0500 (Mon, 07 Mar 2011)
New Revision: 29580
Modified:
trunk/birt/docs/en-US/JBoss_Business_Intelligence_and_Reporting_Tools_Integration_User_Guide.xml
trunk/birt/docs/en-US/tasks.xml
trunk/birt/docs/publican.cfg
Log:
General Documentation Updates
Modified: trunk/birt/docs/en-US/JBoss_Business_Intelligence_and_Reporting_Tools_Integration_User_Guide.xml
===================================================================
--- trunk/birt/docs/en-US/JBoss_Business_Intelligence_and_Reporting_Tools_Integration_User_Guide.xml 2011-03-07 21:15:18 UTC (rev 29579)
+++ trunk/birt/docs/en-US/JBoss_Business_Intelligence_and_Reporting_Tools_Integration_User_Guide.xml 2011-03-07 21:18:52 UTC (rev 29580)
@@ -5,7 +5,7 @@
<xi:include href="Book_Info.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
<xi:include href="Preface.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
<xi:include href="introduction.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include condition="jbosstools" href="tasks.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+ <xi:include condition="jbosstools" href="jbossinstall.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
<xi:include href="tasks.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
<xi:include href="framework.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
<xi:include href="links.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
Modified: trunk/birt/docs/en-US/tasks.xml
===================================================================
--- trunk/birt/docs/en-US/tasks.xml 2011-03-07 21:15:18 UTC (rev 29579)
+++ trunk/birt/docs/en-US/tasks.xml 2011-03-07 21:18:52 UTC (rev 29580)
@@ -1,29 +1,27 @@
<?xml version='1.0' encoding='UTF-8'?>
-
+
<chapter id="tasks" xreflabel="tasks">
- <?dbhtml filename="tasks.html"?>
- <chapterinfo>
- <keywordset>
+ <?dbhtml filename="tasks.html"?>
+ <chapterinfo>
+ <keywordset>
+ <keyword>Eclipse</keyword>
+ <keyword>JBoss</keyword>
+ <keyword>JBoss Tools</keyword>
+ <keyword>BIRT Integration</keyword>
+ </keywordset>
+ </chapterinfo>
- <keyword>Eclipse</keyword>
- <keyword>JBoss</keyword>
- <keyword>JBoss Tools</keyword>
- <keyword>BIRT Integration</keyword>
- </keywordset>
- </chapterinfo>
+ <title>Tasks</title>
+ <para>
+ In this chapter of the guide you will find information on the tasks that you can perform integrating BIRT. The required version of BIRT is 2.3.2 or greater.
+ </para>
- <title>Tasks</title>
- <para> In this chapter of the guide you will find information on the tasks that you can perform integrating BIRT. The required version of BIRT is 2.3.2 or greater.</para>
-
-
-
-
- <!-- &birt_integration_with_seam;
- &hibernate_datasource;
- &birt_reports_deployment; -->
- <xi:include href="birt_integration_with_seam.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="hibernate_datasource.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="birt_reports_deployment.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-
-
+ <!--
+ &birt_integration_with_seam;
+ &hibernate_datasource;
+ &birt_reports_deployment;
+ -->
+ <xi:include href="birt_integration_with_seam.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+ <xi:include href="hibernate_datasource.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+ <xi:include href="birt_reports_deployment.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
</chapter>
Modified: trunk/birt/docs/publican.cfg
===================================================================
--- trunk/birt/docs/publican.cfg 2011-03-07 21:15:18 UTC (rev 29579)
+++ trunk/birt/docs/publican.cfg 2011-03-07 21:18:52 UTC (rev 29580)
@@ -4,5 +4,5 @@
xml_lang: en-US
type: Book
brand: JBoss
-debug: 1
-
+condition: jbosstools
+#condition: jbds
13 years, 10 months