Amarnath palavalli wrote: > Hello, > > I am working on an application to use Torque to create XML schema from the > existing database and then generate the Java OM classes from this schema on > the fly. For this I don't want to use the Maven 2 build. Hence I referred to > your JUnit case TorqueOMMojoTest.java and tried something similar like this: [...] > When I run the application I get the following exception: > > ----------------------------------------------------- > org.codehaus.plexus.component.repository.exception.ComponentLookupException: > Unable to lookup component 'org.apache.maven.project.MavenProjectBuilder',
This wouldn't work because it requires the Maven-2 environment to run. You can use the ant-tasks of the Torque generator instead. Bye, Thomas. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
