Update of /cvsroot/xdoclet/xdoclet2
In directory sc8-pr-cvs1:/tmp/cvs-serv22928

Modified Files:
        maven.xml project.properties TODO.txt 
Log Message:
-Improved JavaBeans support (which is the metadata layer for XDoclet configuration)
-Made tests able to run in unforked mode

Index: maven.xml
===================================================================
RCS file: /cvsroot/xdoclet/xdoclet2/maven.xml,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -r1.18 -r1.19
*** maven.xml   8 Mar 2003 16:44:19 -0000       1.18
--- maven.xml   12 Mar 2003 23:41:52 -0000      1.19
***************
*** 1,3 ****
--- 1,4 ----
  <project default="jar:install"
+          xmlns:j="jelly:core"
           xmlns:maven="jelly:maven">
  
***************
*** 142,145 ****
--- 143,154 ----
              <xtag destination="${maven.build.dir}/testdata/xtag/java"/>
          </xdoclet>
+     </goal>
+     
+     <goal name="copy-deps">
+       <j:forEach var="dep" items="${pom.dependencies}">
+         <mkdir dir="${maven.build.dir}/jars"/>
+         <copy 
file="${maven.repo.local}/${dep.artifactDirectory}/jars/${dep.artifact}"
+               todir="${maven.build.dir}/jars"/>
+       </j:forEach>
      </goal>
  </project>

Index: project.properties
===================================================================
RCS file: /cvsroot/xdoclet/xdoclet2/project.properties,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -r1.11 -r1.12
*** project.properties  8 Mar 2003 16:44:19 -0000       1.11
--- project.properties  12 Mar 2003 23:41:53 -0000      1.12
***************
*** 43,47 ****
  # and AntLogFactory even if XDoclet isn't invoked from Ant (It will be invoked
  # from a JUnit class, and the Ant project won't be set. Forking solves the problem.
! maven.junit.fork = yes
  
  # This controls where the jars are uploaded.
--- 43,47 ----
  # and AntLogFactory even if XDoclet isn't invoked from Ant (It will be invoked
  # from a JUnit class, and the Ant project won't be set. Forking solves the problem.
! #maven.junit.fork = yes
  
  # This controls where the jars are uploaded.

Index: TODO.txt
===================================================================
RCS file: /cvsroot/xdoclet/xdoclet2/TODO.txt,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -r1.12 -r1.13
*** TODO.txt    8 Mar 2003 16:44:19 -0000       1.12
--- TODO.txt    12 Mar 2003 23:41:53 -0000      1.13
***************
*** 1,2 ****
--- 1,5 ----
+ o Add support for  {1} (Package name) in file name.
+ o Remove the fancy introspection mechanism Superceded by BeanInfo etc.
+ o Make JUnit tests run unforked.
  o property methods in xjavadoc.MethodImpl should check for public (see java bean 
spec for completeness).
  o Write a real proposal for the new mission. Think about how to organise the plugin 
sub-projects and make it easy to get started with CVS etc.



-------------------------------------------------------
This SF.net email is sponsored by:Crypto Challenge is now open! 
Get cracking and register here for some mind boggling fun and 
the chance of winning an Apple iPod:
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en
_______________________________________________
xdoclet-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to