Note that there are some explanatory texts on larger screens.

plurals
  1. POVolume label syntax is incorrect using maven-dotnet-plugin
    text
    copied!<p>Using the maven-dotnet-plugin I am getting the error shown at the end of this post. </p> <p>The Jenkins workspace is set at C:\Jenkins</p> <p>Does anyone know where or how to change the format of the pathnames for use in the dotnet plugin, or another way to get this to work?</p> <p>The error I am getting is shown in detail below.</p> <pre><code>Parsing POMs ERROR: Failed to parse POMs java.io.FileNotFoundException: C:\Jenkins\ExternalFrame\au.com.bushlife.dotnet.revit:builder\builds\2012-09-20_17-10-03\log (The filename, directory name, or volume label syntax is incorrect) at java.io.FileOutputStream.open(Native Method) at java.io.FileOutputStream.&lt;init&gt;(Unknown Source) at java.io.FileOutputStream.&lt;init&gt;(Unknown Source) at hudson.maven.MavenBuild$ProxyImpl2.&lt;init&gt;(MavenBuild.java:472) at hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.doRun(MavenModuleSetBuild.java:682) at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:499) at hudson.model.Run.execute(Run.java:1502) at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:477) at hudson.model.ResourceController.execute(ResourceController.java:88) at hudson.model.Executor.run(Executor.java:236) FATAL: Failed to create a temporary file in C:\Jenkins\ExternalFrame\au.com.bushlife.dotnet.revit:builder\builds\2012-09-20_17-10-03 hudson.util.IOException2: Failed to create a temporary file in C:\Jenkins\ExternalFrame\au.com.bushlife.dotnet.revit:builder\builds\2012-09-20_17-10-03 at hudson.util.AtomicFileWriter.&lt;init&gt;(AtomicFileWriter.java:67) at hudson.util.AtomicFileWriter.&lt;init&gt;(AtomicFileWriter.java:54) at hudson.XmlFile.write(XmlFile.java:174) at hudson.model.Run.save(Run.java:1638) at hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.post2(MavenModuleSetBuild.java:991) at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:639) at hudson.model.Run.execute(Run.java:1527) at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:477) at hudson.model.ResourceController.execute(ResourceController.java:88) at hudson.model.Executor.run(Executor.java:236) Caused by: java.io.IOException: The filename, directory name, or volume label syntax is incorrect at java.io.WinNTFileSystem.createFileExclusively(Native Method) at java.io.File.checkAndCreate(Unknown Source) at java.io.File.createTempFile(Unknown Source) at hudson.util.AtomicFileWriter.&lt;init&gt;(AtomicFileWriter.java:65) ... 9 more </code></pre>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload