hmm create jar task.
.deploy file is jdeveloper file
You can create it like this:
Highlight the project, right click->New
General->Deployment Profiles: JAR File - Simple Archive
Save as TestApplication.deploy
Fill in dialog
JAR Options –> Main class name: net.casetech.otsig.jdevintro.TestApplic
is it possible with ant deploy to jar file not to server? i have
server.deploy which i must deploy to jar file. Is it possible?
--
View this message in context:
http://old.nabble.com/ant-deploy-to-jar-file-tp28557975p28557975.html
Sent from the Ant - Users mailing list archive at Nabble.com.
-
i create ant build.xml file and i can compile it from jdeveloper. Build is
successful and classess aare copied to classess directory. But if i run the
same ant build.xml file from console i get message build is successful but
no classess are copied to class folder. After compiling in jdeveloper i