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


Difference between version 2 and version 1:

At line 1 changed 1 line.
[AppFuse], by default, is configured to be an [Eclipse|http://www.eclipse.org] project. When you do __ant new -Dapp.name=''yourApp'' -Ddb.name=''youDatabase''__ you will get the .project and .classpath files to start your project with. However, you will need to make a few setting changes in Eclipse to run Ant.
[AppFuse], by default, is configured to be an [Eclipse|http://www.eclipse.org] project. When you do __ant new -Dapp.name=''yourApp'' -Ddb.name=''youDatabase''__ you will get the .project and .classpath files to start your project with. However, you will need to make a few setting changes in Eclipse to run [Ant|http://jakarta.apache.org/ant].
At line 3 added 2 lines.
;:''This tutorial is based on Windows XP and Eclipse 3.0 M4, and ''should'' work on any platform.
At line 11 added 3 lines.
Adding junit.jar to Ant's classpath is pretty easy. Open Eclipse and go to Window → Preferences. Navigate to Ant → Runtime and you should a window similar to the one below.
[ant-runtime.png]
You will need to add the __additional classpath entry__ in the bottom pane. If you have Ant installed, and junit.jar in it's ''lib'' directory, I'd use that. Otherwise, you can use the junit.jar file in the lib/junit3.8.1 directory.

Back to AppFuseEclipse, or to the Page History.