[wiki] Updated: GetStarted

[email protected]
Newsgroups gmane.comp.java.jicarilla.cvs
Message-ID <[email protected]>
   Date: 2004-02-19T18:20:32
   Editor: 130.89.169.128 <>
   Wiki: JicarillaWiki
   Page: http://lsd.student.utwente.nl/jicarilla/GetStarted

   docs for the new buildsystem

Change Log:

------------------------------------------------------------------------------
@@ -10,7 +10,7 @@
 
 == Help ==
  * You need [http://cvsbook.red-bean.com/ cvs]. I wrote a good [http://www.apache.org/dev/contributors.html#cvsbasics guide to CVS basics].
- * You also need [http://maven.apache.org/ maven], beta-10 or later. Maven has excellent user documentation: [http://maven.apache.org/start/ Getting Started with Maven].
+ * You also need [http://ant.apache.org/ ant], 1.6 or later, with the bsf and rhino [http://ant.apache.org/manual/install.html#librarydependencies optional libraries]. The Jicarilla Build System will attempt to install those libraries automatically, by-the-way. Ant has excellent user documentation: [http://ant.apache.org/manual/ Ant Manual]
  * there's a [http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/jicarilla/jicarilla-sandbox/platform/ web interface into Jicarilla CVS] which you can spider with [http://cvsgrab.sourceforge.net/ CVSGrab], useful if you're behind a restrictive firewall.
 
 == Basic info ==
@@ -19,7 +19,7 @@
 
  '''password:''' ''empty string'' (simply press enter when prompted for a password)
 
- '''modules:''' see the web interface, or use the alias {{{all}}} to get everything, or use the {{{jicarilla-platform}}} alias to get just the platform (includes framework, components and container)
+ '''modules:''' see the web interface, or use the alias {{{all}}} to get everything, or use the {{{jicarilla-platform}}} alias to get just the platform (includes framework, components and container). You'll probably just want to use {{{jicarilla-sandbox}}} though, as that's where I'm actually doing the development.
 
 == Basic Commands ==
 
@@ -27,10 +27,12 @@
 
 {{{
 cvs -d:pserver:[email protected]:/cvsroot/jicarilla login
-cvs -z3 -d:pserver:[email protected]:/cvsroot/jicarilla co jicarilla-platform
+cvs -z3 -d:pserver:[email protected]:/cvsroot/jicarilla co jicarilla-sandbox
 
-cd jicarilla-platform
-maven jicarilla:install
+cd jicarilla-sandbox/buildsystem/install
+ant
+cd ../../platform
+ant dist
 }}}
 
 == Now what? ==
@@ -39,7 +41,7 @@
 
 Take a look at the test cases (and run them) to get to grips with the code. If you don't know what unit tests are, [http://www.junit.org/ learn about them] now.
 
-Try firing up the webserver by running the [http://jicarilla.sourceforge.net/apidocs/com/leosimons/Main.html Main] class.
+Try firing up the webserver by running the [http://jicarilla.sourceforge.net/apidocs/org/jicarilla/PureJavaMain.html PureJavaMain] class.
 
 Read the documentation. Most of it is kept in the [http://jicarilla.sourceforge.net/apidocs/ JavaDocs], so look there first.
 


-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.