Statistics
| Revision:

svn-gvsig-desktop / tags / v2_0_0_Build_2042 / extensions / org.gvsig.installer / org.gvsig.installer.swing / org.gvsig.installer.swing.impl / src / main / java / org / gvsig / installer / swing / impl / creation / wizard @ 37479

# Date Author Comment
37479 11/24/2011 04:07 AM Francisco Díaz Carsí

gvsig-desktop build 2042 (alpha2)

37169 11/04/2011 09:48 AM Nadal Francisco

Added some API features to allow installation and creation of different types of packages.

36774 10/21/2011 08:15 AM Nadal Francisco

When creating a new plugin installer package, the parents directories of the output install file package and the index file package don't exist. Now a dialog warns the user about it and the wizard does not proceed until fixed.

36773 10/21/2011 07:41 AM Nadal Francisco

gvSIG-desktop#15912
Fixed a bug where, when creating a new plugin installer package, the URL in the output options panel is malformed. Now the user receives this information using a Message Dialog window, and cannot proceed until this URL is correctly formated....

36702 10/10/2011 02:41 AM Cesar Ordiñana

Prepare and copy external files and ant build file only when called from the wizard, as it is not needed when called from the maven plugin.

35979 08/01/2011 06:22 AM Joaquín del Cerro Murciano

Add support to manage dependencies in packages

35967 07/29/2011 07:16 AM Nadal Francisco

Plugin creator back button fixed.

35966 07/29/2011 05:06 AM Nadal Francisco

Added three new fields to the package.info file (owner, dependencies and source files url).

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.

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.

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.

34471 02/03/2011 02:35 AM Cesar Ordiñana

Create a package instead of a package set

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

Add support to generate the installer index package

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)

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

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

33736 10/21/2010 07:26 AM Cesar Ordiñana

Remove compiler warnings

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

Format according to the gvSIG code conventions

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

33260 08/10/2010 02:56 AM Jorge Piera

Using the wizard from libUIComponents

32636 05/12/2010 07:08 AM Jorge Piera

Checking if the ant file is a valid XML file

32632 05/12/2010 05:19 AM Jorge Piera

Adding cancel and finish actions to the wizard

32565 05/10/2010 06:18 AM Jorge Piera

Refactoring the name of the services

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

Adding source code comments and removing not-used imports

32433 04/28/2010 06:30 AM Jorge Piera

Updating the text using the properties file

32406 04/27/2010 05:51 AM Jorge Piera

Adding "reading" for the creation installer service

32401 04/26/2010 05:58 AM Jorge Piera
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

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

It is possible to copy some external fields

32286 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