On Sun, Nov 21, 2010 at 8:16 PM, Senaka Fernando <[email protected]> wrote:
> Hi Amila, > > On Sun, Nov 21, 2010 at 7:33 PM, Amila Maha Arachchi <[email protected]>wrote: > >> >> >> On Sun, Nov 21, 2010 at 6:54 PM, Rajika Kumarasiri <[email protected]>wrote: >> >>> What's your maven version ? >>> >> >> 2.2.1 (r801777; 2009-08-07 00:46:01+0530) >> > > Please switch to 2.1.0. I believe that one or the other component does not > build in later versions of Maven. We need to fix this, but it is not totally > our fault; it is that Maven folks have made some changes to their plugins. > But, I wonder how a build break could be a result of this. Anyway, better to > check with 2.1.0 and see. > Will check with 2.1.0 and let you know. thanks for the tip. AmilaM. > > Thanks, > Senaka. > >> >> thanks, >> AmilaM. >> >>> >>> 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 >>> >>> >> >> _______________________________________________ >> Carbon-dev mailing list >> [email protected] >> https://wso2.org/cgi-bin/mailman/listinfo/carbon-dev >> >> > > > -- > *Senaka Fernando* > Associate Technical Lead & Product Manager - WSO2 G-Reg; > WSO2, Inc.; http://wso2.com* > Member; Apache Software Foundation; http://apache.org > > E-mail: senaka AT wso2.com > **P: +1 408 754 7388; ext: 51736*; *M: +94 77 322 1818 > Linked-In: http://www.linkedin.com/in/senakafernando > > *Lean . Enterprise . Middleware > > > _______________________________________________ > 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
