Statistics
| Revision:

svn-gvsig-desktop / tags / v2_0_0_Build_2031 / extensions / org.gvsig.installer / org.gvsig.installer.lib / org.gvsig.installer.lib.impl / src / main / java / org / gvsig / installer @ 36096

# Date Author Comment
36096 08/12/2011 08:18 AM Francisco Díaz Carsí

gvsig-desktop 2.0.0 build 2031

35493 06/23/2011 07:50 AM Nadal Francisco

The installer standard mode will look for packages in the install directory and its folders recursively.

35486 06/22/2011 04:25 AM Nadal Francisco

gvsig-desktop#15348

Fixed the creation plugin package extension to allow to copy additional files and folders to the package.

35360 06/02/2011 09:51 AM Nadal Francisco

DynObjectManager made a local variable to make it work on 1.11 version.

35189 05/20/2011 07:43 AM Nadal Francisco

Installer: Added a typical or custom installation process. Some bug fixes.
Launcher: Notification messages and default installation default settings.

35137 05/13/2011 08:53 AM Cesar Ordiñana

Use the new doRegistration Library method instead of the constructor.

35006 05/06/2011 04:55 AM Nadal Francisco

Changed the decompressPlugin method. Now it reads the zip file just once so that it decompress correctly but doesn't use the progress bar taskStatus.

34974 05/04/2011 07:13 AM Nadal Francisco

FIxed wrong spell in setAntScript().
Fixed bug in Advanced Mode for creating package installer.

34967 04/28/2011 07:41 AM Nadal Francisco

gvsig-desktop#1014
The download bar now show correctly the progress for all downloads.
The installer wizard (progres wizard) does not download the packages if they have been already downloaded on the download wizard (download progress wizard).
Some files have been cleaned and formated.

34947 04/26/2011 10:33 AM Cesar Ordiñana

Create the plugins installation folder if it does not exists already

34932 04/22/2011 10:29 AM Joaquín del Cerro Murciano

fix rename of method terminate of TaskStatus

34925 04/20/2011 06:43 AM Nadal Francisco

gvsig-desktop#1014

A progress bar has been added to show download progress.
A progress bar has been added to Andami.

34472 02/03/2011 02:36 AM Cesar Ordiñana

Change how a new installed plugin's install.xml ant file is looked for.

34444 01/28/2011 11:39 AM Cesar Ordiñana

Add support to generate the installer index package

34437 01/25/2011 11:10 AM Cesar Ordiñana

Take into account the build property may be empty in the package.info file

34436 01/25/2011 11:10 AM Cesar Ordiñana

Move services registration to the initialize step

34425 01/24/2011 11:47 AM Cesar Ordiñana

Change package.info build property name with buildNumber, as build is already used as a property by maven an it doesn't allow to be loaded easily.
The old build property will be supported only while reading.

34424 01/24/2011 10:04 AM Cesar Ordiñana

Create packages using always the / path separator, and decompress them using the File.separatorChar if different.

34419 01/24/2011 06:29 AM Cesar Ordiñana

Take into account packages generated from windows, as they have \ chars instead of / ones.

34278 12/17/2010 02:21 AM Cesar Ordiñana

Fulfill all pending library definitions (API or Impl) and dependencies

34230 11/25/2010 02:13 AM Cesar Ordiñana

Create default PackageInfo when the new package is still not installed.

34160 11/23/2010 08:39 AM Cesar Ordiñana

Source code format

34159 11/23/2010 08:39 AM Cesar Ordiñana

Remove required properties checks, they will be filled with default values

34158 11/23/2010 08:38 AM Cesar Ordiñana

Source code format

34157 11/23/2010 08:37 AM Cesar Ordiñana

Source code format

34120 11/10/2010 06:56 AM Cesar Ordiñana

Solve package.info lookup into a package file, it was being search using a File.separator, but the separator is / always into a zip file

34027 11/08/2010 08:39 AM Cesar Ordiñana

Solve package info reading bug

34022 11/08/2010 03:14 AM Cesar Ordiñana

Small toString update

34020 11/08/2010 02:59 AM Cesar Ordiñana

Solve gvspkg (package) file creation and installation support

34019 11/05/2010 06:39 AM Cesar Ordiñana

Correct gvspkg file contents

34018 11/05/2010 06:38 AM Cesar Ordiñana

toString small change

34005 11/03/2010 09:29 AM Cesar Ordiñana

New option to create simple packages from a plugin, as well as the option to create a package set.
Also set the default file extensions:
- gvspkg: single plugin package
- gvspks: package set, contains one or more packages (gvspkg files)

34003 11/02/2010 01:33 PM Cesar Ordiñana

Add default package download URL

33982 10/27/2010 05:03 AM Cesar Ordiñana

Add option to install packages from a URL

33743 10/25/2010 09:05 AM Cesar Ordiñana

Show already installed packages also in the list of available packages to install.

33732 10/21/2010 07:16 AM Cesar Ordiñana

Remove compiler warnings

33731 10/21/2010 07:16 AM Cesar Ordiñana

Remove compiler warnings

33729 10/21/2010 07:13 AM Cesar Ordiñana

Format according to the gvSIG code conventions

33711 10/20/2010 09:19 AM Cesar Ordiñana

Use a better tag name

33710 10/20/2010 09:18 AM Cesar Ordiñana

Correct jvm tag

33704 10/20/2010 08:47 AM Cesar Ordiñana

The build into the bundle file name message format was being formatted as a number, using he thousands separator (ex: 2020 -> 2.020)

33697 10/19/2010 08:23 AM Cesar Ordiñana

New method to write the package.info file

33686 10/18/2010 09:43 AM Cesar Ordiñana

New package info fields and bundle files naming using the gvSIG standards as of document:

http://www.gvsig.org/web/projects/gvsig-desktop/docs/devel/gvsig-devel-guide/2.0.0/anexos/proyectos-oficiales-en-gvsig/nombrado-de-binarios-para-un-plugin-de-gvsig

33680 10/15/2010 07:53 AM Cesar Ordiñana

Format according to the gvSIG code conventions

32627 05/12/2010 03:30 AM Jorge Piera

Adding a listener for the finish action

32602 05/11/2010 06:33 AM Jorge Piera

Refactoring the name of the services and adding java docs

32598 05/11/2010 06:08 AM Jorge Piera

Refactoring of names

32597 05/11/2010 05:38 AM Jorge Piera

Adding more complex test cases and adding javadoc

32585 05/11/2010 03:08 AM Jorge Piera

Refactoring of names

32562 05/10/2010 06:14 AM Jorge Piera

Refactoring the name of the services

32516 04/30/2010 05:39 AM Jorge Piera

Moving completely the compress and decompress utilities to the provider services

32502 04/30/2010 04:01 AM Jorge Piera

Adding comments to the API and movving methods to the provider services

32501 04/30/2010 03:59 AM Jorge Piera

Adding comments to the API and movving methods to the provider services

32500 04/30/2010 03:54 AM Jorge Piera

Adding comments to the API and movving methods to the provider services

32498 04/30/2010 03:41 AM Jorge Piera

Adding comments to the API and movving methods to the provider services

32467 04/29/2010 06:30 AM Jorge Piera

Adding comments to the source code

32451 04/28/2010 08:56 AM Jorge Piera

Adding source code comments and removing not-used imports

32431 04/28/2010 06:03 AM Jorge Piera

Adding the ant script execution

32423 04/28/2010 02:59 AM Jorge Piera

Adding the ant-copy functionality

32420 04/27/2010 08:34 AM Jorge Piera

The interface to execute installer requires of an input stream

32411 04/27/2010 05:52 AM Jorge Piera

Adding "reading" for the creation installer service

32400 04/26/2010 05:57 AM Jorge Piera

Adding ProviderServices to the API

32333 03/29/2010 03:54 AM Jorge Piera

Adding some comments to the source code

32296 03/18/2010 11:47 AM Jorge Piera

Adding the ant capability

32293 03/18/2010 11:03 AM Jorge Piera

Adding the capability to load information from a previous installation

32291 03/18/2010 09:05 AM Jorge Piera

Adding a method to load the install information from a previous installation process

32290 03/18/2010 08:56 AM Jorge Piera

It is possible to copy some external fields

32287 03/17/2010 07:40 AM Jorge Piera

Adding implementation to compress an extension

32285 03/17/2010 05:10 AM Jorge Piera

Updating the creation interface

32269 03/17/2010 04:11 AM Jorge Piera

First commit