Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
NetworkedGraphicsMV3500
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Analyze
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
Savage
NetworkedGraphicsMV3500
Commits
8af67ed5
Commit
8af67ed5
authored
4 years ago
by
Brutzman, Don
Browse files
Options
Downloads
Patches
Plain Diff
add compile/debug/run targets for Netbeans
parent
f5353d1f
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
nbproject/ide-file-targets.xml
+36
-0
36 additions, 0 deletions
nbproject/ide-file-targets.xml
with
36 additions
and
0 deletions
nbproject/ide-file-targets.xml
0 → 100644
+
36
−
0
View file @
8af67ed5
<?xml version="1.0" encoding="UTF-8"?>
<project
basedir=
".."
name=
"X3D examples: Savage-IDE"
>
<path
id=
"classpath"
>
<pathelement
path=
"classes;lib/CreateContentCatalog.jar;lib/X3DJSAIL.4.0.full.jar;lib/ant-contrib-1.0b3.jar;lib/jslint4java-2.0.5.jar;lib/json-schema-validator-2.2.6-lib.jar"
/>
</path>
<!-- TODO: edit the following target according to your needs -->
<!-- (more info: http://www.netbeans.org/kb/articles/freeform-config.html#runsingle) -->
<target
name=
"debug-selected-file-in-examples"
>
<fail
unless=
"debug.class"
>
Must set property 'debug.class'
</fail>
<nbjpdastart
addressproperty=
"jpda.address"
name=
"X3D examples: X3dForAdvancedModeling"
transport=
"dt_socket"
>
<classpath
refid=
"classpath"
/>
</nbjpdastart>
<java
classname=
"${debug.class}"
fork=
"true"
>
<classpath
refid=
"classpath"
/>
<jvmarg
value=
"-Xdebug"
/>
<jvmarg
value=
"-Xrunjdwp:transport=dt_socket,address=${jpda.address}"
/>
</java>
</target>
<!-- TODO: edit the following target according to your needs -->
<!-- (more info: http://www.netbeans.org/kb/articles/freeform-config.html#runsingle) -->
<target
name=
"run-selected-file-in-examples"
>
<fail
unless=
"run.class"
>
Must set property 'run.class'
</fail>
<java
classname=
"${run.class}"
failonerror=
"true"
fork=
"true"
>
<classpath
refid=
"classpath"
/>
</java>
</target>
<!-- TODO: edit the following target according to your needs -->
<!-- (more info: http://www.netbeans.org/kb/articles/freeform-config.html#compilesingle) -->
<target
name=
"compile-selected-files-in-examples"
>
<fail
unless=
"files"
>
Must set property 'files'
</fail>
<mkdir
dir=
"classes"
/>
<javac
debug=
"on"
destdir=
"classes"
failonerror=
"false"
includeantruntime=
"false"
includes=
"${files}"
source=
"1.8"
srcdir=
".."
verbose=
"false"
>
<classpath
refid=
"classpath"
/>
</javac>
</target>
</project>
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