You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@turbine.apache.org by Vanga PraveenReddy <va...@yahoo.com> on 2003/06/02 13:08:57 UTC

How to install torque!!!

I have downloaded torque-gen-3.1-alpha1.zip file,

These steps i have followed.
----------------------------

1) Unzipped the torque-gen-3.1-alpha1.zip  file

2) After that i have added the author-schema.xml file 
to schema directory. 

3)I have made changes build.properties with my
database settings.

4) i have run the ant with the following command.
   ant -buildfile build-torque.xml

5)It has generated the sql files and java source
files.

6) then i run the insert-sql target,it has created the
tables in the database.

7) the problem is when i am trying to run compile
target.

It has saying some class files are missing ,
org.apache.torque.*.

When i extract the torque-gen-3.1-alpha1.jar some of
the class files are missing.

I will be very thankfull if any body tells how to
download the torque and install  and run the expamle
author schema file which is present in exampl.

Praveen.


__________________________________
Do you Yahoo!?
The New Yahoo! Search - Faster. Easier. Bingo.
http://search.yahoo.com

---------------------------------------------------------------------
To unsubscribe, e-mail: turbine-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: turbine-user-help@jakarta.apache.org


Re: How to install torque!!!

Posted by Martin Poeschl <mp...@marmot.at>.
Vanga PraveenReddy wrote:

>I have downloaded torque-gen-3.1-alpha1.zip file,
>
>These steps i have followed.
>----------------------------
>
>1) Unzipped the torque-gen-3.1-alpha1.zip  file
>
>2) After that i have added the author-schema.xml file 
>to schema directory. 
>
>3)I have made changes build.properties with my
>database settings.
>
>4) i have run the ant with the following command.
>   ant -buildfile build-torque.xml
>
>5)It has generated the sql files and java source
>files.
>
>6) then i run the insert-sql target,it has created the
>tables in the database.
>
>7) the problem is when i am trying to run compile
>target.
>
>It has saying some class files are missing ,
>org.apache.torque.*.
>
>When i extract the torque-gen-3.1-alpha1.jar some of
>the class files are missing.
>

you need the torque-3.1-alpha1.jar to compile your om.

the -gen jar only contains the generator, but you need the runtime 
classes for the om to compile

martin

>
>I will be very thankfull if any body tells how to
>download the torque and install  and run the expamle
>author schema file which is present in exampl.
>
>Praveen.
>
>
>__________________________________
>Do you Yahoo!?
>The New Yahoo! Search - Faster. Easier. Bingo.
>http://search.yahoo.com
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: turbine-user-unsubscribe@jakarta.apache.org
>For additional commands, e-mail: turbine-user-help@jakarta.apache.org
>
>
>
>  
>



---------------------------------------------------------------------
To unsubscribe, e-mail: turbine-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: turbine-user-help@jakarta.apache.org