Re: maven torque:insert-sql fails: org/apache/tools/ant/PropertyHelper
Jon August <[email protected]> Thu, 22 Oct 2009 01:06:21 -0400
| Newsgroups | gmane.comp.jakarta.turbine.torque.user |
|---|---|
| Message-ID | <[email protected]> |
I'm really stuck on this. Clearly from the NoClassDefFound error below in my last message, you would assume maven can't find ant... BUT, here it is in the local maven repository: Mac:jars jon$ ls -al total 2528 drwxr-xr-x 4 jon staff 136 Oct 20 04:09 . drwxr-xr-x 3 jon staff 102 Oct 20 04:09 .. -rw-r--r-- 1 jon staff 1289806 Oct 20 04:09 ant-1.7.0.jar -rw-r--r-- 1 jon staff 75 Oct 20 04:09 ant-1.7.0.jar.md5 Mac:jars jon$ pwd /Users/jon/.maven/repository/org.apache.ant/jars AND, here it is in the path: Mac:BizDirectory jon$ echo $PATH /usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin:/usr/local/ maven-1.0.2/bin:/usr/local/apache-ant-1.7.0/bin:/Applications/ Mkvtoolnix.app/Contents/MacOS/ AND, the library: Mac:BizDirectory jon$ cd /usr/local/apache-ant-1.7.0/lib Mac:lib jon$ ls -al ant.jar -rw-r--r--@ 1 jon staff 1289806 Dec 13 2006 ant.jar Mac:lib jon$ jar -tvf ant.jar |grep PropertyHelper 7526 Wed Dec 13 07:15:02 EST 2006 org/apache/tools/ant/ PropertyHelper.class It's in the repository IT created! Why wouldn't it be able to find that class? Any help is appreciated. I'm ready to jump ship and try something else. -Jon On Oct 20, 2009, at 4:33 PM, Jon August wrote: > Hmm - how do I make sure it has access to PropertyHelper? > > Thank you for your help. > > -Jon > > > jon$ maven -e torque:insert-sql > __ __ > | \/ |__ _Apache__ ___ > | |\/| / _` \ V / -_) ' \ ~ intelligent projects ~ > |_| |_\__,_|\_/\___|_||_| v. 1.0.2 > > Our new url -> jdbc:mysql://localhost/bizdirectory > Executing file: /Users/jon/Documents/workspace/BizDirectory/target/ > sql/id-table-schema.sql > > BUILD FAILED > java.lang.NoClassDefFoundError: org/apache/tools/ant/PropertyHelper > at org.apache.torque.task.TorqueSQLExec.runStatements > (TorqueSQLExec.java:657) > at org.apache.torque.task.TorqueSQLExec$Transaction.runTransaction > (TorqueSQLExec.java:928) > at org.apache.torque.task.TorqueSQLExec$Transaction.access$000 > (TorqueSQLExec.java:898) > at org.apache.torque.task.TorqueSQLExec.insertDatabaseSqlFiles > (TorqueSQLExec.java:573) > at org.apache.torque.task.TorqueSQLExec.execute(TorqueSQLExec.java: > 482) > at org.apache.tools.ant.Task.perform(Task.java:341) > at org.apache.commons.jelly.tags.ant.AntTag.doTag(AntTag.java:185) > at org.apache.commons.jelly.impl.TagScript.run(TagScript.java:279) > at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java: > 135) > at org.apache.maven.jelly.tags.werkz.MavenGoalTag.runBodyTag > (MavenGoalTag.java:79) > at org.apache.maven.jelly.tags.werkz.MavenGoalTag > $MavenGoalAction.performAction(MavenGoalTag.java:110) > at com.werken.werkz.Goal.fire(Goal.java:639) > at com.werken.werkz.Goal.attain(Goal.java:575) > at org.apache.maven.plugin.PluginManager.attainGoals > (PluginManager.java:671) > at org.apache.maven.MavenSession.attainGoals(MavenSession.java:263) > at org.apache.maven.cli.App.doMain(App.java:488) > at org.apache.maven.cli.App.main(App.java:1239) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at sun.reflect.NativeMethodAccessorImpl.invoke > (NativeMethodAccessorImpl.java:39) > at sun.reflect.DelegatingMethodAccessorImpl.invoke > (DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at com.werken.forehead.Forehead.run(Forehead.java:551) > at com.werken.forehead.Forehead.main(Forehead.java:581) > Caused by: java.lang.ClassNotFoundException: > org.apache.tools.ant.PropertyHelper > at org.apache.tools.ant.AntClassLoader.findClassInComponents > (AntClassLoader.java:1075) > at org.apache.tools.ant.AntClassLoader.findClass > (AntClassLoader.java:1036) > at org.apache.tools.ant.AntClassLoader.loadClass > (AntClassLoader.java:925) > at java.lang.ClassLoader.loadClass(ClassLoader.java:254) > at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:399) > ... 23 more > File...... /Users/jon/.maven/cache/maven-torque-plugin-3.3/ > plugin.jelly > Element... torque-sql-exec > Line...... 542 > Column.... 40 > org/apache/tools/ant/PropertyHelper > Total time: 1 seconds > Finished at: Tue Oct 20 16:30:40 EDT 2009 > > > > > On Oct 20, 2009, at 4:13 PM, Thomas Vandahl wrote: > >> Jon August wrote: >>> I don't remember setting the classpath before to use torque. >>> >>> My shell's classpath is empty. I use Eclipse to link libraries and >>> compile... >>> >>> The version of ant maven is calling is this: >>> >>> jon$ ant -v >>> Apache Ant version 1.7.0 compiled on July 20 2009 >> >> I dimly remember version conflicts when seeing this class reference. >> What does "maven -e ..." tell you? >> >> Bye, Thomas >> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [email protected] >> For additional commands, e-mail: [email protected] >> >