Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

package gg.airplane.flare.profiling does not exist #7

Open
XLordalX opened this issue Aug 16, 2021 · 0 comments
Open

package gg.airplane.flare.profiling does not exist #7

XLordalX opened this issue Aug 16, 2021 · 0 comments

Comments

@XLordalX
Copy link

When building:

Type-safe project accessors is an incubating feature.

> Configure project :
Toothpick Gradle Plugin Version '1.1.0-SNAPSHOT'
Configured for 'MyAirplaneFork' version 'git-MyAirplaneFork-"45b7d97"' (Minecraft 1.16.5)

> Task :myairplanefork-api:compileJava
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.

> Task :myairplanefork-api:compileTestJava
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.

> Task :myairplanefork-server:compileJava
/home/saucexl/Shyplane/MyAirplaneFork/MyAirplaneFork-Server/src/main/java/gg/airplane/flare/FlareSetup.java:8: error: package gg.airplane.flare.profiling does not exist
import gg.airplane.flare.profiling.AsyncProfilerIntegration;
                                  ^
/home/saucexl/Shyplane/MyAirplaneFork/MyAirplaneFork-Server/src/main/java/gg/airplane/flare/FlareCommand.java:5: error: package gg.airplane.flare.exceptions does not exist
import gg.airplane.flare.exceptions.UserReportableException;
                                   ^
/home/saucexl/Shyplane/MyAirplaneFork/MyAirplaneFork-Server/src/main/java/gg/airplane/flare/FlareCommand.java:6: error: package gg.airplane.flare.profiling does not exist
import gg.airplane.flare.profiling.AsyncProfilerIntegration;
                                  ^
/home/saucexl/Shyplane/MyAirplaneFork/MyAirplaneFork-Server/src/main/java/gg/airplane/flare/ProfilingManager.java:5: error: package gg.airplane.flare.exceptions does not exist
import gg.airplane.flare.exceptions.UserReportableException;
                                   ^
/home/saucexl/Shyplane/MyAirplaneFork/MyAirplaneFork-Server/src/main/java/gg/airplane/flare/ProfilingManager.java:6: error: package gg.airplane.flare.profiling does not exist
import gg.airplane.flare.profiling.ProfileController;
                                  ^
/home/saucexl/Shyplane/MyAirplaneFork/MyAirplaneFork-Server/src/main/java/gg/airplane/flare/ProfilingManager.java:17: error: cannot find symbol
    private static ProfileController currentController;
                   ^
  symbol:   class ProfileController
  location: class ProfilingManager
/home/saucexl/Shyplane/MyAirplaneFork/MyAirplaneFork-Server/src/main/java/gg/airplane/flare/ProfilingManager.java:31: error: cannot find symbol
    public static synchronized boolean start(@Nullable ProfileType type, int interval) throws UserReportableException {
                                                       ^
  symbol:   class ProfileType
  location: class ProfilingManager
/home/saucexl/Shyplane/MyAirplaneFork/MyAirplaneFork-Server/src/main/java/gg/airplane/flare/ProfilingManager.java:31: error: cannot find symbol
    public static synchronized boolean start(@Nullable ProfileType type, int interval) throws UserReportableException {
                                                                                              ^
  symbol:   class UserReportableException
  location: class ProfilingManager
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
8 errors

> Task :myairplanefork-server:compileJava FAILED

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':myairplanefork-server:compileJava'.
> Compilation failed; see the compiler error output for details.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

* Get more help at https://help.gradle.org

BUILD FAILED in 1m 6s
9 actionable tasks: 9 executed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant