[jboss-jira] [JBoss JIRA] Commented: (JBAS-4828) TECH REVIEW: Getting Started Guide - Chapter 4. Sample JSF-EJB3 Application

Colin Mondesir (JIRA) jira-events at lists.jboss.org
Wed Oct 24 09:08:02 EDT 2007


    [ http://jira.jboss.com/jira/browse/JBAS-4828?page=comments#action_12384100 ] 
            
Colin Mondesir commented on JBAS-4828:
--------------------------------------

In section 4.4.1 is says: "you need to first of all edit the build.xml file and edit the value of jboss-dist to reflect the location where the JBoss Application Server is installed. "

In the version of the JSF-EJB3 application I have downloaded there is no "jboss-dist" in build.xml.
...
<project name="HelloWorld"
         default="main" basedir=".">
    
  <description>Hello World</description>
  <property name="projname" value="jsfejb3" />

  <property file="../build.properties"/>
  <property name="jboss.deploy"
    location="${jboss.home}/server/default/deploy"/>
...




Inaddition the build fails unless you create a "lib" directory under ".../gettingstarted/jsfejb3":
...
Buildfile: build.xml

compile:
    [javac] Compiling 4 source files to /home/cmondesir/gettingstarted/jsfejb3/build/classes

BUILD FAILED
/home/cmondesir/gettingstarted/jsfejb3/build.xml:43: /home/cmondesir/gettingstarted/jsfejb3/lib not found.
...



Otherwise all the instructions work and the application runs as described.



> TECH REVIEW: Getting Started Guide - Chapter 4. Sample JSF-EJB3 Application
> ---------------------------------------------------------------------------
>
>                 Key: JBAS-4828
>                 URL: http://jira.jboss.com/jira/browse/JBAS-4828
>             Project: JBoss Application Server
>          Issue Type: Sub-task
>      Security Level: Public(Everyone can see) 
>    Affects Versions: JBossAS-4.2.2.GA
>            Reporter: Michael Smith
>         Assigned To: Colin Mondesir
>         Attachments: JBAS-422-Getting-Started-Guide-Chapter-4.odt, JBASS-422-Getting_Started_Guide-Chapter-4.odt
>
>
> Attached is an Open Office 2.0 Document contain a chapter of the Getting Started Guide
> 1. Open document in Open Office
> 2. Edit -> Changes -> Record
> 3. Edit the document
> 4. Save changes and reattach to this Jira
> It is important for track changes to be enabled so the re-write can be easily performed.
> http://labs.jboss.com/jbossas/docs/Getting_Started_Guide/beta422/html/

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jboss-jira mailing list