2 Replies Latest reply on Jun 28, 2011 2:38 PM by asookazian

    testing seamforge with Seam 3.0.0

    asookazian

      I just created a simple executable JAR using seamforge.  when i exec at the cmd line the following:


      java -jar foo-1.0.0-SNAPSHOT.jar



      I see the following:


      c:\Temp\seamforge\target>java -jar foo-1.0.0-SNAPSHOT.jar
      Failed to load Main-Class manifest attribute from
      foo-1.0.0-SNAPSHOT.jar



      c:\Temp\seamforge\target>java -version
      java version "1.6.0_25"
      Java(TM) SE Runtime Environment (build 1.6.0_25-b06)
      Java HotSpot(TM) 64-Bit Server VM (build 20.0-b11, mixed mode)



      The manifest.mf is packaged in the JAR and here are its contents:


      Manifest-Version: 1.0
      Archiver-Version: Plexus Archiver
      Created-By: Apache Maven
      Built-By: asookazian
      Build-Jdk: 1.6.0_25



      what's the problem? 


      btw, how do I know which version of seamforge I'm running?  thx.