forked from JavaTX/JavaCompilerCore
Rumprobieren. Nicht lauffähig
This commit is contained in:
parent
a08e2e8815
commit
5c9b40e0b7
@ -1,4 +1,5 @@
|
|||||||
|
|
||||||
|
|
||||||
# plugin site erstellen
|
# plugin site erstellen
|
||||||
* die JAvaTXCOmpiler DAtei in ein plugin umwandeln und deployen.
|
* die JAvaTXCOmpiler DAtei in ein plugin umwandeln und deployen.
|
||||||
* siehe: http://www.vogella.com/tutorials/EclipseJarToPlugin/article.html#convert-jar-files-to-osgi-bundles-with-the-p2-maven-plugin
|
* siehe: http://www.vogella.com/tutorials/EclipseJarToPlugin/article.html#convert-jar-files-to-osgi-bundles-with-the-p2-maven-plugin
|
||||||
@ -12,3 +13,7 @@
|
|||||||
* Hier tritt FEhler auf. Reflections-Library kann nicht installiert werden. Möglicherweise wird sie auch nicht gebraucht
|
* Hier tritt FEhler auf. Reflections-Library kann nicht installiert werden. Möglicherweise wird sie auch nicht gebraucht
|
||||||
* Nach dem installieren de.dhbwstuttagrt.JavaTXcompiler zu den DEpendencies des plugins hinzufügen
|
* Nach dem installieren de.dhbwstuttagrt.JavaTXcompiler zu den DEpendencies des plugins hinzufügen
|
||||||
* Anschließend unter "Overview" auf "Updata Classpath" klicken
|
* Anschließend unter "Overview" auf "Updata Classpath" klicken
|
||||||
|
|
||||||
|
# Windows
|
||||||
|
* JAVA_HOME setzen:
|
||||||
|
* export JAVA_HOME=/c/Program\ Files/Java/jdk1.8.0_102/
|
||||||
|
6
pom.xml
6
pom.xml
@ -79,12 +79,14 @@
|
|||||||
<configuration>
|
<configuration>
|
||||||
<artifacts>
|
<artifacts>
|
||||||
<!-- specify your depencies here -->
|
<!-- specify your depencies here -->
|
||||||
<!-- groupId:artifactId:version -->
|
<!-- groupId:artifactId:version -->
|
||||||
<artifact>
|
<artifact>
|
||||||
<id>de.dhbwstuttgart:JavaTXcompiler:0.1</id>
|
<id>de.dhbwstuttgart:JavaTXcompiler:0.1</id>
|
||||||
</artifact>
|
</artifact>
|
||||||
<artifact><id>org.reflections:reflections:0.9.11</id></artifact>
|
<artifact><id>org.reflections:reflections:0.9.11</id></artifact>
|
||||||
<artifact><id>com.google.guava:guava:22:0</id></artifact>
|
<artifact><id>com.google.guava:guava:22.0</id></artifact>
|
||||||
|
<artifact><id>javax.annotation:javax.annotation-api:1.3.1</id></artifact>
|
||||||
|
<artifact><id>org.glassfish:javax.annotation:3.1.1</id></artifact>
|
||||||
</artifacts>
|
</artifacts>
|
||||||
</configuration>
|
</configuration>
|
||||||
</execution>
|
</execution>
|
||||||
|
Loading…
Reference in New Issue
Block a user