jlahoda commented on issue #1403: [NETBEANS-1802] Basic infrastructure to load 
a project with a Project Type
URL: https://github.com/apache/netbeans/pull/1403#issuecomment-516136947
 
 
   I am afraid I am not sure how exactly this patch should help? Projects are 
often through the FileOwnerQuery, which does not know currently which type of 
project it is trying to load.
   
   When I was thinking of this, I was imagining two possible approaches:
   1. a Multi Project similar to what @jtulach was proposing. Could work when 
the two projects merged into the Multi Project are sufficiently different (like 
possibly Java Gradle and NPM). Unlikely to work for two Java projects, but that 
is presumably fine. Maybe we would have a Multi Project that would allow only 
such combinations of projects that are known to work. This could be prototyped 
as an extension module.
   2. have an action that would tell the project infra to recognize the given 
directory as a project of a particular type, and ignore all rest. Probably not 
reasonably doable as an extension module, but possibly also simpler to do.
   
   I think that the code here might be to some degree useful for either of 
these, but details on what is needed will likely be more clear only when the 
actual UI so this is implemented.
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to