You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@shale.apache.org by "Rahul Akolkar (JIRA)" <ji...@apache.org> on 2006/12/27 21:50:57 UTC

[jira] Created: (SHALE-375) Framework should build on JDK 1.4

Framework should build on JDK 1.4
---------------------------------

                 Key: SHALE-375
                 URL: http://issues.apache.org/struts/browse/SHALE-375
             Project: Shale
          Issue Type: Bug
            Reporter: Rahul Akolkar
         Assigned To: Rahul Akolkar
             Fix For: 1.0.4-SNAPSHOT


'mvn -Papps install' on JDK 1.4 should result in a successful build.


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

        

[jira] Commented: (SHALE-375) Framework should build on JDK 1.4

Posted by "Rahul Akolkar (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/struts/browse/SHALE-375?page=comments#action_39173 ] 
            
Rahul Akolkar commented on SHALE-375:
-------------------------------------

Thanks for the feedback. The <reporting> bits are not as important from my perspective. I'm OK if the site doesn't build or the release related plugins (javadoc, source etc.) are tuned for 1.5, but I'd like to be able to locally install JDK 1.4 built binaries. This is useful since most of the app servers I can use are still pegged at 1.4 (and I'd like to build with 1.4 as such).

To give some examples to the kind of stuff I'd like to do with this ticket:
 * Remove shale-tiger from parent <modules> (seems a mistake, its already in the JDK 1.5 activated profile)
 * Conditional compile shale-test bits (shale-test depends on Java EE 5 bits, which hoses JDK 1.4 compat). I plan to drop in two JDK activated profiles so when built on 1.4 shale-test will only cater to the JSF 1.1 crowd.

I plan to finish this today, lets see.


> Framework should build on JDK 1.4
> ---------------------------------
>
>                 Key: SHALE-375
>                 URL: http://issues.apache.org/struts/browse/SHALE-375
>             Project: Shale
>          Issue Type: Bug
>            Reporter: Rahul Akolkar
>         Assigned To: Rahul Akolkar
>             Fix For: 1.0.4-SNAPSHOT
>
>
> 'mvn -Papps install' on JDK 1.4 should result in a successful build.

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

        

[jira] Commented: (SHALE-375) Framework should build on JDK 1.4

Posted by "Rahul Akolkar (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/struts/browse/SHALE-375?page=comments#action_39174 ] 
            
Rahul Akolkar commented on SHALE-375:
-------------------------------------

I should add that shale-test is well-designed to gracefully fall back on JSF 1.1 bits if 1.2 is not present (just that there is no way to do a 'mvn install' using JDK 1.4 ATM, which I plan to look into now).



> Framework should build on JDK 1.4
> ---------------------------------
>
>                 Key: SHALE-375
>                 URL: http://issues.apache.org/struts/browse/SHALE-375
>             Project: Shale
>          Issue Type: Bug
>            Reporter: Rahul Akolkar
>         Assigned To: Rahul Akolkar
>             Fix For: 1.0.4-SNAPSHOT
>
>
> 'mvn -Papps install' on JDK 1.4 should result in a successful build.

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

        

[jira] Resolved: (SHALE-375) Framework should build on JDK 1.4

Posted by "Rahul Akolkar (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/struts/browse/SHALE-375?page=all ]

Rahul Akolkar resolved SHALE-375.
---------------------------------

    Resolution: Fixed

'mvn -Papps install' in framework trunk works on JDK 1.4 (obviously, modules/apps requiring JDK 1.5 or Java EE 5 are not built in such a scenario).


> Framework should build on JDK 1.4
> ---------------------------------
>
>                 Key: SHALE-375
>                 URL: http://issues.apache.org/struts/browse/SHALE-375
>             Project: Shale
>          Issue Type: Bug
>            Reporter: Rahul Akolkar
>         Assigned To: Rahul Akolkar
>             Fix For: 1.0.4-SNAPSHOT
>
>
> 'mvn -Papps install' on JDK 1.4 should result in a successful build.

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

        

[jira] Commented: (SHALE-375) Framework should build on JDK 1.4

Posted by "Wendy Smoak (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/struts/browse/SHALE-375?page=comments#action_39172 ] 
            
Wendy Smoak commented on SHALE-375:
-----------------------------------

The build itself (not the Shale code) may require JDK 1.5.  At one point the taglib plugin would not work on JDK 1.4.  I'm not sure if it's been released since this was fixed.

   http://sourceforge.net/tracker/index.php?func=detail&aid=1483561&group_id=93991&atid=606303

The compiler plugin is configured to target 1.4 (except for a few modules) so it should be fine in any case.

> Framework should build on JDK 1.4
> ---------------------------------
>
>                 Key: SHALE-375
>                 URL: http://issues.apache.org/struts/browse/SHALE-375
>             Project: Shale
>          Issue Type: Bug
>            Reporter: Rahul Akolkar
>         Assigned To: Rahul Akolkar
>             Fix For: 1.0.4-SNAPSHOT
>
>
> 'mvn -Papps install' on JDK 1.4 should result in a successful build.

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