質問編集履歴

6

内容修正

2018/12/13 04:44

投稿

Nitta
Nitta

スコア96

test CHANGED
File without changes
test CHANGED
@@ -38,4 +38,10 @@
38
38
 
39
39
 
40
40
 
41
+ build.sbtの表記内容
42
+
43
+ ![イメージ説明](f8ca75ff0464a15b8584ae63d457a974.png)
44
+
45
+
46
+
41
47
  以上、宜しくお願いします。

5

内容調整

2018/12/13 04:44

投稿

Nitta
Nitta

スコア96

test CHANGED
File without changes
test CHANGED
@@ -20,6 +20,8 @@
20
20
 
21
21
  addSbtPlugin("com.typesafe.sbteclipse" % "sbteclipse-plugin" % "5.2.2")
22
22
 
23
+
24
+
23
25
  ②build.sbtに以下を追記
24
26
 
25
27
  EclipseKeys.preTasks := Seq(compile in Compile)
@@ -28,6 +30,8 @@
28
30
 
29
31
  EclipseKeys.createSrc := EclipseCreateSrc.ValueSet(EclipseCreateSrc.ManagedClasses, EclipseCreateSrc.ManagedResources)
30
32
 
33
+
34
+
31
35
  ③activator compile実行後、以下のような、errorが出現
32
36
 
33
37
  ![イメージ説明](b3caf35190bdf623e8f53c83bb6a302b.png)

4

内容調整

2018/12/13 04:40

投稿

Nitta
Nitta

スコア96

test CHANGED
File without changes
test CHANGED
@@ -28,9 +28,7 @@
28
28
 
29
29
  EclipseKeys.createSrc := EclipseCreateSrc.ValueSet(EclipseCreateSrc.ManagedClasses, EclipseCreateSrc.ManagedResources)
30
30
 
31
-
32
-
33
- 以下のような、errorが出現
31
+ ③activator compile実行後、以下のような、errorが出現
34
32
 
35
33
  ![イメージ説明](b3caf35190bdf623e8f53c83bb6a302b.png)
36
34
 

3

内容変更

2018/12/13 04:39

投稿

Nitta
Nitta

スコア96

test CHANGED
File without changes
test CHANGED
@@ -20,13 +20,19 @@
20
20
 
21
21
  addSbtPlugin("com.typesafe.sbteclipse" % "sbteclipse-plugin" % "5.2.2")
22
22
 
23
+ ②build.sbtに以下を追記
24
+
25
+ EclipseKeys.preTasks := Seq(compile in Compile)
26
+
27
+ EclipseKeys.projectFlavor := EclipseProjectFlavor.Java
28
+
29
+ EclipseKeys.createSrc := EclipseCreateSrc.ValueSet(EclipseCreateSrc.ManagedClasses, EclipseCreateSrc.ManagedResources)
23
30
 
24
31
 
25
- ②activator eclipse実行
26
32
 
27
- 以下のようなエラー
33
+ 以下のような、errorが出現
28
34
 
29
- ![イメージ説明](7936eba1602d71773f9e51eab59d28a0.png)
35
+ ![イメージ説明](b3caf35190bdf623e8f53c83bb6a302b.png)
30
36
 
31
37
 
32
38
 

2

内容修正

2018/12/13 04:38

投稿

Nitta
Nitta

スコア96

test CHANGED
File without changes
test CHANGED
@@ -27,3 +27,7 @@
27
27
  以下のようなエラー
28
28
 
29
29
  ![イメージ説明](7936eba1602d71773f9e51eab59d28a0.png)
30
+
31
+
32
+
33
+ 以上、宜しくお願いします。

1

内容変更

2018/12/13 01:57

投稿

Nitta
Nitta

スコア96

test CHANGED
File without changes
test CHANGED
@@ -1,6 +1,6 @@
1
1
  お世話になってます。
2
2
 
3
- 今、Playgframeworkのプロジェクトをeclipseで
3
+ 今、Playframeworkのプロジェクトをeclipseで
4
4
 
5
5
  使用したいのですが、上手くいきません。
6
6