On May 9, 2007, at 9:15 AM, Anita Kulshreshtha wrote:

Just curious....
  Why was the main class org.apache.geronimo.system.main.Daemon? we
have not been using it for a while.

Heh. Good question. I'm pretty sure that it was a copy/paste error. To my knowledge, we've never used jpa.jar as an executable jar and the main class was dated (as you've noted). I felt pretty comfortable removing it (assuming it built... ;-)

I also removed geronimo-util from the manifest in client.jar. The classpath for client.jar and server.jar are now identical... All testing looked good to me. Let me know if anyone sees a problem...

--kevan

<snip>


http://svn.apache.org/viewvc/geronimo/server/trunk/configs/ transformer-agent/pom.xml?view=diff&rev=536445&r1=536444&r2=536445

====================================================================== ========
--- geronimo/server/trunk/configs/transformer-agent/pom.xml
(original)
+++ geronimo/server/trunk/configs/transformer-agent/pom.xml Wed May
9 00:08:07 2007
@@ -45,18 +45,12 @@
                             <Extension-Dirs>lib/ext</Extension-Dirs>


<Premain-Class>org.apache.geronimo.transformer.TransformerAgent</ Premain-Class>
                         </manifestEntries>
-                        <manifest>
-
<mainClass>org.apache.geronimo.system.main.Daemon</mainClass>
-                        </manifest>
                     </archive>

                     <!--
                     NOTE: This list of dependencies is
non-transitive.
                     -->
                     <classpath>
-                        <element>
-                            <entry>server.jar</entry>
-                        </element>
                         <element>

<groupId>org.apache.geronimo.modules</groupId>

<artifactId>geronimo-transformer</artifactId>





__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around
http://mail.yahoo.com

Reply via email to