Tod Thomas <[EMAIL PROTECTED]> writes:

>Thomas,

>Sweet, this worked perfectly.  I'll document it under a seperate subject 
>line later today.

>Thanks for your help.

If you are using maven, you can simply add the jar to project.xml and
add it to your local repository. Then you don't need any hacks.

        Regards
                Henning




>Tod

>Thomas Fischer wrote:
>> 
>> 
>> 
>> Hi Tod,
>> 
>> I finally got a (_VERY_ dirty) solution for your problem. Perhaps some
>> maven guru on the list can create a cleaner solution from this.
>> Find the file /cache/maven-torque-plugin-3.1.1/plugin.jelly somewhere in
>> your maven home directory. Add the path to classes12.jar into the torque
>> classpath:
>> 
>>     <path id="torque-classpath">
>> ...
>>       <pathelement path="path/to/classes12.jar"/>
>> ...
>>     </path>
>> 
>> Then the task should run without the ClassNotFoundException.
>> 
>> Also it seems that your torque.properties contains an error. My guess is
>> that it contains the line
>> torque.database.driver = classes12.jar
>> 
>> whereas it should contain
>> 
>> torque.database.driver = oracle.jdbc.driver.OracleDriver
>> 
>> Please tell me if it worked. If yes, please open a new issue at scarab
>> (http://nagoya.apache.org/scarab/issues) and describe the problem there.
>> 
>>   Good night,
>> 
>>       Thomas
>> 
>> Tod Thomas <[EMAIL PROTECTED]> schrieb am 03.12.2004 21:34:04:
>> 
>> 
>>>I am executing maven torque:jdbc to generate schema.xml.  It continually
>>>displays this error:
>>>
>>>...
>>>java.lang.ClassNotFoundException: classes12.jar
>>>Total time: 6 seconds
>>>Finished at: Fri Dec 03 15:22:58 EST 2004
>>>
>>>classes12.jar is present.  I have tried different iterations of the
>>>CLASSPATH and nothing works - I don't think thats the real problem.
>>>Running with maven -X didn't provide anything useful.  I've seen this
>>>problem posted with no response, and I've seen it posted referring to
>>>performing a datadump with the same CLASSPATH error.
>>>
>>>I am at my wits end. Can someone help me get it fixed so I can get it
>>>documented on this list ?
>>>
>>>
>>>Thanks - Tod
>>>
>>>
>>>Details:
>>>---
>>>* Built Torque v3.1.1 from source.
>>>* Installed maven plugin via maven plugin:download
>>>-DartifactId=maven-torque-plugin -DgroupId=torque -Dversion=3.1.1
>>>* Switched to the ./torque-3.1.1-src/target directory
>>>* Created project.properties with the appropriate settings for Oracle
>>>* Copied over classes12.jar file
>>>* export CLASSPATH=$CLASSPATH:./torque-3.1.1-src/target/classes12.jar;
>>>* maven torque:jdbc
>>>* I can attach project.properties if it will help.
>>>
>>>---------------------------------------------------------------------
>>>To unsubscribe, e-mail: [EMAIL PROTECTED]
>>>For additional commands, e-mail: [EMAIL PROTECTED]
>>>
>> 
>> 
>> 
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>> For additional commands, e-mail: [EMAIL PROTECTED]
>> 
>> 



>---------------------------------------------------------------------
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]

-- 
Dipl.-Inf. (Univ.) Henning P. Schmiedehausen          INTERMETA GmbH
[EMAIL PROTECTED]        +49 9131 50 654 0   http://www.intermeta.de/

RedHat Certified Engineer -- Jakarta Turbine Development  -- hero for hire
   Linux, Java, perl, Solaris -- Consulting, Training, Development

What is more important to you...
   [ ] Product Security
or [ ] Quality of Sales and Marketing Support
              -- actual question from a Microsoft customer survey

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to