Re: Gin @GenEvent generates "Java source file" in "target/classes" folder

23 views
Skip to first unread message
Message has been deleted
Message has been deleted

Akshay Lokur

unread,
Jan 23, 2014, 4:32:03 AM1/23/14
to gwt-pl...@googlegroups.com
Added image showing generated files in target folder...

On Thursday, January 23, 2014 2:55:47 PM UTC+5:30, Akshay Lokur wrote:
Hi,

I am using @GenEvent to generate Event and EventHandlers in my GWT project. This is Maven based project.

package com.lokur.motd.client.events;

import com.gwtplatform.dispatch.annotation.GenEvent;

@GenEvent
public class EditorChange {
}


But, when I do "maven clean install", I see EditorChangeEvent.java generated in target/classes/
com/lokur/motd/client/events package..

Not sure why Java file is going into classes folder in target!!!
Below shown are the contents of my
target/classes/com/lokur/motd/client/events package after build:



Please help me out.
Thanks.


Reply all
Reply to author
Forward
0 new messages