You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by je...@jakarta.apache.org on 2004/09/28 11:14:32 UTC

[jira] Commented: (JS2-127) Build fails

The following comment has been added to this issue:

     Author: Bogdan Onoiu
    Created: Tue, 28 Sep 2004 2:12 AM
       Body:
UserManagerPortlet.java:43: cannot inherit from final org.apache.portals.bridges.myfaces.FacesPortlet

Another build failure after reverting the ServletContextProviderImpl.java to 1.1 version. The compilation is using a version "final" from the classpath poiting to portals-bridges-myfaces-0.1.jar from maven repo which indeed is final, whereas the on in cvs at \portals-bridges\myfaces\src\java\org\apache\portals\bridges\myfaces is NOT.


java:compile:
    [echo] Compiling to C:\jakarta-jetspeed-2\jakarta-jetspeed-2\applications\pam/target/classes
    [javac] Compiling 16 source files to C:\jakarta-jetspeed-2\jakarta-jetspeed-2\applications\pam\target\classes
    [javac] C:\jakarta-jetspeed-2\jakarta-jetspeed-2\applications\pam\src\java\org\apache\jetspeed\portlets\security\users\UserManagerPortlet.java:43: cannot inherit from final org.apache.portals.bridges.myfaces.FacesPortlet
    [javac] public class UserManagerPortlet extends FacesPortlet
    [javac]                                         ^
    [javac] 1 error


---------------------------------------------------------------------
View this comment:
  http://issues.apache.org/jira/browse/JS2-127?page=comments#action_53456

---------------------------------------------------------------------
View the issue:
  http://issues.apache.org/jira/browse/JS2-127

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: JS2-127
    Summary: Build fails
       Type: Bug

     Status: Unassigned
   Priority: Blocker

    Project: Jetspeed 2
   Versions:
             2.0-dev/cvs

   Assignee: 
   Reporter: Bogdan Onoiu

    Created: Tue, 28 Sep 2004 12:27 AM
    Updated: Tue, 28 Sep 2004 2:12 AM
Environment: Windows 2000, JDK 1.4.2_03-b02

Description:
Build fails. This happens even after JS2-124 was checked in. Yesterday the typo was fixing it. Not today though.

test:test:
dbSetup:

    [echo] No tests to run.

jar:jar:
    [jar] Building jar: C:\jakarta-jetspeed-2\jakarta-jetspeed-2\jetspeed-api\target\jetspeed-api-2.0-a1-dev.jar
Copying: from 'C:\jakarta-jetspeed-2\jakarta-jetspeed-2\jetspeed-api\target\jetspeed-api-2.0-a1-dev.jar' to: 'C:\Documents and Settings\bogonoi\.maven\repository\jetspeed2\jars\jetspeed-api-2.0-a1-de
Copying: from 'C:\jakarta-jetspeed-2\jakarta-jetspeed-2\jetspeed-api\project.xml' to: 'C:\Documents and Settings\bogonoi\.maven\repository\jetspeed2\poms\jetspeed-api-2.0-a1-dev.pom'
+----------------------------------------
| Build and Install all Jetspeed 2 jars Jetspeed-2 Portal Commons
| Memory: 47M/75M
+----------------------------------------
Attempting to download pluto-1.0.1-SNAPSHOT.jar.
Plugin 'maven-deploy-plugin' in project 'Jetspeed-2 Portal Commons' is not available

jar:install:

build:end:

build:start:

java:prepare-filesystem:
    [mkdir] Created dir: C:\jakarta-jetspeed-2\jakarta-jetspeed-2\commons\target\classes

java:compile:
    [echo] Compiling to C:\jakarta-jetspeed-2\jakarta-jetspeed-2\commons/target/classes
    [javac] Compiling 35 source files to C:\jakarta-jetspeed-2\jakarta-jetspeed-2\commons\target\classes
    [javac] C:\jakarta-jetspeed-2\jakarta-jetspeed-2\commons\src\java\org\apache\jetspeed\portlet\ServletContextProviderImpl.java:28: cannot resolve symbol
    [javac] symbol  : class ServletContextProvider
    [javac] location: package common
    [javac] import org.apache.portals.bridges.common.ServletContextProvider;
    [javac]                                          ^
    [javac] C:\jakarta-jetspeed-2\jakarta-jetspeed-2\commons\src\java\org\apache\jetspeed\portlet\ServletContextProviderImpl.java:36: cannot resolve symbol
    [javac] symbol  : class ServletContextProvider
    [javac] location: class org.apache.jetspeed.portlet.ServletContextProviderImpl
    [javac] public class ServletContextProviderImpl implements ServletContextProvider
    [javac]                                                    ^
    [javac] 2 errors

BUILD FAILED
File...... C:\jakarta-jetspeed-2\jakarta-jetspeed-2\maven.xml
Element... maven:reactor
Line...... 133
Column.... 40
Unable to obtain goal [java:compile] -- C:\Documents and Settings\bogonoi\.maven\cache\maven-java-plugin-1.4\plugin.jelly:52:48: <ant:javac> Compile failed; see the compiler error output for details.
Total time: 2 minutes 59 seconds
Finished at: Tue Sep 28 10:17:27 EEST 2004


---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jetspeed-dev-help@jakarta.apache.org


Re: [jira] Commented: (JS2-127) Build fails

Posted by David Le Strat <dl...@yahoo.com>.
FacesPortlet has not been final for a little while
now.  I would make sure you clean up your maven
repository jetspeed2 group.

Regards,

David.
--- jetspeed-dev@jakarta.apache.org wrote:

> The following comment has been added to this issue:
> 
>      Author: Bogdan Onoiu
>     Created: Tue, 28 Sep 2004 2:12 AM
>        Body:
> UserManagerPortlet.java:43: cannot inherit from
> final
> org.apache.portals.bridges.myfaces.FacesPortlet
> 
> Another build failure after reverting the
> ServletContextProviderImpl.java to 1.1 version. The
> compilation is using a version "final" from the
> classpath poiting to portals-bridges-myfaces-0.1.jar
> from maven repo which indeed is final, whereas the
> on in cvs at
>
\portals-bridges\myfaces\src\java\org\apache\portals\bridges\myfaces
> is NOT.
> 
> 
> java:compile:
>     [echo] Compiling to
>
C:\jakarta-jetspeed-2\jakarta-jetspeed-2\applications\pam/target/classes
>     [javac] Compiling 16 source files to
>
C:\jakarta-jetspeed-2\jakarta-jetspeed-2\applications\pam\target\classes
>     [javac]
>
C:\jakarta-jetspeed-2\jakarta-jetspeed-2\applications\pam\src\java\org\apache\jetspeed\portlets\security\users\UserManagerPortlet.java:43:
> cannot inherit from final
> org.apache.portals.bridges.myfaces.FacesPortlet
>     [javac] public class UserManagerPortlet extends
> FacesPortlet
>     [javac]                                        
> ^
>     [javac] 1 error
> 
> 
>
---------------------------------------------------------------------
> View this comment:
>  
>
http://issues.apache.org/jira/browse/JS2-127?page=comments#action_53456
> 
>
---------------------------------------------------------------------
> View the issue:
>   http://issues.apache.org/jira/browse/JS2-127
> 
> Here is an overview of the issue:
>
---------------------------------------------------------------------
>         Key: JS2-127
>     Summary: Build fails
>        Type: Bug
> 
>      Status: Unassigned
>    Priority: Blocker
> 
>     Project: Jetspeed 2
>    Versions:
>              2.0-dev/cvs
> 
>    Assignee: 
>    Reporter: Bogdan Onoiu
> 
>     Created: Tue, 28 Sep 2004 12:27 AM
>     Updated: Tue, 28 Sep 2004 2:12 AM
> Environment: Windows 2000, JDK 1.4.2_03-b02
> 
> Description:
> Build fails. This happens even after JS2-124 was
> checked in. Yesterday the typo was fixing it. Not
> today though.
> 
> test:test:
> dbSetup:
> 
>     [echo] No tests to run.
> 
> jar:jar:
>     [jar] Building jar:
>
C:\jakarta-jetspeed-2\jakarta-jetspeed-2\jetspeed-api\target\jetspeed-api-2.0-a1-dev.jar
> Copying: from
>
'C:\jakarta-jetspeed-2\jakarta-jetspeed-2\jetspeed-api\target\jetspeed-api-2.0-a1-dev.jar'
> to: 'C:\Documents and
>
Settings\bogonoi\.maven\repository\jetspeed2\jars\jetspeed-api-2.0-a1-de
> Copying: from
>
'C:\jakarta-jetspeed-2\jakarta-jetspeed-2\jetspeed-api\project.xml'
> to: 'C:\Documents and
>
Settings\bogonoi\.maven\repository\jetspeed2\poms\jetspeed-api-2.0-a1-dev.pom'
> +----------------------------------------
> | Build and Install all Jetspeed 2 jars Jetspeed-2
> Portal Commons
> | Memory: 47M/75M
> +----------------------------------------
> Attempting to download pluto-1.0.1-SNAPSHOT.jar.
> Plugin 'maven-deploy-plugin' in project 'Jetspeed-2
> Portal Commons' is not available
> 
> jar:install:
> 
> build:end:
> 
> build:start:
> 
> java:prepare-filesystem:
>     [mkdir] Created dir:
>
C:\jakarta-jetspeed-2\jakarta-jetspeed-2\commons\target\classes
> 
> java:compile:
>     [echo] Compiling to
>
C:\jakarta-jetspeed-2\jakarta-jetspeed-2\commons/target/classes
>     [javac] Compiling 35 source files to
>
C:\jakarta-jetspeed-2\jakarta-jetspeed-2\commons\target\classes
>     [javac]
>
C:\jakarta-jetspeed-2\jakarta-jetspeed-2\commons\src\java\org\apache\jetspeed\portlet\ServletContextProviderImpl.java:28:
> cannot resolve symbol
>     [javac] symbol  : class ServletContextProvider
>     [javac] location: package common
>     [javac] import
>
org.apache.portals.bridges.common.ServletContextProvider;
>     [javac]                                         
> ^
>     [javac]
>
C:\jakarta-jetspeed-2\jakarta-jetspeed-2\commons\src\java\org\apache\jetspeed\portlet\ServletContextProviderImpl.java:36:
> cannot resolve symbol
>     [javac] symbol  : class ServletContextProvider
>     [javac] location: class
>
org.apache.jetspeed.portlet.ServletContextProviderImpl
>     [javac] public class ServletContextProviderImpl
> implements ServletContextProvider
>     [javac]                                         
>           ^
>     [javac] 2 errors
> 
> BUILD FAILED
> File......
> C:\jakarta-jetspeed-2\jakarta-jetspeed-2\maven.xml
> Element... maven:reactor
> Line...... 133
> Column.... 40
> Unable to obtain goal [java:compile] -- C:\Documents
> and
>
Settings\bogonoi\.maven\cache\maven-java-plugin-1.4\plugin.jelly:52:48:
> <ant:javac> Compile failed; see the compiler error
> output for details.
> Total time: 2 minutes 59 seconds
> Finished at: Tue Sep 28 10:17:27 EEST 2004
> 
> 
>
---------------------------------------------------------------------
> JIRA INFORMATION:
> This message is automatically generated by JIRA.
> 
> If you think it was sent incorrectly contact one of
> the administrators:
>   
>
http://issues.apache.org/jira/secure/Administrators.jspa
> 
> If you want more information on JIRA, or have a bug
> to report see:
>    http://www.atlassian.com/software/jira
> 
> 
>
---------------------------------------------------------------------
> To unsubscribe, e-mail:
> jetspeed-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail:
> jetspeed-dev-help@jakarta.apache.org
> 
> 



		
__________________________________
Do you Yahoo!?
Yahoo! Mail Address AutoComplete - You start. We finish.
http://promotions.yahoo.com/new_mail 

---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jetspeed-dev-help@jakarta.apache.org