Skip to content

Instantly share code, notes, and snippets.

View Huluvu424242's full-sized avatar
🏠
Working from home

Huluvu424242

🏠
Working from home
View GitHub Profile
@Huluvu424242
Huluvu424242 / *.cs
Created January 1, 2012 14:39
emftext common options at *.cs
OPTIONS{
reloadGeneratorModel="true";
generateCodeFromGeneratorModel="true"; //wichtig um Fehler im Generat zu vermeiden
disableLaunchSupport="false";
usePredefinedTokens="true";
}
@Huluvu424242
Huluvu424242 / gist:1551062
Created January 2, 2012 15:17
maven archetype command help
# getting help to maven archetypes
mvn archetype:help
mvn archetype:help -Ddetails=true -Dgoal=generate
# create a project from a archetype
mvn archetype:generate
#1: remote -> docbkx-quickstart-archetype (-)
#2: remote -> archetype-webx-quickstart (-)
@Huluvu424242
Huluvu424242 / svn-properties.config
Created January 2, 2012 17:17
eclipse svn auto-props = svn properties to fontifying code - eclips config file
[auto-props]
*.java = svn:eol-style=CRLF;svn:mime-type=text/x-java
MANIFEST.MF = svn:eol-style=native;svn:mime-type=text/css
.project = svn:eol-style=native;svn:mime-type=text/xml
.classpath = svn:eol-style=native;svn:mime-type=text/xml
*.png = svn:mime-type=image/png
*.jpg = svn:mime-type=image/jpeg
*.gif = svn:mime-type=application/octet-stream
*.xml = svn:eol-style=native;svn:mime-type=text/xml
*.css = svn:eol-style=native;svn:mime-type=text/css
@Huluvu424242
Huluvu424242 / .emacs
Created January 5, 2012 13:44
emacs init datei configuration
(put 'erase-buffer 'disabled nil)
;;; Einstellen der iso-8859-1 keytable
(set-input-mode (car (current-input-mode))
(nth 1 (current-input-mode))
0)
(standard-display-european 1)
@Huluvu424242
Huluvu424242 / .cvsignore
Created January 5, 2012 13:45
typische ignore pattern in cvs
*~ *.aux *.log *.dvi *.tof *.lof *.emergency
@Huluvu424242
Huluvu424242 / GenerateAll.java
Created February 12, 2012 12:01
Accello Implementation of doGenerate method in GenerateAll.java
public void doGenerate(IProgressMonitor monitor) throws IOException {
if (!targetFolder.getLocation().toFile().exists()) {
targetFolder.getLocation().toFile().mkdirs();
}
monitor.subTask("Loading...");
final Main gen0 = new Main(modelURI, targetFolder.getLocation()
.toFile(), arguments);
monitor.worked(1);
String generationID = org.eclipse.acceleo.engine.utils.AcceleoLaunchingUtil
@Huluvu424242
Huluvu424242 / bookmark.txt
Created February 26, 2012 22:20
bookmarks
http://blog.ropardo.ro/2009/11/09/about-gui4j-a-framework-for-creating-gui-with-xml-in-java/
@Huluvu424242
Huluvu424242 / gist:2909158
Created June 11, 2012 08:54
html in moinmoin wiki
{{{#!html
<strong>test</strong>
}}}
@Huluvu424242
Huluvu424242 / gist:3116172
Created July 15, 2012 10:14
maven cucumber command line
Installation cucumber per maven
mvn integration-test -Dcucumber.installGems=true
@Huluvu424242
Huluvu424242 / Console.log
Created September 17, 2012 21:47
Build Log of Issue11
C:\home\SchubertT006\_development\workspace-osgi\test>dir
Datenträger in Laufwerk C: ist SYSTEM
Volumeseriennummer: 3610-AA82
Verzeichnis von C:\home\SchubertT006\_development\workspace-osgi\test
17.09.2012 23:09 <DIR> .
17.09.2012 23:09 <DIR> ..
17.09.2012 23:08 3.481 build.xml
1 Datei(en), 3.481 Bytes