Re: java.lang.ClassNotFoundException: com.google.common.base.Preconditions

2022-07-25 Thread Bernd Eckenfels
: Monday, July 25, 2022 2:13:30 AM An: Maven Users List Betreff: Re: java.lang.ClassNotFoundException: com.google.common.base.Preconditions could you explain this to me? we have tried running without configuring any agent mvn exec:java -X -Dexec.mainClass=com.example.App and the exception is

Re: java.lang.ClassNotFoundException: com.google.common.base.Preconditions

2022-07-25 Thread Martin Gainty
w.com Gruss martin~ From: Siddharth Jain Sent: Monday, July 25, 2022 11:22 AM To: Maven Users List Subject: Re: java.lang.ClassNotFoundException: com.google.common.base.Preconditions I understand that. But we have been using maven exec:java for other projects and did

Re: java.lang.ClassNotFoundException: com.google.common.base.Preconditions

2022-07-25 Thread Siddharth Jain
for the execution to work. > www.mojohaus.org > gruss > Martin > > From: Siddharth Jain > Sent: Sunday, July 24, 2022 8:13 PM > To: Maven Users List > Subject: Re: java.lang.ClassNotFoundException: > com.google.common.base.Preconditions >

Re: java.lang.ClassNotFoundException: com.google.common.base.Preconditions

2022-07-25 Thread Martin Gainty
day, July 24, 2022 8:13 PM To: Maven Users List Subject: Re: java.lang.ClassNotFoundException: com.google.common.base.Preconditions could you explain this to me? we have tried running without configuring any agent mvn exec:java -X -Dexec.mainClass=com.example.App and the exception is still there. an

Re: java.lang.ClassNotFoundException: com.google.common.base.Preconditions

2022-07-24 Thread Siddharth Jain
- > http://bernd.eckenfels.net > > Von: Siddharth Jain > Gesendet: Sunday, July 24, 2022 8:46:04 PM > An: users@maven.apache.org > Betreff: java.lang.ClassNotFoundException: > com.google.common.base.Preconditions > > we are running into the dreaded ClassN

Re: java.lang.ClassNotFoundException: com.google.common.base.Preconditions

2022-07-24 Thread Bernd Eckenfels
Von: Siddharth Jain Gesendet: Sunday, July 24, 2022 8:46:04 PM An: users@maven.apache.org Betreff: java.lang.ClassNotFoundException: com.google.common.base.Preconditions we are running into the dreaded ClassNotFoundException in a project. Here is the setup. Using

Re: java.lang.ClassNotFoundException: com.google.common.base.Preconditions

2022-07-24 Thread Thomas Broyer
ed the memory-measurer artifact into M2 > repository. Then we created a test project in which we add dependency on > memory-measurer. The project compiles fine but gives error on running (we > run using mvn exec:java plugin): > > Caused by: java.lang.ClassNotFoundExcepti

java.lang.ClassNotFoundException: com.google.common.base.Preconditions

2022-07-24 Thread Siddharth Jain
ed the memory-measurer artifact into M2 repository. Then we created a test project in which we add dependency on memory-measurer. The project compiles fine but gives error on running (we run using mvn exec:java plugin): Caused by: java.lang.ClassNotFoundException: com.google.common.base.Preconditions