2010/6/8 Xun Long Gui <[email protected]>: > In fact, it is really not very clear for me now. I am not very clear > and familiar with Maven build tool, it seems that i should learn > something about it first about m2 build process :-) > <snip/>
Yes, when you have a few minutes, please go through the various guides in the "Learning about Maven" section on the Maven website: http://maven.apache.org/ If you have any questions about how Commons uses Maven, please ask. -Rahul > -Gui Xun Long > > On 6/8/10, Rahul Akolkar <[email protected]> wrote: >> On Tue, Jun 8, 2010 at 8:05 AM, Xun Long Gui <[email protected]> wrote: >>> Hi Rahul, >>> I think a Xdoc format guide file is great, but i can not find any very >>> convenient XDoc file creation tool, can you give me some >>> recommendation or suggestion about XDoc tool ? Which tool do you use? >> <snip/> >> >> I author the xdoc files by hand (any XML editor should help a bit). >> >> The site itself is generated by the Maven site plugin [1]. You may use >> (minimally) the APT, FML or xdoc formats, see structure on top of this >> page [2]. I prefer xdoc. >> >> The way the scxml-eclipse project structure will likely be if and when >> we move to a m2 build, is that the project will have a multi-module >> build (one module for each of the 4 Eclipse projects in their own >> directories in trunk) with a parent pom and project site directly in >> the trunk directory. Don't worry right now if this paragraph isn't >> clear :-) >> >> -Rahul >> >> [1] http://maven.apache.org/plugins/maven-site-plugin/ >> [2] >> http://maven.apache.org/plugins/maven-site-plugin/examples/creating-content.html >> >> >>> Thank You. >>> >>> -Gui Xun Long >>> >>> On 6/6/10, Rahul Akolkar <[email protected]> wrote: >>>> Thanks for the PowerPoint "how to run" intro/guide in: >>>> >>>> >>>> http://svn.apache.org/repos/asf/commons/sandbox/gsoc/2010/scxml-eclipse/trunk/sdocbook/ >>>> >>>> Its best to convert this into an equivalent guide in a more free and >>>> open format that anyone can view without needing to install >>>> proprietary software; and which can be easily integrated into a future >>>> website for the project. >>>> >>>> Here is an example of a guide that uses text and pictures, for example: >>>> >>>> >>>> http://commons.apache.org/scxml/usecases/scxml-stopwatch-on-android.html >>>> >>>> Here is the xdoc source for it: >>>> >>>> >>>> http://svn.apache.org/repos/asf/commons/proper/scxml/trunk/src/site/xdoc/usecases/scxml-stopwatch-on-android.xml >>>> >>>> I see you are using sdocbook, I image there'd be something similar in >>>> that format. >>>> >>>> -Rahul >>>> >>> >>> >>> -- >>> Best Regards >>> >>> Gui Xun Long (桂训龙) >>> > > > -- > Best Regards > > Gui Xun Long (桂训龙) > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
