Download
Getting Started
Members
Projects
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
More
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
Toggle navigation
Bugzilla – Attachment 129325 Details for
Bug 269201
[jar exporter] ant file produced by Export runnable jar contains absolute paths instead of relative to workspace
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
Terms of Use
|
Copyright Agent
Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read
this important communication.
build.xml file as generated by Eclipse
runnableAbsolutePaths.xml (text/xml), 1.68 KB, created by
Thorbjørn Ravn Andersen
on 2009-03-19 05:37:32 EDT
(
hide
)
Description:
build.xml file as generated by Eclipse
Filename:
MIME Type:
Creator:
Thorbjørn Ravn Andersen
Created:
2009-03-19 05:37:32 EDT
Size:
1.68 KB
patch
obsolete
><?xml version="1.0" encoding="UTF-8" standalone="no"?> ><project default="create_run_jar" name="Create Runnable Jar for Project runnableJar with libraries in sub-folder"> > <!--this file was created by Eclipse Runnable JAR Export Wizard--> > <!--ANT 1.7 is required --> > <target name="create_run_jar"> > <jar destfile="c:/runnableJarOutput.jar"> > <manifest> > <attribute name="Main-Class" value="foo.Bar"/> > <attribute name="Class-Path" value=". runnableJarOutput_lib/jt400.jar runnableJarOutput_lib/logback-classic-0.9.14.jar runnableJarOutput_lib/logback-core-0.9.14.jar runnableJarOutput_lib/slf4j-api-1.5.6.jar"/> > </manifest> > <fileset dir="C:/eclipse/workspace-runnableJar/runnableJar/bin"/> > <fileset dir="C:/eclipse/workspace-runnableJar/ibm-jtopen-5.0/bin"/> > <fileset dir="C:/eclipse/workspace-runnableJar/logback-0.9.X/bin"/> > <fileset dir="C:/eclipse/workspace-runnableJar/slf4j-api-1.5.X/bin"/> > </jar> > <delete dir="c:/runnableJarOutput_lib"/> > <mkdir dir="c:/runnableJarOutput_lib"/> > <copy file="C:/eclipse/workspace-runnableJar/ibm-jtopen-5.0/jt400.jar" todir="c:/runnableJarOutput_lib"/> > <copy file="C:/eclipse/workspace-runnableJar/logback-0.9.X/lib/logback-classic-0.9.14.jar" todir="c:/runnableJarOutput_lib"/> > <copy file="C:/eclipse/workspace-runnableJar/logback-0.9.X/lib/logback-core-0.9.14.jar" todir="c:/runnableJarOutput_lib"/> > <copy file="C:/eclipse/workspace-runnableJar/slf4j-api-1.5.X/lib/slf4j-api-1.5.6.jar" todir="c:/runnableJarOutput_lib"/> > </target> ></project>
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 269201
:
129325
|
129326
|
132288
|
132476
|
222585
|
223065
|
244414