Raible's Wiki

Raible Designs
Wiki Home
News
Recent Changes

AppFuse

Homepage
  - Korean
  - Chinese
  - Italian
  - Japanese

QuickStart Guide
  - Chinese
  - French
  - German
  - Italian
  - Korean
  - Portuguese
  - Spanish
  - Japanese

User Guide
  - Korean
  - Chinese

Tutorials
  - Chinese
  - German
  - Italian
  - Korean
  - Portuguese
  - Spanish

FAQ
  - Korean

Latest Downloads

Other Applications

Struts Resume
Security Example
Struts Menu

Set your name in
UserPreferences

Edit this page


Referenced by
AppFuseSupport
Articles
Articles_cn
Articles_de
Articles_ko
Articles_pt
Articles_zh
News




JSPWiki v2.2.33

[RSS]


Hide Menu

AppFuseAnthill


AppFuse is easy to configure with Anthill for automated build/testing/deployment. Simply download Anthill and install it. Then you can easily configure your project (or AppFuse) by putting a projectname.anthill file in the $ANTHILL_HOME/projects directory. Here's the contents of the one I currently use for AppFuse. Feel free to copy and paste, but make sure to change the User and CVS information to point to your server.

One thing I've noticed is that it's best to get your app running on the Anthill server before you try to get it running through Anthill. Basically, this means running setup, stop/restart Tomcat and run ant test-all-running. If everything works, it should work in Anthill.
anthill.schedule = hourly
anthill.lastBuildFailDate = 10/09/2004 01:44:45
anthill.lastBuildSucceeded = true
anthill.lastGoodBuildDate = 10/09/2004 04:18:11
anthill.registry.format.version = 1.1
anthill.publish.url = 
anthill.publish.dir = 
anthill.publish.script = build.xml
anthill.publish.run_policy = success.only
anthill.build.script = build.xml
anthill.build.tag = none
anthill.build.ant.params$1.value = setup
anthill.build.ant.params$2.value = test-all-running
anthill.users.Sample User = [email protected]
anthill.version.adapter = com.urbancode.anthill.adapter.UrbanCodeVersionAdapter
anthill.version.file = anthill.version
anthill.java.extra.options = 
anthill.mail.policy = always
anthill.repository.adapter = com.urbancode.anthill.adapter.CVSRepositoryAdapter
anthill.repository.cvs.root = :pserver:[email protected]:/cvs
anthill.repository.cvs.module = appfuse
anthill.repository.cvs.branch = 
anthill.repository.cvs.anthill.user = mraible
anthill.repository.cvs.work.dir = work
anthill.project.version = 1.5.40

To see the available targets in AppFuse's build.xml file, execute ant -projecthelp.



Go to top   Edit this page   More info...   Attach file...
This page last changed on 06-Nov-2006 13:52:58 MST by MattRaible.