Output path of generated project

Posts   
 
    
wojt
User
Posts: 20
Joined: 27-Oct-2005
# Posted on: 16-Nov-2005 01:53:30   

Hi Frans,

Any particular reason why the output paths in generated projects get set to "C:\bin\debug" and "C:\bin\release" instead of the Visual Studio default of bin\debug and bin\release (i.e. relative paths)?

Just seems like an odd thing to do :-)

Regards.

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39933
Joined: 17-Aug-2003
# Posted on: 16-Nov-2005 08:40:23   

to which folder did you generate the code and which version of vs.net do you use?

Frans Bouma | Lead developer LLBLGen Pro
wojt
User
Posts: 20
Joined: 27-Oct-2005
# Posted on: 16-Nov-2005 09:53:20   

LLBLGen code was generated to D:\Code\LPM\LPM.Data VS.NET 2005

But it seems the generator is setting the C:\ path in the .csproj it writes.

Its not an issue at all, I just thought it was odd...

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39933
Joined: 17-Aug-2003
# Posted on: 16-Nov-2005 10:18:35   

wojt wrote:

LLBLGen code was generated to D:\Code\LPM\LPM.Data VS.NET 2005

But it seems the generator is setting the C:\ path in the .csproj it writes.

Its not an issue at all, I just thought it was odd...

Very strange. When I try to reproduce it, I don't have this issue, although now you mention it I do have a 'bin' folder in the C:\ folder as well... confused I created 2 projects yesterday for vs.net 2005 and all of them simply had the destination folders set ok. I'll check it out.

(edit) : could you check for me if you've specified "" (empty string, aka nothing wink ) for 'AdapterDbGenericSubfolderName' and 'AdapterDbSpecificSubfolderName' ? if so, I think that's the problem

Frans Bouma | Lead developer LLBLGen Pro
wojt
User
Posts: 20
Joined: 27-Oct-2005
# Posted on: 16-Nov-2005 20:28:10   

I am using SelfServicing, but the project variables are set as follows (defaults I assume):

AdapterDbGenericSubfolderName: DatabaseGeneric AdapterDbSpecificSubfolderName: DatabaseSpecific

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39933
Joined: 17-Aug-2003
# Posted on: 17-Nov-2005 10:40:37   

it's a bug in the template it seems. I'll fix this a.s.a.p.

(edit) fixed in next build.

Frans Bouma | Lead developer LLBLGen Pro