-
Notifications
You must be signed in to change notification settings - Fork 82
Trying to find a way to create custom java projects #254
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
Comments
@tux2603 We are just recently working on the creating project experience. Please let me know if you need more information. Thanks |
Do you know when the new features will be released? We were hoping to start using vs code for the upcoming fall semester. |
@jdneo The custom extension is working with the dependencies now, but the .class files are currently going to a hidden directory in the user's home directory. Is there any way to specify a directory in the workspace that the compiled java classes should go. Ideally, this would be a directory called bin/ |
We will run the QA process recently, if everything works fine, then I'll release it. I guess the ETA could be the end of next week.
Emm, so far it's not supported. Could you explain more to help us understand this request? |
Essentially, when eclipse or netbeans create a project, you have a src directory for java source code and a bin directory for the compiled binaries. It wouldn't strictly be necessary for the compiled binaries to go to a customizable directory, but it would be a nice feature to have. Essentially, it would be equivalent to setting an output directory on the java compiler, just stored somewhere in the project configuration file. |
I see. I suggest to create a feature request for customizing the binary output folder of the standalone project in the Java Language Server repo |
I will look into that. Thanks! |
@tux2603 Just FYI the new version might be postponed to next week. If you need the the private build, you can try to build it by your own. Here is the steps:
|
Use #281 to track the feature request about specifying the output folder |
Our university is currently transferring our introductory java classes over to vs code, but we need a way to create java projects from a custom template. We already have an extension that's capable of generating the file structure necessary for the project, but as of yet there is no managing of dependencies. I have poked through your source code a bit, but the documentation is a bit slim. Would you be able to supply us with a reference to what functions will have to be called in order to create a new project in the dependency manager? Thank you.
The text was updated successfully, but these errors were encountered: