Message11506

Author schnaser
Recipients jeff.allen, schnaser
Date 2017-07-27.20:10:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1501186254.64.0.828306813001.issue2607@psf.upfronthosting.co.za>
In-reply-to
Content
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>
History
Date User Action Args
2017-07-27 20:10:54schnasersetmessageid: <1501186254.64.0.828306813001.issue2607@psf.upfronthosting.co.za>
2017-07-27 20:10:54schnasersetrecipients: + schnaser, jeff.allen
2017-07-27 20:10:54schnaserlinkissue2607 messages
2017-07-27 20:10:54schnasercreate