Hi I wonder if there is still a firewall issue that is preventing maven from downloading the libs. Do you see something like this in your local .m2 repo? ~/.m2/repository/com/googlecode/clearnlp/
Also, have you tried compiling from the command line "mvn clean compile". It may shed some more light on the actual error (In case Eclipse IDE is swallowing or hiding errors). --Pei > -----Original Message----- > From: Carrell, David [mailto:[email protected]] > Sent: Wednesday, May 08, 2013 6:29 PM > To: '[email protected]' > Cc: Halgrim, Scott > Subject: RE: SHARPn: Attribute Discovery > > Hi, > > I cannot successfully install cTAKES 3.0 from scratch on a new machine > following this "Developer Install Guide:" > https://cwiki.apache.org/confluence/display/CTAKES/cTAKES+3.0+Develope > r+Install+Guide > > During installation I have followed these instructions related to installation > behind an institutional firewall, which is the case: > http://mail-archives.apache.org/mod_mbox/incubator-ctakes- > dev/201301.mbox/%3CF085F637EA9843429DA7A267BBB709A01EA6A87C%40I > MCMBX04.MITRE.ORG%3E > http://mail-archives.apache.org/mod_mbox/ctakes- > dev/201304.mbox/%3CCD84AD35.169BD%25mcoarr%40mitre.org%3E > > When I open cTAKES in Eclipse there are 16,301 errors, the first 20 of which > are pasted in below. > > Any suggestions as to what may be causing these errors would be > appreciated. > > Thanks, > > David > > > First 20 of 16,301 errors encountered when attempting to launch cTAKES 3.0 > via Eclipse > > Description Resource Path Location Type > -------------------- -------------- ---- > AbstractComponent cannot be resolved to a type > ClearNLPDependencyParserAE.java /ctakes-dependency- > parser/src/main/java/org/apache/ctakes/dependency/parser/ae line 138 > Java Problem > AbstractComponent cannot be resolved to a type > ClearNLPSemanticRoleLabelerAE.java /ctakes-dependency- > parser/src/main/java/org/apache/ctakes/dependency/parser/ae line 139 > Java Problem > AbstractComponent cannot be resolved to a type > ClearNLPSemanticRoleLabelerAE.java /ctakes-dependency- > parser/src/main/java/org/apache/ctakes/dependency/parser/ae line 209 > Java Problem > AbstractComponent cannot be resolved to a type > ClearNLPSemanticRoleLabelerAE.java /ctakes-dependency- > parser/src/main/java/org/apache/ctakes/dependency/parser/ae line 208 > Java Problem > AbstractComponent cannot be resolved to a type > ClearNLPSemanticRoleLabelerAE.java /ctakes-dependency- > parser/src/main/java/org/apache/ctakes/dependency/parser/ae line 134 > Java Problem > AbstractComponent cannot be resolved to a type > ClearNLPSemanticRoleLabelerAE.java /ctakes-dependency- > parser/src/main/java/org/apache/ctakes/dependency/parser/ae line 207 > Java Problem > AbstractBottomUpParser cannot be resolved to a variable > ParserEvaluationAnnotator.java /ctakes-constituency- > parser/src/main/java/org/apache/ctakes/constituency/parser/ae line 52 > Java Problem > AbstractBottomUpParser cannot be resolved to a variable > ParserEvaluationAnnotator.java /ctakes-constituency- > parser/src/main/java/org/apache/ctakes/constituency/parser/ae line 52 > Java Problem > AbstractComponent cannot be resolved to a type > ClearNLPDependencyParserAE.java /ctakes-dependency- > parser/src/main/java/org/apache/ctakes/dependency/parser/ae line 113 > Java Problem > AbstractComponent cannot be resolved to a type > ClearNLPPOSTaggerAE.java /ctakes-pos- > tagger/src/main/java/org/apache/ctakes/postagger line 94 Java Problem > AbstractComponent cannot be resolved to a type > ClearNLPPOSTaggerAE.java /ctakes-pos- > tagger/src/main/java/org/apache/ctakes/postagger line 81 Java Problem > AbstractComponent cannot be resolved to a type > ClearNLPSemanticRoleLabelerAE.java /ctakes-dependency- > parser/src/main/java/org/apache/ctakes/dependency/parser/ae line 129 > Java Problem > AbstractComponent cannot be resolved to a type > ClearNLPSemanticRoleLabelerAE.java /ctakes-dependency- > parser/src/main/java/org/apache/ctakes/dependency/parser/ae line 116 > Java Problem > AbstractBottomUpParser cannot be resolved to a variable > MaxentParserWrapper.java /ctakes-constituency- > parser/src/main/java/org/apache/ctakes/constituency/parser line 58 Java > Problem > AbstractComponent cannot be resolved to a type > ClearNLPSemanticRoleLabelerAE.java /ctakes-dependency- > parser/src/main/java/org/apache/ctakes/dependency/parser/ae line 117 > Java Problem > AbstractComponent cannot be resolved to a type > ClearNLPSemanticRoleLabelerAE.java /ctakes-dependency- > parser/src/main/java/org/apache/ctakes/dependency/parser/ae line 115 > Java Problem > AbstractComponent cannot be resolved to a type > ClearNLPDependencyParserAE.java /ctakes-dependency- > parser/src/main/java/org/apache/ctakes/dependency/parser/ae line 160 > Java Problem > AbstractComponent cannot be resolved to a type > ClearNLPPOSTaggerAE.java /ctakes-pos- > tagger/src/main/java/org/apache/ctakes/postagger line 115 Java > Problem > AbstractBottomUpParser cannot be resolved to a variable > MaxentParserWrapper.java /ctakes-constituency- > parser/src/main/java/org/apache/ctakes/constituency/parser line 58 Java > Problem > > > ________________________________ > > GHC Confidentiality Statement > > This message and any attached files might contain confidential information > protected by federal and state law. The information is intended only for the > use of the individual(s) or entities originally named as addressees. The > improper disclosure of such information may be subject to civil or criminal > penalties. If this message reached you in error, please contact the sender > and destroy this message. Disclosing, copying, forwarding, or distributing the > information by unauthorized individuals or entities is strictly prohibited by > law.
