--- Bryce Fischer <[EMAIL PROTECTED]> wrote: > > --- 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).
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. > 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 ) regards, ===== ----[ Konstantin Pribluda ( ko5tik ) ]---------------- Zu Verst�rkung meines Teams suche ich ab Sofort einen Softwareentwickler[In] f�r die Festanstellung. Arbeitsort: Mainz Skills: Programieren, Kentnisse in OpenSource-Bereich ----[ http://www.pribluda.de ]------------------------ __________________________________ Do you Yahoo!? The New Yahoo! Shopping - with improved product search http://shopping.yahoo.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
