[jboss-user] [JBoss Seam] - Re: Jboss Seam 2.0 CR2 offline install

pete.muir@jboss.org do-not-reply at jboss.com
Wed Oct 24 06:48:46 EDT 2007


You can try a nightly snapshot instead:

http://hudson.qa.jboss.com/hudson/job/JBossSeam/lastSuccessfulBuild/artifact/jboss-seam/dist/jboss-seam-2.0.0-SNAPSHOT.zip

as this shouldn't require net access to run seam-gen.  (Post back if it does).

Or, apply this patch to CR2:

  Index: build.xml
  |   ===================================================================
  |   RCS file: /cvsroot/jboss/jboss-seam/seam-gen/build.xml,v
  |   retrieving revision 1.107
  |   retrieving revision 1.108
  |   diff -u -b -r1.107 -r1.108
  |   --- build.xml	3 Oct 2007 21:53:31 -0000	1.107
  |   +++ build.xml	7 Oct 2007 23:32:10 -0000	1.108
  |   @@ -11,9 +11,7 @@
  |    	<import file="${seam.dir}/build/common.build.xml" />
  |    	
  |    	<target name="init">
  |   -		<artifact:dependencies pathId="seam-gen.path">
  |   -			<dependency groupId="org.jboss.seam" artifactId="jboss-seam-gen" version="${complete.version}" />
  |   -		</artifact:dependencies>
  |   +		<path id="seam-gen.path" path="${seam.dir}/lib/jboss-seam-gen.jar" />
  |    	    <!-- taskdefs -->
  |    	    <taskdef name="normalizeProjectName" 
  |    	        classname="org.jboss.seam.tool.NormalizeProjectNameTask" 

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4098239#4098239

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4098239



More information about the jboss-user mailing list