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


Referenced by
AppFuseDebug
AppFuseSupport
Articles
Articles_cn
Articles_de
Articles_ko
Articles_pt
Articles_zh
DevelopmentEnvironme...
DevelopmentEnvironme...
...and 1 more




JSPWiki v2.2.33

[RSS]


Hide Menu

AppFuseEclipse


This is version 25. It is not the current version, and thus it cannot be edited.
[Back to current version]   [Restore this version]


AppFuse, by default, is configured to be an Eclipse project. When you run ant new -Dapp.name=yourApp -Ddb.name=yourDatabase you will get the .project and .classpath files to start your project with. However, you will need to make a few easy setting changes in Eclipse (particularly to run Ant). This tutorial shows you how to use Eclipse with AppFuse, but should be applicable to any application based on AppFuse.
This tutorial is based on Windows XP and Eclipse 3.0 M4 and should work on any platform.

Table of Contents

  • [1] Import the project into an Eclipse workspace
  • [2] Add J2EE_HOME to Classpath Variables
  • [3] Add junit.jar to Ant's classpath
  • [4] Add build.xml to Ant View
  • [5] Run Ant
  • [6] Run JUnit Tests in Eclipse
  • [7] Tips for Debugging and UI Editing

Import the project into an Eclipse workspace [#1]

Open Eclipse (either with an existing or a new workspace) and to go File → Import... and select
Attachments:
ant-targets.png Info on ant-targets.png 28653 bytes
ant-runtime.png Info on ant-runtime.png 96096 bytes
ant-view.png Info on ant-view.png 6585 bytes


Go to top   More info...   Attach file...
This particular version was published on 06-Nov-2006 13:52:23 MST by RickBerman.