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 / GNU Standard Projekt Dateien
Last active December 23, 2023 16:17
The GNU standard files of a project.
README
INSTALL
COPYING
COPYING.LESSER
AUTHORS
ChangeLog
NEWS
@Huluvu424242
Huluvu424242 / getupdate.cmd
Created December 23, 2012 20:48
Howto update a fork from original upstream
set upstreamname=
set projectname=
git remote add --track master upstream git://github.com/${upstreamname}/${projectname}.git
git fetch upstream
git merge upstream/master
@Huluvu424242
Huluvu424242 / build.xml
Last active December 10, 2015 00:59
Debug Configuration for debugging buildboost ant run
<?xml version="1.0" encoding="UTF-8"?>
<project default="boost" name="Boost!">
<property environment="env"/>
<property name="env.WORKSPACE" value="${basedir}"/>
<property name="build_boost_repo_remote" value="https://github.com/FunThomas424242/BuildBoost.git"/>
<property name="build_boost_repo_local" value="github.com_FunThomas424242_BuildBoost.git/BuildBoost.git"/>
<property name="build_plugin_ID" value="de.devboost.buildboost.universal.build"/>
<property name="build_dir" value="${env.WORKSPACE}/build"/>
@Huluvu424242
Huluvu424242 / Forum Info
Created October 21, 2012 21:17
Beispiel zu JavaFX mit FXML
http://www.java-forum.org/scala-groovy-jython-javafx/135891-guis-erstellen-fxml-javafx-gemischt.html
Edit: Was du evtl. noch ausprobieren könntest ist bei dir fx:controller="testapplication.Sample" auf fx:controller="testapplication.TestApplication" zu ändern. Schaue mir das aber auch gerade zum ersten Mal an
@Huluvu424242
Huluvu424242 / build.xml
Created October 21, 2012 15:23
Issue at build of hedl via builsboost
<?xml version="1.0" encoding="UTF-8"?>
<project default="boost" name="Boost!">
<property environment="env"/>
<property name="env.WORKSPACE" value="${basedir}"/>
<property name="build_boost_repo_remote" value="https://github.com/DevBoost/BuildBoost.git"/>
<property name="build_boost_repo_local" value="github.com_DevBoost_BuildBoost.git/BuildBoost.git"/>
<property name="build_plugin_ID" value="de.devboost.buildboost.universal.build"/>
<property name="build_dir" value="${env.WORKSPACE}/build"/>
@Huluvu424242
Huluvu424242 / slideshow.repositories
Created September 30, 2012 11:41
Repositories für Slideshow
// The git repository at eclpise.org that contains the slideshow example.
// Use the 'git:' prefix to clone a git repository.
//git:http://git.eclipse.org/gitroot/examples/org.eclipse.examples.slideshow.git
// Local build (commited) OK
//git:file:///Users/SchubertT006/git/EclipseSlideshow-Build/.git
// Local build (not commited)
get:file:///Users/SchubertT006/git/EclipseSlideshow-Build/
// The dependencies for slideshow are: Eclipse platform, JDT, GEF Draw2D, Wikitext (part of Mylyn) and Lowagie.
C:\workspace>ant -DrootRepository="git:https://github.com/DevBoost/EclipseSlideshow-Build.git"
Buildfile: C:\workspace\build.xml
init:
write-root-repo:
[mkdir] Created dir: C:\workspace\repos
get-build-boost:
@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
@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 / gist:2909158
Created June 11, 2012 08:54
html in moinmoin wiki
{{{#!html
<strong>test</strong>
}}}