*Roger:* Thank you for clarification.
Let me know if you need help with maven. Also, current trunk does not compile with public vfs 2.0 http://search.maven.org/#artifactdetails%7Corg.apache.commons%7Ccommons-vfs2%7C2.0%7Cjar |<||dependency||>| | ||<||groupId||>org.apache.commons</||groupId||>| | ||<||artifactId||>commons-vfs2</||artifactId||>| | ||<||version||>2.0</||version||>| |</||dependency||>| which dependency are you using? Andrei -------- Original Message -------- Subject: Re: New dependency breaks maven build From: Roger L. Whitcomb <roger.whitc...@actian.com> To: dev@pivot.apache.org Cc: "David Ray" <david....@barchart.com> Date: Tue 28 May 2013 11:29:09 AM CDT > My apologies -- I build using Ant, so I didn't check the pom.xml. I > will fix this. > > I have added (the beginnings of) two new components that duplicate the > FileBrowser and FileBrowserSheet, but using the Commons VFS (Virtual > File System) so you can browse remote systems, inside .zip and .jar > files, etc. At build time (in the "trunk" code) you will need this .jar > in order to build, and if you use the new components you will also need > the .jar file. But, if you don't use the new components you won't need > the .jar file at runtime. > > At the moment, the code in the "branches/2.0.x" branch is identical to > "trunk" (actually better, because it includes a bug fix that hasn't been > migrated to "trunk" yet) (except that "trunk" has these new components), > so if you desperately need to build, I would just use this branch > instead until I get the Maven build working. > > HTH, > ~Roger Whitcomb > > -----Original Message----- > From: Andrei Pozolotin [mailto:andrei.pozolo...@gmail.com] > Sent: Tuesday, May 28, 2013 8:46 AM > To: dev@pivot.apache.org > Cc: David Ray > Subject: Re: New dependency breaks maven build > > good point. it used here: > http://svn.apache.org/repos/asf/pivot/trunk/core/src/org/apache/pivot/io > /FileObjectList.java > > I am curious if it is really needed? > > -------- Original Message -------- > Subject: New dependency breaks maven build > From: David Ray <david....@barchart.com> > To: dev@pivot.apache.org > Date: Tue 28 May 2013 10:39:35 AM CDT >> Hi, >> >> There was a dependency added to pivot-core ( org.apache.commons.vfs2 ) >> that breaks the maven build I think the dependency needs to be added > to the pom. >> thanks, >> David >