I am trying to upgrade from Torque 1.0 to 3.3. I have replaced all of the jar files and made sure my dependencies were covered. It is an existing application that was working until I converted, so I know it is finding the project-schema.xml file correctly. This question is posted on the internet multiple times, with no solution. If you can help me out, I would really appreciate it.
Thanks, Angela BUILD FAILED C:\workspace\contract\build.xml:157: Following error occured while executing thi s line C:\workspace\contract\build-torque.xml:503: Following error occured while execut ing this line C:\workspace\contract\build-torque.xml:531: Exception thrown by 'properties.load '. For more information consult the velocity log, or invoke ant with the -debug flag. at org.apache.tools.ant.ProjectHelper.addLocationToBuildException(Projec tHelper.java:537) at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:385) at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:269) at org.apache.tools.ant.Task.perform(Task.java:364) at org.apache.tools.ant.Target.execute(Target.java:301) at org.apache.tools.ant.Target.performTasks(Target.java:328) at org.apache.tools.ant.Project.executeTarget(Project.java:1215) at org.apache.tools.ant.Project.executeTargets(Project.java:1063) at org.apache.tools.ant.Main.runBuild(Main.java:632) at org.apache.tools.ant.Main.startAnt(Main.java:183) at org.apache.tools.ant.launch.Launcher.run(Launcher.java:197) at org.apache.tools.ant.launch.Launcher.main(Launcher.java:56) Caused by: C:\workspace\contract\build-torque.xml:503: Following error occured w hile executing this line C:\workspace\contract\build-torque.xml:531: Exception thrown by 'properties.load '. For more information consult the velocity log, or invoke ant with the -debug flag. at org.apache.tools.ant.ProjectHelper.addLocationToBuildException(Projec tHelper.java:537) at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:385) at org.apache.tools.ant.taskdefs.CallTarget.execute(CallTarget.java:107) at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:269) at org.apache.tools.ant.Task.perform(Task.java:364) at org.apache.tools.ant.Target.execute(Target.java:301) at org.apache.tools.ant.Target.performTasks(Target.java:328) at org.apache.tools.ant.Project.executeTarget(Project.java:1215) at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:383) ... 10 more Caused by: C:\workspace\contract\build-torque.xml:531: Exception thrown by 'prop erties.load'. For more information consult the velocity log, or invoke ant with the -debug flag. at org.apache.velocity.texen.ant.TexenTask.execute(TexenTask.java:596) at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:269)