author | wenzelm |
Mon, 19 Jan 2009 15:56:58 +0100 | |
changeset 34480 | 017fae24829f |
parent 34381 | a94d2fb96fd5 |
child 34572 | 014f67650212 |
permissions | -rw-r--r-- |
34324 | 1 |
|
2 |
Requirements to build from sources |
|
3 |
================================== |
|
4 |
||
34377 | 5 |
* Proper Java JRE/JDK from Sun, e.g. 1.6.0_07 |
34325 | 6 |
http://java.sun.com/javase/downloads/index.jsp |
7 |
||
34377 | 8 |
* Netbeans 6.5 |
9 |
http://www.netbeans.org/downloads/index.html |
|
34324 | 10 |
|
11 |
* Scala for Netbeans |
|
34377 | 12 |
http://blogtrader.net/page/dcaoyuan/entry/new_scala_plugin_for_netbeans |
34324 | 13 |
http://wiki.netbeans.org/Scala |
14 |
http://plugins.netbeans.org/PluginPortal/faces/PluginDetailPage.jsp?pluginid=11854 |
|
15 |
||
34381
a94d2fb96fd5
basic setup for auxiliary project "jEdit", with full sources, debugging, profiling;
wenzelm
parents:
34377
diff
changeset
|
16 |
* jEdit 4.3pre16 or similar |
34324 | 17 |
http://www.jedit.org/ |
34381
a94d2fb96fd5
basic setup for auxiliary project "jEdit", with full sources, debugging, profiling;
wenzelm
parents:
34377
diff
changeset
|
18 |
|
34324 | 19 |
Netbeans Library "jEdit" = .../jedit.jar |
20 |
||
34381
a94d2fb96fd5
basic setup for auxiliary project "jEdit", with full sources, debugging, profiling;
wenzelm
parents:
34377
diff
changeset
|
21 |
or |
a94d2fb96fd5
basic setup for auxiliary project "jEdit", with full sources, debugging, profiling;
wenzelm
parents:
34377
diff
changeset
|
22 |
|
a94d2fb96fd5
basic setup for auxiliary project "jEdit", with full sources, debugging, profiling;
wenzelm
parents:
34377
diff
changeset
|
23 |
Netbeans Project "jEdit" (see below) |
a94d2fb96fd5
basic setup for auxiliary project "jEdit", with full sources, debugging, profiling;
wenzelm
parents:
34377
diff
changeset
|
24 |
|
34324 | 25 |
* Flying Saucer XHTML renderer |
26 |
https://xhtmlrenderer.dev.java.net/ |
|
27 |
Netbeans Library "Flying-Saucer" = .../core-renderer.jar |
|
28 |
||
29 |
* Isabelle/Pure Scala components |
|
30 |
Netbeans Library "Isabelle-Pure" = ~~/lib/classes/Pure.jar |
|
31 |
||
34325 | 32 |
|
34381
a94d2fb96fd5
basic setup for auxiliary project "jEdit", with full sources, debugging, profiling;
wenzelm
parents:
34377
diff
changeset
|
33 |
Auxiliary projects |
a94d2fb96fd5
basic setup for auxiliary project "jEdit", with full sources, debugging, profiling;
wenzelm
parents:
34377
diff
changeset
|
34 |
================== |
a94d2fb96fd5
basic setup for auxiliary project "jEdit", with full sources, debugging, profiling;
wenzelm
parents:
34377
diff
changeset
|
35 |
|
a94d2fb96fd5
basic setup for auxiliary project "jEdit", with full sources, debugging, profiling;
wenzelm
parents:
34377
diff
changeset
|
36 |
* project "jEdit" |
a94d2fb96fd5
basic setup for auxiliary project "jEdit", with full sources, debugging, profiling;
wenzelm
parents:
34377
diff
changeset
|
37 |
. unpack official sources .../jEdit |
a94d2fb96fd5
basic setup for auxiliary project "jEdit", with full sources, debugging, profiling;
wenzelm
parents:
34377
diff
changeset
|
38 |
. add content of ./contrib/jEdit |
a94d2fb96fd5
basic setup for auxiliary project "jEdit", with full sources, debugging, profiling;
wenzelm
parents:
34377
diff
changeset
|
39 |
|
a94d2fb96fd5
basic setup for auxiliary project "jEdit", with full sources, debugging, profiling;
wenzelm
parents:
34377
diff
changeset
|
40 |
|
34338 | 41 |
Running the application within Netbeans |
42 |
======================================= |
|
34325 | 43 |
|
44 |
* Proper Isabelle environment, e.g. via |
|
34327 | 45 |
isabelle env netbeans ... |
34338 | 46 |
|
47 |
* Project properties: add "Run" argument like |
|
48 |
-settings=/home/makarius/isabelle/jedit |