You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Chris Graham (JIRA)" <ji...@codehaus.org> on 2009/03/24 05:06:14 UTC

[jira] Commented: (MCHANGES-72) Build Failure using IBM JDK 1.4.2 SR7

    [ http://jira.codehaus.org/browse/MCHANGES-72?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=170750#action_170750 ] 

Chris Graham commented on MCHANGES-72:
--------------------------------------

To answer Dennis's question on 7/7/7:

This is under AIX 5.3:

{code}
>>java -version
java version "1.5.0"
Java(TM) 2 Runtime Environment, Standard Edition (build pap64devifx-20071025 (SR6b))
IBM J9 VM (build 2.3, J2RE 1.5.0 IBM J9 2.3 AIX ppc64-64 j9vmap6423-20071007 (JIT enabled)
J9VM - 20071004_14218_BHdSMr
JIT  - 20070820_1846ifx1_r8
GC   - 200708_10)
JCL  - 20071025
>>java -fullversion
full version: J2RE 1.5.0 IBM AIX build jclap64devifx-20071025 java - J2RE 1.5.0 IBM AIX build jclap64devifx-20071025 java
>>oslevel -r
5300-06
{code}

Yes, it occurs when issuing 'mvn changes:announcement-mail'

In a parent pom:
{code}
    <properties>
        <maven-changes-plugin.version>2.1</maven-changes-plugin.version>
    </properties>

    <build>
        <pluginManagement>
            <plugins>
                <plugin>
                    <artifactId>maven-changes-plugin</artifactId>
                    <version>${maven-changes-plugin.version}</version>
                    <inherited>true</inherited>
                    <configuration>
                        <smtpHost>sctmailhost</smtpHost>
                        <mailSender>
                            <name>Release Notification</name>
                            <email>me@here.com</email>
                        </mailSender>
                        <toAddresses>
                            <toAddress>me@here.com</toAddress>
                        </toAddresses>
                    </configuration>
                </plugin>
            </plugins>
        </pluginManagement>
    </build>
{code}

In the local pom:
{code}
    <build>
        <plugins>
            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-changes-plugin</artifactId>
                <configuration>
                    <mailSender>
                        <name>Release Notification</name>
                        <email>me@here.com</email>
                    </mailSender>
                </configuration>
            </plugin>
        </plugins>
    </build>
{code}

So, SSL is not explicitly set.

If you need more info, then please ask.


> Build Failure using IBM JDK 1.4.2 SR7
> -------------------------------------
>
>                 Key: MCHANGES-72
>                 URL: http://jira.codehaus.org/browse/MCHANGES-72
>             Project: Maven 2.x Changes Plugin
>          Issue Type: Bug
>          Components: announcement
>    Affects Versions: 2.0-beta-2
>         Environment: Windows XP Pro
> Maven 2.0.5
> IBM JDK 1.4.2 SR7
>            Reporter: Patrick Schneider
>            Priority: Minor
>         Attachments: changes-ibmjdk.txt, MCHANGES-72.patch
>
>
> Attached is the -e output from running 'mvn site:site'.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira