You may be running into a problem with the " " spaces in your directory
name.
Documents and Settings


----- Original Message ----- 
From: "Bryce Fischer" <[EMAIL PROTECTED]>
To: "Maven Users List" <[EMAIL PROTECTED]>
Sent: Thursday, October 09, 2003 6:44 AM
Subject: Re: XDoclet plugin troubles


> > --- Bryce Fischer <[EMAIL PROTECTED]> wrote:
> > > When I try to build my project, which has a preGoal
> > > for xdoclet, I get
> > > the following error (debug information tagged at the
> > > end of this
> > > message):
> > >
> > > com.werken.werkz.UnattainableGoalException: Unable
> > > to obtain goal [java:compile] -- 
> > > file:/C:/Documents and Settings/Bryce
> > > Fischer/.maven/plugins/maven-java-plugin-1.3/:55:48:
> > > <ant:javac> srcdir
> > >
> > "D:\dev\BISWEB2\bis-persistence-classes\target\xdoclet\ejbdoclet"
> > > does
> > > not exist!
> > >
> > This means that  xdocet did not produced any output.
> > Either you did not started any subtask, or subtask did
> > not found any source files.
>
> That's the wierd part. If I take the pregoal out, and do java:compile,
> it compiles fine (well, fine isn't the right word, as it fails because
> the dependent files that xdoclet are supposed to create aren't created,
> but it finds the sources).
>
> Is there any special property you need to set to tell xdoclet where your
> source is?
>
> I've also overridden the destDir property to point to a different
> directory than the default, which is ${maven.build.dir}/xdoclet/ejbdoclet,
> but it still seems to be trying to find the default location.
>
> -- 
> Bryce Fischer <[EMAIL PROTECTED]>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>


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

Reply via email to