hydralix / docbkx-tools

Automatically exported from code.google.com/p/docbkx-tools
0 stars 0 forks source link

not compilable on Linux due to use of backslash #7

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. just trying to compile the whole project on Linux

What version of the product are you using? On what operating system?
svn trunk rev. #33

Please provide any additional information below.

This patch fixes the problem:

pk@shrek ~/src/docbkx $ svn di
Index:
docbkx-builder-maven-plugin/src/main/java/com/agilejava/maven/docbkx/GeneratorMo
jo.java
===================================================================

---
docbkx-builder-maven-plugin/src/main/java/com/agilejava/maven/docbkx/GeneratorMo
jo.java
    (revision 33)
+++
docbkx-builder-maven-plugin/src/main/java/com/agilejava/maven/docbkx/GeneratorMo
jo.java
    (working copy)
@@ -281,7 +281,7 @@
     private void copyResources(ZipFileProcessor processor)
             throws MojoExecutionException {
         final File actualDirectory = new File(targetResourcesDirectory,
-                "META-INF\\docbkx");
+                "META-INF/docbkx");
         try {
             FileUtils.forceMkdir(actualDirectory);
         } catch (IOException ioe) {

Original issue reported on code.google.com by pkoze...@gmail.com on 30 Aug 2007 at 4:17

GoogleCodeExporter commented 9 years ago
That really sucks. I will fix this ASAP. (Just the kind of thing that happens 
when
you are forced to work on Windows for a while.)

Original comment by wilfreds...@gmail.com on 24 Sep 2007 at 3:20

GoogleCodeExporter commented 9 years ago

Original comment by wilfreds...@gmail.com on 24 Sep 2007 at 3:34

GoogleCodeExporter commented 9 years ago

Original comment by wilfreds...@gmail.com on 24 Sep 2007 at 5:52