Message11506
 
            
            
            
 
   
   
 
  | I suppose I could provide some actual detail, sorry for the double post. 
To be more specific, I get this issue when installing 2.7.1 from Maven:
 <execution>
                            <id>run-jython-installer</id>
                            <phase>package</phase>
                            <goals>
                                <goal>
                                    exec
                                </goal>
                            </goals>
                            <configuration>
                                <executable>java</executable>
                                <arguments>
                                    <argument>-classpath</argument>
                                    <classpath/>
                                    <argument>org.python.util.install.Installation</argument>
                                    <argument>--silent</argument>
                                    <argument>--directory</argument>
                                    <argument>src/test/resources/jython</argument>
                                        <argument>--include</argument>
                                        <argument>ensurepip</argument>
                                    </arguments>
                                </configuration>
                            </execution> |  |
 
| Date | User | Action | Args |  | 2017-07-27 20:10:54 | schnaser | set | messageid: <1501186254.64.0.828306813001.issue2607@psf.upfronthosting.co.za> |  | 2017-07-27 20:10:54 | schnaser | set | recipients:
  + schnaser, jeff.allen |  | 2017-07-27 20:10:54 | schnaser | link | issue2607 messages |  | 2017-07-27 20:10:54 | schnaser | create |  | 
 |