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

Script Java ignores .classpath (at least when building) #2282

Closed
ParadoxV5 opened this issue Oct 11, 2020 · 1 comment
Closed

Script Java ignores .classpath (at least when building) #2282

ParadoxV5 opened this issue Oct 11, 2020 · 1 comment

Comments

@ParadoxV5
Copy link

ParadoxV5 commented Oct 11, 2020

… where .classpath is used by the Eclipse JDT which ide-java uses behind-the-scenes.

OS: Windows 10
Atom: 1.52.0-beta0
Script: 3.26.0

Reproduce: .classpath

<?xml version="1.0" encoding="UTF-8"?>
<classpath>
  <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
  <classpathentry kind="src" path=""/>
  <classpathentry kind="output" path=".bin"/>
</classpath>
@aminya
Copy link
Member

aminya commented May 12, 2021

Should be fixed in #2470. Let me know if it is not.

@aminya aminya closed this as completed May 12, 2021
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

2 participants