[coldbox:4146] Module config

I have several modules I've been working with but in some applications
I only want a particular module.

i have a modules folder:
modules
   module1
      moduleConfig.cfc
   module2
     moduleConfig.cfc
   module3
     moduleConfig.cfc

In the parent application coldbox.cfc, it doesn't seem to matter how I
config the include/excludes, it always loads all modules

modulesLocation = "modules"

// Modules
modules = {
  autoReload = false
  ,include = ["module1"]
};

I updated coldbox system this morning to make sure I have the most
recent
ColdBox 3.0.0 M5-318-GENESIS-14:14

The module debugging panel always shows me all 3 modules and the info
panel always shows all 3 modules as being loaded.

How can can I make sure my app only picks up the modules I want it to
pick up

Hmm, that should be taken care of my the includes excludes lists.

We would have to test why it is not doing that, we will get back to you.

Luis F. Majano
President
Ortus Solutions, Corp

ColdBox Platform: http://www.coldbox.org
Linked In: http://www.linkedin.com/pub/3/731/483
Blog: http://www.luismajano.com
IECFUG Manager: http://www.iecfug.com

This is now fixed on SVN by the way.

Luis F. Majano
President
Ortus Solutions, Corp

ColdBox Platform: http://www.coldbox.org
Linked In: http://www.linkedin.com/pub/3/731/483
Blog: http://www.luismajano.com
IECFUG Manager: http://www.iecfug.com