How old is the original project that this framework is included in?

If it is too old, the build.xml file may not be using the variables in your wolips.properties file. I ran into this with an old version of Wonder. It was looking for a variable wosystem.root instead of wo.system.root. Since my wolips.properties file didn't have wosystem.root, it used the default location, which was /System, instead.

You can get the newest version of the build.xml file by creating a new application project and copying it's build.xml file over your existing one - backup the original first, of course.

Dave


On Aug 11, 2009, at 2:37 PM, Miguel Angel Torres Avila wrote:

Hi, thanks Mike.

This is the content of my wolips.properties


wo.system.root=/Developer/WebObjects/Versions/WebObjects533/System
wo.user.frameworks=/Users/dev3/Library/Frameworks
wo.system.frameworks=/Developer/WebObjects/Versions/WebObjects533/ System/Library/Frameworks wo.bootstrapjar=/Developer/WebObjects/Versions/WebObjects533/System/ Library/WebObjects/JavaApplications/wotaskd.woa/WOBootstrap.jar
wo.network.frameworks=/Network/Library/Frameworks
wo.api.root=/Developer/Documentation/DocSets/ com.apple.ADC_Reference_Library.WebObjectsReference.docset/Contents/ Resources/Documents/documentation/InternetWeb/Reference/WO542Reference
wo.network.root=/Network
wo.extensions=/Developer/WebObjects/Versions/WebObjects533/Library/ WebObjects/Extensions
wo.user.root=/Users/dev3
wo.local.frameworks=/Developer/WebObjects/Versions/WebObjects533/ Library/Frameworks wo.apps.root=/Developer/WebObjects/Versions/WebObjects533/Library/ WebObjects/Applications
wo.local.root=/Developer/WebObjects/Versions/WebObjects533


As you can see the Local Frameworks Folder is
wo.local.frameworks=/Developer/WebObjects/Versions/WebObjects533/ Library/Frameworks


I do have my TORATools_3_0.framework folder there. In fact it is the same location of the Wonder frameworks that I am using in my app and other frameworks we have made and we are using also in this app. As I said, if I remove just the TORATools_3_0.framework from my app and run the Ant build everything goes ok.

That's why I am thinking the problem is inside the Framework. What do you thing could be happening?



On Aug 11, 2009, at 12:48 PM, Mike Schrag wrote:

to build, your framework has to be installed into one of the root locations (default /Library/Frameworks, for instance)

ms

On Aug 11, 2009, at 12:28 PM, Miguel Angel Torres Avila wrote:

Hi list,

I am getting an error trying to build my project.

This is my first project using wonder and in this project I am using a framework that I created in eclipse using the option New Wonder Framework.
That framework is named TORATools_3_0

The error I am getting is

BUILD FAILED
/Users/dev3/Documents/workspace/erp/build.xml:206: The framework name 'TORATools_3_0' does not exist.

I am using other Frameworks created for us, the only difference I can see is that those frameworks where made not using wonder.

My app works perfect under development.

If I remove the framework TORATools_3_0 and try to build again it works (Obviously it wont work on deployment).

I am not saying wonder is the problem, I am just trying to understand differences between this particular Framework and the others that are not causing problems.

Any help will be appreciate.


Miguel Angel Torres Avila




_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      ([email protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/mschrag%40mdimension.com

This email sent to [email protected]

_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      ([email protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/miguel%40toracom.net

This email sent to [email protected]



_______________________________
Ing. Miguel Angel Torres Avila



_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      ([email protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/webobjects%40avendasora.com

This email sent to [email protected]

 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      ([email protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to [email protected]

Reply via email to