Include LPT template from TDL template

Posts   
 
    
worldspawn avatar
worldspawn
User
Posts: 321
Joined: 26-Aug-2006
# Posted on: 18-Jan-2011 02:25:19   

I am trying to include a lpt template in my TDL template. The template is called LinqMetaDataLpt.

I have included it by writing:

<# LinqMetaDataLpt #>

However this doesn't work. Infact it doesn't do anything at all. I can type:

<# LinqMetaDataLptYeeHawDFSDFSDFSDF#>

and it doesn't even throw an error. I can't get this include syntax to do anything at all, it's like it's not even there.

I've included lpt templates from other lpt templates before with no issue. I was under the impression you could include lpt from tdl.

(llbl 3)

daelmo avatar
daelmo
Support Team
Posts: 8245
Joined: 28-Nov-2005
# Posted on: 18-Jan-2011 06:49:35   

How does your templatebindings file looks like? Did you use the includeOnly=true attribute?

David Elizondo | LLBLGen Support Team
worldspawn avatar
worldspawn
User
Posts: 321
Joined: 26-Aug-2006
# Posted on: 19-Jan-2011 23:44:16   

Yeh I checked the include only box in the designer.

I ended up doing the entire template as a single LPT

daelmo avatar
daelmo
Support Team
Posts: 8245
Joined: 28-Nov-2005
# Posted on: 20-Jan-2011 06:58:41   

worldspawn wrote:

I ended up doing the entire template as a single LPT

Mmm ok. However if you want we reproduce it, you can attach your files (.template, .lpt, .templatebinndings, .tasks).

David Elizondo | LLBLGen Support Team