svn commit: r763123 - in /commons/sandbox/runtime/trunk/src/main/native/os/unix: ./ main.c

2009-04-07 Thread mturk
Author: mturk Date: Wed Apr 8 06:58:03 2009 New Revision: 763123 URL: http://svn.apache.org/viewvc?rev=763123&view=rev Log: Add unix paltfor, common for all posix variants Added: commons/sandbox/runtime/trunk/src/main/native/os/unix/ commons/sandbox/runtime/trunk/src/main/native/os/unix/

svn commit: r763122 - in /commons/sandbox/runtime/trunk: build.xml src/main/native/Makefile.in

2009-04-07 Thread mturk
Author: mturk Date: Wed Apr 8 06:56:46 2009 New Revision: 763122 URL: http://svn.apache.org/viewvc?rev=763122&view=rev Log: Add ant build file. Sorry have no clue how maven works, and there is nothing wrong with Ant. Later we'll have ant extension for building the native libraries without the c

svn commit: r762884 - in /commons/sandbox/runtime/trunk/src/main: java/org/apache/commons/runtime/DirectByteBuffer.java native/shared/dbb.c

2009-04-07 Thread mturk
Author: mturk Date: Tue Apr 7 18:07:54 2009 New Revision: 762884 URL: http://svn.apache.org/viewvc?rev=762884&view=rev Log: Add DirectByteBuffer low level functions Added: commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/DirectByteBuffer.java (with props) Modified:

svn commit: r762872 - in /commons/sandbox/runtime/trunk/src/main/native: Makefile.in configure include/acr.h include/acr_error.h include/acr_private.h include/acr_types.h shared/dbb.c shared/error.c

2009-04-07 Thread mturk
Author: mturk Date: Tue Apr 7 17:52:00 2009 New Revision: 762872 URL: http://svn.apache.org/viewvc?rev=762872&view=rev Log: Add DirectByteBuffer from Tomcat Native Added: commons/sandbox/runtime/trunk/src/main/native/include/acr_error.h (with props) commons/sandbox/runtime/trunk/src/m

svn commit: r762870 - in /commons/proper/compress/trunk/src/main/java/org/apache/commons/compress/changes: Change.java ChangeSet.java

2009-04-07 Thread grobmeier
Author: grobmeier Date: Tue Apr 7 17:51:09 2009 New Revision: 762870 URL: http://svn.apache.org/viewvc?rev=762870&view=rev Log: added some javadocs Modified: commons/proper/compress/trunk/src/main/java/org/apache/commons/compress/changes/Change.java commons/proper/compress/trunk/src/ma

svn commit: r762866 - /commons/proper/compress/trunk/src/main/java/org/apache/commons/compress/changes/Change.java

2009-04-07 Thread grobmeier
Author: grobmeier Date: Tue Apr 7 17:40:55 2009 New Revision: 762866 URL: http://svn.apache.org/viewvc?rev=762866&view=rev Log: changed visiblity to package. Only ChangeSet methods use Change Modified: commons/proper/compress/trunk/src/main/java/org/apache/commons/compress/changes/Change.j

svn commit: r762865 - in /commons/proper/compress/trunk/src/main/java/org/apache/commons/compress/changes: Change.java ChangeSet.java

2009-04-07 Thread grobmeier
Author: grobmeier Date: Tue Apr 7 17:38:25 2009 New Revision: 762865 URL: http://svn.apache.org/viewvc?rev=762865&view=rev Log: cleaned commented out code Modified: commons/proper/compress/trunk/src/main/java/org/apache/commons/compress/changes/Change.java commons/proper/compress/trunk

svn commit: r762861 - /commons/proper/compress/trunk/src/test/java/org/apache/commons/compress/ArchiveUtilsTest.java

2009-04-07 Thread sebb
Author: sebb Date: Tue Apr 7 17:17:05 2009 New Revision: 762861 URL: http://svn.apache.org/viewvc?rev=762861&view=rev Log: Unused imports Modified: commons/proper/compress/trunk/src/test/java/org/apache/commons/compress/ArchiveUtilsTest.java Modified: commons/proper/compress/trunk/src/tes

svn commit: r762852 - /commons/proper/compress/trunk/src/main/java/org/apache/commons/compress/changes/ChangeSet.java

2009-04-07 Thread grobmeier
Author: grobmeier Date: Tue Apr 7 17:01:23 2009 New Revision: 762852 URL: http://svn.apache.org/viewvc?rev=762852&view=rev Log: cleaned up: no need for returning the Set. No need for making a synchronized Set at the moment Modified: commons/proper/compress/trunk/src/main/java/org/apache/co

svn commit: r762849 - /commons/proper/compress/trunk/src/main/java/org/apache/commons/compress/archivers/ar/ArArchiveEntry.java

2009-04-07 Thread grobmeier
Author: grobmeier Date: Tue Apr 7 16:56:00 2009 New Revision: 762849 URL: http://svn.apache.org/viewvc?rev=762849&view=rev Log: added more ar entry details Modified: commons/proper/compress/trunk/src/main/java/org/apache/commons/compress/archivers/ar/ArArchiveEntry.java Modified: commons/

svn commit: r762819 - in /commons/sandbox/runtime/trunk/src/main/native: Makefile.in configure include/acr.h os/linux/os.c

2009-04-07 Thread mturk
Author: mturk Date: Tue Apr 7 15:28:16 2009 New Revision: 762819 URL: http://svn.apache.org/viewvc?rev=762819&view=rev Log: Some copy/paste typos fixed Modified: commons/sandbox/runtime/trunk/src/main/native/Makefile.in commons/sandbox/runtime/trunk/src/main/native/configure commons/

svn commit: r762800 - in /commons/sandbox/runtime/trunk/src/main: java/org/apache/commons/runtime/exception/OperatingSystemException.java native/shared/error.c

2009-04-07 Thread mturk
Author: mturk Date: Tue Apr 7 14:50:24 2009 New Revision: 762800 URL: http://svn.apache.org/viewvc?rev=762800&view=rev Log: OS exception helper code Added: commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/exception/OperatingSystemException.java (with props) comm

svn commit: r762792 - /commons/proper/compress/trunk/src/main/java/org/apache/commons/compress/changes/ChangeSet.java

2009-04-07 Thread bodewig
Author: bodewig Date: Tue Apr 7 14:31:33 2009 New Revision: 762792 URL: http://svn.apache.org/viewvc?rev=762792&view=rev Log: Make ChangeSet work for empty initial archives Modified: commons/proper/compress/trunk/src/main/java/org/apache/commons/compress/changes/ChangeSet.java Modified: c

svn commit: r762787 - /commons/sandbox/runtime/trunk/src/main/native/os/solaris/os.c

2009-04-07 Thread mturk
Author: mturk Date: Tue Apr 7 14:17:10 2009 New Revision: 762787 URL: http://svn.apache.org/viewvc?rev=762787&view=rev Log: Initial Solaris os implementation Added: commons/sandbox/runtime/trunk/src/main/native/os/solaris/os.c (with props) Added: commons/sandbox/runtime/trunk/src/main/nat

svn commit: r762785 - in /commons/sandbox/runtime/trunk/src/main/native: include/acr_private.h include/acr_types.h include/acr_version.h include/arch/ include/arch/windows/ include/arch/windows/acr_ar

2009-04-07 Thread mturk
Author: mturk Date: Tue Apr 7 14:14:22 2009 New Revision: 762785 URL: http://svn.apache.org/viewvc?rev=762785&view=rev Log: Initial commit Added: commons/sandbox/runtime/trunk/src/main/native/include/acr_private.h (with props) commons/sandbox/runtime/trunk/src/main/native/include/acr_

svn commit: r762766 - /commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/OS.java

2009-04-07 Thread mturk
Author: mturk Date: Tue Apr 7 13:24:58 2009 New Revision: 762766 URL: http://svn.apache.org/viewvc?rev=762766&view=rev Log: Opps. Now you know from where this class originated :) Modified: commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/OS.java Modified: commons/san

svn commit: r762765 - in /commons/sandbox/runtime/trunk/src/main: java/org/apache/commons/runtime/OS.java native/include/acr.h

2009-04-07 Thread mturk
Author: mturk Date: Tue Apr 7 13:23:42 2009 New Revision: 762765 URL: http://svn.apache.org/viewvc?rev=762765&view=rev Log: OS class. Majority of this info is available by using various system properties, but things like WOW64 are not withouth some serious hacking. This class makes sure the retu

svn commit: r762750 - in /commons/sandbox/runtime/trunk/src/main: java/ java/org/apache/commons/runtime/exception/ java/org/apache/commons/runtime/io/ java/org/apache/commons/runtime/net/ java/org/apa

2009-04-07 Thread mturk
Author: mturk Date: Tue Apr 7 12:44:16 2009 New Revision: 762750 URL: http://svn.apache.org/viewvc?rev=762750&view=rev Log: Use standard ASL header for source files Modified: commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/exception/UnsupportedOperatingSystemException

svn commit: r762746 - in /commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime: exception/ exception/UnsupportedOperatingSystemException.java io/ io/FileLockType.java io/FileType.jav

2009-04-07 Thread mturk
Author: mturk Date: Tue Apr 7 12:36:09 2009 New Revision: 762746 URL: http://svn.apache.org/viewvc?rev=762746&view=rev Log: Initial commit for making the svn directory layout Added: commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/exception/ commons/sandbox/runtim

svn commit: r762733 - in /commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/platform: ./ windows/ windows/HKEY.java

2009-04-07 Thread mturk
Author: mturk Date: Tue Apr 7 12:19:17 2009 New Revision: 762733 URL: http://svn.apache.org/viewvc?rev=762733&view=rev Log: Initial commit for making the svn directory layout Added: commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/platform/ commons/sandbox/runtime

svn commit: r762729 - in /commons/sandbox/runtime/trunk: NOTICE.txt src/main/java/overview.html src/main/native/Makefile.in src/main/native/configure src/main/native/include/acr.h xdocs/images/logo.pn

2009-04-07 Thread mturk
Author: mturk Date: Tue Apr 7 12:09:08 2009 New Revision: 762729 URL: http://svn.apache.org/viewvc?rev=762729&view=rev Log: Some initial commits Added: commons/sandbox/runtime/trunk/src/main/native/Makefile.in (with props) commons/sandbox/runtime/trunk/src/main/native/configure (with

svn commit: r762664 - in /commons/sandbox/runtime: ./ branches/ tags/ trunk/ trunk/src/ trunk/src/main/ trunk/src/main/java/ trunk/src/main/java/org/ trunk/src/main/java/org/apache/ trunk/src/main/jav

2009-04-07 Thread mturk
Author: mturk Date: Tue Apr 7 09:52:02 2009 New Revision: 762664 URL: http://svn.apache.org/viewvc?rev=762664&view=rev Log: Add runtime component Added: commons/sandbox/runtime/ commons/sandbox/runtime/branches/ commons/sandbox/runtime/tags/ commons/sandbox/runtime/trunk/ com