Skip to content

Instantly share code, notes, and snippets.

View redfish4ktc's full-sized avatar
🎯
Focusing

Toma redfish4ktc

🎯
Focusing
  • France
View GitHub Profile
@redfish4ktc
redfish4ktc / pom.xml
Created July 14, 2011 09:13
Maven release : accélerer les releases en ne générant pas le site
<build>
</pluginManagement>
<plugin>
<artifactId>maven-release-plugin</artifactId>
<version>2.0</version>
<configuration>
<!-- Only "deploy" instead of "deploy site-deploy" -->
<goals>deploy</goals>
</configuration>
</plugin>
@redfish4ktc
redfish4ktc / build.xml
Created June 18, 2011 10:22
Configuration Maven pour lancer la génération du jar contenant les écrans et transactions Scort
<!--
#####################################
build developpe grace a l'article suivant :
http://www.scort.com/eng/index.php/fr/blog/viewpost/128
#####################################
-->
<project default="build-es-se-ft-project">
<!-- properties es.install.dir, ES_project_path and ES_resource_path must be set before.
es.install.dir=<ENTERPRISE_STUDIO_INSTALL_PATH>
@redfish4ktc
redfish4ktc / ScortHeadlessBuilderTerminal.java
Created June 18, 2011 10:13
Extension du BuilderTerminal du Scort Enterprise Studio 5.2
package com.scort.es.builder;
import java.io.File;
import java.io.PrintStream;
import com.scort.es.global.Constants;
import com.scort.es.terminals.generator.AOStandaloneLauncher;
import com.scort.es.util.CommandArgs;
// Reimplementation des classes originales scort qui n'utilisent pas d'elements graphiques