composestar build report
Overview
- Build date
- 2007-10-30 12:13:05
- Successful
- false
- Label
- build.622
- Duration
- 1 minute 39 seconds
- Last change
-
by elmuerte on 10/30/2007 12:06:45:
generalizing fire2 "regex" pattern
Error message
c:\composestar\Core\Development\build_total.xml:317: The following error occurred while executing this line: c:\composestar\Core\Development\build_total.xml:73: The following error occurred while executing this line: c:\composestar\Core\Development\build_total.xml:81: The following error occurred while executing this line: c:\composestar\Core\build.xml:36: The following error occurred while executing this line: c:\composestar\Core\Compiletime\build.xml:103: Compile failed; see the compiler error output for details.
Task trace
target: integration
task: antcall @ c:\composestar\Core\Development\build_total.xml:317:
target: install
task: antcall @ c:\composestar\Core\Development\build_total.xml:73:
target: install_core
task: ant @ c:\composestar\Core\Development\build_total.xml:81:
target: install
task: ant @ c:\composestar\Core\build.xml:36:
target: compile
task: javac @ c:\composestar\Core\Compiletime\build.xml:103:
Message of the last task
Compiling 398 source files to c:\composestar\Core\Compiletime\build
c:\composestar\Core\Compiletime\src\Composestar\Core\CKRET\Constraint.java:12: cannot find symbol
symbol : class Pattern
location: package Composestar.Core.FIRE2.util.regex
import Composestar.Core.FIRE2.util.regex.Pattern;
^
c:\composestar\Core\Compiletime\src\Composestar\Core\CKRET\Constraint.java:27: cannot find symbol
symbol : class Pattern
location: class Composestar.Core.CKRET.Constraint
private Pattern pattern;
^
c:\composestar\Core\Compiletime\src\Composestar\Core\CKRET\Constraint.java:39: cannot find symbol
symbol : class Pattern
location: class Composestar.Core.CKRET.Constraint
public Pattern getPattern()
^
c:\composestar\Core\Compiletime\src\Composestar\Core\CKRET\Constraint.java:35: cannot find symbol
symbol : variable Pattern
location: class Composestar.Core.CKRET.Constraint
pattern = Pattern.compile(patternString);
^
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
4 errors
Previous build
- Date
- 2007-10-30 11:08:24
- Successful
- true
- Last successful build
- 2007-10-30 11:08:24
Build output
Warnings (28)
Cleaning WIX object files
ANTLR Parser Generator Version 3.0.1 (August 13, 2007) 1989-2007
ANTLR Parser Generator Version 3.0.1 (August 13, 2007) 1989-2007
c:\composestar\Core\Compiletime\src\Composestar\Core\CKRET\Constraint.java:12: cannot find symbol
symbol : class Pattern
location: package Composestar.Core.FIRE2.util.regex
import Composestar.Core.FIRE2.util.regex.Pattern;
^
c:\composestar\Core\Compiletime\src\Composestar\Core\CKRET\Constraint.java:27: cannot find symbol
symbol : class Pattern
location: class Composestar.Core.CKRET.Constraint
private Pattern pattern;
^
c:\composestar\Core\Compiletime\src\Composestar\Core\CKRET\Constraint.java:39: cannot find symbol
symbol : class Pattern
location: class Composestar.Core.CKRET.Constraint
public Pattern getPattern()
^
c:\composestar\Core\Compiletime\src\Composestar\Core\CKRET\Constraint.java:35: cannot find symbol
symbol : variable Pattern
location: class Composestar.Core.CKRET.Constraint
pattern = Pattern.compile(patternString);
^
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
4 errors
Changes
| 3896 | elmuerte | 10/30/2007 12:06:45 | generalizing fire2 "regex" pattern | |
| added | /trunk/Core/Compiletime/src/Composestar/Core/FIRE2/util/regex/LegacyPattern.java | |||
| added | /trunk/Core/Compiletime/src/Composestar/Core/FIRE2/util/regex/RegularState.java | |||
| modified | /trunk/Core/Compiletime/src/Composestar/Core/FIRE2/util/regex/Matcher.java | |||
| added | /trunk/Core/Compiletime/src/Composestar/Core/FIRE2/util/regex/RegexPattern.java | |||
| added | /trunk/Core/Compiletime/src/Composestar/Core/FIRE2/util/regex/RegularAutomaton.java | |||
| added | /trunk/Core/Compiletime/src/Composestar/Core/FIRE2/util/regex/RegularTransition.java | |||
| deleted | /trunk/Core/Compiletime/src/Composestar/Core/FIRE2/util/regex/Pattern.java | |||
------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________ Composestar-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/composestar-developers

