You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xmlbeans.apache.org by "Kevin Krouse (JIRA)" <xm...@xml.apache.org> on 2005/01/13 19:13:25 UTC

[jira] Closed: (XMLBEANS-85) Errors in getting started tutorial

     [ http://issues.apache.org/jira/browse/XMLBEANS-85?page=history ]
     
Kevin Krouse closed XMLBEANS-85:
--------------------------------

    Resolution: Fixed

Looks fixed.

> Errors in getting started tutorial
> ----------------------------------
>
>          Key: XMLBEANS-85
>          URL: http://issues.apache.org/jira/browse/XMLBEANS-85
>      Project: XMLBeans
>         Type: Bug
>     Versions: Version 1.0.3
>  Environment: Solaris 9 (at least)
>     Reporter: Victor Ortega
>     Priority: Minor
>  Attachments: tutorial_getstarted.pdf, tutorial_getstarted.xml
>
> The "getting started" tutorial for XMLBeans, found at
> http://xmlbeans.apache.org/documentation/tutorial_getstarted.html
> has several errors in the section "Getting Started with Handling XML Through Schema":
> - the source code given won't compile because it is missing the import statements:
> import java.io.*;
> import java.math.*;
> import org.apache.xmlbeans.*;
> import org.openuri.easypo.*;
> - the generated code will not compile because easypo.xsdconfig adds the prefix "Xml" and the suffix "Bean" to the generated source;
> - the README.txt in the installation incorrectly states to set the XMLBEANS_HOME environment variable to include the lib directory, causing problems with the compile and run;
> - the compile statement has several problems; it should be:
> javac -classpath $XMLBEANS_HOME/lib/xbean.jar:tutorials/gettingstarted/lib/easypo.jar -d tutorials/gettingstarted/classes tutorials/gettingstarted/src/POUpdater.java

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@xmlbeans.apache.org
For additional commands, e-mail: dev-help@xmlbeans.apache.org