This is not the problem with liferay. It should be the problem with
setup path of Xdoclet.
I have also sent an email to Xdoclet, unfortuntely received no reply.
So i thought you guys might have expeirence with xdoclet .

On Mon, Jun 15, 2009 at 1:57 AM, Martin Gainty<mgai...@hotmail.com> wrote:
> please forward your request to
> sa...@liferay.com
>
> Viel Gluck,
> Martin
> ______________________________________________
> Verzicht und Vertraulichkeitanmerkung
>
> Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene
> Empfaenger sein, so bitten wir hoeflich um eine Mitteilung. Jede unbefugte
> Weiterleitung oder Fertigung einer Kopie ist unzulaessig. Diese Nachricht
> dient lediglich dem Austausch von Informationen und entfaltet keine
> rechtliche Bindungswirkung. Aufgrund der leichten Manipulierbarkeit von
> E-Mails koennen wir keine Haftung fuer den Inhalt uebernehmen.
>
>
>
>
>
>
>> Date: Mon, 15 Jun 2009 01:44:00 +1000
>> Subject: Re: Reference xdocpath not found
>> From: swun2...@gmail.com
>> To: user@struts.apache.org
>>
>> I think you guys are using Xdoclet with Struts?
>>
>> On Mon, Jun 15, 2009 at 1:27 AM, Dave Newton<newton.d...@yahoo.com> wrote:
>> > I think you sent this to the wrong mailing list.
>> >
>> > Dave
>> >
>> > Sam Wun wrote:
>> >>
>> >> Hi, I just installed xdoclet and created a build.xml file (shown
>> >> below),
>> >> but execution of ant command failed with the followoing errors:
>> >> # ant
>> >> Buildfile: build.xml
>> >>
>> >> compile:
>> >>
>> >> BUILD FAILED
>> >>
>> >>
>> >> /usr/liferay/liferay-portal-5.2.2/dev/portlets/online-payment/build.xml:14:
>> >> Reference xdocpath not found.
>> >>
>> >> Total time: 6 seconds
>> >>
>> >> Here is the content of build.xml file:
>> >> # cat build.xml
>> >> <?xml version="1.0"?>
>> >>
>> >> <project name="portlet" basedir="." default="deploy">
>> >> á á á<import file="../build-common-portlet.xml" />
>> >>
>> >> á á á<target name="compile">
>> >> á á á á á á á<mkdir dir="docroot/WEB-INF/classes" />
>> >>
>> >> á á á á á á á<path id="plugin-lib.classpath">
>> >> á á á á á á á á á á á<pathelement
>> >> location="${app.server.classes.portal.dir}" />
>> >> á á á á á á á á á á á<fileset dir="${app.server.lib.portal.dir}"
>> >> includes="*.jar" />
>> >> á á á á á á á á á á á<pathelement location="docroot/WEB-INF/classes" />
>> >> á á á á á á á</path>
>> >> á<taskdef name="webdoclet"
>> >> classname="Xdoclet.modules.web.WebDocletTask" classpathref="xdocpath">
>> >> á</taskdef>
>> >> á<webdoclet destdir="WEB-INF" mergedir="metadata/web"
>> >> excludedtags="@version,@author" verbose="true">
>> >> á á á<fileset dir="WEB-INF/src">
>> >> á á á á á<include name="**/*Form.java" />
>> >> á á á á á<include name="**/*Action.java" />
>> >> á á á á á<include name="**/*Servlet.java" />
>> >> á á á</fileset>
>> >> á á á<deploymentdescriptor validatexml="true"
>> >> á á á áservletspec="2.3" sessiontimeout="60"
>> >> á á á ádestdir="WEB-INF" distributable="false">
>> >> á á á</deploymentdescriptor>
>> >> á á á<strutsconfigxml validatexml="true" version="1.1"/>
>> >> á á á<strutsvalidationxml/>
>> >> á</webdoclet>
>> >>
>> >>
>> >> á á á á á á á<javac
>> >> á á á á á á á á á á áclasspathref="plugin.classpath"
>> >> á á á á á á á á á á ácompiler="${javac.compiler}"
>> >> á á á á á á á á á á ádebug="${javac.debug}"
>> >> á á á á á á á á á á ádeprecation="${javac.deprecation}"
>> >> á á á á á á á á á á ádestdir="docroot/WEB-INF/classes"
>> >> á á á á á á á á á á ánowarn="${javac.nowarn}"
>> >> á á á á á á á á á á ásrcdir="docroot/WEB-INF/src3"
>> >> á á á á á á á/>
>> >>
>> >> á á á á á á á<antcall target="build-common-plugin.compile" />
>> >> á á á</target>
>> >>
>> >> á á á<target name="build-lang">
>> >> á á á á á á á<antcall target="build-lang-cmd">
>> >> á á á á á á á á á á á<param name="lang.dir"
>> >> value="docroot/WEB-INF/src/content/test" />
>> >> á á á á á á á á á á á<param name="lang.file" value="Language" />
>> >> á á á á á á á</antcall>
>> >> á á á</target>
>> >> </project>
>> >>
>> >> Can anyone tell me how to setup Xdoclet in unix? (linux/freebsd)
>> >> Your suggestion is very much appreciated.
>> >> Thanks
>> >>
>> >> ---------------------------------------------------------------------
>> >> To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
>> >> For additional commands, e-mail: user-h...@struts.apache.org
>> >>
>> >>
>> >
>> > ---------------------------------------------------------------------
>> > To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
>> > For additional commands, e-mail: user-h...@struts.apache.org
>> >
>> >
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
>> For additional commands, e-mail: user-h...@struts.apache.org
>>
>
> ________________________________
> Insert movie times and more without leaving Hotmail®. See how.

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

Reply via email to