forked from Cutieguwu/raven
forked 6ad82c3339 and refactored to combine prey.toml with nest.toml. The WorkspaceHandler.discover_packages() function is very broken.
This commit is contained in:
2
Test1/core/.gitignore
vendored
Normal file → Executable file
2
Test1/core/.gitignore
vendored
Normal file → Executable file
@@ -1,2 +1,2 @@
|
||||
target/
|
||||
target/
|
||||
*.class
|
||||
8
Test1/core/Prey.toml
Normal file → Executable file
8
Test1/core/Prey.toml
Normal file → Executable file
@@ -1,4 +1,4 @@
|
||||
[package]
|
||||
name = "core"
|
||||
version = "0.1.0"
|
||||
entry_point = "com/raven/Main.java"
|
||||
[package]
|
||||
name = "core"
|
||||
version = "0.1.0"
|
||||
entry_point = "com/raven/Main.java"
|
||||
|
||||
0
Test1/core/pom.xml
Normal file → Executable file
0
Test1/core/pom.xml
Normal file → Executable file
12
Test1/core/src/main/java/com/raven/Main.java
Normal file → Executable file
12
Test1/core/src/main/java/com/raven/Main.java
Normal file → Executable file
@@ -1,7 +1,7 @@
|
||||
package com.raven;
|
||||
|
||||
public class Main {
|
||||
public static void main(String[] args) {
|
||||
System.out.println("Hello, World!");
|
||||
}
|
||||
package com.raven;
|
||||
|
||||
public class Main {
|
||||
public static void main(String[] args) {
|
||||
System.out.println("Hello, World!");
|
||||
}
|
||||
}
|
||||
8
Test1/core/src/test/java/Test.java
Normal file → Executable file
8
Test1/core/src/test/java/Test.java
Normal file → Executable file
@@ -1,5 +1,5 @@
|
||||
public class Test {
|
||||
public static void main(String[] args) {
|
||||
System.out.println("This is a test.");
|
||||
}
|
||||
public class Test {
|
||||
public static void main(String[] args) {
|
||||
System.out.println("This is a test.");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user