You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ode.apache.org by "Ancoron Luciferis (JIRA)" <ji...@apache.org> on 2010/06/25 17:08:50 UTC

[jira] Created: (ODE-858) Backslashes in source code distribution

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.


[jira] Updated: (ODE-858) Backslashes in source code distribution

Posted by "Ancoron Luciferis (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/ODE-858?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ancoron Luciferis updated ODE-858:
----------------------------------

    Description: 
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:

<pre>
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
</pre>

^^ this makes the source distribution completely useless.

  was:
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.


> 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:
> <pre>
> 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
> </pre>
> ^^ 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.


[jira] Resolved: (ODE-858) Backslashes in source code distribution

Posted by "Tammo van Lessen (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/ODE-858?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tammo van Lessen resolved ODE-858.
----------------------------------

      Assignee: Tammo van Lessen
    Resolution: Fixed

True, true. Fixed. Should be online in a couple of hours. Thanks.

> 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
>            Assignee: Tammo van Lessen
>
> 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:
> <pre>
> 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
> </pre>
> ^^ 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.