They are generated from within the antrun plugin by an ant script that calls
the websphere version of wsdl2java. I add the generated source to the
compile and they do get compiled.

If I use the -e -X for mvn I can see the two folders in the compile list for
the compiler plugin and can see that only src/main/java is used for the jxr
plugin's list of sources.

Let me know what you would like to see and I will reply with it. I hesitate
to inflict the whole compile debug output on the mailing list and am not
quite sure what parts of the POMs you would like to see.

In general, I am building an ear file. There is a base folder and all the
other project folders are beside it so I can use Eclipse easily. The ear
project depends on the war and ejb jar projects and each of those depends on
various jar projects that I use to enforce the layering in the app.

Thanks.

-- Lee

On 1/28/06, Jason van Zyl <[EMAIL PROTECTED]> wrote:
>
> Lee Meador wrote:
> > Is there a way to add the path for some generated sources to the list of
> > things that jxr will put in its cross reference of source files?
>
> They aren't? I'm looking at the JXR plugin over at the mojo project and
> the source directories that are picked up are the
>
> MavenProject.getCompileSourceRoots
>
> What plugin are you using to generate sources? The plugin has to add
> them to the compile source roots and then JXR should be picking them up.
>
> > Thanks.
> >
> > -- Lee Meador
> > Sent from gmail. My real email address is [EMAIL PROTECTED]
> >
>
>
> --
>
> jvz.
>
> Jason van Zyl
> jason at maven.org
> http://maven.apache.org
>
> In short, man creates for himself a new religion of a rational
> and technical order to justify his work and to be justified in it.
>
>    -- Jacques Ellul, The Technological Society
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


--
-- Lee Meador
Sent from gmail. My real email address is [EMAIL PROTECTED]

Reply via email to