antlets/jaxb/src xbuild.xml,1.2,1.3

[email protected]
Newsgroups gmane.comp.krysalis.metamorphosis.cvs
Message-ID <[email protected]>
Update of /cvsroot/metamorphosis/antlets/jaxb/src
In directory sc8-pr-cvs1:/tmp/cvs-serv29047/jaxb/src

Modified Files:
	xbuild.xml 
Log Message:
Ugg classloader stuff.

Index: xbuild.xml
===================================================================
RCS file: /cvsroot/metamorphosis/antlets/jaxb/src/xbuild.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** xbuild.xml	24 Nov 2003 22:09:46 -0000	1.2
--- xbuild.xml	22 Dec 2003 22:42:07 -0000	1.3
***************
*** 14,26 ****
     <target name="init.jaxb" depends="init.jwsdp" >  
   
! <taskdef name="xjc" classname="com.sun.tools.xjc.XJCTask">
!   <classpath>
!     <fileset dir="${jwsdp.home}/jaxb/lib" includes="*.jar" excludes="ant.jar"/>
!     <fileset dir="${jwsdp.home}">
!       <include name="jaxp/**/*.jar"/>
!       <include name="jwsdp-shared/lib/**/*.jar"/>
!     </fileset>
!   </classpath>
! </taskdef>	
   </target>
   
--- 14,38 ----
     <target name="init.jaxb" depends="init.jwsdp" >  
   
! 
!     <!-- Classpath for my jars -->
!  	<path id="jwsdp.classpath">
!         <fileset dir="${jwsdp.home}/jaxb/lib" includes="*.jar" excludes="ant.jar"/>
!         <fileset dir="${jwsdp.home}">
!           <include name="jaxp/**/*.jar"/>
!           <include name="jwsdp-shared/lib/**/*.jar"/>
!         </fileset>
!     	
! 	</path>
! 	
! 	 <classloader name="jwsdp.antlib.loader" parentFirst="last" classpathRef="jwsdp.classpath">
! 		
! 	</classloader>
! 
!  	<taskdef name="xjc" 
!  	         classname="com.sun.tools.xjc.XJCTask" 
!  		     classpathRef="jwsdp.classpath" />
!     
! 
! 
   </target>
   




-------------------------------------------------------
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.