What's you OS? Maybe you're hitting a limit. I remember win98 has a
256char limit, that you can actually change by changing properties of
the bat file.

Ara.

> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:xdoclet-user-
> [EMAIL PROTECTED]] On Behalf Of Daniele Arduini
> Sent: Thursday, October 11, 2001 12:03 PM
> To: [EMAIL PROTECTED]
> Subject: Re: [Xdoclet-user] XDoclet fails with large CLASSPATH
> 
> Here are details:
> 
>
========================================================================
==
> ==
>    <target name="ejbmodule-generate-really"
>            unless="ejbmodule-generate-really.notRequired">
> 
>      <fileset id="ejb-sources" dir="${src.dir}/ejb/${module}/src">
>        <include name="**/*EJB.java" />
>        <exclude name="**/Abstract*.java" />
>      </fileset>
> 
>      <ejbdoclet destdir="${src.dir}/ejb/${module}/src"
>                 sourcepath="${src.dir}/ejb/${module}/src"
>                 ejbspec="1.1">
> 
>        <!-- XXX: Removed because xdoclet (or ant?) fails with large
> CLASSPATH
>        <classpath refid="cp"/>
>        <classpath>
>          <fileset dir="${build.dir}/application" includes="**/*.jar"/>
>        </classpath>
>         -->
> 
>        <fileset refid="ejb-sources"/>
> 
>        <dataobject/>
>        <remoteinterface/>
>        <homeinterface/>
>        <utilobject/>
>        <localhomeinterface/>
>        <entitypk/>
>        <entitycmp/>
>        <session/>
> 
>        <deploymentdescriptor
destdir="${src.dir}/ejb/${module}/META-INF"
>                              mergedir="${src.dir}/ejb/${module}/src"/>
>        <orion destdir="${src.dir}/ejb/${module}/META-INF"
>               mergedir="${src.dir}/ejb/${module}/src"/>
>      </ejbdoclet>
>    </target>
>
========================================================================
==
> 
> $ ant -version
> Ant version 1.4 compiled on September 3 2001
> 
>
========================================================================
==
> =
> 
> [result1.txt]
> 
> Obtained with:
>        <classpath refid="cp"/>
>        <classpath>
>          <fileset dir="${build.dir}/application" includes="**/*.jar"/>
>        </classpath>
> 
>
========================================================================
==
> =
> 
> [result2.txt]
> 
> Obtained with:
>        <!-- <classpath refid="cp"/> -->
>        <classpath>
>          <fileset dir="${build.dir}/application" includes="**/*.jar"/>
>        </classpath>
> 
>
========================================================================
==
> =
> 
> [result3.txt]
> 
> Obtained with:
>        <!--
>        <classpath refid="cp"/>
>        <classpath>
>          <fileset dir="${build.dir}/application" includes="**/*.jar"/>
>        </classpath>
>        -->
> 
> Removing the classpath(s) inside the <ejbdoclet> I got some warning by
> javadoc
> about classes not found in import, but the build was successfully
> completed.
> 
> 
> bye,
> Daniele Arduini


_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


_______________________________________________
Xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to