RE: [Nant-users] No more development?

2005-10-02 Thread Morss, Charlie
Might not any new development released lately, but I’ve done some cool stuff!   I haven’t pushed this back into CVS yet (don’t have commit rights). But I have been able to cut down a 27 minute build to a 10 minute build by modifying the resgen task. If you look closely at the resgen task

RE: [Nant-users] Build target from command line without dependencies

2005-09-16 Thread Morss, Charlie
One thing to remember about Nant is that it is a spin-off of the Java Ant tool. The java compile, javac, does full dependency checking out of the box so there was never a big requirement to have dependency checking (at least for compiling). -Original Message- From: [EMAIL PROTECTED] [mail

RE: [Nant-users] csc resources prefix problem using refid

2005-07-23 Thread Morss, Charlie
direction, Charlie -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Morss, Charlie Sent: Saturday, July 23, 2005 12:10 PM To: Gert Driesen Cc: nant-users@lists.sourceforge.net Subject: RE: [Nant-users] csc resources prefix problem using refid I've

RE: [Nant-users] csc resources prefix problem using refid

2005-07-23 Thread Morss, Charlie
> Hi Charlie, > > > > I have experienced the same problem but haven't had the time > to submit a bug. I had to revert to my first approach, which > is similar to your working example. > > > > Regards, > > Craig > > ____________

[Nant-users] csc resources prefix problem using refid

2005-07-22 Thread Morss, Charlie
Hello,   I’m having problems with my within a task.  It works fine this way:           ...                     But if I use a refid for the files to include in either a resourcefileset or a regular f