problems on invocation of build.sh on debian
--------------------------------------------

         Key: JBPORTAL-214
         URL: http://jira.jboss.com/jira/browse/JBPORTAL-214
     Project: JBoss Portal
        Type: Bug
 Environment: debian sarge
    Reporter: karan malhi
 Assigned to: Julien Viet 
    Priority: Minor


j2ee:/home/karan/jboss-portal-2.0/build# sh build.sh
build.sh: *WARNING* Ignoring environment value for $ANT_HOME
build.sh: Executing: /home/karan/jboss-portal-2.0/tools/bin/ant -logger 
org.apache.tools.ant.NoBannerLogger
Buildfile: build.xml

_buildmagic:init:
Trying to override old definition of task property

configure-project:
     [echo] groups:  default
     [echo] modules: format,common,server,api,portlet,cms,core

_buildmagic:modules:most:

 ==============================================================
 ==
 ==  Executing 'most' in module 'format'...
 ==
 ==

_default:compile-classes:
   [depend] Deleted 0 out of date files in 0 seconds
    [javac] Compiling 48 source files to 
/home/karan/jboss-portal-2.0/format/output/classes
[execmodules] 
/home/karan/jboss-portal-2.0/format/src/main/org/jboss/portal/format/parser/entity/XML1_0CharacterEntityReferenceParser.java:11:
 package jregex does not exist
[execmodules] import jregex.MatchIterator;
[execmodules]               ^
[execmodules] 
/home/karan/jboss-portal-2.0/format/src/main/org/jboss/portal/format/parser/entity/XML1_0CharacterEntityReferenceParser.java:12:
 package jregex does not exist
[execmodules] import jregex.MatchResult;
[execmodules]               ^
[execmodules] 
/home/karan/jboss-portal-2.0/format/src/main/org/jboss/portal/format/parser/entity/XML1_0CharacterEntityReferenceParser.java:13:
 package jregex does not exist
[execmodules] import jregex.Matcher;
[execmodules]               ^
[execmodules] 
/home/karan/jboss-portal-2.0/format/src/main/org/jboss/portal/format/parser/entity/XML1_0CharacterEntityReferenceParser.java:14:
 package jregex does not exist
[execmodules] import jregex.Pattern;
[execmodules]               ^
[execmodules] 
/home/karan/jboss-portal-2.0/format/src/main/org/jboss/portal/format/parser/entity/XML1_0CharacterEntityReferenceParser.java:31:
 cannot resolve symbol
[execmodules] symbol  : class Pattern
[execmodules] location: class 
org.jboss.portal.format.parser.entity.XML1_0CharacterEntityReferenceParser
[execmodules]    private static Pattern pattern = new 
Pattern("&#(?:(?:x[0-9a-fA-F]{1,4})|(?:[0-9]{1,5}));");
[execmodules]                   ^
[execmodules] 
/home/karan/jboss-portal-2.0/format/src/main/org/jboss/portal/format/parser/entity/XML1_0CharacterEntityReferenceParser.java:31:
 cannot resolve symbol
[execmodules] symbol  : class Pattern
[execmodules] location: class 
org.jboss.portal.format.parser.entity.XML1_0CharacterEntityReferenceParser
[execmodules]    private static Pattern pattern = new 
Pattern("&#(?:(?:x[0-9a-fA-F]{1,4})|(?:[0-9]{1,5}));");
[execmodules]                                         ^
[execmodules] 
/home/karan/jboss-portal-2.0/format/src/main/org/jboss/portal/format/parser/entity/XML1_0CharacterEntityReferenceParser.java:35:
 cannot resolve symbol
[execmodules] symbol  : class Matcher
[execmodules] location: class 
org.jboss.portal.format.parser.entity.XML1_0CharacterEntityReferenceParser
[execmodules]       Matcher matcher = pattern.matcher(chars, offset, length);
[execmodules]       ^
[execmodules] 
/home/karan/jboss-portal-2.0/format/src/main/org/jboss/portal/format/parser/entity/XML1_0CharacterEntityReferenceParser.java:37:
 cannot resolve symbol
[execmodules] symbol  : class MatchIterator
[execmodules] location: class 
org.jboss.portal.format.parser.entity.XML1_0CharacterEntityReferenceParser
[execmodules]       MatchIterator i = matcher.findAll();
[execmodules]       ^
[execmodules] 
/home/karan/jboss-portal-2.0/format/src/main/org/jboss/portal/format/parser/entity/XML1_0CharacterEntityReferenceParser.java:40:
 cannot resolve symbol
[execmodules] symbol  : class MatchResult
[execmodules] location: class 
org.jboss.portal.format.parser.entity.XML1_0CharacterEntityReferenceParser
[execmodules]          MatchResult res = i.nextMatch();
[execmodules]          ^
[execmodules] 9 errors

BUILD FAILED
file:/home/karan/jboss-portal-2.0/format/../tools/etc/buildfragments/targets.ent:91:
 Compile failed; see the compiler error output for details.

Total time: 7 seconds


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.jboss.com/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
JBoss-Development mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to