AppFuseEclipse |
|
Your trail: |
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.
|