Revision 40842

View differences:

trunk/org.gvsig.desktop/org.gvsig.desktop.framework/org.gvsig.andami/src/main/resources-application/gvsig-desktop.cmd
1
@busybox sh gvSIG.sh
trunk/org.gvsig.desktop/org.gvsig.desktop.installer/pom.xml
63 63
                  </goals>
64 64
                  <configuration>
65 65
                    <source><![CDATA[
66
  // println project.metaClass.methods*.name.sort().unique()  
67 66
  
68 67
  ant = new AntBuilder()
69 68
  log.info("For create windows launchers launch4j is requiered in the PATH. In linux link launch4j to launch4jc.")
......
181 180
  } else {
182 181
    log.info("Skip download of jre, it exist in local filesystem.")
183 182
  }
183
  
184
  log.info("Download busybox.exe.")
185
  ant.get(src: "http://downloads.gvsig.org/download/gvsig-desktop/runtimes/winutils/busybox.exe", dest: gvsig_product_folder_path+"/busybox.exe")
184 186

  
185 187
  source = project.basedir.getAbsolutePath() + "/target/" + jre_pkg_name
186 188
  target = gvsig_product_folder_path + "/gvSIG/extensiones/"
trunk/org.gvsig.desktop/pom.xml
2371 2371
          </plugin>
2372 2372

  
2373 2373
          <plugin>
2374
            <groupId>org.codehaus.gmaven</groupId>
2374
            <groupId>org.codehaus.gmavenMaven Announcements - Maven Release Plugin Released</groupId>
2375 2375
            <artifactId>gmaven-plugin</artifactId>
2376 2376
            <executions>
2377 2377

  
......
2460 2460
    <gvsig.install.plugin.package>true</gvsig.install.plugin.package>
2461 2461
    
2462 2462
    <!-- External project versions -->
2463
    <gvsig.tools.version>3.0.9-SNAPSHOT</gvsig.tools.version>
2463
    <gvsig.tools.version>3.0.9</gvsig.tools.version>
2464 2464
    <gvsig.about.version>1.0.0</gvsig.about.version>
2465 2465
    <gvsig.proj.version>1.0.1</gvsig.proj.version>
2466 2466
    <gvsig.projection.api.version>2.0.13</gvsig.projection.api.version>
trunk/org.gvsig.desktop/maven-howto.rst
14 14

  
15 15
  mvn  -Danimal.sniffer.skip=true -Dmaven.test.skip=true -Dsource.skip=true -DskipTests -Dmaven.javadoc.skip=true install
16 16

  
17
How to increment the build number of gvSIG plugins
18
----------------------------------------------------
19

  
20
To increase the build number of gvSIG plugins, yo can do:
21

  
22
  mvn mvn -Dincrease-build-number process-sources
23
  
24
How to deploy a package of a gvSIG plugin
25
--------------------------------------------
26

  
27
Yo can deploy the package of a gvSIG plugin with:
28

  
29
  mvn -Ddeploy-package -Duser=USER -Dpassword=PASSWORD install
30

  
31
Notes:
32
- Require that the gvsig.package.info.poolURL property that this set to the correct value.
33
- The process uses WEBDAV to upload the packages, gvspkg and gvspki, and require 
34
  access to write in the location specified by gvsig.package.info.poolURL
35
- If "user" or "password" is not present, the process ask its each time it need.
36
- If folder specified in  gvsig.package.info.poolURL does not exist, the process try to create it.
37
- The process create a file "addon-request.txt" in the target with the information to 
38
  add to the ticket to request the update of the package in the main repository of
39
  packages of gvSIG.
40
  
17 41
How show the list of files that have problems with the header.
18 42
----------------------------------------------------------------
19 43

  

Also available in: Unified diff