[nant-dev] [ nant-Bugs-1234822 ] exec's arg/ evaluates even when if attr returns false

2005-07-29 Thread SourceForge.net
Bugs item #1234822, was opened at 2005-07-08 17:33
Message generated for change (Comment added) made by viy75
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=402868aid=1234822group_id=31650

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Tasks
Group: 0.85
Status: Open
Resolution: None
Priority: 5
Submitted By: Ashley Moran (ashleymoran)
Assigned to: Nobody/Anonymous (nobody)
Summary: exec's arg/ evaluates even when if attr returns false

Initial Comment:
I use a lot of properties to control the flow of my
scripts (like a configuration file.  But the following
(contrived) example will fail:

property name=foo-defined value=true/
property name=foo value=hello/
property name=bar-defined value=false/

exec program=mycmd
arg if=${foo-defined}
line=${properties::get-value('foo')}/
arg if=${bar-defined}
line=${properties::get-value('bar')}/
/exec

because ${properties::get-value('bar')} can't be evaluated

It would make more sense if the argument line was only
evaluated if the if expression evaluated to true

--

Comment By: Eugene Voytitsky (viy75)
Date: 2005-07-29 13:25

Message:
Logged In: YES 
user_id=703472

I vote for this bug
please fix it

--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=402868aid=1234822group_id=31650


---
SF.Net email is Sponsored by the Better Software Conference  EXPO September
19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile  Plan-Driven Development * Managing Projects  Teams * Testing  QA
Security * Process Improvement  Measurement * http://www.sqe.com/bsce5sf
___
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers


[nant-dev] [ nant-Bugs-1247556 ] solution task doesn't copy app.config to the build directory

2005-07-29 Thread SourceForge.net
Bugs item #1247556, was opened at 2005-07-29 18:22
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=402868aid=1247556group_id=31650

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Tasks
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Andres Murillo (andresmurillo)
Assigned to: Nobody/Anonymous (nobody)
Summary: solution task doesn't copy app.config to the build directory

Initial Comment:
When a console application project in VisualStudio.NET
has a file named app.config (or App.config) in the
project root, it will be copied to the build directory
as follows:

ProjectName: TestApp.exe
in a debug build, the following files will be found:
bin/Debug/TestApp.exe
bin/Debug/TestApp.exe.config

The solution task in NAnt is not copying app.config
to bin/Debug/TestApp.exe.config

--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=402868aid=1247556group_id=31650


---
SF.Net email is Sponsored by the Better Software Conference  EXPO September
19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile  Plan-Driven Development * Managing Projects  Teams * Testing  QA
Security * Process Improvement  Measurement * http://www.sqe.com/bsce5sf
___
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers


[nant-dev] [ nant-Bugs-1247556 ] solution task doesn't copy app.config to the build directory

2005-07-29 Thread SourceForge.net
Bugs item #1247556, was opened at 2005-07-29 18:22
Message generated for change (Comment added) made by drieseng
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=402868aid=1247556group_id=31650

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Tasks
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Andres Murillo (andresmurillo)
Assigned to: Nobody/Anonymous (nobody)
Summary: solution task doesn't copy app.config to the build directory

Initial Comment:
When a console application project in VisualStudio.NET
has a file named app.config (or App.config) in the
project root, it will be copied to the build directory
as follows:

ProjectName: TestApp.exe
in a debug build, the following files will be found:
bin/Debug/TestApp.exe
bin/Debug/TestApp.exe.config

The solution task in NAnt is not copying app.config
to bin/Debug/TestApp.exe.config

--

Comment By: Gert Driesen (drieseng)
Date: 2005-07-29 18:26

Message:
Logged In: YES 
user_id=707851

What version of NAnt are you using ?

This should be working just fine in NAnt 0.85 RC3.

--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=402868aid=1247556group_id=31650


---
SF.Net email is Sponsored by the Better Software Conference  EXPO September
19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile  Plan-Driven Development * Managing Projects  Teams * Testing  QA
Security * Process Improvement  Measurement * http://www.sqe.com/bsce5sf
___
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers


[nant-dev] [ nant-Bugs-1247556 ] solution task doesn't copy app.config to the build directory

2005-07-29 Thread SourceForge.net
Bugs item #1247556, was opened at 2005-07-29 18:22
Message generated for change (Comment added) made by andresmurillo
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=402868aid=1247556group_id=31650

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Tasks
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Andres Murillo (andresmurillo)
Assigned to: Nobody/Anonymous (nobody)
Summary: solution task doesn't copy app.config to the build directory

Initial Comment:
When a console application project in VisualStudio.NET
has a file named app.config (or App.config) in the
project root, it will be copied to the build directory
as follows:

ProjectName: TestApp.exe
in a debug build, the following files will be found:
bin/Debug/TestApp.exe
bin/Debug/TestApp.exe.config

The solution task in NAnt is not copying app.config
to bin/Debug/TestApp.exe.config

--

Comment By: Andres Murillo (andresmurillo)
Date: 2005-07-29 18:38

Message:
Logged In: YES 
user_id=1320862

re-tested...works fine with console applications. But it
doesn't copy the config file for services.

--

Comment By: Andres Murillo (andresmurillo)
Date: 2005-07-29 18:35

Message:
Logged In: YES 
user_id=1320862

tested, works fine in NAnt 0.85 RC3.

--

Comment By: Gert Driesen (drieseng)
Date: 2005-07-29 18:26

Message:
Logged In: YES 
user_id=707851

What version of NAnt are you using ?

This should be working just fine in NAnt 0.85 RC3.

--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=402868aid=1247556group_id=31650


---
SF.Net email is Sponsored by the Better Software Conference  EXPO September
19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile  Plan-Driven Development * Managing Projects  Teams * Testing  QA
Security * Process Improvement  Measurement * http://www.sqe.com/bsce5sf
___
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers


[nant-dev] [ nant-Bugs-1247556 ] solution task doesn't copy app.config to the build directory

2005-07-29 Thread SourceForge.net
Bugs item #1247556, was opened at 2005-07-29 18:22
Message generated for change (Comment added) made by drieseng
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=402868aid=1247556group_id=31650

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Tasks
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Andres Murillo (andresmurillo)
Assigned to: Nobody/Anonymous (nobody)
Summary: solution task doesn't copy app.config to the build directory

Initial Comment:
When a console application project in VisualStudio.NET
has a file named app.config (or App.config) in the
project root, it will be copied to the build directory
as follows:

ProjectName: TestApp.exe
in a debug build, the following files will be found:
bin/Debug/TestApp.exe
bin/Debug/TestApp.exe.config

The solution task in NAnt is not copying app.config
to bin/Debug/TestApp.exe.config

--

Comment By: Gert Driesen (drieseng)
Date: 2005-07-29 18:43

Message:
Logged In: YES 
user_id=707851

Can you attach a repro to this bug report (or send it to me by 
email: [EMAIL PROTECTED]) ?

Thanks !

--

Comment By: Andres Murillo (andresmurillo)
Date: 2005-07-29 18:38

Message:
Logged In: YES 
user_id=1320862

re-tested...works fine with console applications. But it
doesn't copy the config file for services.

--

Comment By: Andres Murillo (andresmurillo)
Date: 2005-07-29 18:35

Message:
Logged In: YES 
user_id=1320862

tested, works fine in NAnt 0.85 RC3.

--

Comment By: Gert Driesen (drieseng)
Date: 2005-07-29 18:26

Message:
Logged In: YES 
user_id=707851

What version of NAnt are you using ?

This should be working just fine in NAnt 0.85 RC3.

--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=402868aid=1247556group_id=31650


---
SF.Net email is Sponsored by the Better Software Conference  EXPO September
19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile  Plan-Driven Development * Managing Projects  Teams * Testing  QA
Security * Process Improvement  Measurement * http://www.sqe.com/bsce5sf
___
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers


[nant-dev] [ nant-Bugs-1247556 ] solution task doesn't copy app.config to the build directory

2005-07-29 Thread SourceForge.net
Bugs item #1247556, was opened at 2005-07-29 18:22
Message generated for change (Comment added) made by andresmurillo
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=402868aid=1247556group_id=31650

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Tasks
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Andres Murillo (andresmurillo)
Assigned to: Nobody/Anonymous (nobody)
Summary: solution task doesn't copy app.config to the build directory

Initial Comment:
When a console application project in VisualStudio.NET
has a file named app.config (or App.config) in the
project root, it will be copied to the build directory
as follows:

ProjectName: TestApp.exe
in a debug build, the following files will be found:
bin/Debug/TestApp.exe
bin/Debug/TestApp.exe.config

The solution task in NAnt is not copying app.config
to bin/Debug/TestApp.exe.config

--

Comment By: Andres Murillo (andresmurillo)
Date: 2005-07-29 19:11

Message:
Logged In: YES 
user_id=1320862

Attached sample project. It only happens with this
particular project and not in new ones.

--

Comment By: Gert Driesen (drieseng)
Date: 2005-07-29 18:43

Message:
Logged In: YES 
user_id=707851

Can you attach a repro to this bug report (or send it to me by 
email: [EMAIL PROTECTED]) ?

Thanks !

--

Comment By: Andres Murillo (andresmurillo)
Date: 2005-07-29 18:38

Message:
Logged In: YES 
user_id=1320862

re-tested...works fine with console applications. But it
doesn't copy the config file for services.

--

Comment By: Andres Murillo (andresmurillo)
Date: 2005-07-29 18:35

Message:
Logged In: YES 
user_id=1320862

tested, works fine in NAnt 0.85 RC3.

--

Comment By: Gert Driesen (drieseng)
Date: 2005-07-29 18:26

Message:
Logged In: YES 
user_id=707851

What version of NAnt are you using ?

This should be working just fine in NAnt 0.85 RC3.

--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=402868aid=1247556group_id=31650


---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477alloc_id=16492op=click
___
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers


[nant-dev] [ nant-Bugs-1247556 ] solution task doesn't copy app.config to the build directory

2005-07-29 Thread SourceForge.net
Bugs item #1247556, was opened at 2005-07-29 18:22
Message generated for change (Comment added) made by andresmurillo
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=402868aid=1247556group_id=31650

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Tasks
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Andres Murillo (andresmurillo)
Assigned to: Nobody/Anonymous (nobody)
Summary: solution task doesn't copy app.config to the build directory

Initial Comment:
When a console application project in VisualStudio.NET
has a file named app.config (or App.config) in the
project root, it will be copied to the build directory
as follows:

ProjectName: TestApp.exe
in a debug build, the following files will be found:
bin/Debug/TestApp.exe
bin/Debug/TestApp.exe.config

The solution task in NAnt is not copying app.config
to bin/Debug/TestApp.exe.config

--

Comment By: Andres Murillo (andresmurillo)
Date: 2005-07-29 20:03

Message:
Logged In: YES 
user_id=1320862

Attached sample project. It only happens with this
particular project and not in new ones.

--

Comment By: Andres Murillo (andresmurillo)
Date: 2005-07-29 19:11

Message:
Logged In: YES 
user_id=1320862

Attached sample project. It only happens with this
particular project and not in new ones.

--

Comment By: Gert Driesen (drieseng)
Date: 2005-07-29 18:43

Message:
Logged In: YES 
user_id=707851

Can you attach a repro to this bug report (or send it to me by 
email: [EMAIL PROTECTED]) ?

Thanks !

--

Comment By: Andres Murillo (andresmurillo)
Date: 2005-07-29 18:38

Message:
Logged In: YES 
user_id=1320862

re-tested...works fine with console applications. But it
doesn't copy the config file for services.

--

Comment By: Andres Murillo (andresmurillo)
Date: 2005-07-29 18:35

Message:
Logged In: YES 
user_id=1320862

tested, works fine in NAnt 0.85 RC3.

--

Comment By: Gert Driesen (drieseng)
Date: 2005-07-29 18:26

Message:
Logged In: YES 
user_id=707851

What version of NAnt are you using ?

This should be working just fine in NAnt 0.85 RC3.

--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=402868aid=1247556group_id=31650


---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477alloc_id=16492op=click
___
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers