Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature parafile #15

Open
wants to merge 43 commits into
base: master
Choose a base branch
from

Conversation

Huluvu424242
Copy link

Hello Jendrik,
at my local build i have any problems because my os is windows. So i have made a little work. Maybe you can integrate it into the master. It contains the following features:

  • reduce the parameterlist of java task -> now the fix use a para file (one parameter one line in the file)
  • starting with remote debugging of subtasks (2 places was enabled -> emf and emftext)
  • support of a global configuration via global config file .buildboost (implemented via singleton with holder)

Because i am a novice in git maybe there are many commits wich are obsolete please check the code very strong.

Thanks and nice xmas

Thomas

Thomas Schubert added 30 commits September 19, 2012 22:24
https://github.com/FunThomas424242/BuildBoost.git

Conflicts:
	Core/de.devboost.buildboost/src/de/devboost/buildboost/artifacts/RepositoriesFile.java
	Core/de.devboost.buildboost/src/de/devboost/buildboost/ant/AbstractAntTargetGeneratorProvider.java
	Core/de.devboost.buildboost/src/de/devboost/buildboost/ant/IAntTargetGeneratorProvider.java
	Core/de.devboost.buildboost/src/de/devboost/buildboost/artifacts/EclipseFeature.java
	Core/de.devboost.buildboost/src/de/devboost/buildboost/discovery/EclipseTargetPlatformAnalyzer.java
	Core/de.devboost.buildboost/src/de/devboost/buildboost/discovery/RepositoriesFileFinder.java
	Core/de.devboost.buildboost/src/de/devboost/buildboost/discovery/TargetPlatformZipFinder.java
	Core/de.devboost.buildboost/src/de/devboost/buildboost/model/UnresolvedDependency.java
	Core/de.devboost.buildboost/src/de/devboost/buildboost/steps/clone/CloneRepositoriesBuildStep.java
	Core/de.devboost.buildboost/src/de/devboost/buildboost/steps/clone/CloneRepositoriesBuildStepProvider.java
	Core/de.devboost.buildboost/src/de/devboost/buildboost/steps/copy/CopyPluginsAndFeaturesBuildStep.java
	Core/de.devboost.buildboost/src/de/devboost/buildboost/steps/copy/ExtractZipFileBuildStep.java
	Extensions/UpdateSite/de.devboost.buildboost.genext.updatesite/src/de/devboost/buildboost/genext/updatesite/artifacts/EclipseUpdateSiteDeploymentSpec.java
	Extensions/UpdateSite/de.devboost.buildboost.genext.updatesite/src/de/devboost/buildboost/genext/updatesite/steps/BuildUpdateSiteStep.java
	JenkinsPlugin/org.buildboost.hudson.plugins.boostscm/src/main/java/org/buildboost/hudson/plugins/boostscm/BuildBoostRepository.java
	JenkinsPlugin/org.buildboost.hudson.plugins.boostscm/src/main/java/org/buildboost/hudson/plugins/boostscm/BuildBoostSCM.java
	Universal/de.devboost.buildboost.universal.build/boost/build.xml
Conflicts:
	Core/de.devboost.buildboost/src/de/devboost/buildboost/ant/AbstractAntTargetGeneratorProvider.java
	Core/de.devboost.buildboost/src/de/devboost/buildboost/ant/IAntTargetGeneratorProvider.java
	Core/de.devboost.buildboost/src/de/devboost/buildboost/artifacts/EclipseFeature.java
	Core/de.devboost.buildboost/src/de/devboost/buildboost/discovery/EclipseTargetPlatformAnalyzer.java
	Core/de.devboost.buildboost/src/de/devboost/buildboost/discovery/RepositoriesFileFinder.java
	Core/de.devboost.buildboost/src/de/devboost/buildboost/discovery/TargetPlatformZipFinder.java
	Core/de.devboost.buildboost/src/de/devboost/buildboost/model/UnresolvedDependency.java
	Core/de.devboost.buildboost/src/de/devboost/buildboost/steps/clone/CloneRepositoriesBuildStep.java
	Core/de.devboost.buildboost/src/de/devboost/buildboost/steps/clone/CloneRepositoriesBuildStepProvider.java
	Core/de.devboost.buildboost/src/de/devboost/buildboost/steps/copy/CopyPluginsAndFeaturesBuildStep.java
	Core/de.devboost.buildboost/src/de/devboost/buildboost/steps/copy/ExtractZipFileBuildStep.java
	Extensions/Maven/de.devboost.buildboost.genext.maven/src/de/devboost/buildboost/genext/maven/stages/BuildMavenRepositoryStage.java
	Extensions/Maven/de.devboost.buildboost.genext.maven/src/de/devboost/buildboost/genext/maven/steps/BuildMavenRepositoryStep.java
	Extensions/Product/de.devboost.buildboost.genext.product/src/de/devboost/buildboost/genext/product/artifacts/EclipseProduct.java
	Extensions/Product/de.devboost.buildboost.genext.product/src/de/devboost/buildboost/genext/product/discovery/EclipseProductFinder.java
	Extensions/Product/de.devboost.buildboost.genext.product/src/de/devboost/buildboost/genext/product/stages/BuildProductStage.java
	Extensions/Product/de.devboost.buildboost.genext.product/src/de/devboost/buildboost/genext/product/steps/BuildProductStep.java
	Extensions/Product/de.devboost.buildboost.genext.product/src/de/devboost/buildboost/genext/product/steps/BuildProductStepProvider.java
	Extensions/UpdateSite/de.devboost.buildboost.genext.updatesite/src/de/devboost/buildboost/genext/updatesite/artifacts/EclipseUpdateSiteDeploymentSpec.java
	Extensions/UpdateSite/de.devboost.buildboost.genext.updatesite/src/de/devboost/buildboost/genext/updatesite/steps/BuildUpdateSiteStep.java
	JenkinsPlugin/org.buildboost.hudson.plugins.boostscm/src/main/java/org/buildboost/hudson/plugins/boostscm/BuildBoostRepository.java
	JenkinsPlugin/org.buildboost.hudson.plugins.boostscm/src/main/java/org/buildboost/hudson/plugins/boostscm/BuildBoostSCM.java
	Universal/de.devboost.buildboost.universal.build/boost/build.xml
-> parameter file name will be encoded by the new method
+ use parameter file
(only changes for "/" replacement in HeadlessCodeGenerator)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant