Re: java import package and maven dependencies

2015-03-25 Thread Mirko Friedenhagen
Hello Lin, maybe while struggling with this you could ask for help at the m2-us...@eclipse.org mailing list. Gruss Mirko -- Sent from my mobile On Mar 25, 2015 1:52 AM, Lin Ma lin...@gmail.com wrote: Thanks Gruss, Following your guidance I found the maven dependencies, and where is the

Re: java import package and maven dependencies

2015-03-25 Thread Bernd Eckenfels
Hello, if you found it in the Gui the file does not add any more information. But if you want to have a look at it, it is in the root folder of the project. The package explorer by default does not show .* resources. You can either use windows explorer, the Eclipse navigator or enable .*

RE: java import package and maven dependencies

2015-03-24 Thread Markus Karg
Sorry I have no experience with IntelliJ, as I solely use Eclipse. -Original Message- From: Lin Ma [mailto:lin...@gmail.com] Sent: Montag, 23. März 2015 23:05 To: Maven Users List Subject: Re: java import package and maven dependencies Thanks Markus, Do you know on IntelliJ, how to see

Re: java import package and maven dependencies

2015-03-24 Thread Lin Ma
. -Original Message- From: Lin Ma [mailto:lin...@gmail.com] Sent: Montag, 23. März 2015 23:05 To: Maven Users List Subject: Re: java import package and maven dependencies Thanks Markus, Do you know on IntelliJ, how to see Maven update Classpath and settings in IntelliJ how Classpath

Re: java import package and maven dependencies

2015-03-24 Thread Bernd Eckenfels
Am Tue, 24 Mar 2015 16:23:23 -0700 schrieb Lin Ma lin...@gmail.com: How to find Maven updated Classpath and its priority over existing Classpath in Eclipse? I use both and Eclipse is less. :) Not sure I understand the question, but in Eclipse you can see in the (Right click - Project settings

Re: java import package and maven dependencies

2015-03-24 Thread Lin Ma
Thanks Gruss, Following your guidance I found the maven dependencies, and where is the .classpath file you are referring to? I do not find it in workspace of the project. I created a new maven project in Eclipse. [image: Inline image 2] regards, Lin On Tue, Mar 24, 2015 at 4:38 PM, Bernd

Re: java import package and maven dependencies

2015-03-23 Thread Lin Ma
An: Maven Users List Betreff: java import package and maven dependencies Hi Maven masters, It is magic when we add dependencies in Maven pom.xml, IDE like IntelliJ could resolve it for java import package statement at the beginning of each .java file. Want to learn a bit more how Maven or IDE

AW: java import package and maven dependencies

2015-03-23 Thread Markus Karg
. Pretty simple and straightforward, and everything but magic. Regards -Markus -Ursprüngliche Nachricht- Von: Lin Ma [mailto:lin...@gmail.com] Gesendet: Montag, 23. März 2015 06:24 An: Maven Users List Betreff: java import package and maven dependencies Hi Maven masters, It is magic

AW: java import package and maven dependencies

2015-03-23 Thread Markus Karg
2015 06:24 An: Maven Users List Betreff: java import package and maven dependencies Hi Maven masters, It is magic when we add dependencies in Maven pom.xml, IDE like IntelliJ could resolve it for java import package statement at the beginning of each .java file. Want to learn a bit more

Re: java import package and maven dependencies

2015-03-23 Thread Lin Ma
is performing the 'organize import' functionality or its various variants. -Ursprüngliche Nachricht- Von: Lin Ma [mailto:lin...@gmail.com] Gesendet: Montag, 23. März 2015 08:59 An: Maven Users List Betreff: Re: java import package and maven dependencies Thanks Markus, For at runtime

java import package and maven dependencies

2015-03-22 Thread Lin Ma
Hi Maven masters, It is magic when we add dependencies in Maven pom.xml, IDE like IntelliJ could resolve it for java import package statement at the beginning of each .java file. Want to learn a bit more how Maven or IDE will use dependencies in Maven pom.xml file to resolve import package in