What's your maven version ? Rajika
On Sat, Nov 20, 2010 at 11:25 AM, Amila Maha Arachchi <[email protected]>wrote: > Hi, > > I get compilation errors when building the commons-vfs/sandbox. > > sandbox module contains the class > org.apache.commons.vfs.provider.smb.SmbFileNameParser. This class has a > dependency for the class org.apache.commons.vfs.provider.HostFileNameParser > in the commons-vfs/core module. > > There is an protected static inner class Authority in the > HostFileNameParser class. But the compiler is unable to find some getter > methods defined in this inner class. > > BTW, how can a code stay in the svn with compilation errors? I mean if > this occurs only in my machine? None other has experienced this error? I > raised this question in a previous occasion too. > > Another thing, IntelliJIdea does not complain about this. > > Thanks, > AmilaM. > > > Following are the compilation errors. > > /media/dev/carbon/branches/3.1.0/dependencies/commons-vfs/sandbox/src/main/java/org/apache/commons/vfs/provider/smb/SmbFileNameParser.java:[52,30] > cannot find symbol > symbol : method getUserName() > location: class > org.apache.commons.vfs.provider.HostFileNameParser.Authority > > /media/dev/carbon/branches/3.1.0/dependencies/commons-vfs/sandbox/src/main/java/org/apache/commons/vfs/provider/smb/SmbFileNameParser.java:[76,16] > cannot find symbol > symbol : method getScheme() > location: class > org.apache.commons.vfs.provider.HostFileNameParser.Authority > > /media/dev/carbon/branches/3.1.0/dependencies/commons-vfs/sandbox/src/main/java/org/apache/commons/vfs/provider/smb/SmbFileNameParser.java:[77,16] > cannot find symbol > symbol : method getHostName() > location: class > org.apache.commons.vfs.provider.HostFileNameParser.Authority > > /media/dev/carbon/branches/3.1.0/dependencies/commons-vfs/sandbox/src/main/java/org/apache/commons/vfs/provider/smb/SmbFileNameParser.java:[78,16] > cannot find symbol > symbol : method getPort() > location: class > org.apache.commons.vfs.provider.HostFileNameParser.Authority > > /media/dev/carbon/branches/3.1.0/dependencies/commons-vfs/sandbox/src/main/java/org/apache/commons/vfs/provider/smb/SmbFileNameParser.java:[80,16] > cannot find symbol > symbol : method getPassword() > location: class > org.apache.commons.vfs.provider.HostFileNameParser.Authority > > > _______________________________________________ > Carbon-dev mailing list > [email protected] > https://wso2.org/cgi-bin/mailman/listinfo/carbon-dev > >
_______________________________________________ Carbon-dev mailing list [email protected] https://wso2.org/cgi-bin/mailman/listinfo/carbon-dev
