> Nothing weird here. XDoclet goal just adds path where
> generated files shall go to compilation source set.
> It's added, but directory is not created because your
> subtask was not run / did not found sources.

Ok. So I'm pretty sure that the XDoclet plugin cannot find my
sources. I'm having difficulty trying to figure out why especially since
the java:compile task has no trouble finding them. So I must be missing
something very obvious.

> > Is there any special property you need to set to
> > tell xdoclet where your
> > source is?
> 
> It's just happy with your source specification in
> project.xml. Though you may set pattern of source
> files to be included, and activate  certain subtasks.
> ( refer to plugin.jelly ) 

The default settings for the plugin are supposed to run against a
fileset that matches **/*Bean.java pattern. I verified that there should
be at least one file that matches that specification (CenterBean.java).

My source specification in project.xml points to /src/java. I've
verified that the above java file is in that source directory.

Here's the part of my project.xml file that defines the source
location:

    <build>
        <sourceDirectory>${basedir}/src/java</sourceDirectory>
    </build>

-- 
Bryce Fischer <[EMAIL PROTECTED]>


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

Reply via email to