From jbosstools-commits at lists.jboss.org Tue Sep 30 12:51:41 2008
Content-Type: multipart/mixed; boundary="===============7463881912406104211=="
MIME-Version: 1.0
From: jbosstools-commits at lists.jboss.org
To: jbosstools-commits at lists.jboss.org
Subject: [jbosstools-commits] JBoss Tools SVN: r10574 -
trunk/documentation/guides/GettingStartedGuide/en/modules.
Date: Tue, 30 Sep 2008 12:51:41 -0400
Message-ID:
--===============7463881912406104211==
Content-Type: text/plain; charset="utf-8"
MIME-Version: 1.0
Content-Transfer-Encoding: quoted-printable
Author: smukhina
Date: 2008-09-30 12:51:41 -0400 (Tue, 30 Sep 2008)
New Revision: 10574
Modified:
trunk/documentation/guides/GettingStartedGuide/en/modules/getting_starte=
d.xml
trunk/documentation/guides/GettingStartedGuide/en/modules/gsg_faq.xml
Log:
https://jira.jboss.org/jira/browse/JBDS-359
FAQ from the first section is moved to the FAQ chapter =
Modified: trunk/documentation/guides/GettingStartedGuide/en/modules/getting=
_started.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/documentation/guides/GettingStartedGuide/en/modules/getting_start=
ed.xml 2008-09-30 16:44:20 UTC (rev 10573)
+++ trunk/documentation/guides/GettingStartedGuide/en/modules/getting_start=
ed.xml 2008-09-30 16:51:41 UTC (rev 10574)
@@ -550,151 +550,7 @@
=
-
-
- FAQ
- For easy reference to JBoss Developer Studio related questions, ou=
r FAQ provides answers to
- the most "popular" questions. The sections of questions are o=
rganized by type.
-
-
-
- Installation Issues
-
- Visual Editor does not start under Linux
-
- Linux users may need to do the following to get the visual editor=
to work correctly on
- their machines.
-
-
-
- On Red Hat based Linux distributions install the xpLib.i386 pac=
kage
-
-
- Type
-
-
-
- and/or use
-
-
-
- Open the JBDS perspective. If you see the Help view open, close=
it and restart
- JBDS
-
-
- If none of these work, do the following:
-
-
- Clear the Eclipse log file,
- <workspace>\.metadata\.log
-
-
- Start Eclipse with the -debug option:
-
-
-
- Post the Eclipse log file
- (<workspace>\.metadata\.log) on the for=
ums.
-
-
-
-
-
-
-
- Do I need to have JBoss server installed to ru=
n JBoss Developer
- Studio?
-
- No. JBoss Developer Studio already comes bundled with JBoss serve=
r. We bundle it together
- so that you don't need to download any additional software and ca=
n test your
- application in a Web browser right away.
- If you want to use a different JBoss server installation, after J=
Boss Developer Studio is
- installed open Servers View (select Window > Sh=
ow View >
- Others > Server > Servers), then right c=
lick on this
- view > New > Server
- and follow the wizards steps to point to another Jboss ser=
ver installation.
- JBoss Developer Studio works with any servlet container, not just=
JBoss. For more
- information on deployment, please see the Deploying Your Application s=
ection.
-
-
- Importing Projects
-
- I have an existing Seam 1.2.1 project. Can I m=
igrate/import the project to
- a JBDS Seam project?
-
- We highly recommend you to create Seam 1.2.1 project using the JB=
DS. In other case try to
- do manually:
-
-
- Create a Seam Web project to get the JBoss tools structure
-
-
- Then from your Seam 1.2.1 seam-gen project start doing the follow=
ing:
-
-
- Copy src to src
-
-
- Copy view to Web content
-
-
- Copy resources individual files to where they are in the seam w=
eb project etc.
-
-
-
- I have an existing Struts or JSF project. Can =
I open the project in
- JBDS?
-
- Yes. From main menu select
- File > Import > Other > JSF Project (or Struts
- Project)
- and follow wizards steps.
-
- Can I import a .war file?
-
- Yes. Select File > Import > Web > WAR
- file, then follow importing steps.
-
-
- Troubleshooting, Problems, Configuration, Error Messages
-
- Is it possible to increase the performance of =
Eclipse after installing
- your product?
-
- JBoss Developer Studio preconfigures eclipse via the eclipse.ini =
file to allocate extra
- memory, but if you for some reason need more memory then by default, y=
ou can manually make
- adjustments in this file. For example:
-
-
-
-
-
- How can I add my own tag library to the JBoss =
Tools Palette?
-
- See Adding Tag
- Libraries in Visual Web Tools Guide.
-
-
-
-
+ =
Other relevant resources on the topic
Modified: trunk/documentation/guides/GettingStartedGuide/en/modules/gsg_faq=
.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/documentation/guides/GettingStartedGuide/en/modules/gsg_faq.xml 2=
008-09-30 16:44:20 UTC (rev 10573)
+++ trunk/documentation/guides/GettingStartedGuide/en/modules/gsg_faq.xml 2=
008-09-30 16:51:41 UTC (rev 10574)
@@ -13,8 +13,132 @@
FAQ
=
For more information on JBoss Developer Studio features, refer to the following
- FAQ to get the answers on the most "popular" questions.<=
/para>
+ FAQ to get the answers on the most "popular" questions.
=
+
+ Installation Issues
+
+ Visual Editor does not start under=
Linux
+
+ Linux users may need to do the following to get the visu=
al editor to work correctly on
+ their machines.
+ =
+
+
+ On Red Hat based Linux distributions install the=
xpLib.i386 package
+
+
+ Type
+
+
+
+ and/or use
+
+
+
+ Open the JBDS perspective. If you see the Help v=
iew open, close it and restart
+ JBDS
+
+
+ If none of these work, do the following:
+
+
+ Clear the Eclipse log file,
+ <workspace>\.metadata\.log=
+
+
+ Start Eclipse with the -debug option:
+
+
+
+ Post the Eclipse log file
+ (<workspace>\.metadata\.lo=
g) on the forums.
+
+
+
+
+ =
+ =
+
+ Do I need to have JBoss server ins=
talled to run JBoss Developer
+ Studio?
+
+ No. JBoss Developer Studio already comes bundled with JB=
oss server. We bundle it together
+ so that you don't need to download any additional sof=
tware and can test your
+ application in a Web browser right away.
+ If you want to use a different JBoss server installation=
, after JBoss Developer Studio is
+ installed open Servers View (select Wi=
ndow > Show View >
+ Others > Server > Servers), then right click on this
+ view > New > Server
+ and follow the wizards steps to point to a=
nother Jboss server installation.
+ JBoss Developer Studio works with any servlet container,=
not just JBoss. For more
+ information on deployment, please see the Deploying Your A=
pplication section.
+
+
+ Importing Projects
+
+ I have an existing Seam 1.2.1 proj=
ect. Can I migrate/import the project to
+ a JBDS Seam project?
+
+ We highly recommend you to create Seam 1.2.1 project usi=
ng the JBDS. In other case try to
+ do manually:
+
+
+ Create a Seam Web project to get the JBoss tools=
structure
+
+
+ Then from your Seam 1.2.1 seam-gen project start doing t=
he following:
+
+
+ Copy src to src=
property>
+
+
+ Copy view to Web =
content
+
+
+ Copy resources individual files to where they ar=
e in the seam web project etc.
+
+
+
+ I have an existing Struts or JSF p=
roject. Can I open the project in
+ JBDS?
+
+ Yes. From main menu select
+ File > Import > Other > JSF Project (or=
Struts
+ Project)
+ and follow wizards steps.
+
+ Can I import a .war file?
+
+ Yes. Select File > Import > We=
b > WAR
+ file, then follow importing steps.<=
/para>
+
+
+ Troubleshooting, Problems, Configuration, Error Message=
s
+
+ Is it possible to increase the per=
formance of Eclipse after installing
+ your product?
+
+ JBoss Developer Studio preconfigures eclipse via the ecl=
ipse.ini file to allocate extra
+ memory, but if you for some reason need more memory then b=
y default, you can manually make
+ adjustments in this file. For example:
+
+
+ =
+ =
+
+ How can I add my own tag library t=
o the JBoss Tools Palette?
+
+ See Adding Tag
+ Libraries in Visual Web Tools Guide.
+ =
+
+ =
+ =
How to get Code Assist for Seam specific resources in an ex=
ternally
generated project?
--===============7463881912406104211==--