You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Je...@equifax.com on 2004/03/16 17:21:41 UTC

How to create a manifest.MF for an EJB project with maven ?




Hi,

I am new to Maven.

Curently trying to debug a Maven script whose author cannot be reached.

The maven script creates the /meta-inf directory but does not create the
Manifest.MF file.

            <!-- Build the Manifest File if this is an EJB project -->
            <j:if test="${projectType.equals('ejb')}">
                  <echo>Yes this is an EJB project - G1</echo>
                  <mkdir dir="${maven.ejb.descriptordir}"/>
                  <echo>So creating the /meta-inf - G1</echo>
                  <manifest file="${maven.ejb.manifest}">
                        <attribute name="Class-Path" value=
"${maven.ejb.classpath}"/>
                  </manifest>
            </j:if>

The script seems to have a command for it but the file never gets created on the
file systrem.

Any clues will be highly appreciated.

thks
G1 (Jeevan)
(o) 770-740-4949

This message contains information from Equifax Inc. which may be confidential and
privileged.  If you are not an intended recipient, please refrain from any
disclosure, copying, distribution or use of this information and note that such
actions are prohibited.  If you have received this transmission in error, please
notify by e-mail postmaster@equifax.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org