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