I did a migration (testing only) when 7.0 first came out and I had no
issues, but I just tried to migrate to the latest trunc version but I get an
error right off the bat that says "No module named config"
 I read the migration information but the config file information seems
lacking. I created a config file and placed it in the same folder as the
makefile (there wasn't any information on where to put the file) and I get
the same error. So I then manually migrated every file one at a time and
then tried to do a MAKE BUILD and got the exact same error. I can find no
specific information on this, just generic information. Can someone please
assist me in figuring out where this file needs to go and if there are any
changes needed to my MAKE file. I have copied my MAKE file below:

QOOXDOO_PATH = C:/cygwin/home/Administrator/qooxdoo.7.1

QOOXDOO_URI = C:/cygwin/home/Administrator/qooxdoo.7.1

APPLICATION_NAMESPACE = swep

APPLICATION_MAKE_TITLE = Swep

APPLICATION_API_TITLE = Swep

APPLICATION_FILES = index.html

APPLICATION_RESOURCE_FILTER = true

APPLICATION_COMPLETE_SOURCE = true

APPLICATION_LINEBREAKS_BUILD = false

APPLICATION_LINEBREAKS_SOURCE = false

ifneq ($(QOOXDOO_PATH),PLEASE_DEFINE_QOOXDOO_PATH)

include $(QOOXDOO_PATH)/frontend/framework/tool/make/targets.mk

include $(QOOXDOO_PATH)/frontend/framework/tool/make/application.mk

endif

error:

@echo " * Please configure QOOXDOO_PATH"



Thanks,
Jim
www.D4PHP.org
www.D4PHP-Hosting.com
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to