Java Mailing List Archive

http://www.junlu.com/

Google
Google
Mailing List
Home
Forum Home
JBoss - Java Application Server
Tomcat - JSP/Servlet container
Struts - A MVC web framework
iText - An open source PDF Java Library
JDOM - JDOM XML Parser
J2EE - A mailing list for Java(tm) 2 Platform, Enterprise Edition
JSP - A mailing list about Java Server Pages specification and reference
J2EE Pattern - An interest list for Sun Java Center J2EE Pattern Catalog
Servlet - A mailing list for discussion about Sun Microsystem's Java Servlet API Technology
Struts & Hibernate
Subjects
JSP editor plugin for eclipse ?
org apache jasper JasperException: Unable to compile class for JSP
Tomcat: Connection reset by peer: socket write error
Cannot retrieve definition for form bean null
Struts Tiles Tutorial (free Struts training)
Where do I download Tomcat 4 0 6?
Data Access Object (DAO) pattern, example DAO 's
Where to download Tomcat v 4 1 24 from?
Tomcat 5 0 16 Requested resource not available
Oracle Connection Pooling in 3 2 2
Servlet : Session invalidate
Servlet action is currently unavailable
Tomcat/Struts Unicode Encoding/Decoding problems
Tomcat and webapplication specific java library path
Running a Simple JMS Example
Mapping in workers2 properties
org apache jasper JasperException
Cannot find message resources under key org apache struts action
   MESSAGE
problem with html:text bean throwing exception
Cannot find message resources under key org apache struts action MESSAGE
invalid direct reference problem with solution
Tool for jsp debug Try Sysdeo Eclipse Plugin
Tomcat 5 Cannot load JDBC driver class 'null ' SQL state: null
weblogic ejbc
java properties file
Jboss 3 2 3 Coyote Can 't re
Tomcat 5, Apache2 and mod jk2 integration problem
JBoss example problem new to J2EE
url string for connecting jboss to oracle
Value attribute of <html:checkbox
javax servlet ServletException: BeanUtils populate
HTTP Status 404 The requested resource is not available
5 0 18: Windows XP Pro vs Windows 2000
 
- Re: Not able to compile from the source portal 2.6

- Re: Not able to compile from the source portal 2.6

2007-07-13       - By prassana

 Back
Reply:     1     2  

My previous append is not formatted correctly. here it is.

-- ---
Hello,

My Env details
-- ---- ---- ---
JBoss Portal Version: 2.6
Did you get Portal from CVS? or download it? : Downloaded it.
JBoss AS Version: 4.0.5
Database Vendor and Version : SQL 2005
JDBC Connector and Version : jtds 1.2
OS Platform: Unix Solaris x86.

Error I get when I just do PORTAL_SRC/build/build.sh

dependancies downladed
 |  .
 |  .
 |  .
 |  .
 |  
 |  
 | [get-sleepycat] Getting: http://repository.jboss.com/licenses/sleepycat.txt
 | [get-sleepycat] To: /u/janarthp/proj/jboss-portal-2 (See http://tal-2.ora-code.com).6-src/build/..
/thirdparty/licenses/sleepycat.txt
 | [get-sleepycat] .
 | [get-sleepycat] last modified = Mon Apr 09 21:51:59 IST 2007
 | [get-license-info.xml] Getting: http://repository.jboss.com/licenses
/license-info.xml
 | [get-license-info.xml] To: /u/janarthp/proj/jboss-portal-2 (See http://tal-2.ora-code.com).6-src/build/..
/thirdparty/licenses/license-info.xml
 | [get-license-info.xml] ..
 | [get-license-info.xml] last modified = Mon Apr 09 21:51:59 IST 2007
 |
 | _buildmagic:init:
 | Trying to override old definition of task property
 |
 | configure-project:
 |      [echo] groups:  default
 |      [echo] modules: common,test,api,web,jems,server,security,identity
,search,format,portlet,portlet-server,bridge,faces,portlet-federation,theme
,workflow,cms,registration,core,wsrp,core-admin,core-cms,core-management,core
-samples,widget
 |
 | _buildmagic:modules:most:
 |
 |  ==============================================================
 |  ==
 |  ==  Executing 'most' in module 'common'...
 |  ==
 |  ==
 |
 | configure:
 | Overriding previous definition of reference to apache.ant.classpath
 |
 | _default:compile-classes:
 |     [mkdir] Created dir: /u/janarthp/proj/jboss-portal-2 (See http://tal-2.ora-code.com).6-src/common
/output/classes
 |     [mkdir] Created dir: /u/janarthp/proj/jboss-portal-2 (See http://tal-2.ora-code.com).6-src/common
/output/gen/classes
 |     [javac] Compiling 192 source files to /u/janarthp/proj/jboss-portal-2 (See http://tal-2.ora-code.com).6
-src/common/output/classes
 | [execmodules] /u/janarthp/proj/jboss-portal-2 (See http://tal-2.ora-code.com).6-src/common/src/main/org
/jboss/portal/common/test/junit/JUnitAdapter.java:34: package org.jboss.portal
.common.test.driver.command does not exist
 | [execmodules] import org.jboss.portal.common.test.driver.command
.StartTestCommand;
 | [execmodules]                                                    ^
 | [execmodules] /u/janarthp/proj/jboss-portal-2 (See http://tal-2.ora-code.com).6-src/common/src/main/org
/jboss/portal/common/test/junit/JUnitAdapter.java:36: cannot find symbol
 | [execmodules] symbol  : class FailureResponse
 | [execmodules] location: package org.jboss.portal.common.test.driver.response
 | [execmodules] import org.jboss.portal.common.test.driver.response
.FailureResponse;
 | [execmodules]                                                     ^
 | [execmodules] /u/janarthp/proj/jboss-portal-2 (See http://tal-2.ora-code.com).6-src/common/src/main/org
/jboss/portal/common/test/junit/POJOJUnitTest.java:31: cannot find symbol
 | [execmodules] symbol  : class ParameterNotBoundException
 | [execmodules] location: package org.jboss.portal.common.test.driver
 | [execmodules] import org.jboss.portal.common.test.driver
.ParameterNotBoundException;
 | [execmodules]                                            ^
 | [execmodules] /u/janarthp/proj/jboss-portal-2 (See http://tal-2.ora-code.com).6-src/common/src/main/org
/jboss/portal/common/test/junit/POJOJUnitTest.java:34: package org.jboss.portal
.common.test.driver.command does not exist
 | [execmodules] import org.jboss.portal.common.test.driver.command
.StartTestCommand;
 | [execmodules]                                                    ^
 | [execmodules] /u/janarthp/proj/jboss-portal-2 (See http://tal-2.ora-code.com).6-src/common/src/main/org
/jboss/portal/common/test/junit/POJOJUnitTest.java:35: cannot find symbol
 | [execmodules] symbol  : class EndTestResponse
 | [execmodules] location: package org.jboss.portal.common.test.driver.response
 | [execmodules] import org.jboss.portal.common.test.driver.response
.EndTestResponse;
 | [execmodules]                                                     ^
 | [execmodules] /u/janarthp/proj/jboss-portal-2 (See http://tal-2.ora-code.com).6-src/common/src/main/org
/jboss/portal/common/test/junit/POJOJUnitTest.java:37: cannot find symbol
 | [execmodules] symbol  : class FailureResponse
 | [execmodules] location: package org.jboss.portal.common.test.driver.response
 | [execmodules] import org.jboss.portal.common.test.driver.response
.FailureResponse;
 | [execmodules]                                                     ^
 | [execmodules] /u/janarthp/proj/jboss-portal-2 (See http://tal-2.ora-code.com).6-src/common/src/main/org
/jboss/portal/common/test/junit/ThrowableDecoder.java:28: cannot find symbol
 | [execmodules] symbol  : class FailureResponse
 | [execmodules] location: package org.jboss.portal.common.test.driver.response
 | [execmodules] import org.jboss.portal.common.test.driver.response
.FailureResponse;
 | [execmodules]                                                     ^
 | [execmodules] /u/janarthp/proj/jboss-portal-2 (See http://tal-2.ora-code.com).6-src/common/src/main/org
/jboss/portal/common/adapter/ClassAdapter.java:75: cannot find symbol
 | [execmodules] symbol  : class DefaultJavaLangObjectAdapted
 | [execmodules] location: class org.jboss.portal.common.adapter.ClassAdapter
 | [execmodules]       this(loader, adapteds, new DefaultJavaLangObjectAdapted
());
 | [execmodules]                                  ^
 | [execmodules] /u/janarthp/proj/jboss-portal-2 (See http://tal-2.ora-code.com).6-src/common/src/main/org
/jboss/portal/common/adapter/ClassAdapter.java:106: cannot find symbol
 | [execmodules] symbol  : class JavaLangObjectMethodDispatcherFactory
 | [execmodules] location: class org.jboss.portal.common.adapter.ClassAdapter
 | [execmodules]       addAdapted(Object.class, new
JavaLangObjectMethodDispatcherFactory(objectAdapted));
 | [execmodules]                                    ^
 | [execmodules] /u/janarthp/proj/jboss-portal-2 (See http://tal-2.ora-code.com).6-src/common/src/main/org
/jboss/portal/common/adapter/ClassAdapter.java:127: cannot find symbol
 | [execmodules] symbol  : class AdaptedMethodDispatcherFactory
 | [execmodules] location: class org.jboss.portal.common.adapter.ClassAdapter
 | [execmodules]          addAdapted(adapted.itf, new
AdaptedMethodDispatcherFactory(adapted.object));
 | [execmodules]                                      ^
 | [execmodules] /u/janarthp/proj/jboss-portal-2 (See http://tal-2.ora-code.com).6-src/common/src/main/org
/jboss/portal/common/i18n/LocaleFormat.java:39: cannot find symbol
 | [execmodules] symbol  : class RFC3066LanguageTagLocaleFormat
 | [execmodules] location: interface org.jboss.portal.common.i18n.LocaleFormat
 | [execmodules]    final LocaleFormat RFC3066_LANGUAGE_TAG = new
RFC3066LanguageTagLocaleFormat();
 | [execmodules]                                                  ^
 | [execmodules] /u/janarthp/proj/jboss-portal-2 (See http://tal-2.ora-code.com).6-src/common/src/main/org
/jboss/portal/common/i18n/LocaleFormat.java:45: cannot find symbol
 | [execmodules] symbol  : class RFC3066LanguageTagLocaleFormat
 | [execmodules] location: interface org.jboss.portal.common.i18n.LocaleFormat
 | [execmodules]    final LocaleFormat RFC3066_LANGUAGE_TAG_NO_CACHE = new
CachingLocaleFormat(new RFC3066LanguageTagLocaleFormat());
 | [execmodules]                                                              
                    ^
 | [execmodules] /u/janarthp/proj/jboss-portal-2 (See http://tal-2.ora-code.com).6-src/common/src/main/org
/jboss/portal/common/net/URLTools.java:112: warning: [deprecation]
setConnectionTimeout(int) in org.apache.commons.httpclient.HttpClient Source code of org.apache.commons.httpclient.HttpClient has been
deprecated
 | [execmodules]             client.setConnectionTimeout(connTimeoutMillis);
 | [execmodules]                   ^
 | [execmodules] /u/janarthp/proj/jboss-portal-2 (See http://tal-2.ora-code.com).6-src/common/src/main/org
/jboss/portal/common/net/URLTools.java:116: warning: [deprecation] setTimeout
(int) in org.apache.commons.httpclient.HttpClient Source code of org.apache.commons.httpclient.HttpClient has been deprecated
 | [execmodules]             client.setTimeout(soTimeoutMillis);
 | [execmodules]                   ^
 | [execmodules] /u/janarthp/proj/jboss-portal-2 (See http://tal-2.ora-code.com).6-src/common/src/main/org
/jboss/portal/common/servlet/BufferingRequestWrapper.java:43: warning:
[deprecation] getRealPath(java.lang.String Source code of java.lang.String) in javax.servlet.ServletRequest Source code of javax.servlet.ServletRequest has
been deprecated
 | [execmodules] public class BufferingRequestWrapper extends
HttpServletRequestWrapper
 | [execmodules]        ^
 | [execmodules] /u/janarthp/proj/jboss-portal-2 (See http://tal-2.ora-code.com).6-src/common/src/main/org
/jboss/portal/common/servlet/BufferingRequestWrapper.java:43: warning:
[deprecation] isRequestedSessionIdFromUrl() in javax.servlet.http
.HttpServletRequest has been deprecated
 | [execmodules] public class BufferingRequestWrapper extends
HttpServletRequestWrapper
 | [execmodules]        ^
 | [execmodules] /u/janarthp/proj/jboss-portal-2 (See http://tal-2.ora-code.com).6-src/common/src/main/org
/jboss/portal/common/servlet/BufferingRequestWrapper.java:43: warning:
[deprecation] getRealPath(java.lang.String Source code of java.lang.String) in javax.servlet.ServletRequest Source code of javax.servlet.ServletRequest has
been deprecated
 | [execmodules] public class BufferingRequestWrapper extends
HttpServletRequestWrapper
 | [execmodules]        ^
 | [execmodules] /u/janarthp/proj/jboss-portal-2 (See http://tal-2.ora-code.com).6-src/common/src/main/org
/jboss/portal/common/servlet/BufferingResponseWrapper.java:140: warning:
[deprecation] setStatus(int,java.lang.String Source code of java.lang.String) in javax.servlet.http
.HttpServletResponse has been deprecated
 | [execmodules]    public void setStatus(int arg0, String arg1)
 | [execmodules]                ^
 | [execmodules] /u/janarthp/proj/jboss-portal-2 (See http://tal-2.ora-code.com).6-src/common/src/main/org
/jboss/portal/common/servlet/BufferingResponseWrapper.java:42: warning:
[deprecation] encodeRedirectUrl(java.lang.String Source code of java.lang.String) in javax.servlet.http
.HttpServletResponse has been deprecated
 | [execmodules] public class BufferingResponseWrapper extends
HttpServletResponseWrapper
 | [execmodules]        ^
 | [execmodules] /u/janarthp/proj/jboss-portal-2 (See http://tal-2.ora-code.com).6-src/common/src/main/org
/jboss/portal/common/servlet/BufferingResponseWrapper.java:42: warning:
[deprecation] encodeUrl(java.lang.String Source code of java.lang.String) in javax.servlet.http
.HttpServletResponse has been deprecated
 | [execmodules] public class BufferingResponseWrapper extends
HttpServletResponseWrapper
 | [execmodules]        ^
 | [execmodules] /u/janarthp/proj/jboss-portal-2 (See http://tal-2.ora-code.com).6-src/common/src/main/org
/jboss/portal/common/test/junit/JUnitAdapter.java:119: cannot find symbol
 | [execmodules] symbol: class StartTestCommand
 | [execmodules]                      StartTestCommand st = new
StartTestCommand(parametrization);
 | [execmodules]                      ^
 | [execmodules] /u/janarthp/proj/jboss-portal-2 (See http://tal-2.ora-code.com).6-src/common/src/main/org
/jboss/portal/common/test/junit/JUnitAdapter.java:119: cannot find symbol
 | [execmodules] symbol: class StartTestCommand
 | [execmodules]                      StartTestCommand st = new
StartTestCommand(parametrization);
 | [execmodules]                                                ^
 | [execmodules] /u/janarthp/proj/jboss-portal-2 (See http://tal-2.ora-code.com).6-src/common/src/main/org
/jboss/portal/common/test/junit/JUnitAdapter.java:121: cannot find symbol
 | [execmodules] symbol: class FailureResponse
 | [execmodules]                      if (resp instanceof FailureResponse)
 | [execmodules]                                          ^
 | [execmodules] /u/janarthp/proj/jboss-portal-2 (See http://tal-2.ora-code.com).6-src/common/src/main/org
/jboss/portal/common/test/junit/JUnitAdapter.java:123: cannot find symbol
 | [execmodules] symbol: class FailureResponse
 | [execmodules]                         FailureResponse fr = (FailureResponse
)resp;
 | [execmodules]                         ^
 | [execmodules] /u/janarthp/proj/jboss-portal-2 (See http://tal-2.ora-code.com).6-src/common/src/main/org
/jboss/portal/common/test/junit/JUnitAdapter.java:123: cannot find symbol
 | [execmodules] symbol: class FailureResponse
 | [execmodules]                         FailureResponse fr = (FailureResponse
)resp;
 | [execmodules]                                               ^
 | [execmodules] /u/janarthp/proj/jboss-portal-2 (See http://tal-2.ora-code.com).6-src/common/src/main/org
/jboss/portal/common/test/junit/POJOJUnitTest.java:112: cannot find symbol
 | [execmodules] symbol  : class StartTestCommand
 | [execmodules] location: class org.jboss.portal.common.test.junit
.POJOJUnitTest
 | [execmodules]       StartTestCommand start = (StartTestCommand)command;
 | [execmodules]       ^
 | [execmodules] /u/janarthp/proj/jboss-portal-2 (See http://tal-2.ora-code.com).6-src/common/src/main/org
/jboss/portal/common/test/junit/POJOJUnitTest.java:112: cannot find symbol
 | [execmodules] symbol  : class StartTestCommand
 | [execmodules] location: class org.jboss.portal.common.test.junit
.POJOJUnitTest
 | [execmodules]       StartTestCommand start = (StartTestCommand)command;
 | [execmodules]                                 ^
 | [execmodules] /u/janarthp/proj/jboss-portal-2 (See http://tal-2.ora-code.com).6-src/common/src/main/org
/jboss/portal/common/test/junit/POJOJUnitTest.java:138: cannot find symbol
 | [execmodules] symbol  : class ParameterNotBoundException
 | [execmodules] location: class org.jboss.portal.common.test.junit
.POJOJUnitTest
 | [execmodules]                throw new ParameterNotBoundException
(parameterName);
 | [execmodules]                          ^
 | [execmodules] /u/janarthp/proj/jboss-portal-2 (See http://tal-2.ora-code.com).6-src/common/src/main/org
/jboss/portal/common/test/junit/POJOJUnitTest.java:159: cannot find symbol
 | [execmodules] symbol  : class EndTestResponse
 | [execmodules] location: class org.jboss.portal.common.test.junit
.POJOJUnitTest
 | [execmodules]          return new EndTestResponse();
 | [execmodules]                     ^
 | [execmodules] /u/janarthp/proj/jboss-portal-2 (See http://tal-2.ora-code.com).6-src/common/src/main/org
/jboss/portal/common/test/junit/POJOJUnitTest.java:176: cannot find symbol
 | [execmodules] symbol  : class FailureResponse
 | [execmodules] location: class org.jboss.portal.common.test.junit
.POJOJUnitTest
 | [execmodules]             return new FailureResponse(cause);
 | [execmodules]                        ^
 | [execmodules] /u/janarthp/proj/jboss-portal-2 (See http://tal-2.ora-code.com).6-src/common/src/main/org
/jboss/portal/common/test/junit/ThrowableDecoder.java:55: cannot find symbol
 | [execmodules] symbol  : class FailureResponse
 | [execmodules] location: class org.jboss.portal.common.test.junit
.ThrowableDecoder
 | [execmodules]             return new FailureResponse(afe);
 | [execmodules]                        ^
 | [execmodules] 23 errors
 | [execmodules] 8 warnings
 |
 | BUILD FAILED
 | /u/janarthp/proj/jboss-portal-2 (See http://tal-2.ora-code.com).6-src/tools/etc/buildfragments/buildmagic
.ent:273: The following error occurred while executing this line:
 | /u/janarthp/proj/jboss-portal-2 (See http://tal-2.ora-code.com).6-src/tools/etc/buildfragments/buildmagic
.ent:395: Compile failed; see the compiler error output for details.
 |
 | Total time: 16 minutes 8 seconds
 | janarthp@(protected):/u/janarthp/proj/jboss-portal-2 (See http://tal-2.ora-code.com).6-src/build>
Could you please let me know what is I'm missing here.


View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic
&p=4063970#4063970

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode
=reply&p=4063970
__ ____ ____ ____ ____ ____ ____ ____ ____ ____
jboss-user mailing list
jboss-user@(protected)
https://lists.jboss.org/mailman/listinfo/jboss-user

©2008 junlu.com - Jax Systems, LLC, U.S.A.