[ https://issues.apache.org/jira/browse/NPANDAY-500?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13179857#comment-13179857 ]
Lars Corneliussen commented on NPANDAY-500: ------------------------------------------- Odd. "/resource:<fi le>,<name>" works, /resource:"<fi le>,<name>" doesn't, /resource:"\"<fi le>\",<name>" neither. Now configured an exception for /resource, because it can't be unified with all the other behaviour. /define has different behaviour, for example. it is then not recognized as switch, but just quoted as a whole. > 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 > Components: Maven Plugins > Affects Versions: 1.4-incubating > Reporter: Brett Porter > Assignee: Lars Corneliussen > Fix For: 1.5.0-incubating > > > 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