Some templates for whoever wants to look

Posts   
1  /  2
 
    
mdissel
User
Posts: 92
Joined: 16-Sep-2003
# Posted on: 14-Dec-2004 19:15:29   

If you want some nice simple project management (wiki based) application, have a look at

http://projects.edgewall.com/trac/

Regards

Marco

Devildog74
User
Posts: 719
Joined: 04-Feb-2004
# Posted on: 17-Dec-2004 17:46:14   

Ive been poking around on the Tigris.org site trying to find these templates. Do you know if they have made it out there yet?

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39615
Joined: 17-Aug-2003
# Posted on: 17-Dec-2004 18:05:10   

They're not on tigris.org, they're at svn: //www.sd.nl/LLBLGenPro simple_smile

Frans Bouma | Lead developer LLBLGen Pro
netLearner
User
Posts: 150
Joined: 18-Oct-2003
# Posted on: 17-Dec-2004 19:32:43   

How exactly do we work with these templates? I have never used them before. I opened the lpt files in VS.Net what to do next?

Thanks.

Devildog74
User
Posts: 719
Joined: 04-Feb-2004
# Posted on: 17-Dec-2004 20:34:44   

Otis wrote:

They're not on tigris.org, they're at svn: //www.sd.nl/LLBLGenPro simple_smile

Not too sure what I am missing but when I enter the URL svn: //www.sd.nl/LLBLGenPro into my browser I get a page not found error.

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39615
Joined: 17-Aug-2003
# Posted on: 17-Dec-2004 23:08:52   

Devildog74 wrote:

Otis wrote:

They're not on tigris.org, they're at svn: //www.sd.nl/LLBLGenPro simple_smile

Not too sure what I am missing but when I enter the URL svn: //www.sd.nl/LLBLGenPro into my browser I get a page not found error.

You need subversion (the sourcecontrol system you can download from subversion.tigris.org) and tortoisesvn the explorer plugin which makes working with subversion a breeze. simple_smile

(oh and remove the space between svn: and // . I added it to avoid having a disappointed there wink

netLearner: .lpt templates are templates using the new C#/VB.NET template engine, see the new SDK and Template Studio, available in the extra's section simple_smile

Frans Bouma | Lead developer LLBLGen Pro
Otis avatar
Otis
LLBLGen Pro Team
Posts: 39615
Joined: 17-Aug-2003
# Posted on: 18-Dec-2004 12:46:55   

I saw a typo in the file Gallery folder: PrefectPathElementCollectionTemplate.lpt...

Shouldn't that be PrefetchPathElementCollectionTemplate.lpt ? wink (too much hitchiker's guide to the galaxy? wink )

Frans Bouma | Lead developer LLBLGen Pro
cmartinbot
User
Posts: 147
Joined: 08-Jan-2004
# Posted on: 19-Dec-2004 19:36:16   

HAHA stuck_out_tongue_winking_eye

That's the best slip from me ever!

lyndon_h
User
Posts: 79
Joined: 14-Sep-2004
# Posted on: 09-Jan-2005 17:36:48   

netLearner wrote:

How exactly do we work with these templates? I have never used them before. I opened the lpt files in VS.Net what to do next?

Thanks.

I would lilke to know the same. confused I've compiled the templates, but can't seem to get the proper output. I go to "Default tasks - CompileAndRunSingleLptTemplateDebug." then select templateID of "EntityManagerTemplate". The output of one of my files is

using System; using Northwind; using Northwind.EntityClasses; using Northwind.FactoryClasses; using Northwind.HelperClasses; using SD.LLBLGen.Pro.ORMSupportClasses;

namespace Northwind.Core.Managers { /// <summary> /// Use this class to add custom retrival code. /// </summary> public sealed class no active objectManager : no active objectManagerBase { /// <summary> /// Private constructor prohibiting instantiation. /// </summary> private no active objectManager(){} } }

the other file is the templatesClassSource and looks ok.

Am i selecting the correct templateId?

thanks

cmartinbot
User
Posts: 147
Joined: 08-Jan-2004
# Posted on: 10-Jan-2005 00:51:56   

OK. Here is a step by step for everyone that having problems getting the templates to work for them.

Disclaimer: I'm not a machine with this suff on it right now, so the filenames may be off by a bit.

[edit] I'm not a machine at all! frowning I meant that I'm not ON a machine...[/edit]

  1. Open Template Studio. flushed

  2. Open an LLBLGen Pro project file using the File menu.

  3. Open the Gallery.Core.Templateset.config in drivers/sqlserver/c#.

  4. Hit F7 (I think) and choose the Gallery.Core.Managers.config file in the dropdown box.

  5. Choose your output directory

  6. Enjoy smile

lyndon_h
User
Posts: 79
Joined: 14-Sep-2004
# Posted on: 11-Jan-2005 17:58:14   

cmartinbot wrote:

OK. Here is a step by step for everyone that having problems getting the templates to work for them.

Disclaimer: I'm not a machine with this suff on it right now, so the filenames may be off by a bit.

[edit] I'm not a machine at all! frowning I meant that I'm not ON a machine...[/edit]

  1. Open Template Studio. flushed

  2. Open an LLBLGen Pro project file using the File menu.

  3. Open the Gallery.Core.Templateset.config in drivers/sqlserver/c#.

  4. Hit F7 (I think) and choose the Gallery.Core.Managers.config file in the dropdown box.

  5. Choose your output directory

  6. Enjoy smile

thanks cmartinbot, SOUP FOR ME! smile

cmartinbot
User
Posts: 147
Joined: 08-Jan-2004
# Posted on: 11-Jan-2005 22:35:25   

I just tried to run the templates from the LLBLGen designer and it works too simple_smile

It's easier that way for someone who doesn't want to dig around Template Studio.

1  /  2