You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by brian janaszek <bj...@collaborativefusion.com> on 2003/06/05 15:59:42 UTC

Disappearing Goals

Still trying to get Maven to build and compile and Turbine 2.2/Torque
3.x application.  Suddenly, in the course of tweaking things, my torque
goals have *poof* disappeared.  Running maven -g, I still see them
listed:

[torque] : delegate to torque:main
  check-om-zip ............... null
  create-db .................. delegate to torque:create-db
  datadtd .................... delegate to torque:datadtd
  datadump ................... delegate to torque:datadump
  datasql .................... delegate to torque:datasql
  doc ........................ delegate to torque:doc
  id-table-init-sql .......... delegate to torque:id-table-init-sql
  init ....................... Build classpath and define tasks
  insert-sql ................. delegate to torque:insert-sql
  jdbc ....................... delegate to torque:jdbc
  main ....................... delegate to torque:main
  ojb ........................ Generates the repository and om for ojb (
                               experimental)
  ojb-repository ............. Generates the repository for ojb
(experimental)
  om ......................... delegate to torque:om
  om-check ................... null
  om-generate ................ null
  om-zip ..................... Moves source om files to separate jar and
out of
                               the source tree
  om-zip-worker .............. null
  om-zip-worker-delete ....... null
  sql ........................ delegate to torque:sql
  sql-check .................. Determine if the SQL files need to be
generated
  sql-generate ............... null
  sql2xml .................... delegate to torque:sql2xml

But when I attempt to run maven torque:main I get:

Goal "torque:main" does not exist in this project.  

I've checked the plugin directory in my Maven installation, and sure
enough, the maven-torque-plugin-3.1.jar is there, as well as
maven-torque-plugin-3.1 directory.

What gives?

TIA
bmj



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org