build/generated/foo/bar/dao/GoReactionHome.java:5: error: package javax.ejb does not exist
import javax.ejb.Stateless;
^
build/generated/foo/bar/dao/GoReactionHome.java:6: error: package javax.persistence does not exist
import javax.persistence.EntityManager;
^
build/generated/foo/bar/dao/GoReactionHome.java:7: error: package javax.persistence does not exist
import javax.persistence.PersistenceContext;
^
build/generated/foo/bar/dao/GoReactionHome.java:8: error: package org.apache.commons.logging does not exist
import org.apache.commons.logging.Log;
^
build/generated/foo/bar/dao/GoReactionHome.java:9: error: package org.apache.commons.logging does not exist
import org.apache.commons.logging.LogFactory;
^
build/generated/foo/bar/dao/GoReactionHome.java:16: error: cannot find symbol
@Stateless
^
symbol: class Stateless
build/generated/foo/bar/dao/GoReactionHome.java:19: error: cannot find symbol
private static final Log log = LogFactory.getLog(GoReactionHome.class);
^
symbol: class Log
location: class GoReactionHome
I do not know how to override user sourceset once my plugin is applied to avoid to put any extra information user side.
That could to be really cool to send automatically the sourcesets when the user call the target compileJava. They are any documentation about this or easy way to do it …
I would like to add a sourceset to the target compileJava, from my plugin. When a user apply the plugin and run the target compileJava, needed sourceset is added automatically.