Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
analysis
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ExplorViz
explorviz-github-archive
analysis
Commits
b283abb4
Commit
b283abb4
authored
11 years ago
by
Florian Fittkau
Browse files
Options
Downloads
Patches
Plain Diff
moved worker main
parent
e8b8ddc1
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
Start Worker.launch
+2
-2
2 additions, 2 deletions
Start Worker.launch
build.xml
+1
-0
1 addition, 0 deletions
build.xml
src/explorviz/live_trace_processing/main/WorkerStarter.java
+1
-1
1 addition, 1 deletion
src/explorviz/live_trace_processing/main/WorkerStarter.java
with
4 additions
and
3 deletions
Start Worker.launch
+
2
−
2
View file @
b283abb4
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<launchConfiguration
type=
"org.eclipse.jdt.launching.localJavaApplication"
>
<listAttribute
key=
"org.eclipse.debug.core.MAPPED_RESOURCE_PATHS"
>
<listEntry
value=
"/worker/
test
/explorviz/
worker
/main/WorkerStarter.java"
/>
<listEntry
value=
"/worker/
src
/explorviz/
live_trace_processing
/main/WorkerStarter.java"
/>
</listAttribute>
<listAttribute
key=
"org.eclipse.debug.core.MAPPED_RESOURCE_TYPES"
>
<listEntry
value=
"1"
/>
...
...
@@ -9,7 +9,7 @@
<listAttribute
key=
"org.eclipse.debug.ui.favoriteGroups"
>
<listEntry
value=
"org.eclipse.debug.ui.launchGroup.run"
/>
</listAttribute>
<stringAttribute
key=
"org.eclipse.jdt.launching.MAIN_TYPE"
value=
"explorviz.
worker
.main.WorkerStarter"
/>
<stringAttribute
key=
"org.eclipse.jdt.launching.MAIN_TYPE"
value=
"explorviz.
live_trace_processing
.main.WorkerStarter"
/>
<stringAttribute
key=
"org.eclipse.jdt.launching.PROJECT_ATTR"
value=
"worker"
/>
<stringAttribute
key=
"org.eclipse.jdt.launching.VM_ARGUMENTS"
value=
"-Xmx4G"
/>
</launchConfiguration>
This diff is collapsed.
Click to expand it.
build.xml
+
1
−
0
View file @
b283abb4
...
...
@@ -44,6 +44,7 @@
<mkdir
dir=
"${jar.dir}"
/>
<jar
destfile=
"${jar.dir}/explorviz-worker.jar"
>
<manifest>
<attribute
name=
"Main-Class"
value=
"explorviz.live_trace_processing.main.WorkerStarter"
/>
<attribute
name=
"Class-Path"
value=
"."
/>
<attribute
name=
"Can-Redefine-Classes"
value=
"true"
/>
</manifest>
...
...
This diff is collapsed.
Click to expand it.
test
/explorviz/
worker
/main/WorkerStarter.java
→
src
/explorviz/
live_trace_processing
/main/WorkerStarter.java
+
1
−
1
View file @
b283abb4
package
explorviz.
worker
.main
;
package
explorviz.
live_trace_processing
.main
;
import
explorviz.live_trace_processing.reader.TCPReader
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment