Re: adding classpath

2019-09-11 Thread Geertjan Wielenga
Probably what you're trying to do is simply add a dependency to a Maven POM? Gj On Wed, Sep 11, 2019 at 11:46 AM Bailey Campbell wrote: > > > On 2019/09/11 09:13:40, Tim Boudreau wrote: > > Describe better what you are trying to do: Modify the POM of a Maven > > project, or modify what the

Re: adding classpath

2019-09-11 Thread Carl Mosca
It should not be complicated. If you're moving to maven, it will be less effort in the long run if follow conventions. If you already are following conventions, (e.g. sources are in the expected directory, etc.) I am wondering what the issue might be. Perhaps you have other projects on which

Re: adding classpath

2019-09-11 Thread Bailey Campbell
On 2019/09/11 09:13:40, Tim Boudreau wrote: > Describe better what you are trying to do: Modify the POM of a Maven > project, or modify what the IDE thinks is the classpath of it so it offers > completion for some more stuff? > > For the former, there's > - Have an implementation

Re: adding classpath

2019-09-11 Thread Tim Boudreau
Describe better what you are trying to do: Modify the POM of a Maven project, or modify what the IDE thinks is the classpath of it so it offers completion for some more stuff? For the former, there's - Have an implementation dependency on the Maven module, and call code internal to it - Depend