Replies: 2 comments 2 replies
-
Beta Was this translation helpful? Give feedback.
0 replies
-
Archetype generation and importing projects are actually different topic. Because of this this was split into two steps see |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, the javadoc for
ArchetypeGenerator.createArchetypeProjects()
says "Creates project structure using Archetype and then imports created project(s)". However, the code for importing seems to have been removed in c76ec87#diff-4742ec5a022dec0edc843e783c76a0a258224fcb273fb08ba3f107e0dc6887cbL139.Is it importing the projects another way? Calling
createArchetypeProjects
and thenIWorkspaceRoot.getProject().exists()
returnsfalse
.MavenProjectInfo
andLocalProjectScanner
are written usingjava.io.File
so I can't imagine it's workspace-aware.Please let me know the answer or if we are still supposed to do
createArchetypeProjects
and then import them usingProjectConfigurationManager.importProjects
. Thanks.Beta Was this translation helpful? Give feedback.
All reactions