Re: M2 basic question about generate-sources and xdoclet

2005-10-23 Thread Pete
Meant to say I HAVE solved by using :-

 

 although I notice the output .jar file has both the generated .class
 files and the .java
 is this able to be corrected ?

On 23/10/05, Pete <[EMAIL PROTECTED]> wrote:
> I haven't solved by using :-
>
> 
>
> although I notice the output .jar file has both the generated .class
> files and the .java
> is this able to be corrected ?
>
>
>
> On 23/10/05, Pete <[EMAIL PROTECTED]> wrote:
> > 1) I'm using the xdoclet plugin to generate the EJB .java files for
> > Home, Remote etc,
> > these are currently going in the ejb JAR as .java files, surely the
> > .class files should go in the .jar file.
> >
> > The only .class file in my EJB jar is the Bean.class that has my
> > xdoclet tags on it.
> >
> > 2) Where should I store the generated .java files, as I don't want
> > them in SCM, but I'm thiniking if their not under src\main\java then
> > they won't get compiled.
> >
> >
> > I'm using :-
> >
> > 
> >   xdoclet-maven-plugin
> >   org.codehaus.mojo
> >   1.0-alpha-1
> >   
> >   
> >   
> > generate-sources
> >   
> >   xdoclet
> >   
> >   
> >   
> >   
> >
> > 
> >
> > 
> >
> > 
> >
> >  
> >
> > 
> >
> > 
> >
> > 
> >
> >  > destDir="${project.build.outputDirectory}/META-INF"/>
> >
> > 
> >   
> >   
> >   
> >   
> >   
> >   
> >
>

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: M2 basic question about generate-sources and xdoclet

2005-10-23 Thread Pete
I haven't solved by using :-



although I notice the output .jar file has both the generated .class
files and the .java
is this able to be corrected ?



On 23/10/05, Pete <[EMAIL PROTECTED]> wrote:
> 1) I'm using the xdoclet plugin to generate the EJB .java files for
> Home, Remote etc,
> these are currently going in the ejb JAR as .java files, surely the
> .class files should go in the .jar file.
>
> The only .class file in my EJB jar is the Bean.class that has my
> xdoclet tags on it.
>
> 2) Where should I store the generated .java files, as I don't want
> them in SCM, but I'm thiniking if their not under src\main\java then
> they won't get compiled.
>
>
> I'm using :-
>
> 
>   xdoclet-maven-plugin
>   org.codehaus.mojo
>   1.0-alpha-1
>   
>   
>   generate-sources
>   
>   xdoclet
>   
>   
>   
>   
>
> 
>
> 
>
> 
>
>  
>
> 
>
> 
>
> 
>
>  destDir="${project.build.outputDirectory}/META-INF"/>
>
> 
>   
>   
>   
>   
>   
>   
>

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



M2 basic question about generate-sources and xdoclet

2005-10-23 Thread Pete
1) I'm using the xdoclet plugin to generate the EJB .java files for
Home, Remote etc,
these are currently going in the ejb JAR as .java files, surely the
.class files should go in the .jar file.

The only .class file in my EJB jar is the Bean.class that has my
xdoclet tags on it.

2) Where should I store the generated .java files, as I don't want
them in SCM, but I'm thiniking if their not under src\main\java then
they won't get compiled.


I'm using :-


   xdoclet-maven-plugin
   org.codehaus.mojo
   1.0-alpha-1
   
   
   generate-sources
   
   xdoclet
   
   
   
   
  

  

  

  
 
  

  

  

  

  

   
   
   
   
   
   

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



M2 basic question about generate-sources and xdoclet

2005-10-22 Thread Pete
1) I'm using the xdoclet plugin to generate the EJB .java files for
Home, Remote etc,
these are currently going in the ejb JAR as .java files, surely the
.class files should go in the .jar file.

The only .class file in my EJB jar is the Bean.class that has my
xdoclet tags on it.

2) Where should I store the generated .java files, as I don't want
them in SCM, but I'm thiniking if their not under src\main\java then
they won't get compiled.


I'm using :-


xdoclet-maven-plugin
org.codehaus.mojo
1.0-alpha-1


generate-sources

xdoclet









 

















-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]