DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=27170>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=27170 Error occurs in references parameter in <csc> if space in directory name ------- Additional Comments From [EMAIL PROTECTED] 2004-02-24 15:03 ------- <!-- ======================================================================= -- > <!-- Compile C# ASP.NET source into DLL --> <!-- ======================================================================= -- > <target name="compileCSharp"> <property name="build.cr.dir" value="C:/Program Files/Common Files/Crystal Decisions/1.1/Managed"/> <property name="build.cr.dll.files" value="${build.cr.dir}/CrystalDecisions.CrystalReports.Engine.dll;${build.cr.di r}/CrystalDecisions.ReportSource.dll;${build.cr.dir}/CrystalDecisions.Shared.dl l;${build.cr.dir}/CrystalDecisions.Web.dll"/> <property name="build.menu.dll.dir" value="${build.source.dir}/ ${project.dir.name}/src/asp.net/SalesWeb/bin"/> <property name="build.bin.dir" value="${build.source.dir}/projects/AirNetFramework/src/ComponentFramework/bin/ Release"/> <property name="build.framework.dll.files" value="${build.bin.dir}/AdminProxyService.dll;${build.bin.dir}/CustomerProxySer vice.dll;${build.bin.dir}/OperationProxyService.dll;${build.bin.dir}/RatingProx yService.dll;${build.bin.dir}/SecurityProxyService.dll;${build.bin.dir}/Shippin gProxyService.dll;${build.bin.dir}/UtilityProxyService.dll;${build.bin.dir}/Rep ortingProxyService.dll;${build.bin.dir}/ScanProxyService.dll;${build.bin.dir}/C ourierProxyService.dll;${build.bin.dir}/SalesWebServerService.dll;"/> <property name="build.dll.files" value="${build.bin.dir}/ComponentFramework.dll;${build.framework.dll.files}"/> <property name="build.server.dll.dir" value="${build.source.dir}/projects/CommonLibrary/bin/Debug"/> <property name="build.server.dll.files" value="${build.server.dll.dir}/CommonLibrary.dll"/> <property name="build.compile.dir" value="${build.staging.dir}/compile/ ${project.dir.name}/src/asp.net/SalesWeb"/> <mkdir dir="${build.staging.dir}/compile/ ${project.dir.name}/src/asp.net/SalesWeb/bin/framework"/> <!-- Compile C# source into DLL --> <csc debug="false" destFile="${build.staging.dir}/compile/ ${project.dir.name}/src/asp.net/SalesWeb/bin/SalesWeb.dll" targetType="library" docFile="SalesWeb.xml" extraOptions="${client.resource.files}" references="${build.menu.dll.dir}/ASPnetMenu.dll;${build.dll.files};${build.ser ver.dll.files};${build.cr.dll.files}" includes="**/*.cs" excludes="_vti_cnf/*.*, _vti_pvt/*.*, _vti_script/*.*, _vti_txt/*.*, *WSDL.cs, remote/*.*" srcDir="${build.staging.dir}/compile/ ${project.dir.name}/src/asp.net/SalesWeb"/> </target> Error message: [csc] error CS2001: Source file 'Files/Common' could not be found [csc] error CS2001: Source file 'Files/Crystal' could not be found [csc] error CS2001: Source file 'Decisions/1.1/Managed/CrystalDecisions.CrystalReports.Engine.dll;C:/Progr am' could not be found [csc] error CS2001: Source file 'Files/Common' could not be found [csc] error CS2001: Source file 'Files/Crystal' could not be found [csc] error CS2001: Source file 'Decisions/1.1/Managed/CrystalDecisions.ReportSource.dll;C:/Program' could not be found [csc] error CS2001: Source file 'Files/Common' could not be found [csc] error CS2001: Source file 'Files/Crystal' could not be found [csc] error CS2001: Source file 'Decisions/1.1/Managed/CrystalDecisions.Shared.dll;C:/Program' could not be found [csc] error CS2001: Source file 'Files/Common' could not be found [csc] error CS2001: Source file 'Files/Crystal' could not be found [csc] error CS2001: Source file 'Decisions/1.1/Managed/CrystalDecisions.Web.dll' could not be found [csc] error CS0006: Metadata file 'C:/Program' could not be found BUILD FAILED C:\BuildAirNet\buildSalesWeb_nightly.xml:228: csc returned: 1 at org.apache.tools.ant.taskdefs.optional.dotnet.NetCommand.runCommand (NetCommand.java:294) at org.apache.tools.ant.taskdefs.optional.dotnet.DotnetBaseMatchingTask.addFilesAn dExecute(DotnetBaseMatchingTask.java:171) at org.apache.tools.ant.taskdefs.optional.dotnet.DotnetCompile.execute (DotnetCompile.java:807) at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:269) at org.apache.tools.ant.Task.perform(Task.java:364) at org.apache.tools.ant.Target.execute(Target.java:301) at org.apache.tools.ant.Target.performTasks(Target.java:328) at org.apache.tools.ant.Project.executeTarget(Project.java:1215) at org.apache.tools.ant.Project.executeTargets(Project.java:1063) at org.apache.tools.ant.Main.runBuild(Main.java:632) at org.apache.tools.ant.Main.startAnt(Main.java:183) at org.apache.tools.ant.launch.Launcher.run(Launcher.java:197) at org.apache.tools.ant.launch.Launcher.main(Launcher.java:56) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]