Backslashes in source code distribution
---------------------------------------

                 Key: ODE-858
                 URL: https://issues.apache.org/jira/browse/ODE-858
             Project: ODE
          Issue Type: Bug
    Affects Versions: 1.3.4
         Environment: All except Windows
            Reporter: Ancoron Luciferis


The current source code distribution package available at the ODE site uses 
backslashes for the paths, so some really cruel ZIP-tool must have been used on 
a windows machine here.

As the source code distribution is the first one that is considered when 
downloading source code for a specific version. Therefore it should be platform 
independent (are all the devs here "working" on windows?).

Sorry for the rant but this is a no go for an apache project.

What actually happens is that when unpacking the ZIP with standard tools (like 
"unzip") you'll get the following:

{noformat}
apache-ode-sources-1.3.4$ ls -ln | head -20
total 26492
drwxr-xr-x 2 1000 1000    4096 2010-06-07 13:34 agents
-rw-rw-rw- 1 1000 1000    1209 2010-06-07 13:34 agents\pom.xml
drwxr-xr-x 2 1000 1000    4096 2010-06-07 13:34 agents\src
drwxr-xr-x 2 1000 1000    4096 2010-06-07 13:34 agents\src\main
drwxr-xr-x 2 1000 1000    4096 2010-06-07 13:34 agents\src\main\java
drwxr-xr-x 2 1000 1000    4096 2010-06-07 13:34 agents\src\main\java\org
drwxr-xr-x 2 1000 1000    4096 2010-06-07 13:34 agents\src\main\java\org\apache
drwxr-xr-x 2 1000 1000    4096 2010-06-07 13:34 
agents\src\main\java\org\apache\ode
drwxr-xr-x 2 1000 1000    4096 2010-06-07 13:34 
agents\src\main\java\org\apache\ode\agents
drwxr-xr-x 2 1000 1000    4096 2010-06-07 13:34 
agents\src\main\java\org\apache\ode\agents\memory
-rw-rw-rw- 1 1000 1000    6118 2010-06-07 13:34 
agents\src\main\java\org\apache\ode\agents\memory\SizingAgent.java
drwxr-xr-x 2 1000 1000    4096 2010-06-07 13:34 agents\src\main\resources
drwxr-xr-x 2 1000 1000    4096 2010-06-07 13:34 
agents\src\main\resources\META-INF
-rw-rw-rw- 1 1000 1000      55 2010-06-07 13:34 
agents\src\main\resources\META-INF\MANIFEST.MF
drwxr-xr-x 2 1000 1000    4096 2010-06-07 13:34 axis2
-rw-rw-rw- 1 1000 1000    4351 2010-06-07 13:34 axis2\pom.xml
drwxr-xr-x 2 1000 1000    4096 2010-06-07 13:34 axis2\src
drwxr-xr-x 2 1000 1000    4096 2010-06-07 13:34 axis2\src\main
drwxr-xr-x 2 1000 1000    4096 2010-06-07 13:34 axis2\src\main\java
{noformat}

^^ this makes the source distribution completely useless.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to