Matthew Mastracci wrote:

Bizarre- I thought this was checked in before RC1. You might need to wait for the final release.

Did you check in against the branch or the trunk ?

Ian

Philippe Lavoie wrote:

I’m resending this with RC1 in the title so that John doesn’t miss it J

I’m getting the following output which I though was solved by Matthew

[solution] - C:\DOCUME~1\plavoie\LOCALS~1\Temp\-c5ht8zk\http___localhost_App

Web_AppWeb.vbproj\Applicant\Address.aspx.resx

Total time: 31 seconds.

BUILD FAILED

INTERNAL ERROR

System.ArgumentException: Can't parse VB files yet

at NAnt.VSNet.Tasks.Resource.GetDependentResourceName(String strDependentFile

)

at NAnt.VSNet.Tasks.Resource.CompileResx()

at NAnt.VSNet.Tasks.Resource.Compile(ConfigurationSettings cs, Boolean bShowC

ommands)

at NAnt.VSNet.Tasks.Project.Compile(String strConfiguration, ArrayList alCSCA

rguments, String strLogFile, Boolean bVerbose, Boolean bShowCommands)

at NAnt.VSNet.Tasks.Solution.Compile(String strConfiguration, ArrayList alCSC

Arguments, String strLogFile, Boolean bVerbose, Boolean bShowCommands)

at NAnt.VSNet.Tasks.SolutionTask.ExecuteTask()

at NAnt.Core.Task.Execute()

at NAnt.Core.Target.Execute()

at NAnt.Core.Target.Execute()

at NAnt.Core.Project.Execute(String targetName)

at NAnt.Core.Project.Execute()

at NAnt.Core.Project.Run()

Please send bug report to [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>.

When I’m compiling an ASP.NET project written in VB.NET through the solution task.

The –debug doesn’t give more information so I don’t know which file fails to load or which file it tries to load. My nant script looks like the following

<target name="CreateVirtualDir">

<mkiisdir

dirpath="${nant.project.basedir}/Source/Application/AppWeb"

vdirname="AppWeb "

accesswrite="True" accessread="True" accessexecute="True"

enabledirbrowsing="True" accesssource="True"

/>

</target>

<target name="compile" depends="CreateVirtualDir">

<solution configuration="${project.config}" solutionfile="${nant.project.basedir}/Source/app.sln"/>

</target>

Philippe Lavoie

Cactus Commerce eBusiness. All Business.

Tel 819.778.0313 x302 • 888.CACTUS.0 • Fax 819.771.0921

www.cactuscommerce.com [EMAIL PROTECTED]






------------------------------------------------------- This SF.net email is sponsored by: VM Ware With VMware you can run multiple operating systems on a single machine. WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines at the same time. Free trial click here: http://www.vmware.com/wl/offer/345/0 _______________________________________________ nant-developers mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/nant-developers





------------------------------------------------------- This SF.net email is sponsored by: VM Ware With VMware you can run multiple operating systems on a single machine. WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines at the same time. Free trial click here: http://www.vmware.com/wl/offer/345/0 _______________________________________________ nant-developers mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/nant-developers

Reply via email to