On 12 Jun 2003 at 12:11, Larry Young wrote:
> Hello,
>
> I thought I had seen a posting about this awhile ago, but I
> couldn't find it on the mail list archive. In fact I didn't see any
> postings for betwixt after February.
>
> I'm in the process of jar-ing my application and I was trying to
> figure out where I need to put my *.betwixt files in the JAR. I was going
> to put them all into a single 'betwixt' directory, but what happens
> down-the-road when I have two classes in different packages with the same
> name? Does betwixt even allow this? Does betwixt rely on the path of the
> class to find the *.betwixt file??
Place the betwixt file in the same package as the source file it's defining. A classfile
com.mycompany.MyClass would have a corresponding betwixt file MyClass.betwixt
in the com.mycompany package.
>
> --- thanks ---
> Larry Young
>
>
> --------------------------
> Larry Young
> The Dalmatian Group
> www.dalmatian.com
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: commons-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: commons-user-help@jakarta.apache.org
>
>
|