[vfs] Where is version 1.1?

2011-02-07 Thread Rogelio Flores
I have an app where a previous developer--no longer here--added
commons-vfs-1.1.jar to our dependencies. I'd like to get the source
code for this but the download site lists 1.0 as the latest official
download (http://commons.apache.org/vfs/download_vfs.cgi)

So my question is, where did he get this 1.1 JAR file?  (in case it
helps, the timestamp of the files within it is 11/8/2008 9:53 - 9:54
AM and this jar file weights 362,465 bytes)

Contents of Manifest.mf:

Manifest-Version: 1.0
Ant-Version: Apache Ant 1.7.0
Created-By: 11.0-b15 (Sun Microsystems Inc.)


I just want to get the source code for the version we're using.

Thanks in advance for your help,

--
Rogelio

-
To unsubscribe, e-mail: user-unsubscr...@commons.apache.org
For additional commands, e-mail: user-h...@commons.apache.org



RE: [vfs] Where is version 1.1?

2011-02-07 Thread Gary Gregory
 -Original Message-
 From: Rogelio Flores [mailto:rogelio.flo...@gmail.com]
 Sent: Monday, February 07, 2011 15:58
 To: user@commons.apache.org
 Subject: [vfs] Where is version 1.1?

VFS version 1.1 was not released AFAIK.

This is probably a 1.1-SNAPSHOT build.

There is a version 2.0 in the works ATM.

Gary

 
 I have an app where a previous developer--no longer here--added
 commons-vfs-1.1.jar to our dependencies. I'd like to get the source
 code for this but the download site lists 1.0 as the latest official
 download (http://commons.apache.org/vfs/download_vfs.cgi)
 
 So my question is, where did he get this 1.1 JAR file?  (in case it
 helps, the timestamp of the files within it is 11/8/2008 9:53 - 9:54
 AM and this jar file weights 362,465 bytes)
 
 Contents of Manifest.mf:
 
 Manifest-Version: 1.0
 Ant-Version: Apache Ant 1.7.0
 Created-By: 11.0-b15 (Sun Microsystems Inc.)
 
 
 I just want to get the source code for the version we're using.
 
 Thanks in advance for your help,
 
 --
 Rogelio
 
 -
 To unsubscribe, e-mail: user-unsubscr...@commons.apache.org
 For additional commands, e-mail: user-h...@commons.apache.org


-
To unsubscribe, e-mail: user-unsubscr...@commons.apache.org
For additional commands, e-mail: user-h...@commons.apache.org



Re: [vfs] Where is version 1.1?

2011-02-07 Thread Rogelio Flores
Thanks. And I suppose there's no archive of these snapshots, is there?

--
Rogelio



On Mon, Feb 7, 2011 at 4:10 PM, Gary Gregory
ggreg...@seagullsoftware.com wrote:
 -Original Message-
 From: Rogelio Flores [mailto:rogelio.flo...@gmail.com]
 Sent: Monday, February 07, 2011 15:58
 To: user@commons.apache.org
 Subject: [vfs] Where is version 1.1?

 VFS version 1.1 was not released AFAIK.

 This is probably a 1.1-SNAPSHOT build.

 There is a version 2.0 in the works ATM.

 Gary


 I have an app where a previous developer--no longer here--added
 commons-vfs-1.1.jar to our dependencies. I'd like to get the source
 code for this but the download site lists 1.0 as the latest official
 download (http://commons.apache.org/vfs/download_vfs.cgi)

 So my question is, where did he get this 1.1 JAR file?  (in case it
 helps, the timestamp of the files within it is 11/8/2008 9:53 - 9:54
 AM and this jar file weights 362,465 bytes)

 Contents of Manifest.mf:

 Manifest-Version: 1.0
 Ant-Version: Apache Ant 1.7.0
 Created-By: 11.0-b15 (Sun Microsystems Inc.)


 I just want to get the source code for the version we're using.

 Thanks in advance for your help,

 --
 Rogelio

 -
 To unsubscribe, e-mail: user-unsubscr...@commons.apache.org
 For additional commands, e-mail: user-h...@commons.apache.org


 -
 To unsubscribe, e-mail: user-unsubscr...@commons.apache.org
 For additional commands, e-mail: user-h...@commons.apache.org



-
To unsubscribe, e-mail: user-unsubscr...@commons.apache.org
For additional commands, e-mail: user-h...@commons.apache.org



RE: [vfs] Where is version 1.1?

2011-02-07 Thread Gary Gregory
I'm pretty sure only the last SNAPSHOT build is kept, which is usually rebuilt 
once a day unless the build is in a CI framework and I am not sure what the set 
up for [vfs] is.

Gary 

 -Original Message-
 From: Rogelio Flores [mailto:rogelio.flo...@gmail.com]
 Sent: Monday, February 07, 2011 16:35
 To: Commons Users List
 Subject: Re: [vfs] Where is version 1.1?
 
 Thanks. And I suppose there's no archive of these snapshots, is there?
 
 --
 Rogelio
 
 
 
 On Mon, Feb 7, 2011 at 4:10 PM, Gary Gregory
 ggreg...@seagullsoftware.com wrote:
  -Original Message-
  From: Rogelio Flores [mailto:rogelio.flo...@gmail.com]
  Sent: Monday, February 07, 2011 15:58
  To: user@commons.apache.org
  Subject: [vfs] Where is version 1.1?
 
  VFS version 1.1 was not released AFAIK.
 
  This is probably a 1.1-SNAPSHOT build.
 
  There is a version 2.0 in the works ATM.
 
  Gary
 
 
  I have an app where a previous developer--no longer here--added
  commons-vfs-1.1.jar to our dependencies. I'd like to get the source
  code for this but the download site lists 1.0 as the latest official
  download (http://commons.apache.org/vfs/download_vfs.cgi)
 
  So my question is, where did he get this 1.1 JAR file?  (in case it
  helps, the timestamp of the files within it is 11/8/2008 9:53 - 9:54
  AM and this jar file weights 362,465 bytes)
 
  Contents of Manifest.mf:
 
  Manifest-Version: 1.0
  Ant-Version: Apache Ant 1.7.0
  Created-By: 11.0-b15 (Sun Microsystems Inc.)
 
 
  I just want to get the source code for the version we're using.
 
  Thanks in advance for your help,
 
  --
  Rogelio
 
  -
  To unsubscribe, e-mail: user-unsubscr...@commons.apache.org
  For additional commands, e-mail: user-h...@commons.apache.org
 
 
  -
  To unsubscribe, e-mail: user-unsubscr...@commons.apache.org
  For additional commands, e-mail: user-h...@commons.apache.org
 
 
 
 -
 To unsubscribe, e-mail: user-unsubscr...@commons.apache.org
 For additional commands, e-mail: user-h...@commons.apache.org


-
To unsubscribe, e-mail: user-unsubscr...@commons.apache.org
For additional commands, e-mail: user-h...@commons.apache.org



RE: [vfs] Where is version 1.1?

2011-02-07 Thread Gary Gregory
All:

Should we include a SVN revision number in the manifest.mf file to help out in 
cases like this?

Gary Gregory
Senior Software Engineer
Rocket Software
3340 Peachtree Road, Suite 820 . Atlanta, GA 30326 . USA
Tel: +1.404.760.1560
Email: ggreg...@seagullsoftware.com
Web: seagull.rocketsoftware.com  



 -Original Message-
 From: Rogelio Flores [mailto:rogelio.flo...@gmail.com]
 Sent: Monday, February 07, 2011 16:35
 To: Commons Users List
 Subject: Re: [vfs] Where is version 1.1?
 
 Thanks. And I suppose there's no archive of these snapshots, is there?
 
 --
 Rogelio
 
 
 
 On Mon, Feb 7, 2011 at 4:10 PM, Gary Gregory
 ggreg...@seagullsoftware.com wrote:
  -Original Message-
  From: Rogelio Flores [mailto:rogelio.flo...@gmail.com]
  Sent: Monday, February 07, 2011 15:58
  To: user@commons.apache.org
  Subject: [vfs] Where is version 1.1?
 
  VFS version 1.1 was not released AFAIK.
 
  This is probably a 1.1-SNAPSHOT build.
 
  There is a version 2.0 in the works ATM.
 
  Gary
 
 
  I have an app where a previous developer--no longer here--added
  commons-vfs-1.1.jar to our dependencies. I'd like to get the source
  code for this but the download site lists 1.0 as the latest official
  download (http://commons.apache.org/vfs/download_vfs.cgi)
 
  So my question is, where did he get this 1.1 JAR file?  (in case it
  helps, the timestamp of the files within it is 11/8/2008 9:53 - 9:54
  AM and this jar file weights 362,465 bytes)
 
  Contents of Manifest.mf:
 
  Manifest-Version: 1.0
  Ant-Version: Apache Ant 1.7.0
  Created-By: 11.0-b15 (Sun Microsystems Inc.)
 
 
  I just want to get the source code for the version we're using.
 
  Thanks in advance for your help,
 
  --
  Rogelio
 
  -
  To unsubscribe, e-mail: user-unsubscr...@commons.apache.org
  For additional commands, e-mail: user-h...@commons.apache.org
 
 
  -
  To unsubscribe, e-mail: user-unsubscr...@commons.apache.org
  For additional commands, e-mail: user-h...@commons.apache.org
 
 
 
 -
 To unsubscribe, e-mail: user-unsubscr...@commons.apache.org
 For additional commands, e-mail: user-h...@commons.apache.org


-
To unsubscribe, e-mail: user-unsubscr...@commons.apache.org
For additional commands, e-mail: user-h...@commons.apache.org



Re: [vfs] Where is version 1.1?

2011-02-07 Thread Rahul Akolkar
On Mon, Feb 7, 2011 at 4:38 PM, Gary Gregory
ggreg...@seagullsoftware.com wrote:
 All:

 Should we include a SVN revision number in the manifest.mf file to help out 
 in cases like this?

snip/

Don't think we can do much -- there is never any confusion for
official releases and there is always potential for confusion for home
brew jars (unless proper care is taken by those creating them).

-Rahul


 Gary Gregory
 Senior Software Engineer
 Rocket Software
 3340 Peachtree Road, Suite 820 . Atlanta, GA 30326 . USA
 Tel: +1.404.760.1560
 Email: ggreg...@seagullsoftware.com
 Web: seagull.rocketsoftware.com



 -Original Message-
 From: Rogelio Flores [mailto:rogelio.flo...@gmail.com]
 Sent: Monday, February 07, 2011 16:35
 To: Commons Users List
 Subject: Re: [vfs] Where is version 1.1?

 Thanks. And I suppose there's no archive of these snapshots, is there?

 --
 Rogelio



 On Mon, Feb 7, 2011 at 4:10 PM, Gary Gregory
 ggreg...@seagullsoftware.com wrote:
  -Original Message-
  From: Rogelio Flores [mailto:rogelio.flo...@gmail.com]
  Sent: Monday, February 07, 2011 15:58
  To: user@commons.apache.org
  Subject: [vfs] Where is version 1.1?
 
  VFS version 1.1 was not released AFAIK.
 
  This is probably a 1.1-SNAPSHOT build.
 
  There is a version 2.0 in the works ATM.
 
  Gary
 
 
  I have an app where a previous developer--no longer here--added
  commons-vfs-1.1.jar to our dependencies. I'd like to get the source
  code for this but the download site lists 1.0 as the latest official
  download (http://commons.apache.org/vfs/download_vfs.cgi)
 
  So my question is, where did he get this 1.1 JAR file?  (in case it
  helps, the timestamp of the files within it is 11/8/2008 9:53 - 9:54
  AM and this jar file weights 362,465 bytes)
 
  Contents of Manifest.mf:
 
  Manifest-Version: 1.0
  Ant-Version: Apache Ant 1.7.0
  Created-By: 11.0-b15 (Sun Microsystems Inc.)
 
 
  I just want to get the source code for the version we're using.
 
  Thanks in advance for your help,
 
  --
  Rogelio
 

-
To unsubscribe, e-mail: user-unsubscr...@commons.apache.org
For additional commands, e-mail: user-h...@commons.apache.org



Re: [vfs] Where is version 1.1?

2011-02-07 Thread Ralph Goers
I wasn't aware that vfs snapshots were being built by us. Perhaps that happened 
before I started working on vfs. For my use at my employer I've been manually 
building 2.0 releases internally using the svn revision in the maven version.  

Ralph

On Feb 7, 2011, at 2:16 PM, Rahul Akolkar wrote:

 On Mon, Feb 7, 2011 at 4:38 PM, Gary Gregory
 ggreg...@seagullsoftware.com wrote:
 All:
 
 Should we include a SVN revision number in the manifest.mf file to help out 
 in cases like this?
 
 snip/
 
 Don't think we can do much -- there is never any confusion for
 official releases and there is always potential for confusion for home
 brew jars (unless proper care is taken by those creating them).
 
 -Rahul
 
 
 Gary Gregory
 Senior Software Engineer
 Rocket Software
 3340 Peachtree Road, Suite 820 . Atlanta, GA 30326 . USA
 Tel: +1.404.760.1560
 Email: ggreg...@seagullsoftware.com
 Web: seagull.rocketsoftware.com
 
 
 
 -Original Message-
 From: Rogelio Flores [mailto:rogelio.flo...@gmail.com]
 Sent: Monday, February 07, 2011 16:35
 To: Commons Users List
 Subject: Re: [vfs] Where is version 1.1?
 
 Thanks. And I suppose there's no archive of these snapshots, is there?
 
 --
 Rogelio
 
 
 
 On Mon, Feb 7, 2011 at 4:10 PM, Gary Gregory
 ggreg...@seagullsoftware.com wrote:
 -Original Message-
 From: Rogelio Flores [mailto:rogelio.flo...@gmail.com]
 Sent: Monday, February 07, 2011 15:58
 To: user@commons.apache.org
 Subject: [vfs] Where is version 1.1?
 
 VFS version 1.1 was not released AFAIK.
 
 This is probably a 1.1-SNAPSHOT build.
 
 There is a version 2.0 in the works ATM.
 
 Gary
 
 
 I have an app where a previous developer--no longer here--added
 commons-vfs-1.1.jar to our dependencies. I'd like to get the source
 code for this but the download site lists 1.0 as the latest official
 download (http://commons.apache.org/vfs/download_vfs.cgi)
 
 So my question is, where did he get this 1.1 JAR file?  (in case it
 helps, the timestamp of the files within it is 11/8/2008 9:53 - 9:54
 AM and this jar file weights 362,465 bytes)
 
 Contents of Manifest.mf:
 
 Manifest-Version: 1.0
 Ant-Version: Apache Ant 1.7.0
 Created-By: 11.0-b15 (Sun Microsystems Inc.)
 
 
 I just want to get the source code for the version we're using.
 
 Thanks in advance for your help,
 
 --
 Rogelio
 
 
 -
 To unsubscribe, e-mail: user-unsubscr...@commons.apache.org
 For additional commands, e-mail: user-h...@commons.apache.org
 


-
To unsubscribe, e-mail: user-unsubscr...@commons.apache.org
For additional commands, e-mail: user-h...@commons.apache.org



Re: [vfs] Where is version 1.1?

2011-02-07 Thread Jörg Schaible
Hi Rogelio,

Rogelio Flores wrote:

 I have an app where a previous developer--no longer here--added
 commons-vfs-1.1.jar to our dependencies. I'd like to get the source
 code for this but the download site lists 1.0 as the latest official
 download (http://commons.apache.org/vfs/download_vfs.cgi)
 
 So my question is, where did he get this 1.1 JAR file?  (in case it
 helps, the timestamp of the files within it is 11/8/2008 9:53 - 9:54
 AM and this jar file weights 362,465 bytes)
 
 Contents of Manifest.mf:
 
 Manifest-Version: 1.0
 Ant-Version: Apache Ant 1.7.0
 Created-By: 11.0-b15 (Sun Microsystems Inc.)
 
 
 I just want to get the source code for the version we're using.

I think, we cannot help you, because IMHO that jar has not been build by the 
ASF. The manifest lacks the usual entries that are added when we build the 
jar (even snapshots). So all you can do is to checkout the source from svn 
using the date above and hope that it matches your jar.

- Jörg



-
To unsubscribe, e-mail: user-unsubscr...@commons.apache.org
For additional commands, e-mail: user-h...@commons.apache.org