summaryrefslogtreecommitdiff
path: root/trunk/reprap/miscellaneous/AoI/plugins/eclipse-howto.txt
blob: 2811e3ce65f7fd1fc9760a4737b04fa68bea1a34 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Import AoI in Eclipse:
----------------------

o Copy to AoiSrc272/lib/:
  jmf.jar, junit-4.5.jar, jogl.jar (if it is not already there)

o Edit the ArtOfIllusion.xml to include the jmf.jar
afterwards the diff should look something like this:

diff ArtOfIllusion.xml ArtOfIllusion.xml~
14d13
< 	<property name="jmf" value="lib/jmf.jar" />
29c28
<     <javac srcdir="${src}" destdir="${build}" classpath="${beanshell};${otherclasses};${buoy};${buoyx};${jogl};${jmf}" debug="on" target="1.5" source="1.5" />
---
>     <javac srcdir="${src}" destdir="${build}" classpath="${beanshell};${otherclasses};${buoy};${buoyx};${jogl}" debug="on" target="1.5" source="1.5" />


o Build using Ant:
  - ant -f ArtOfIllusion.xml 
  - ant -f SPManager.xml 
  - ant -f Tools.xml 
  - ant -f OSSpecific.xml 

o New->Java Project
  - Create from existing source: AoiSrc272
    - name it: AoI-2.7.2