File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
A friendly place for programming greenhorns!
Big Moose Saloon
Search
|
Java FAQ
|
Recent Topics
Register / Login
JavaRanch
»
Java Forums
»
Engineering
»
Ant, Maven and Other Build Tools
Author
ant build file-building jar problem
rajareddy annavaarm
Ranch Hand
Joined: Mar 15, 2007
Posts: 96
posted
Apr 19, 2007 05:27:00
0
<target name="ejbc" depends="init">
<echo>+ ===================================================== +</echo>
<echo>+ +</echo>
<echo>+ EJBC +</echo>
<echo>+ +</echo>
<echo>+ ===================================================== +</echo>
<delete>
<fileset dir="${build.dist.dir}" includes="${jar.name}" />
</delete>
<
java
classname="weblogic.ejbc"
fork="true">
<arg value="-keepgenerated"/>
<arg value="${build.dist.dir}/${pre-ejb.jar.name}"/>
<arg value="${build.dist.dir}/${jar.name}"/>
<classpath refid="weblogic.path"/>
<classpath refid="j2ee.path"/>
<classpath refid="log4j.path"/>
<classpath refid="junit.path"/>
<classpath refid="junitee.path"/>
<classpath refid="commons-logging.path"/>
<classpath refid="commons-fileupload.path"/>
<classpath refid="spring.path"/>
<classpath refid="jar.path"/>
</java>
</target>
above is some part of my
ANT
build file.this script is not able to prepare
jars at below line
1)<arg value="${build.dist.dir}/${pre-ejb.jar.name}"/>
what is the problem??
Jan Cumps
Bartender
Joined: Dec 20, 2006
Posts: 2343
I like...
posted
Apr 19, 2007 12:07:00
0
what is the problem??
What is the error?
Regards, Jan
OCUP UML fundamental
ITIL foundation
I agree. Here's the link:
http://aspose.com/file-tools
subject: ant build file-building jar problem
Similar Threads
ant exception
[Ant]Does not run java task
[java] ERROR: ejbc couldn't invoke compiler
Problem in schema export - Hibernate
The project was not built since its build path is incomplete Websphere error
All times are in JavaRanch time: GMT-6 in summer, GMT-7 in winter