Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » Creating war using ANT(I have created a project and for building the war file I am using ANT but while building error occurs in jarsigner.)
Creating war using ANT [message #1053491] Mon, 06 May 2013 09:06
Gopakumar N G is currently offline Gopakumar N GFriend
Messages: 1
Registered: May 2013
Junior Member
The following are the output in building the project in command prompt.

D:\Gopakumar\PBL ScoreCard>ant
Buildfile: build.xml

prepare:

cleartomcat:

clear-remote:
[delete] Deleting directory D:\Gopakumar\PBL ScoreCard Remote API\build\class
path

incremental-remote:
[echo] BUILDING REMOTE API
[mkdir] Created dir: D:\Gopakumar\PBL ScoreCard Remote API\build\classpath
[javac] Compiling 52 source files to D:\Gopakumar\PBL ScoreCard Remote API\b
uild\classpath
[javac] Note: Some input files use unchecked or unsafe operations.
[javac] Note: Recompile with -Xlint:unchecked for details.

clean-remote:

clear-pc:
[delete] Deleting directory D:\Gopakumar\PBL ScoreCard Performance Chart Appl
et\build\classpath
[delete] Deleting directory D:\Gopakumar\PBL ScoreCard Performance Chart Appl
et\dist

incremental-pc:
[echo] BUILDING PERFORMANCE CHART APPLET
[mkdir] Created dir: D:\Gopakumar\PBL ScoreCard Performance Chart Applet\bui
ld\classpath
[copy] Copying 57 files to D:\Gopakumar\PBL ScoreCard Performance Chart App
let\build\classpath
[javac] Compiling 37 source files to D:\Gopakumar\PBL ScoreCard Performance
Chart Applet\build\classpath
[javac] Note: Some input files use unchecked or unsafe operations.
[javac] Note: Recompile with -Xlint:unchecked for details.
[copy] Copying 35 files to D:\Gopakumar\PBL ScoreCard Performance Chart App
let\build\classpath
[unzip] Expanding: D:\Gopakumar\PBL ScoreCard Performance Chart Applet\lib\h
essian-3.0.13.jar into D:\Gopakumar\PBL ScoreCard Performance Chart Applet\build
\classpath
[unzip] Expanding: D:\Gopakumar\PBL ScoreCard Performance Chart Applet\lib\c
omposite-1.0.jar into D:\Gopakumar\PBL ScoreCard Performance Chart Applet\build\
classpath
[unzip] Expanding: D:\Gopakumar\PBL ScoreCard Performance Chart Applet\lib\m
orph-1.0.jar into D:\Gopakumar\PBL ScoreCard Performance Chart Applet\build\clas
spath
[unzip] Expanding: D:\Gopakumar\PBL ScoreCard Performance Chart Applet\lib\c
ommons-logging-api.jar into D:\Gopakumar\PBL ScoreCard Performance Chart Applet\
build\classpath
[unzip] Expanding: D:\Gopakumar\PBL ScoreCard Performance Chart Applet\lib\j
graph.jar into D:\Gopakumar\PBL ScoreCard Performance Chart Applet\build\classpa
th
[mkdir] Created dir: D:\Gopakumar\PBL ScoreCard Performance Chart Applet\dis
t
[jar] Building jar: D:\Gopakumar\PBL ScoreCard Performance Chart Applet\di
st\performancechartedit.jar
[signjar] Signing JAR: D:\Gopakumar\PBL ScoreCard Performance Chart Applet\dis
t\performancechartedit.jar to D:\Gopakumar\PBL ScoreCard Performance Chart Apple
t\dist\performancechartedit.jar as csi
[signjar] jarsigner error: java.lang.RuntimeException: keystore load: C:\Users
\bimal\.keystore (The system cannot find the file specified)
[signjar] Enter Passphrase for keystore:

BUILD FAILED
D:\Gopakumar\PBL ScoreCard\build.xml:556: The following error occurred while exe
cuting this line:
D:\Gopakumar\PBL ScoreCard\build.xml:147: jarsigner returned: 1


Actually the keystore file is created at location D:\PBL ScoreCard where the build.xml file resides. But system looks for the .keystore file in C:\Users\Bimal\.keystore. So how do I change the path for the keystore file in build.xml? or is there any other solutions?
Previous Topic:No connection of A9724 (Cortex A9 DualCore) to Eclipse
Next Topic:Adding Sort to Property Editor
Goto Forum:
  


Current Time: Wed Apr 24 23:12:00 GMT 2024

Powered by FUDForum. Page generated in 0.07286 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top