ronwalf / swoop

Automatically exported from code.google.com/p/swoop
33 stars 8 forks source link

Build fails #1

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. checkout 
2. ant
3.

What is the expected output? What do you see instead?
% ant
Buildfile: build.xml

init:
    [mkdir] Created dir: /Users/ruttenbe/repos/swoop/build

compile:
    [javac] Compiling 305 source files to /Users/ruttenbe/repos/swoop/build
    [javac] /Users/ruttenbe/repos/swoop/src/org/mindswap/swoop/refactoring/
TestProblematicAxioms.java:71: cannot find symbol
    [javac] symbol  : constructor Segmentation(org.semanticweb.owl.model.OWLOntology)
    [javac] location: class org.mindswap.swoop.refactoring.Segmentation
    [javac]             Segmentation seg = new Segmentation(ontology);
    [javac]                                            ^
    [javac] /Users/ruttenbe/repos/swoop/src/org/mindswap/swoop/refactoring/
TestProblematicAxioms.java:97: cannot find symbol
    [javac] symbol  : method isObviousEquivalence
(org.semanticweb.owl.model.OWLEquivalentClassesAxiom)
    [javac] location: class org.mindswap.swoop.refactoring.Segmentation
    [javac]                         if(seg.isObviousEquivalence((OWLEquivalentClassesAxiom)
axiom)){
    [javac]                                                       ^
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] 2 errors

BUILD FAILED
/Users/ruttenbe/repos/swoop/build.xml:54: Compile failed; see the compiler 
error output for 
details.

Total time: 20 seconds

What version of the product are you using? On what operating system?

Just checked out. OS X. 

java -version
java version "1.5.0_06"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_06-112)
Java HotSpot(TM) Client VM (build 1.5.0_06-64, mixed mode, sharing)

Please provide any additional information below.
% svn info
Path: .
URL: http://swoop.googlecode.com/svn/trunk
Repository UUID: 998b06ac-0c1a-0410-bb68-8b0b46ddbf53
Revision: 2
Node Kind: directory
Schedule: normal
Last Changed Author: ronwalf
Last Changed Rev: 2
Last Changed Date: 2006-08-07 13:56:49 -0400 (Mon, 07 Aug 2006)

Original issue reported on code.google.com by alanruttenberg@gmail.com on 22 Aug 2006 at 6:45

GoogleCodeExporter commented 9 years ago
Fixed in revision 2.

Original comment by ronw...@gmail.com on 22 Aug 2006 at 7:04

GoogleCodeExporter commented 9 years ago
rev 3 compile fine.

Original comment by alanruttenberg@gmail.com on 22 Aug 2006 at 7:09