Thanks Wayen. I think best way for now is to use ANT command from POM as I want to support legacy application by using MAVEN and we don't need any change in existing project structure or components for legacy applications.
Thanks for your prompt reply and explanation. Regards, daivish. On Mon, Aug 8, 2011 at 2:36 PM, Wayne Fay <[email protected]> wrote: > > I am using .EJB extension file from Weblogic Workshop. My project is > using > > Weblogic workshop and i am converting my project from ANT to MAVEN and i > am > > trying to find if i can generate Class files from my existing code, Which > > has already SampleClient.java file and Sample.ejb file in my project. > > > > And think i have to use ANT task from MAVEN. Is there any other work > around > > I have never seen *.ejb extension files in my life nor am I aware of > any way in Maven or Ant to process them. There may be a plugin that I > simply don't know about. Otherwise you are going to have to make your > own plugin if you cannot or will not change your source code files > (which seems like the easiest solution to me). > > Wayne > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
