potential compilation failures if path contains a space
-------------------------------------------------------
Key: NPANDAY-500
URL: https://issues.apache.org/jira/browse/NPANDAY-500
Project: NPanday
Issue Type: Bug
Reporter: Brett Porter
While I don't think this always happens, I had this problem on the CI build:
https://builds.apache.org/job/NPanday/26/console
{code}
[INFO] --- maven-compile-plugin:1.4.0-incubating:compile (default-compile) @
NPanday.Model.Pom ---
[INFO] NPANDAY-066-013: Found Vendor = Vendor = MICROSOFT, Vendor Version =
2.0.50727, Framework Version = 2.0.50727, Executable Paths =
[INFO] NPANDAY-068-003: Compiling Artifact: Vendor = MICROSOFT, Language =
MICROSOFT, Assembly Name = F:\hudson\hudson-slave\workspace\NPanday
trunk\dotnet\assemblies\NPanday.Model.Pom\target\NPanday.Model.Pom.dll
[WARNING] NPANDAY-068-006: Did not find path for csc in []
dotnet\assemblies\NPanday.Model.Pom\target\build-sources\Pom.cs(87,16): warning
CS1591: Missing XML comment for publicly visible type or member
'NPanday.Model.Pom.Model.Model()'
dotnet\assemblies\NPanday.Model.Pom\target\build-sources\Pom.cs(418,16):
warning CS1591: Missing XML comment for publicly visible type or member
'NPanday.Model.Pom.Parent.Parent()'
dotnet\assemblies\NPanday.Model.Pom\target\build-sources\Pom.cs(584,16):
warning CS1591: Missing XML comment for publicly visible type or member
'NPanday.Model.Pom.DeploymentRepository.DeploymentRepository()'
dotnet\assemblies\NPanday.Model.Pom\target\build-sources\Pom.cs(771,16):
warning CS1591: Missing XML comment for publicly visible type or member
'NPanday.Model.Pom.Dependency.Dependency()'
dotnet\assemblies\NPanday.Model.Pom\target\build-sources\Pom.cs(919,16):
warning CS1591: Missing XML comment for publicly visible type or member
'NPanday.Model.Pom.ReportSet.ReportSet()'
dotnet\assemblies\NPanday.Model.Pom\target\build-sources\Pom.cs(1008,16):
warning CS1591: Missing XML comment for publicly visible type or member
'NPanday.Model.Pom.ReportPlugin.ReportPlugin()'
dotnet\assemblies\NPanday.Model.Pom\target\build-sources\Pom.cs(1111,16):
warning CS1591: Missing XML comment for publicly visible type or member
'NPanday.Model.Pom.Reporting.Reporting()'
dotnet\assemblies\NPanday.Model.Pom\target\build-sources\Pom.cs(1162,16):
warning CS1591: Missing XML comment for publicly visible type or member
'NPanday.Model.Pom.RepositoryPolicy.RepositoryPolicy()'
dotnet\assemblies\NPanday.Model.Pom\target\build-sources\Pom.cs(1218,16):
warning CS1591: Missing XML comment for publicly visible type or member
'NPanday.Model.Pom.Repository.Repository()'
dotnet\assemblies\NPanday.Model.Pom\target\build-sources\Pom.cs(1411,16):
warning CS1591: Missing XML comment for publicly visible type or member
'NPanday.Model.Pom.Resource.Resource()'
dotnet\assemblies\NPanday.Model.Pom\target\build-sources\Pom.cs(1517,16):
warning CS1591: Missing XML comment for publicly visible type or member
'NPanday.Model.Pom.Plugin.Plugin()'
dotnet\assemblies\NPanday.Model.Pom\target\build-sources\Pom.cs(1635,16):
warning CS1591: Missing XML comment for publicly visible type or member
'NPanday.Model.Pom.PluginExecution.PluginExecution()'
dotnet\assemblies\NPanday.Model.Pom\target\build-sources\Pom.cs(1899,16):
warning CS1591: Missing XML comment for publicly visible type or member
'NPanday.Model.Pom.Activation.Activation()'
dotnet\assemblies\NPanday.Model.Pom\target\build-sources\Pom.cs(2432,16):
warning CS1591: Missing XML comment for publicly visible type or member
'NPanday.Model.Pom.Scm.Scm()'
dotnet\assemblies\NPanday.Model.Pom\target\build-sources\Pom.cs(2907,16):
warning CS1591: Missing XML comment for publicly visible type or member
'NPanday.Model.Pom.Notifier.Notifier()'
dotnet\assemblies\NPanday.Model.Pom\target\build-sources\Pom.cs(3102,16):
warning CS1591: Missing XML comment for publicly visible type or member
'NPanday.Model.Pom.Prerequisites.Prerequisites()'
error CS1566: Error reading resource file
'f:\hudson\hudson-slave\workspace\NPanday
trunk\dotnet\assemblies\NPanday.Model.Pom\target\assembly-resources\resource\META-INF\DEPENDENCIES,NPanday.Model.Pom.META-INF.DEPENDENCIES'
-- 'The system cannot find the file specified. '
error CS1566: Error reading resource file
'f:\hudson\hudson-slave\workspace\NPanday
trunk\dotnet\assemblies\NPanday.Model.Pom\target\assembly-resources\resource\META-INF\LICENSE,NPanday.Model.Pom.META-INF.LICENSE'
-- 'The system cannot find the file specified. '
error CS1566: Error reading resource file
'f:\hudson\hudson-slave\workspace\NPanday
trunk\dotnet\assemblies\NPanday.Model.Pom\target\assembly-resources\resource\META-INF\NOTICE,NPanday.Model.Pom.META-INF.NOTICE'
-- 'The system cannot find the file specified. '
{code}
Indeed the response file was attempting to compile those files - not sure how
they got there with the , and the \ -> . translation.
Changing the path to just "NPanday" and building again corrected the problem.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira