Re: ant woes. The framework name 'WOOgnl' does not exist.
Re: ant woes. The framework name 'WOOgnl' does not exist.
- Subject: Re: ant woes. The framework name 'WOOgnl' does not exist.
- From: Jesse Tayler <email@hidden>
- Date: Fri, 13 Jul 2012 15:48:04 -0400
I'm still seem to be unable to build using Ant, I can run my app just fine, but I consistently get a framework missing error.
I'll put the output below, can anyone see what's going on with my build?
Jesses-MacBook-Pro:WOMan jtayler$ ant -lib woproject.jar -verbose build
Apache Ant(TM) version 1.8.2 compiled on June 20 2012
Trying the default build file: build.xml
Buildfile: /Users/jtayler/Desktop/VAT/Planaby-Server/WOMan/build.xml
Detected Java version: 1.6 in: /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home
Detected OS: Mac OS X
parsing buildfile /Users/jtayler/Desktop/VAT/Planaby-Server/WOMan/build.xml with URI = file:/Users/jtayler/Desktop/VAT/Planaby-Server/WOMan/build.xml
Project base dir set to: /Users/jtayler/Desktop/VAT/Planaby-Server/WOMan
Build sequence for target(s) `build' is [init.properties, init.build, compile, build.woapp, javaclient, ssdd, war, split, package, build]
Complete build sequence is [init.properties, init.build, compile, build.woapp, javaclient, ssdd, war, split, package, build, init.install, install, clean, ]
init.properties:
parsing buildfile jar:file:/usr/share/ant/lib/ant.jar!/org/apache/tools/ant/antlib.xml with URI = jar:file:/usr/share/ant/lib/ant.jar!/org/apache/tools/ant/antlib.xml from a zip file
[property] Loading /Users/jtayler/Desktop/VAT/Planaby-Server/WOMan/build.properties
[property] Loading /Users/jtayler/Library/Application Support/WOLips/wolips.properties
Override ignored for property "wolips.properties"
init.build:
compile:
[mkdir] Skipping /Users/jtayler/Desktop/VAT/Planaby-Server/WOMan/bin because it already exists.
BUILD FAILED
/Users/jtayler/Desktop/VAT/Planaby-Server/WOMan/build.xml:206: The framework name 'ERPrototypes' does not exist.
at org.objectstyle.woproject.ant.FrameworkSet.getEclipseFrameworks(Unknown Source)
at org.objectstyle.woproject.ant.FrameworkSet.getJarsPath(Unknown Source)
at org.objectstyle.woproject.ant.FrameworkSet.jarsPathForFrameworkSets(Unknown Source)
at org.objectstyle.woproject.ant.WOCompile.execute(Unknown Source)
at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:291)
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 org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
at org.apache.tools.ant.Task.perform(Task.java:348)
at org.apache.tools.ant.Target.execute(Target.java:390)
at org.apache.tools.ant.Target.performTasks(Target.java:411)
at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1399)
at org.apache.tools.ant.Project.executeTarget(Project.java:1368)
at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
at org.apache.tools.ant.Project.executeTargets(Project.java:1251)
at org.apache.tools.ant.Main.runBuild(Main.java:809)
at org.apache.tools.ant.Main.startAnt(Main.java:217)
at org.apache.tools.ant.launch.Launcher.run(Launcher.java:280)
at org.apache.tools.ant.launch.Launcher.main(Launcher.java:109)
Total time: 0 seconds
Jesses-MacBook-Pro:WOMan jtayler$
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden