sm-shop build failed org.codehaus.mojo:aspectj-maven-plugin:1.2 error.

173 views
Skip to first unread message

Rosh

unread,
Feb 8, 2017, 2:28:06 AM2/8/17
to Shopizer

While building 2.0.4 failed for sm-shop with  below error.


[ERROR] Failed to execute goal org.codehaus.mojo:aspectj-maven-plugin:1.2:compile (default) on project sm-shop: Compiler errors :
[ERROR] error at @RequestMapping(Constants.SHOP_URI)
[ERROR] ^^^^^^^^^^^^^^^^^
[ERROR] D:\Dev\shopizer-2.3\shopizer-2.0.4\sm-shop\src\main\java\com\salesmanager\web\shop\controller\order\ShoppingOrderPaymentController.java:61:0::0 The type java.util.Map$Entry cannot be resolved. It is indirectly referenced from required .class files
[ERROR] -> [Help 1]
[ERROR] 

Is there any maven configuration problem for aspectJ ?

Rosh

unread,
Feb 8, 2017, 3:06:57 AM2/8/17
to Shopizer



[INFO] --- aspectj-maven-plugin:1.2:compile (default) @ sm-shop ---
[ERROR] The type java.util.Map$Entry cannot be resolved. It is indirectly referenced from required .class files

Rosh

unread,
Feb 8, 2017, 5:42:22 AM2/8/17
to Shopizer

Related error  while building eclipse prompts this error "No marketplace entries found to handle maven-apt-plugin:1.0.2:process in Eclipse.  Please see Help for more information."

Rosh

unread,
Feb 9, 2017, 1:28:00 AM2/9/17
to Shopizer
Followed this, it worked :  a "mvn install" on sm-core, then a "mvn compile" on sm-shop, it builds succesfully

Carl Samson

unread,
Feb 9, 2017, 8:37:30 AM2/9/17
to shop...@googlegroups.com
For shopizer 2.0.4 use java 7

For shopizer 2.0.5 use java 8

--
You received this message because you are subscribed to the Google Groups "Shopizer" group.
To unsubscribe from this group and stop receiving emails from it, send an email to shopizer+unsubscribe@googlegroups.com.
To post to this group, send email to shop...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/shopizer/6d00114e-e394-401a-9b8f-5e175196061f%40googlegroups.com.

For more options, visit https://groups.google.com/d/optout.

roshe...@gmail.com

unread,
Feb 12, 2017, 1:21:05 AM2/12/17
to Shopizer
Is 2.0.5 released ? Not yet available in site?

On Thursday, February 9, 2017 at 5:37:30 PM UTC+4, carlo wrote:
> For shopizer 2.0.4 use java 7
>
>
> For shopizer 2.0.5 use java 8
>
>
> On Thu, Feb 9, 2017 at 1:27 AM, Rosh <roshen.pay...@gmail.com> wrote:
>
> Followed this, it worked :  a "mvn install" on sm-core, then a "mvn compile" on sm-shop, it builds succesfully
>
>
> Reference :http://stackoverflow.com/questions/26562137/unable-to-build-shopizer
>
> On Wednesday, February 8, 2017 at 2:42:22 PM UTC+4, Rosh wrote:
>
> Related error  while building eclipse prompts this error "No marketplace entries found to handle maven-apt-plugin:1.0.2:process in Eclipse.  Please see Help for more information."
> On Wednesday, February 8, 2017 at 12:06:57 PM UTC+4, Rosh wrote:
>
>
>
>
>
>
>
> [INFO] --- aspectj-maven-plugin:1.2:compile (default) @ sm-shop ---
> [ERROR] The type java.util.Map$Entry cannot be resolved. It is indirectly referenced from required .class files
> On Wednesday, February 8, 2017 at 11:28:06 AM UTC+4, Rosh wrote:
>
>
>
> While building 2.0.4 failed for sm-shop with  below error.
>
>
>
>
> [ERROR] Failed to execute goal org.codehaus.mojo:aspectj-maven-plugin:1.2:compile (default) on project sm-shop: Compiler errors :
> [ERROR] error at @RequestMapping(Constants.SHOP_URI)
> [ERROR] ^^^^^^^^^^^^^^^^^
> [ERROR] D:\Dev\shopizer-2.3\shopizer-2.0.4\sm-shop\src\main\java\com\salesmanager\web\shop\controller\order\ShoppingOrderPaymentController.java:61:0::0 The type java.util.Map$Entry cannot be resolved. It is indirectly referenced from required .class files
> [ERROR] -> [Help 1]
> [ERROR] 
>
>
> Is there any maven configuration problem for aspectJ ?
>
>
>
>
> --
>
> You received this message because you are subscribed to the Google Groups "Shopizer" group.
>
> To unsubscribe from this group and stop receiving emails from it, send an email to shopizer+u...@googlegroups.com.

Umesh Awasthi

unread,
Feb 12, 2017, 1:26:30 AM2/12/17
to shop...@googlegroups.com
Not released yet.

To unsubscribe from this group and stop receiving emails from it, send an email to shopizer+unsubscribe@googlegroups.com.

To post to this group, send email to shop...@googlegroups.com.

For more options, visit https://groups.google.com/d/optout.



--
With Regards
Umesh Awasthi
http://www.travellingrants.com/

   

Rosh

unread,
Feb 14, 2017, 11:28:35 PM2/14/17
to Shopizer
Why is it so, when 2.0.3 is working on  Java 8 and 2.0.4 not.


On Thursday, February 9, 2017 at 5:37:30 PM UTC+4, carlo wrote:
For shopizer 2.0.4 use java 7

For shopizer 2.0.5 use java 8
On Thu, Feb 9, 2017 at 1:27 AM, Rosh <roshen.pay...@gmail.com> wrote:
Followed this, it worked :  a "mvn install" on sm-core, then a "mvn compile" on sm-shop, it builds succesfully

Reference :http://stackoverflow.com/questions/26562137/unable-to-build-shopizer

On Wednesday, February 8, 2017 at 2:42:22 PM UTC+4, Rosh wrote:

Related error  while building eclipse prompts this error "No marketplace entries found to handle maven-apt-plugin:1.0.2:process in Eclipse.  Please see Help for more information."
On Wednesday, February 8, 2017 at 12:06:57 PM UTC+4, Rosh wrote:



[INFO] --- aspectj-maven-plugin:1.2:compile (default) @ sm-shop ---
[ERROR] The type java.util.Map$Entry cannot be resolved. It is indirectly referenced from required .class files

On Wednesday, February 8, 2017 at 11:28:06 AM UTC+4, Rosh wrote:

While building 2.0.4 failed for sm-shop with  below error.


[ERROR] Failed to execute goal org.codehaus.mojo:aspectj-maven-plugin:1.2:compile (default) on project sm-shop: Compiler errors :
[ERROR] error at @RequestMapping(Constants.SHOP_URI)
[ERROR] ^^^^^^^^^^^^^^^^^
[ERROR] D:\Dev\shopizer-2.3\shopizer-2.0.4\sm-shop\src\main\java\com\salesmanager\web\shop\controller\order\ShoppingOrderPaymentController.java:61:0::0 The type java.util.Map$Entry cannot be resolved. It is indirectly referenced from required .class files
[ERROR] -> [Help 1]
[ERROR] 

Is there any maven configuration problem for aspectJ ?

--
You received this message because you are subscribed to the Google Groups "Shopizer" group.
To unsubscribe from this group and stop receiving emails from it, send an email to shopizer+u...@googlegroups.com.

To post to this group, send email to shop...@googlegroups.com.
Reply all
Reply to author
Forward
0 new messages