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 09:27:31 UTC

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

Message:

  A new issue has been created in JIRA.

---------------------------------------------------------------------
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 12:27 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


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

Posted by je...@jakarta.apache.org.
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


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

Posted by je...@jakarta.apache.org.
Message:

   The following issue has been closed.

---------------------------------------------------------------------
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: Closed
   Priority: Blocker
 Resolution: CANNOT REPRODUCE

    Project: Jetspeed 2
   Versions:
             2.0-dev/cvs

   Assignee: 
   Reporter: Bogdan Onoiu

    Created: Tue, 28 Sep 2004 12:27 AM
    Updated: Thu, 21 Oct 2004 10:58 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 "Scott T. Weaver" <sc...@binary-designs.net>.
allBuild should install the correct bridges jar into the Maven 
repository for you.

jetspeed-dev@jakarta.apache.org wrote:

>The following comment has been added to this issue:
>
>     Author: Quintin Kerby
>    Created: Fri, 1 Oct 2004 12:58 PM
>       Body:
>I noticed under my .maven/repository/portals-bridges/jars/ resides the portals-bridges-common-0.1.jar.  In this jar is a the StrutsServletContextProvider.class, but I believe it needs to be the ServletContextProvider.class.  The source I got from CVS has the correct class, but I'm new to Maven and don't have any clue how to work around this.
>
>Fixing this will allow the build to continue to the next bug :)
>---------------------------------------------------------------------
>View this comment:
>  http://issues.apache.org/jira/browse/JS2-127?page=comments#action_53598
>
>---------------------------------------------------------------------
>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: Fri, 1 Oct 2004 12:58 PM
>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
>
>
>  
>


-- 
"Great minds discuss ideas. Average minds discuss events. Small minds discuss people."  - Admiral Hyman Rickover

*******************************************
*           Scott T. Weaver               *
*         <we...@apache.org>             *
*     <http://www.einnovation.com>        *
* --------------------------------------  *
*   Apache Jetspeed Enterprise Portal     *
*     Apache Pluto Portlet Container      *
*                                         *
* OpenEditPro, Website Content Management *
*     <http://www.openeditpro.com>        *
*******************************************


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


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

Posted by je...@jakarta.apache.org.
The following comment has been added to this issue:

     Author: Quintin Kerby
    Created: Fri, 1 Oct 2004 12:58 PM
       Body:
I noticed under my .maven/repository/portals-bridges/jars/ resides the portals-bridges-common-0.1.jar.  In this jar is a the StrutsServletContextProvider.class, but I believe it needs to be the ServletContextProvider.class.  The source I got from CVS has the correct class, but I'm new to Maven and don't have any clue how to work around this.

Fixing this will allow the build to continue to the next bug :)
---------------------------------------------------------------------
View this comment:
  http://issues.apache.org/jira/browse/JS2-127?page=comments#action_53598

---------------------------------------------------------------------
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: Fri, 1 Oct 2004 12:58 PM
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