2 Replies Latest reply on Nov 3, 2002 1:00 PM by koltar

    XDoclet Installation

    koltar

      I spent MANY hours looking for the proper setup of Xdoclet to find absolutely NOTHING on how its suppose to be setup.

      I installed Xdoclet via unzip xdoclet-1.1.2 in my /usr/local directory. I changed my .ant.properties to use /usr/local/xdoclet-1.1.2 as the xdoclet.home.(I have have NO clue if thats how is suppose to be installed)

      I am attempting to setup up the template and it is failing miserably telling me that it can not find the interfaces when I run ant.

      From reading posts the interfaces are not being created is due to bad classpath or XDOCLET_HOME is not correct. What classpath do I need to be pointing to that I am not and where should I make this change? Please tell me which file which field, this hunting for hours just plain sucks.

      Any help would be appreciated, this is rough...

        • 1. Re: XDoclet Installation
          koltar

          Okay it was the ant jar files were not being pointed to as needed which included the xml-commons-apis-1.0.jar, xerces-j2.2.2.0.jar, ant-1.5.1.jar

          Now I'm on to my next issue, ejb not found NameNotFoundException thrown I'll relook through my steps, it must be a JNDI error.

          • 2. Re: XDoclet Installation
            koltar

            Not sure what I did to fix it but its now working.