At 01:04 PM 3/4/02 +1100, you wrote:
>...You need to construct the manifest yourself. In general, Ant can't know
>which class is to be the main class....
>
>     <jar basedir="${bin.dir}/start" jarfile="${distlib.dir}/start.jar">
>       <manifest>
>         <attribute name="Main-Class" value="org.apache.ant.start.Main"/>
>       </manifest>
>     </jar>
>...
>http://jakarta.apache.org/ant/manual/CoreTasks/jar.html

works great now!

thanks

---
ray tayek http://home.earthlink.net/~rtayek/
actively seeking telecommuting work
orange county java users group http://www.ocjug.org/
hate spam? http://samspade.org/ssw/


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to