[NAnt-users] How to stop receiving "deprecated" messages

2008-10-13 Thread Dan.
Hi ,

I have a very large nant script(about 4000 rows) and recently I had to move to 
nant 0.86 version, now I receive a very large amount of messages regarding 
deprecated properties and tasks. It is  a very very hard duty to modify all the 
script acording to the new nant sintax so I figure the best thing would be to 
find out how to stop the depricated messages. 

If enybody has any idea on how this can be acomplished please help me on this.

Best Regards to all,
Mihai




  -
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/___
NAnt-users mailing list
NAnt-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users


[NAnt-users] How to stop receiving "deprecated" messages

2008-10-15 Thread Dan.

Hello again everybody ,

Dose anyone has any idea on how to stop receiving  messages related  to 
deprecated properties and tasks?(without updating the syntax to the new nant 
version :)   )
Thank you for your help. 



  


  -
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/___
NAnt-users mailing list
NAnt-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users


[Nant-users] Newbie question

2003-03-03 Thread Dan Williamson



I need to create a 
web service based build tool for my company. I have already done the VB6 / 
C++6 side of the equation, painfully and using quite a brutal 
method.
 
I need now to add 
.NET projects to my autobuild web service. Can I use the NAnt code directly from 
my .NET web service to compile other .NET projects? I am not able to call out to 
the compiler via the process namespace, it must be implemented within my 
existing project.
 
I think I can, and I 
can use slingshot or the XSL method (both taken from the wiki - thx) to create 
the NAnt build config files. I am just a little hesitant to invest the time if 
there are unforeseen showstopping issues that suddenly appear. Also, if 
this has been done by anyone else it would be very useful to have some *very* 
basic pointers.
 
Many thanks for help 
with what I am sure is a really obvious question. 
:)


RE: [Nant-users] Validation of build files in VS.NET

2003-12-03 Thread Dan Moseley
Title: Validation of build files in VS.NET



Hi 
Gerrod,
Save 
the XSD from the webpage into this folder:
    C:\Program Files\Microsoft Visual Studio .NET 
2003\Common7\Packages\schemas\xml 
This 
is the secret place where VS.NET looks for schemas.
 
Then 
open an XML file in the VS editor, and click inside it. Go to the Properties 
window, and set targetSchema using the dropdown to the nant schema, which it 
will now find. (This just puts in the correct xmlns attribute.) Then validation 
and intellisense should work fine.
 
The 
XML editing experience is still sometimes a bit quirky. In VS Whidbey (the next 
version), the XML editor is being rewritten from scratch and is greatly improved 
- and hopefully it will be easier to associate a schema with your document as 
well.
 
Do 
ping me if you still have problems.
 
Dan 
-- msbuild team -- danmose[at]microsoft.com
 
"This posting is provided "AS IS" with no warranties, and confers no 
rights." :-)
 

  
  
  From: [EMAIL PROTECTED] 
  [mailto:[EMAIL PROTECTED] On Behalf Of Gerrod 
  ThomasSent: Monday, December 01, 2003 6:34 PMTo: 
  '[EMAIL PROTECTED]'Subject: [Nant-users] Validation 
  of build files in VS.NET
  
  Hi everyone, 
  I'm trying to get VS.NET to use the NAnt schema for validation 
  of my build files, but I can't seem to get it to work. I've searched around 
  but haven't found a solution that works, so I'm hoping someone out there has 
  had the same problem and managed to fix it.
  I've tried a number of things but I figured that the best one 
  would be to declare my build file as follows - 
           http://nant.sourceforge.net/schema/nant-current.xsd" 
  name="UBO" default="compile"> 
      
       
       
  Unfortunately I don't get IntelliSense. Also when I ask VS to 
  validate my build file I get the error: 
      Visual Studio could 
  not locate a schema for this document. Validation can only ensure this is 
      a well 
  formed XML document and cannot validate the data against a schema. 
  Does anyone have a solution for this? 
  Thanks, Gerrod 
  PS - please reply direct to me as subscribing to the list just 
  times out :-( 
  RECIPIENTS ARE REMINDED THAT THIS E-MAIL MESSAGEIS 
  STRICTLY CONFIDENTIAL AND INTENDED ONLY FOR USEBY THE ADDRESSEE UNLESS 
  OTHERWISE INDICATED. 
  Investment Data Technologies Pty Ltd advise that they: 
  - accept no liability for any abusive, defamatory, 
  obscene, illegal, oroffensive material contained in this e-mail 
  message- do not monitor the content of any e-mail messages sent 
  fromInvestment Data Technologies- do not authorise or condone the 
  sending of abusive, defamatory,obscene, illegal, or offensive material by 
  their employees and contractors- cannot guarantee that this e-mail message 
  is secure and will not beintercepted by a third party. 



[Nant-users] Global Properties Problem

2004-05-25 Thread Dan Pupek



I am using the 0.85 
build from 24 May. 
 
I tried setting some 
global properties in the nAnt.exe.Config file and they were not propagated to 
the build.
 
This worked fine in 
0.84. Anyone else run into this?
 

Dan Pupek
Software 
Engineer
Advanced Systems 
Technology, Inc
[EMAIL PROTECTED]
(850) 
475-4038
 


RE: [Nant-users] Global Properties Problem

2004-05-25 Thread Dan Pupek
Really? Why, this was very useful. I manage a build server for multiple
projects and I could expose information such as the path to the CVS
executable easily this way.

Has another facility been created to replace this?


Dan Pupek
Software Engineer
Advanced Systems Technology, Inc
[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>
(850) 475-4038


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Gert Driesen
Sent: Tuesday, May 25, 2004 4:11 PM
To: [EMAIL PROTECTED]; NAnt Users List
Subject: Re: [Nant-users] Global Properties Problem


If I remember correctly, support for this was recently removed ... But I'll
have a look at this ...

Gert

- Original Message -----
From: "Dan Pupek" <[EMAIL PROTECTED]>
To: "NAnt Users List" <[EMAIL PROTECTED]>
Sent: Tuesday, May 25, 2004 11:10 PM
Subject: [Nant-users] Global Properties Problem


> I am using the 0.85 build from 24 May.
>
> I tried setting some global properties in the nAnt.exe.Config file and
they
> were not propagated to the build.
>
> This worked fine in 0.84. Anyone else run into this?
>
> Dan Pupek
> Software Engineer
> Advanced Systems Technology, Inc
> [EMAIL PROTECTED]
> (850) 475-4038
>



---
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g.
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click
___
Nant-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-users
BEGIN:VCARD
VERSION:2.1
N:Pupek;Daniel
FN:Daniel Pupek
NICKNAME:Dan
ORG:Advanced Systems Technology, Inc.;TDD
TITLE:Software Engineer
TEL;WORK;VOICE:(850) 475-4038
TEL;HOME;VOICE:(850) 479-6217
TEL;CELL;VOICE:(850) 529-0055
TEL;HOME;FAX:(775) 924-5047
ADR;WORK:;;8130 Pitman Ave.;Pensacola;Florida;;United States of America
LABEL;WORK;ENCODING=QUOTED-PRINTABLE:8130 Pitman Ave.=0D=0APensacola, Florida=0D=0AUnited States of America
ADR;HOME;ENCODING=QUOTED-PRINTABLE:;;15 Village Green Drive=0D=0AApt 209;Lawton;OK;73505;United States of Ameri=
ca
LABEL;HOME;ENCODING=QUOTED-PRINTABLE:15 Village Green Drive=0D=0AApt 209=0D=0ALawton, OK 73505=0D=0AUnited States=
 of America
URL;WORK:http://danpupek.homeip.net
ROLE:Software Engineer
BDAY:20020603
EMAIL;PREF;INTERNET:[EMAIL PROTECTED]
EMAIL;INTERNET:[EMAIL PROTECTED]
REV:20030827T160544Z
END:VCARD


RE: [Nant-users] Global Properties Problem

2004-05-26 Thread Dan Pupek
I hate to cause waves. For me the Global Properties seemed very useful when
running a build server with many unique projects from many unique teams.
Primarily I used it to specify paths to local resources such as the CVS
executable, FTP applications and others.

I understand that an include could be used but the location of the include
would need to be locked down for each project's staging area on the build
server.


Dan Pupek
Software Engineer
Advanced Systems Technology, Inc
[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>
(850) 475-4038


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Gert Driesen
Sent: Wednesday, May 26, 2004 2:06 AM
To: Ian MacLean
Cc: [EMAIL PROTECTED]; NAnt Users List
Subject: Re: [Nant-users] Global Properties Problem



- Original Message -
From: "Ian MacLean" <[EMAIL PROTECTED]>
To: "Gert Driesen" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>; "NAnt Users List"
<[EMAIL PROTECTED]>
Sent: Wednesday, May 26, 2004 8:35 AM
Subject: Re: [Nant-users] Global Properties Problem


> were framework neutral properties just for the config file or were they
> added to build files also ? I've forgeotten :)

Only for the config file (the framework nodes actually) ...

>
> >I'd be happy to move support for global properties back in though (I
should
> >indeed have discussed this first) ...
> >
> Hey - its hard to discuss *every* change.

No, but I should've discussed that one, I'll move it back in later ...

Gert



---
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g.
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click
___
Nant-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-users
BEGIN:VCARD
VERSION:2.1
N:Pupek;Daniel
FN:Daniel Pupek
NICKNAME:Dan
ORG:Advanced Systems Technology, Inc.;TDD
TITLE:Software Engineer
TEL;WORK;VOICE:(850) 475-4038
TEL;HOME;VOICE:(850) 479-6217
TEL;CELL;VOICE:(850) 529-0055
TEL;HOME;FAX:(775) 924-5047
ADR;WORK:;;8130 Pitman Ave.;Pensacola;Florida;;United States of America
LABEL;WORK;ENCODING=QUOTED-PRINTABLE:8130 Pitman Ave.=0D=0APensacola, Florida=0D=0AUnited States of America
ADR;HOME;ENCODING=QUOTED-PRINTABLE:;;15 Village Green Drive=0D=0AApt 209;Lawton;OK;73505;United States of Ameri=
ca
LABEL;HOME;ENCODING=QUOTED-PRINTABLE:15 Village Green Drive=0D=0AApt 209=0D=0ALawton, OK 73505=0D=0AUnited States=
 of America
URL;WORK:http://danpupek.homeip.net
ROLE:Software Engineer
BDAY:20020603
EMAIL;PREF;INTERNET:[EMAIL PROTECTED]
EMAIL;INTERNET:[EMAIL PROTECTED]
REV:20030827T160544Z
END:VCARD


[Nant-users] Global Properties

2004-06-02 Thread Dan Pupek



Are global 
properties available in the latest build?
 

Dan Pupek
Software 
Engineer
Advanced Systems 
Technology, Inc
[EMAIL PROTECTED]
(850) 
475-4038
 
BEGIN:VCARD
VERSION:2.1
N:Pupek;Daniel
FN:Daniel Pupek
NICKNAME:Dan
ORG:Advanced Systems Technology, Inc.;TDD
TITLE:Software Engineer
TEL;WORK;VOICE:(850) 475-4038
TEL;HOME;VOICE:(850) 479-6217
TEL;CELL;VOICE:(850) 529-0055
TEL;HOME;FAX:(775) 924-5047
ADR;WORK:;;8130 Pitman Ave.;Pensacola;Florida;;United States of America
LABEL;WORK;ENCODING=QUOTED-PRINTABLE:8130 Pitman Ave.=0D=0APensacola, Florida=0D=0AUnited States of America
ADR;HOME;ENCODING=QUOTED-PRINTABLE:;;15 Village Green Drive=0D=0AApt 209;Lawton;OK;73505;United States of Ameri=
ca
LABEL;HOME;ENCODING=QUOTED-PRINTABLE:15 Village Green Drive=0D=0AApt 209=0D=0ALawton, OK 73505=0D=0AUnited States=
 of America
URL;WORK:http://danpupek.homeip.net
ROLE:Software Engineer
BDAY:20020603
EMAIL;PREF;INTERNET:[EMAIL PROTECTED]
EMAIL;INTERNET:[EMAIL PROTECTED]
REV:20030827T160544Z
END:VCARD


[Nant-users] Most Stable Nightly Build

2004-07-01 Thread Dan Pupek



Does any one 
recommend a nightly build that is most stable?
 
Thanks,
 

Dan Pupek
Software 
Engineer
Advanced Systems 
Technology, Inc
[EMAIL PROTECTED]
(850) 
475-4038
 
BEGIN:VCARD
VERSION:2.1
N:Pupek;Daniel
FN:Daniel Pupek
NICKNAME:Dan
ORG:Advanced Systems Technology, Inc.;TDD
TITLE:Software Engineer
TEL;WORK;VOICE:(850) 475-4038
TEL;HOME;VOICE:(850) 479-6217
TEL;CELL;VOICE:(850) 529-0055
TEL;HOME;FAX:(775) 924-5047
ADR;WORK:;;8130 Pitman Ave.;Pensacola;Florida;;United States of America
LABEL;WORK;ENCODING=QUOTED-PRINTABLE:8130 Pitman Ave.=0D=0APensacola, Florida=0D=0AUnited States of America
ADR;HOME;ENCODING=QUOTED-PRINTABLE:;;15 Village Green Drive=0D=0AApt 209;Lawton;OK;73505;United States of Ameri=
ca
LABEL;HOME;ENCODING=QUOTED-PRINTABLE:15 Village Green Drive=0D=0AApt 209=0D=0ALawton, OK 73505=0D=0AUnited States=
 of America
URL;WORK:http://danpupek.homeip.net
ROLE:Software Engineer
BDAY:20020603
EMAIL;PREF;INTERNET:[EMAIL PROTECTED]
EMAIL;INTERNET:[EMAIL PROTECTED]
REV:20030827T160544Z
END:VCARD


[Nant-users] Global Properties

2004-07-07 Thread Dan Pupek



Were global 
properties ever added back to the nAnt.exe.config file?
 
 

Dan Pupek
Software 
Engineer
Advanced Systems 
Technology, Inc
[EMAIL PROTECTED]
(850) 
475-4038
 
BEGIN:VCARD
VERSION:2.1
N:Pupek;Daniel
FN:Daniel Pupek
NICKNAME:Dan
ORG:Advanced Systems Technology, Inc.;TDD
TITLE:Software Engineer
TEL;WORK;VOICE:(850) 475-4038
TEL;HOME;VOICE:(850) 479-6217
TEL;CELL;VOICE:(850) 529-0055
TEL;HOME;FAX:(775) 924-5047
ADR;WORK:;;8130 Pitman Ave.;Pensacola;Florida;;United States of America
LABEL;WORK;ENCODING=QUOTED-PRINTABLE:8130 Pitman Ave.=0D=0APensacola, Florida=0D=0AUnited States of America
ADR;HOME;ENCODING=QUOTED-PRINTABLE:;;15 Village Green Drive=0D=0AApt 209;Lawton;OK;73505;United States of Ameri=
ca
LABEL;HOME;ENCODING=QUOTED-PRINTABLE:15 Village Green Drive=0D=0AApt 209=0D=0ALawton, OK 73505=0D=0AUnited States=
 of America
URL;WORK:http://danpupek.homeip.net
ROLE:Software Engineer
BDAY:20020603
EMAIL;PREF;INTERNET:[EMAIL PROTECTED]
EMAIL;INTERNET:[EMAIL PROTECTED]
REV:20030827T160544Z
END:VCARD


[Nant-users] CVS Tasks

2004-07-08 Thread Dan Pupek



Do the CVS tasks 
really not support the sspi or local protocols?
 

Dan Pupek
Software 
Engineer
Advanced Systems 
Technology, Inc
[EMAIL PROTECTED]
(850) 
475-4038
 
BEGIN:VCARD
VERSION:2.1
N:Pupek;Daniel
FN:Daniel Pupek
NICKNAME:Dan
ORG:Advanced Systems Technology, Inc.;TDD
TITLE:Software Engineer
TEL;WORK;VOICE:(850) 475-4038
TEL;HOME;VOICE:(850) 479-6217
TEL;CELL;VOICE:(850) 529-0055
TEL;HOME;FAX:(775) 924-5047
ADR;WORK:;;8130 Pitman Ave.;Pensacola;Florida;;United States of America
LABEL;WORK;ENCODING=QUOTED-PRINTABLE:8130 Pitman Ave.=0D=0APensacola, Florida=0D=0AUnited States of America
ADR;HOME;ENCODING=QUOTED-PRINTABLE:;;15 Village Green Drive=0D=0AApt 209;Lawton;OK;73505;United States of Ameri=
ca
LABEL;HOME;ENCODING=QUOTED-PRINTABLE:15 Village Green Drive=0D=0AApt 209=0D=0ALawton, OK 73505=0D=0AUnited States=
 of America
URL;WORK:http://danpupek.homeip.net
ROLE:Software Engineer
BDAY:20020603
EMAIL;PREF;INTERNET:[EMAIL PROTECTED]
EMAIL;INTERNET:[EMAIL PROTECTED]
REV:20030827T160544Z
END:VCARD


[Nant-users] Nunit Failures

2004-07-08 Thread Dan Pupek



Hey,
    
What is the best way of testing for failures during the nunit2 task without 
setting the haltonerror to true?
 
Is there a property 
that can be read?
 
Thanks,
 

Dan Pupek
Software 
Engineer
Advanced Systems 
Technology, Inc
[EMAIL PROTECTED]
(850) 
475-4038
 
BEGIN:VCARD
VERSION:2.1
N:Pupek;Daniel
FN:Daniel Pupek
NICKNAME:Dan
ORG:Advanced Systems Technology, Inc.;TDD
TITLE:Software Engineer
TEL;WORK;VOICE:(850) 475-4038
TEL;HOME;VOICE:(850) 479-6217
TEL;CELL;VOICE:(850) 529-0055
TEL;HOME;FAX:(775) 924-5047
ADR;WORK:;;8130 Pitman Ave.;Pensacola;Florida;;United States of America
LABEL;WORK;ENCODING=QUOTED-PRINTABLE:8130 Pitman Ave.=0D=0APensacola, Florida=0D=0AUnited States of America
ADR;HOME;ENCODING=QUOTED-PRINTABLE:;;15 Village Green Drive=0D=0AApt 209;Lawton;OK;73505;United States of Ameri=
ca
LABEL;HOME;ENCODING=QUOTED-PRINTABLE:15 Village Green Drive=0D=0AApt 209=0D=0ALawton, OK 73505=0D=0AUnited States=
 of America
URL;WORK:http://danpupek.homeip.net
ROLE:Software Engineer
BDAY:20020603
EMAIL;PREF;INTERNET:[EMAIL PROTECTED]
EMAIL;INTERNET:[EMAIL PROTECTED]
REV:20030827T160544Z
END:VCARD


[Nant-users] Numit2 and .Nunit files

2004-07-08 Thread Dan Pupek



Anyone have a good 
way of using .Nunit files with the Nunit2 task?
 

Dan Pupek
Software 
Engineer
Advanced Systems 
Technology, Inc
[EMAIL PROTECTED]
(850) 
475-4038
 
BEGIN:VCARD
VERSION:2.1
N:Pupek;Daniel
FN:Daniel Pupek
NICKNAME:Dan
ORG:Advanced Systems Technology, Inc.;TDD
TITLE:Software Engineer
TEL;WORK;VOICE:(850) 475-4038
TEL;HOME;VOICE:(850) 479-6217
TEL;CELL;VOICE:(850) 529-0055
TEL;HOME;FAX:(775) 924-5047
ADR;WORK:;;8130 Pitman Ave.;Pensacola;Florida;;United States of America
LABEL;WORK;ENCODING=QUOTED-PRINTABLE:8130 Pitman Ave.=0D=0APensacola, Florida=0D=0AUnited States of America
ADR;HOME;ENCODING=QUOTED-PRINTABLE:;;15 Village Green Drive=0D=0AApt 209;Lawton;OK;73505;United States of Ameri=
ca
LABEL;HOME;ENCODING=QUOTED-PRINTABLE:15 Village Green Drive=0D=0AApt 209=0D=0ALawton, OK 73505=0D=0AUnited States=
 of America
URL;WORK:http://danpupek.homeip.net
ROLE:Software Engineer
BDAY:20020603
EMAIL;PREF;INTERNET:[EMAIL PROTECTED]
EMAIL;INTERNET:[EMAIL PROTECTED]
REV:20030827T160544Z
END:VCARD


RE: [Nant-users] CVS Tasks

2004-07-08 Thread Dan Pupek
The remove attribute does not seem to do what it is supposed to when you use
the cvs executable option.

Dan Pupek
Software Engineer
Advanced Systems Technology, Inc
[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>
(850) 475-4038


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Clayton
Harbour
Sent: Thursday, July 08, 2004 3:18 PM
To: [EMAIL PROTECTED]; NAnt Users List
Subject: RE: [Nant-users] CVS Tasks


Hi Dan,

Sharpcvslib does not support local or sspi protocols (yet...) but there are
changes in the nightly builds to override the use of the sharpcvslib binary
(please check the docs for syntax).  Overriding the binary selects the first
cvs.exe in your path environment variable, or optionally you can specify the
full path to your cvs executable (please see the documentation).



Cheers,

Clayton


-Original Message-
From:   Dan Pupek [mailto:[EMAIL PROTECTED]
Sent:   Thu 7/8/2004 10:42 AM
To: NAnt Users List
Cc:
Subject:[Nant-users] CVS Tasks
Do the CVS tasks really not support the sspi or local protocols?

Dan Pupek
Software Engineer
Advanced Systems Technology, Inc
[EMAIL PROTECTED]
(850) 475-4038





---
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 -
digital self defense, top technical experts, no vendor pitches,
unmatched networking opportunities. Visit www.blackhat.com
___
Nant-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-users
BEGIN:VCARD
VERSION:2.1
N:Pupek;Daniel
FN:Daniel Pupek
NICKNAME:Dan
ORG:Advanced Systems Technology, Inc.;TDD
TITLE:Software Engineer
TEL;WORK;VOICE:(850) 475-4038
TEL;HOME;VOICE:(850) 479-6217
TEL;CELL;VOICE:(850) 529-0055
TEL;HOME;FAX:(775) 924-5047
ADR;WORK:;;8130 Pitman Ave.;Pensacola;Florida;;United States of America
LABEL;WORK;ENCODING=QUOTED-PRINTABLE:8130 Pitman Ave.=0D=0APensacola, Florida=0D=0AUnited States of America
ADR;HOME;ENCODING=QUOTED-PRINTABLE:;;15 Village Green Drive=0D=0AApt 209;Lawton;OK;73505;United States of Ameri=
ca
LABEL;HOME;ENCODING=QUOTED-PRINTABLE:15 Village Green Drive=0D=0AApt 209=0D=0ALawton, OK 73505=0D=0AUnited States=
 of America
URL;WORK:http://danpupek.homeip.net
ROLE:Software Engineer
BDAY:20020603
EMAIL;PREF;INTERNET:[EMAIL PROTECTED]
EMAIL;INTERNET:[EMAIL PROTECTED]
REV:20030827T160544Z
END:VCARD


[Nant-users] NAnt Runner

2004-07-09 Thread Dan Pupek



Anyone used The NAnt 
Runner Addin?
 
I can't get it to 
work, it just throws a NullReferenceException.
 
Any 
ideas?
 

Dan Pupek
Software 
Engineer
Advanced Systems 
Technology, Inc
[EMAIL PROTECTED]
(850) 
475-4038
 
BEGIN:VCARD
VERSION:2.1
N:Pupek;Daniel
FN:Daniel Pupek
NICKNAME:Dan
ORG:Advanced Systems Technology, Inc.;TDD
TITLE:Software Engineer
TEL;WORK;VOICE:(850) 475-4038
TEL;HOME;VOICE:(850) 479-6217
TEL;CELL;VOICE:(850) 529-0055
TEL;HOME;FAX:(775) 924-5047
ADR;WORK:;;8130 Pitman Ave.;Pensacola;Florida;;United States of America
LABEL;WORK;ENCODING=QUOTED-PRINTABLE:8130 Pitman Ave.=0D=0APensacola, Florida=0D=0AUnited States of America
ADR;HOME;ENCODING=QUOTED-PRINTABLE:;;15 Village Green Drive=0D=0AApt 209;Lawton;OK;73505;United States of Ameri=
ca
LABEL;HOME;ENCODING=QUOTED-PRINTABLE:15 Village Green Drive=0D=0AApt 209=0D=0ALawton, OK 73505=0D=0AUnited States=
 of America
URL;WORK:http://danpupek.homeip.net
ROLE:Software Engineer
BDAY:20020603
EMAIL;PREF;INTERNET:[EMAIL PROTECTED]
EMAIL;INTERNET:[EMAIL PROTECTED]
REV:20030827T160544Z
END:VCARD


RE: [Nant-users] Ftp task?

2004-07-13 Thread Dan Pupek
Title: Ftp task?



FTP is 
very unsecure (most of the time) and I believe this is the reason no real 
effort has been made in this regard.
 
I, 
personally, wouldn't use it for production code.
 

Dan Pupek
Software 
Engineer
Advanced Systems 
Technology, Inc
[EMAIL PROTECTED]
(850) 
475-4038

  -Original Message-From: 
  [EMAIL PROTECTED] 
  [mailto:[EMAIL PROTECTED]On Behalf Of Bonnett, 
  Evan ASent: Tuesday, July 13, 2004 2:38 PMTo: 
  [EMAIL PROTECTED]Subject: [Nant-users] Ftp 
  task?
  Is there a need for an ftp task?  I tar up all my files 
  and ftp them to my servers.  Now that I am getting close to putting Nant 
  into production, I am thinking about an ftp and a tar task.  Is this 
  something anyone would be interested in?
  Just curious. 
  Evan A. Bonnett Reynolds and Reynolds, 
  IT 
BEGIN:VCARD
VERSION:2.1
N:Pupek;Daniel
FN:Daniel Pupek
NICKNAME:Dan
ORG:Advanced Systems Technology, Inc.;TDD
TITLE:Software Engineer
TEL;WORK;VOICE:(850) 475-4038
TEL;HOME;VOICE:(850) 479-6217
TEL;CELL;VOICE:(850) 529-0055
TEL;HOME;FAX:(775) 924-5047
ADR;WORK:;;8130 Pitman Ave.;Pensacola;Florida;;United States of America
LABEL;WORK;ENCODING=QUOTED-PRINTABLE:8130 Pitman Ave.=0D=0APensacola, Florida=0D=0AUnited States of America
ADR;HOME;ENCODING=QUOTED-PRINTABLE:;;15 Village Green Drive=0D=0AApt 209;Lawton;OK;73505;United States of Ameri=
ca
LABEL;HOME;ENCODING=QUOTED-PRINTABLE:15 Village Green Drive=0D=0AApt 209=0D=0ALawton, OK 73505=0D=0AUnited States=
 of America
URL;WORK:http://danpupek.homeip.net
ROLE:Software Engineer
BDAY:20020603
EMAIL;PREF;INTERNET:[EMAIL PROTECTED]
EMAIL;INTERNET:[EMAIL PROTECTED]
REV:20030827T160544Z
END:VCARD


[Nant-users] Nant and Web Stress Testing

2004-07-16 Thread Dan Pupek



Anyone know of a web 
stress testing tool that works well with nAnt?
 

Dan Pupek
Software 
Engineer
Advanced Systems 
Technology, Inc
[EMAIL PROTECTED]
(850) 
475-4038
 
BEGIN:VCARD
VERSION:2.1
N:Pupek;Daniel
FN:Daniel Pupek
NICKNAME:Dan
ORG:Advanced Systems Technology, Inc.;TDD
TITLE:Software Engineer
TEL;WORK;VOICE:(850) 475-4038
TEL;HOME;VOICE:(850) 479-6217
TEL;CELL;VOICE:(850) 529-0055
TEL;HOME;FAX:(775) 924-5047
ADR;WORK:;;8130 Pitman Ave.;Pensacola;Florida;;United States of America
LABEL;WORK;ENCODING=QUOTED-PRINTABLE:8130 Pitman Ave.=0D=0APensacola, Florida=0D=0AUnited States of America
ADR;HOME;ENCODING=QUOTED-PRINTABLE:;;15 Village Green Drive=0D=0AApt 209;Lawton;OK;73505;United States of Ameri=
ca
LABEL;HOME;ENCODING=QUOTED-PRINTABLE:15 Village Green Drive=0D=0AApt 209=0D=0ALawton, OK 73505=0D=0AUnited States=
 of America
URL;WORK:http://danpupek.homeip.net
ROLE:Software Engineer
BDAY:20020603
EMAIL;PREF;INTERNET:[EMAIL PROTECTED]
EMAIL;INTERNET:[EMAIL PROTECTED]
REV:20030827T160544Z
END:VCARD


[Nant-users] Force a Target

2004-07-19 Thread Dan Pupek



Is there a way to 
force a target to always run? Something like a Finally.
 

Dan Pupek
Software 
Engineer
Advanced Systems 
Technology, Inc
[EMAIL PROTECTED]
(850) 
475-4038
 
BEGIN:VCARD
VERSION:2.1
N:Pupek;Daniel
FN:Daniel Pupek
NICKNAME:Dan
ORG:Advanced Systems Technology, Inc.;TDD
TITLE:Software Engineer
TEL;WORK;VOICE:(850) 475-4038
TEL;HOME;VOICE:(850) 479-6217
TEL;CELL;VOICE:(850) 529-0055
TEL;HOME;FAX:(775) 924-5047
ADR;WORK:;;8130 Pitman Ave.;Pensacola;Florida;;United States of America
LABEL;WORK;ENCODING=QUOTED-PRINTABLE:8130 Pitman Ave.=0D=0APensacola, Florida=0D=0AUnited States of America
ADR;HOME;ENCODING=QUOTED-PRINTABLE:;;15 Village Green Drive=0D=0AApt 209;Lawton;OK;73505;United States of Ameri=
ca
LABEL;HOME;ENCODING=QUOTED-PRINTABLE:15 Village Green Drive=0D=0AApt 209=0D=0ALawton, OK 73505=0D=0AUnited States=
 of America
URL;WORK:http://danpupek.homeip.net
ROLE:Software Engineer
BDAY:20020603
EMAIL;PREF;INTERNET:[EMAIL PROTECTED]
EMAIL;INTERNET:[EMAIL PROTECTED]
REV:20030827T160544Z
END:VCARD


[Nant-users] Ndoc Can't Find HTML Help Compiler

2004-08-13 Thread Dan Pupek



Nant Version: NAnt 0.85 (Build 0.85.1649.0; net-1.1.win32; nightly; 
7/7/2004)
 
ndoc task keeps 
complaining of not finding the HTML Help Compiler. Here is my documenters 
section:

<documenters>
<documenter name="MSDN">
<property name="OutputDirectory" value="${documentation.output}\api" />
<property name="HtmlHelpName" value="documentation" 
/>
<property name="HtmlHelpCompilerFilename" 
value="${hhc.exe}" />
<property name="OutputTarget" value="HtmlHelpAndWeb" 
/>
<property name="IncludeFavorites" value="False" />
<property name="Title" value="Certification Management Services API Documentation" />
<property name="SplitTOCs" value="False" />
<property name="DefaulTOC" value="" />
<property name="ShowVisualBasic" value="True" />
<property name="ShowMissingSummaries" value="False" />
<property name="ShowMissingRemarks" value="False" />
<property name="ShowMissingParams" value="True" />
<property name="ShowMissingReturns" value="False" />
<property name="ShowMissingValues" value="False" />
<property name="DocumentInternals" value="False" />
<property name="DocumentProtected" value="True" />
<property name="DocumentPrivates" value="False" />
<property name="DocumentEmptyNamespaces" value="False" />
<property name="IncludeAssemblyVersion" value="True" />
<property name="CopyrightText" value="Advanced Systems Technology, Inc." />
<property name="CopyrightHref" value="http://www.astcorp.com" 
/>
documenter>
documenters> 

 
Any 
Ideas?
 

Dan Pupek
Software 
Engineer
Advanced Systems 
Technology, Inc
[EMAIL PROTECTED]
(850) 
475-4038
 
BEGIN:VCARD
VERSION:2.1
N:Pupek;Daniel
FN:Daniel Pupek
NICKNAME:Dan
ORG:Advanced Systems Technology, Inc.;TDD
TITLE:Software Engineer
TEL;WORK;VOICE:(850) 475-4038
TEL;HOME;VOICE:(850) 479-6217
TEL;CELL;VOICE:(850) 529-0055
TEL;HOME;FAX:(775) 924-5047
ADR;WORK:;;8130 Pitman Ave.;Pensacola;Florida;;United States of America
LABEL;WORK;ENCODING=QUOTED-PRINTABLE:8130 Pitman Ave.=0D=0APensacola, Florida=0D=0AUnited States of America
ADR;HOME;ENCODING=QUOTED-PRINTABLE:;;15 Village Green Drive=0D=0AApt 209;Lawton;OK;73505;United States of Ameri=
ca
LABEL;HOME;ENCODING=QUOTED-PRINTABLE:15 Village Green Drive=0D=0AApt 209=0D=0ALawton, OK 73505=0D=0AUnited States=
 of America
URL;WORK:http://danpupek.homeip.net
ROLE:Software Engineer
BDAY:20020603
EMAIL;PREF;INTERNET:[EMAIL PROTECTED]
EMAIL;INTERNET:[EMAIL PROTECTED]
REV:20030827T160544Z
END:VCARD


[Nant-users] MSI Keyfile error

2004-08-18 Thread Dan Pupek



 
When I run the MSI 
task it finds some keyfiles and complains that other are missing. I am using the 
latest nightly build. Anyone know of an open issue with 
this?
 
 

Dan Pupek
Software 
Engineer
Advanced Systems 
Technology, Inc
[EMAIL PROTECTED]
(850) 
475-4038
 
BEGIN:VCARD
VERSION:2.1
N:Pupek;Daniel
FN:Daniel Pupek
NICKNAME:Dan
ORG:Advanced Systems Technology, Inc.;TDD
TITLE:Software Engineer
TEL;WORK;VOICE:(850) 475-4038
TEL;HOME;VOICE:(850) 479-6217
TEL;CELL;VOICE:(850) 529-0055
TEL;HOME;FAX:(775) 924-5047
ADR;WORK:;;8130 Pitman Ave.;Pensacola;Florida;;United States of America
LABEL;WORK;ENCODING=QUOTED-PRINTABLE:8130 Pitman Ave.=0D=0APensacola, Florida=0D=0AUnited States of America
ADR;HOME;ENCODING=QUOTED-PRINTABLE:;;15 Village Green Drive=0D=0AApt 209;Lawton;OK;73505;United States of Ameri=
ca
LABEL;HOME;ENCODING=QUOTED-PRINTABLE:15 Village Green Drive=0D=0AApt 209=0D=0ALawton, OK 73505=0D=0AUnited States=
 of America
URL;WORK:http://danpupek.homeip.net
ROLE:Software Engineer
BDAY:20020603
EMAIL;PREF;INTERNET:[EMAIL PROTECTED]
EMAIL;INTERNET:[EMAIL PROTECTED]
REV:20030827T160544Z
END:VCARD


RE: [Nant-users] What is Nantpad worth?

2004-08-25 Thread Dan Pupek
I just had to add my two cents.

(1) The price is outrageous, you should consider a much lower price.

(2) I actually prefer VS.Net and Intellisense and so far as I can tell all
of the engineers in my shop do. NantPad over complicates matters and makes
it a little harder to tweak the build files.

Dan Pupek
Software Engineer
Advanced Systems Technology, Inc
[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>
(850) 475-4038


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of James Geurts
Sent: Tuesday, August 24, 2004 10:56 AM
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED];
[EMAIL PROTECTED]
Subject: RE: [Nant-users] What is Nantpad worth?


Open up a project with a build file in it.
Right click the build file (from Solution Explorer)
Select Open With...
Highlight Html/Xml Editor
Click Set as Default button
Click close



> While we're on the subject. I've done all my nant development in
> TextPad.
>
>
>
> How do you get VS.Net to recognize a .build file as an xml file?
>
>





---
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
___
Nant-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-users
BEGIN:VCARD
VERSION:2.1
N:Pupek;Daniel
FN:Daniel Pupek
NICKNAME:Dan
ORG:Advanced Systems Technology, Inc.;TDD
TITLE:Software Engineer
TEL;WORK;VOICE:(850) 475-4038
TEL;HOME;VOICE:(850) 479-6217
TEL;CELL;VOICE:(850) 529-0055
TEL;HOME;FAX:(775) 924-5047
ADR;WORK:;;8130 Pitman Ave.;Pensacola;Florida;;United States of America
LABEL;WORK;ENCODING=QUOTED-PRINTABLE:8130 Pitman Ave.=0D=0APensacola, Florida=0D=0AUnited States of America
ADR;HOME;ENCODING=QUOTED-PRINTABLE:;;15 Village Green Drive=0D=0AApt 209;Lawton;OK;73505;United States of Ameri=
ca
LABEL;HOME;ENCODING=QUOTED-PRINTABLE:15 Village Green Drive=0D=0AApt 209=0D=0ALawton, OK 73505=0D=0AUnited States=
 of America
URL;WORK:http://danpupek.homeip.net
ROLE:Software Engineer
BDAY:20020603
EMAIL;PREF;INTERNET:[EMAIL PROTECTED]
EMAIL;INTERNET:[EMAIL PROTECTED]
REV:20030827T160544Z
END:VCARD


[Nant-users] Project Content Files

2004-09-28 Thread Dan Smith
 I'm creating NAnt build files that compile ASP.Net applications, setting version numbers, running FxCop and NUnit tests, creating documentation files and finally archiving the built assembly files into a zip file. However, a big part of our ASP.Net applications are in the ASPX files, _javascript_ libraries, xml dataset and configuration files, images and even documents and PDF files. These files are not part of the NAnt build using the  task, but I want to archive them with the assemblies.I could use a  task on any ASPX and several other file extensions into the archive folder, but this is a weak definition. Some of our ASPX pages have src based code behind files instead of being compiled into an assembly and I could easly miss other file types that should be part of the entire application.Is there a NAnt, NAntContrib, or other task that can parse the VS.Net Project file and use the  information to generate a list of Content files that should be copied into the archive? Any pointer would be appreciated.I think this would be very useful for not only archiving builds but also deploying builds into production, including the content files.ThanksDanJoin Excite! - http://www.excite.comThe most personalized portal on the Web!


[Nant-users] MSI Task Versus WIX

2004-12-02 Thread Dan Pupek



Does anyone have any 
recommendations or comments about using either the MSI task or 
WiX?
 
Thanks
 

Dan Pupek
Software 
Engineer
Advanced Systems 
Technology, Inc
[EMAIL PROTECTED]
(850) 
475-4038
 
BEGIN:VCARD
VERSION:2.1
N:Pupek;Daniel
FN:Daniel Pupek
NICKNAME:Dan
ORG:Advanced Systems Technology, Inc.;TDD
TITLE:Software Engineer
TEL;WORK;VOICE:(850) 475-4038
TEL;HOME;VOICE:(850) 479-6217
TEL;CELL;VOICE:(850) 529-0055
TEL;HOME;FAX:(775) 924-5047
ADR;WORK:;;8130 Pitman Ave.;Pensacola;Florida;;United States of America
LABEL;WORK;ENCODING=QUOTED-PRINTABLE:8130 Pitman Ave.=0D=0APensacola, Florida=0D=0AUnited States of America
ADR;HOME;ENCODING=QUOTED-PRINTABLE:;;15 Village Green Drive=0D=0AApt 209;Lawton;OK;73505;United States of Ameri=
ca
LABEL;HOME;ENCODING=QUOTED-PRINTABLE:15 Village Green Drive=0D=0AApt 209=0D=0ALawton, OK 73505=0D=0AUnited States=
 of America
URL;WORK:http://danpupek.homeip.net
ROLE:Software Engineer
BDAY:20020603
EMAIL;PREF;INTERNET:[EMAIL PROTECTED]
EMAIL;INTERNET:[EMAIL PROTECTED]
REV:20030827T160544Z
END:VCARD


[Nant-users] Strong Name Keys and Solution Task

2004-12-23 Thread Dan Pupek



How have others been 
able to get the solution task to find the Strong Name Keys 
properly?
 

Dan Pupek
Software 
Engineer
Advanced Systems 
Technology, Inc
[EMAIL PROTECTED]
(850) 
475-4038
 
BEGIN:VCARD
VERSION:2.1
N:Pupek;Daniel
FN:Daniel Pupek
NICKNAME:Dan
ORG:Advanced Systems Technology, Inc.;TDD
TITLE:Software Engineer
TEL;WORK;VOICE:(850) 475-4038
TEL;HOME;VOICE:(850) 479-6217
TEL;CELL;VOICE:(850) 529-0055
TEL;HOME;FAX:(775) 924-5047
ADR;WORK:;;8130 Pitman Ave.;Pensacola;Florida;;United States of America
LABEL;WORK;ENCODING=QUOTED-PRINTABLE:8130 Pitman Ave.=0D=0APensacola, Florida=0D=0AUnited States of America
ADR;HOME;ENCODING=QUOTED-PRINTABLE:;;15 Village Green Drive=0D=0AApt 209;Lawton;OK;73505;United States of Ameri=
ca
LABEL;HOME;ENCODING=QUOTED-PRINTABLE:15 Village Green Drive=0D=0AApt 209=0D=0ALawton, OK 73505=0D=0AUnited States=
 of America
URL;WORK:http://danpupek.homeip.net
ROLE:Software Engineer
BDAY:20020603
EMAIL;PREF;INTERNET:[EMAIL PROTECTED]
EMAIL;INTERNET:[EMAIL PROTECTED]
REV:20030827T160544Z
END:VCARD


[Nant-users] Project build fails with Nant, but succeeds with Devenv

2005-02-08 Thread Dan Suceava








I’m trying to build a solution that builds just fine
in the VS.NET 2003 IDE but one of the projects fails when using Nant.  I’m
using Nant 0.85 RC 1, .NET 1.1, on Windows XP, with the ‘solution’
task.  None of the project build options have been changed, they are all
defaults.

 

The errors I get are listed below.  I believe this
error has to do with both of those assemblies being obfuscated and thus
containing the namespaces/classes called “A”, etc.  However, I’m
not sure why VS doesn’t complain, but the command line compiler does. 
Has anyone encountered anything like this?

 

- 

-  

  

- 

-  

  

- 

-  

  

- 

-  

  

- 

-  

  

- 

-  

  

- 

-  

  

 

 

 

 

Below is the .build file:

 





    OnTime
2005 Solution build

 

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

  

 

 

Thanks for any help,

 

Dan Suceava

Axosoft








[Nant-users] Nant, Solution, Slingshot

2005-02-28 Thread Dan Shookowsky
I'm evaluating Nant for use and I was wondering if someone can discuss
the current state of the project and its applicability to certain
tasks.  It appears that you can do anything you want with a hand
crafted project, but I'd like to automate as much of the build file as
possible.

* Clean - Is there any automatic clean functionality provided by the
solution task?  The slingshot program created some clean tasks but
they didn't seem to work with Visual Studio's default hierarchy.  I'm
mainly interested in getting rid of the pdbs, dlls, and exes before
zipping the code to work on it from home.

* ClearCase - Is there any existing task or project working on a
ClearCase task?  I'm interested in using the echo and ClearAudit to
create a build manifest.  After the docs, binaries, and installation
packages have been created, I'd like to check in the artifacts and
label the whole magilla.

* NDoc/.NET installers  - Again, is it possible these items without
hand-crafting the build file?


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
___
Nant-users mailing list
Nant-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users


Re: [Nant-users] Compiling a bunch of projects

2005-02-28 Thread Dan Shookowsky
Is csc.exe available in the bin directory?  Perhaps it's a path issue
or conflict with the location specified in the nant.exe.config file...


On Mon, 28 Feb 2005 08:26:33 -0700, Ransel Lopez Mena
<[EMAIL PROTECTED]> wrote:
>  
> 
> Hello everyone: 
> 
> I am new using Nant and I have a problem that I am sure is easy to solve
> (but I don't know how). I don't have a solution, just a bunch of projects
> from me and all my developers. I am using the solution task to compile my
> assemblies like this: 
> 
>  
>  outputdir="D:\GeoExplorerBuild\bin"> 
>  
>  name="D:\GeoExplorerBuild\WebControls\Telus.Geomatics.WebControls.csproj" />
>  name="D:\GeoExplorerBuild\WebControls\Telus.Geomatics.Web.csproj" /> 
>  name="D:\GeoExplorerBuild\WebControls\Telus.Geomatics.Web.UI.csproj" /> 
> ... 
>  
>  
>  
> 
> When I execute this task on my Windows2003 server I get this error message: 
>  [solution] Building 'Telus.Geomatics.WebControls' [release] ... 
> BUILD FAILED 
> The SDK for the 'net-1.1' framework is not available or not configured. 
> Total time: 0.2 seconds. 
> 
> I installed the framework in the server (v1.1.4322), but the task still keep
> failing. Any ideas? Anybody had this problem before? 
> 
> Thank you very much in advance 
> 
> Ransel Lopez 
> GIS Web Developer 
> Telus Geomatics Inc. 
> 16th Floor, Telus Plaza South 
> 10020-100 Street 
> Edmonton, AB T5J 0N5 
> Phone : (780) 493-3850 
> Email  : [EMAIL PROTECTED] 
>


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
___
Nant-users mailing list
Nant-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users


Re: [Nant-users] Compiling a bunch of projects

2005-02-28 Thread Dan Shookowsky
Nant doesn't include the compilers.

Looking at the nant.exe.config file in Nant's bin directory, it's
looking for the .NET runtime files in $installRoot and it's also
looking for the .NET framework SDK in $sdkInstallRoot.  The sdk can be
downloaded from Microsoft at:

http://www.microsoft.com/downloads/details.aspx?FamilyID=9b3a2ca6-3647-4070-9f41-a333c6b9181d&displaylang=en

The SDK is listed as failonerror=false, but it looks like something is
requiring it.


On Mon, 28 Feb 2005 08:38:25 -0700, Ransel Lopez Mena
<[EMAIL PROTECTED]> wrote:
> Hi Dan,
> 
> I downloaded the Nant latest version and followed all the installation steps, 
> but I don't see any compiler in the nant\bin folder (not csc, vbc or 
> anything). Where do I get them from?? Is there anything else I need???
> 
> Thanks
> ransel
> 
> -Original Message-
> From: Dan Shookowsky [mailto:[EMAIL PROTECTED]
> Sent: Monday, February 28, 2005 8:33 AM
> To: Ransel Lopez Mena
> Cc: nant-users@lists.sourceforge.net
> Subject: Re: [Nant-users] Compiling a bunch of projects
> 
> Is csc.exe available in the bin directory?  Perhaps it's a path issue or 
> conflict with the location specified in the nant.exe.config file...
> 
> On Mon, 28 Feb 2005 08:26:33 -0700, Ransel Lopez Mena <[EMAIL PROTECTED]> 
> wrote:
> >
> >
> > Hello everyone:
> >
> > I am new using Nant and I have a problem that I am sure is easy to
> > solve (but I don't know how). I don't have a solution, just a bunch of
> > projects from me and all my developers. I am using the solution task
> > to compile my assemblies like this:
> >
> > 
> >  > outputdir="D:\GeoExplorerBuild\bin">
> > 
> >  > name="D:\GeoExplorerBuild\WebControls\Telus.Geomatics.WebControls.csproj" />
> >  > name="D:\GeoExplorerBuild\WebControls\Telus.Geomatics.Web.csproj" />
> >  > name="D:\GeoExplorerBuild\WebControls\Telus.Geomatics.Web.UI.csproj" />
> > ...
> > 
> > 
> > 
> >
> > When I execute this task on my Windows2003 server I get this error message:
> >  [solution] Building 'Telus.Geomatics.WebControls' [release] ...
> > BUILD FAILED
> > The SDK for the 'net-1.1' framework is not available or not configured.
> > Total time: 0.2 seconds.
> >
> > I installed the framework in the server (v1.1.4322), but the task
> > still keep failing. Any ideas? Anybody had this problem before?
> >
> > Thank you very much in advance
> >
> > Ransel Lopez
> > GIS Web Developer
> > Telus Geomatics Inc.
> > 16th Floor, Telus Plaza South
> > 10020-100 Street
> > Edmonton, AB T5J 0N5
> > Phone : (780) 493-3850
> > Email  : [EMAIL PROTECTED]
> >
>


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
___
Nant-users mailing list
Nant-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users


[Nant-users] Nant clean and solution

2005-02-28 Thread Dan Shookowsky
I came up with the following solution that seems to work for cleaning
trees created from the solution task without having to specify every
single project or file.  I'm still looking for info on ClearCase
tasks, although I imagine that I can execute those with an exec task
and ClearTool.





















---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
___
Nant-users mailing list
Nant-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users


[Nant-users] intermittent error on Mac OS X

2005-03-11 Thread Dan Munk
Hi,

Sorry if this is a dup, I'm new to the list.

I'm using NAnt 0.85 rc2 with Mono 1.1.4 on Mac OS X.  I can build fine
60-70% of the time, but I occasionally get the following error:

 
The current runtime framework 'mono-1.0' is not correctly configured
in the NAnt configuration file.

Unable to locate 'mono' module using pkg-config. Download the Mono
development packages from http://www.mono-project.com/downloads/.


Running NAnt again with no changes fixes the issue.  Any help would be
greatly appreciated.

Thanks,
Dan


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
___
Nant-users mailing list
Nant-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users


[Nant-users] includefile question

2005-03-15 Thread Dan Munk
Hi,

I am using the csc task with the following:



as a child of the references tag.  The includesfile is being executed
whether the file exists or not.  I have some test code and the
file::exists function does appear to be working correctly.  Am I using
the tag incorrectly?

Thanks,
Dan


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
___
Nant-users mailing list
Nant-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users


[Nant-users] log4net configuration

2005-03-22 Thread Dan Munk
Hi,

I would like to keep NAnt log4net logging off, but enable it for my
tasks only.  I've been working with the NAnt.exe.config file and I
haven't been able to enable my task logging without enabling NAnt
logging.  Any help would be appreciated.

Thanks,
Dan


---
This SF.net email is sponsored by: 2005 Windows Mobile Application Contest
Submit applications for Windows Mobile(tm)-based Pocket PCs or Smartphones
for the chance to win $25,000 and application distribution. Enter today at
http://ads.osdn.com/?ad_id=6882&alloc_id=15148&op=click
___
Nant-users mailing list
Nant-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users


RE: [Nant-users] vb.net xml documentation

2005-07-22 Thread Dan Pupek



We use 
the VB.Doc nant task. We didn't have much luck with it as it was packaged 
so we have had to modify it a bit. If you would like I can send you our task dll 
directly. The original project lives at http://vb-doc.sf.net
 
 
 

Dan Pupek
Software 
Engineer
Advanced Systems 
Technology, Inc
[EMAIL PROTECTED]
(850) 
475-4038

  -Original Message-From: 
  [EMAIL PROTECTED] 
  [mailto:[EMAIL PROTECTED]On Behalf Of Steve 
  BakerSent: Friday, July 22, 2005 10:49 AMTo: 
  nant-users@lists.sourceforge.netSubject: [Nant-users] vb.net xml 
  documentation
  
  Hi 
  all,
   
  I am trying to build xml 
  documentation using the ndoc task. The catch is my current client uses 
  vb.net.
   
  So we use the VBXC add-in for 
  vb.net to code up all the xml comments. A build in vs.net will then generate 
  the xml file used for documentation. The problem is the solution task will not 
  generate the xml file for vb.net because it is functionality only built into 
  the add-in.
   
  Besides installing vs.net and the 
  add-in on the build machine and calling vs.net instead of using the solution 
  task, has anyone found a good way to build the xml file used for documentation 
  for vb.net?
   
  Thanks,
   
  Steve
BEGIN:VCARD
VERSION:2.1
N:Pupek;Daniel
FN:Daniel Pupek
NICKNAME:Dan
ORG:Advanced Systems Technology, Inc.;TDD
TITLE:Software Engineer
TEL;WORK;VOICE:(850) 475-4038
TEL;HOME;VOICE:(850) 479-6217
TEL;CELL;VOICE:(850) 529-0055
TEL;HOME;FAX:(775) 924-5047
ADR;WORK:;;8130 Pitman Ave.;Pensacola;Florida;;United States of America
LABEL;WORK;ENCODING=QUOTED-PRINTABLE:8130 Pitman Ave.=0D=0APensacola, Florida=0D=0AUnited States of America
ADR;HOME;ENCODING=QUOTED-PRINTABLE:;;15 Village Green Drive=0D=0AApt 209;Lawton;OK;73505;United States of Ameri=
ca
LABEL;HOME;ENCODING=QUOTED-PRINTABLE:15 Village Green Drive=0D=0AApt 209=0D=0ALawton, OK 73505=0D=0AUnited States=
 of America
URL;WORK:http://danpupek.homeip.net
ROLE:Software Engineer
BDAY:20020603
EMAIL;PREF;INTERNET:[EMAIL PROTECTED]
EMAIL;INTERNET:[EMAIL PROTECTED]
REV:20030827T160544Z
END:VCARD


[NAnt-users] Custom Task with multiple layers of child elements

2006-11-17 Thread Dan Pupek
I can't seem to get nant to recurse through multiple
BuildElementCollections. Any ideas?
 
Dan
 
 
-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV___
NAnt-users mailing list
NAnt-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users


[NAnt-users] Trying NAnt for first time, but can't get references to work?

2009-04-22 Thread Dan Eloff
I'm getting: error CS0518: Predefined type 'System.Object' is not
defined or imported

So I tried nant -v, and I don't see any references being passed to csc
(they should show up in the verbose output right?), that would
certainly explain the problem.

My build file is very simple:



   














I did edit NAnt.exe.config for framework name=silverlight-2.0 to set:

frameworkassemblydirectory="C:\Program Files (x86)\Microsoft
SDKs\Silverlight\v2.0\Reference Assemblies"
clrversion="2.0.31005.0"

Surely I'm making a simple newbie mistake of some kind here?

Thanks,
-Dan

--
Stay on top of everything new and different, both inside and 
around Java (TM) technology - register by April 22, and save
$200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco.
300 plus technical and hands-on sessions. Register today. 
Use priority code J9JMT32. http://p.sf.net/sfu/p
___
NAnt-users mailing list
NAnt-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users