Hi, I have an EJB project created using RAD6 and I have used annotation features for the session and entity beans. So it created additional gen/src folder for the generated code. Could you tell me how to add this additional source to the compilation path. There was posting on previously, they recommended Ant task but it was clear what task I should use to add the source to the classpath. Are they just recommending to compile the generated source using the ant task and copying the classes to the same folder target/classes so that packaging phase of the maven can package these classes ? If anyone already ran in this situation and already wrote the ant task, could you share what task you used ?
>m2 compiler plugin and generated source<http://www.nabble.com/forum/ViewPost.jtp?post=1032097&framed=y> On 10/5/05, Robert Biernat <[EMAIL PROTECTED]<http://www.nabble.com/user/SendEmail.jtp?type=post&post=1037099&i=0>> wrote: >> I'm thinking the only way to do this is to write a java based plugin that >> programmatically plugs in the new directory. > >Yes, or to write an Ant task in antrun to do it... > >- Brett Thanks in advance -- -Gautham Pamu
