It seems that you send wrong class...

XDcolet ( xjavadoc actually ) would parse all
sources suplpied to it, and it seems that it barfed
somewhere - there must be "gotAllArgs" somewhere near
it.  

Check syntax of your java files....


regards,
--- Sgarlata Matt <[EMAIL PROTECTED]> wrote:
> Hi Konstantin,
> 
> Below is the Java file I am trying to use with
> XDoclet.  It is a very simple
> class with three properties: longId (the ID field),
> title, and description:
> 
> /**
>  * @hibernate.class
>  *  table="document"
>  */
> public class Document
> {
>  private Long longId;
>  private String title;
>  private String description;
> 
>  /**
>   * @hibernate.id
>   *  generator-class="sequence"
>   *  column="document_id_cd"
>   *  sequence="s_key_id_code"
>   */
>  public Long getLongId()
>  {
>   return longId;
>  }
>  public void setLongId(Long long1)
>  {
>   longId = long1;
>  }
> 
>  /**
>   * @hibernate.property
>   *  column="document_title_tx"
>   */
>  public String getTitle()
>  {
>   return title;
>  }
>  public void setTitle(String string)
>  {
>   title = string;
>  }
> 
>  /**
>   * @hibernate.property
>   *  column="document_desc_tx"
>   */
>  public String getDescription()
>  {
>   return description;
>  }
>  public void setDescription(String description)
>  {
>   this.description = description;
>  }
> 
> }
> 
> Thanks for your help!
> 
> Matt
> ----- Original Message ----- 
> From: "Konstantin Priblouda" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Wednesday, January 21, 2004 3:07 AM
> Subject: Re: [Xdoclet-user] Trouble using hibernate
> task
> 
> 
> 
> --- Sgarlata Matt <[EMAIL PROTECTED]> wrote:
> > Hello,
> >
> > I'm new to XDoclet, I'm trying to use it with
> > Hibernate and I'm completely
> > lost.  I realize my questions are very basic, so
> if
> > the answers are online
> > somewhere, please let me know... I RTFM so long as
> I
> > can find it ;)
> >
> > I am getting this error message:
> >
> > The input line is too long.
> > :gotAllArgs
> >  was unexpected at this time.
> 
> 
> can you post offending java file? maybe it's problem
> in your source code.
> 
> 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!?
> Yahoo! Hotjobs: Enter the "Signing Bonus"
> Sweepstakes
> http://hotjobs.sweepstakes.yahoo.com/signingbonus
> 
> 
>
-------------------------------------------------------
> The SF.Net email is sponsored by EclipseCon 2004
> Premiere Conference on Open Tools Development and
> Integration
> See the breadth of Eclipse activity. February 3-5 in
> Anaheim, CA.
> http://www.eclipsecon.org/osdn
> _______________________________________________
> xdoclet-user mailing list
> [EMAIL PROTECTED]
>
https://lists.sourceforge.net/lists/listinfo/xdoclet-user
> 
> 
> 
>
-------------------------------------------------------
> The SF.Net email is sponsored by EclipseCon 2004
> Premiere Conference on Open Tools Development and
> Integration
> See the breadth of Eclipse activity. February 3-5 in
> Anaheim, CA.
> http://www.eclipsecon.org/osdn
> _______________________________________________
> xdoclet-user mailing list
> [EMAIL PROTECTED]
>
https://lists.sourceforge.net/lists/listinfo/xdoclet-user


=====
----[ 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!?
Yahoo! Hotjobs: Enter the "Signing Bonus" Sweepstakes
http://hotjobs.sweepstakes.yahoo.com/signingbonus


-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to