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

Failed generating Java to Swift due to missing config file #213

Open
julian-baumann opened this issue Jan 31, 2025 · 1 comment
Open

Failed generating Java to Swift due to missing config file #213

julian-baumann opened this issue Jan 31, 2025 · 1 comment

Comments

@julian-baumann
Copy link

When I try to run the following command:

swift run Java2Swift --module-name Test --jar test.jar

I receive the following output:

error: ConfigurationError(message: "Failed to parse SwiftJava configuration at \'file:///....../Sources/Test/swift-java.config\'!", error: Error Domain=NSCocoaErrorDomain Code=260 "The file “swift-java.config” couldn’t be opened because there is no such file." UserInfo={NSFilePath=...Sources/Test/swift-java.config, NSURL=file:///..../Sources/Test/swift-java.config, NSUnderlyingError=0x600000264420 {Error Domain=NSPOSIXErrorDomain Code=2 "No such file or directory"}}, file: "Java2SwiftPlugin/Java2SwiftPlugin.swift", line: 41)
error: build stopped due to build-tool plugin failures

The error suggests that the configuration file is missing. However, according to the documentation here this tool should generate the configuration file automatically.

Am I missing something? Do I need to create this configuration file manually, or should the tool generate it for me?

@julian-baumann
Copy link
Author

Seems like it works, when you manually create a swift-java.config with only this content:

{
    "classes": {}
}

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