Update of /cvsroot/xdoclet/xdoclet2/core/src/java/xdoclet
In directory sc8-pr-cvs1:/tmp/cvs-serv19778/core/src/java/xdoclet
Modified Files:
Generator.java Plugin.java XDoclet.java package.html
Log Message:
o Hierarchy refactoring
o Minor build script changes
Index: Generator.java
===
Update of /cvsroot/xdoclet/xdoclet2/lib/xdoclet/jars
In directory sc8-pr-cvs1:/tmp/cvs-serv19778/lib/xdoclet/jars
Added Files:
xdoclet-xjavadoc-SNAPSHOT.jar
Log Message:
o Hierarchy refactoring
o Minor build script changes
---
This S
Update of /cvsroot/xdoclet/xdoclet2/core/src/java/xdoclet/generators
In directory sc8-pr-cvs1:/tmp/cvs-serv19778/core/src/java/xdoclet/generators
Modified Files:
VelocityGenerator.java
Log Message:
o Hierarchy refactoring
o Minor build script changes
Index: VelocityGenerator.java
===
Update of /cvsroot/xdoclet/xdoclet2/core/src/test/java/xdoclet
In directory sc8-pr-cvs1:/tmp/cvs-serv19778/core/src/test/java/xdoclet
Modified Files:
XDocletTest.java
Log Message:
o Hierarchy refactoring
o Minor build script changes
Index: XDocletTest.java
===
Update of /cvsroot/xdoclet/xdoclet2/core/plugins/plugin/src/java/xdoclet/plugins/plugin
In directory
sc8-pr-cvs1:/tmp/cvs-serv19778/core/plugins/plugin/src/java/xdoclet/plugins/plugin
Modified Files:
PluginGenerator.java
Log Message:
o Hierarchy refactoring
o Minor build script changes
Update of /cvsroot/xdoclet/xdoclet2/core/plugins/plugin/src/java/META-INF
In directory sc8-pr-cvs1:/tmp/cvs-serv19778/core/plugins/plugin/src/java/META-INF
Modified Files:
xdoclet-plugin.xml
Log Message:
o Hierarchy refactoring
o Minor build script changes
Index: xdoclet-plugin.xml
=
Update of /cvsroot/xdoclet/xdoclet2/plugins/geek
In directory sc8-pr-cvs1:/tmp/cvs-serv19778/plugins/geek
Modified Files:
maven.xml
Log Message:
o Hierarchy refactoring
o Minor build script changes
Index: maven.xml
===
RCS f
Update of /cvsroot/xdoclet/xdoclet2/core/plugins/xtag
In directory sc8-pr-cvs1:/tmp/cvs-serv19778/core/plugins/xtag
Modified Files:
project.xml
Added Files:
project.properties
Log Message:
o Hierarchy refactoring
o Minor build script changes
--- NEW FILE: project.properties ---
Update of /cvsroot/xdoclet/xdoclet2/core/src/java/xdoclet/ant
In directory sc8-pr-cvs1:/tmp/cvs-serv19778/core/src/java/xdoclet/ant
Modified Files:
XDocletTask.java
Log Message:
o Hierarchy refactoring
o Minor build script changes
Index: XDocletTask.java
=
Update of /cvsroot/xdoclet/xdoclet2/core/src/java/xdoclet/io
In directory sc8-pr-cvs1:/tmp/cvs-serv16662/core/src/java/xdoclet/io
Removed Files:
AbstractDir.java AbstractFile.java PlainFile.java package.html
Log Message:
Not needed yet. Dig it up if we need it ever.
--- AbstractDir.java
Update of /cvsroot/xdoclet/xdoclet2/core/src/java/xdoclet/junit
In directory sc8-pr-cvs1:/tmp/cvs-serv6954/core/src/java/xdoclet/junit
Removed Files:
package.html XMLGeneratorTest.java
Log Message:
merged plugin and genrerator
--- package.html DELETED ---
--- XMLGeneratorTest.java DELET
Update of /cvsroot/xdoclet/xdoclet2/core/plugins/plugin/src/java/xdoclet/plugins/plugin
In directory
sc8-pr-cvs1:/tmp/cvs-serv6954/core/plugins/plugin/src/java/xdoclet/plugins/plugin
Removed Files:
PluginPlugin.java
Log Message:
merged plugin and genrerator
--- PluginPlugin.java DELETED
Update of /cvsroot/xdoclet/xdoclet2/lib/xdoclet/jars
In directory sc8-pr-cvs1:/tmp/cvs-serv5922/lib/xdoclet/jars
Removed Files:
xdoclet-xjavadoc-SNAPSHOT.jar
Log Message:
removed file added as ascii
--- xdoclet-xjavadoc-SNAPSHOT.jar DELETED ---
The following issue has been updated:
Updater: Neeme Praks (mailto:[EMAIL PROTECTED])
Date: Fri, 7 Feb 2003 2:13 PM
Comment:
attached patch
Changes:
[Attachment] [mavenplugin.patch] was added
-
For a full histo
Message:
A new issue has been created in JIRA.
-
View the issue:
http://opensource.atlassian.com/projects/xdoclet/secure/ViewIssue.jspa?key=XDT-293
Here is an overview of the issue:
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of Mathias
> Bogaert
> Sent: 8. februar 2003 09:10
> To: [EMAIL PROTECTED]
> Subject: [Xdoclet-devel] XDoclet 2 EJB Validation
>
>
> Hi,
>
> I am thinking about using the JBoss verifier for validating EJB
Please post it in our issue tracker.
http://opensource.atlassian.com/projects/xdoclet/
Aslak
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of Neeme
> Praks
> Sent: 7. februar 2003 20:27
> To: [EMAIL PROTECTED]
> Subject: [Xdoclet-devel] [patch] mave
Hi,
I am thinking about using the JBoss verifier for validating EJBs after
XDoclet generation.
Would this be a cool new feature?
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/jboss/jboss/src/main/org/jbos
s/verifier/
Cheers,
Mathias
---
Thi
--ew6BAiZeqk4r7MaW
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable
docs state that @ejb.ejb-ref ref-name defaults to "ejb/[bean name]"
unless it is specified. when i try to specify it myself, it still
tacks on the "ejb/" so ref-n
Hi!
If I use project.properties to override either
maven.xdoclet.ejbdoclet.destDir or maven.xdoclet.hibernatedoclet.destDir
property, then currenly the maven plugin simply ignores the new setting
when adding the source path to source set.
Attached is a patch to fix this.
Rgds,
Neeme
Index: mav
Update of /cvsroot/xdoclet/xdoclet2/plugins/hibernate/src/java
In directory sc8-pr-cvs1:/tmp/cvs-serv2891/plugins/hibernate/src/java
Removed Files:
dummy.txt
Log Message:
Removed.
--- dummy.txt DELETED ---
---
This SF.NET email is sp
Update of /cvsroot/xdoclet/xdoclet/samples/src/java/test/ejb/cmr
In directory sc8-pr-cvs1:/tmp/cvs-serv31819
Added Files:
EmployeeBean.java EmployeeAddressBean.java
Log Message:
Two new samples demonstrating the use of value objects
when you get two relations to the same bean.
--- NEW FI
Update of /cvsroot/xdoclet/xdoclet2/core/plugins/plugin/src/java
In directory sc8-pr-cvs1:/tmp/cvs-serv16287/core/plugins/plugin/src/java
Removed Files:
dummy.txt
Log Message:
Removed.
--- dummy.txt DELETED ---
---
This SF.NET email
Update of /cvsroot/xdoclet/xdoclet2/core/src/java/xdoclet
In directory sc8-pr-cvs1:/tmp/cvs-serv28462/core/src/java/xdoclet
Modified Files:
XDocletException.java
Log Message:
Javadoc galore.
Index: XDocletException.java
===
> The problem is that we have way too many fora:
>
> 1) [EMAIL PROTECTED]
> 2) [EMAIL PROTECTED]
> 3) SF "Help" forum
> 4) SF "Open Discussion" forum
> 5) JGuru XDoclet Forum
> 6) JIRA
>
> And in addition to that we have the "read-only" places:
> 7) JGuru XDoclet FAQ
> 8) http://xdoclet.sf.ne
Update of /cvsroot/xdoclet/xdoclet2/core/aptdocs
In directory sc8-pr-cvs1:/tmp/cvs-serv28838/core/aptdocs
Modified Files:
ym-discussion-2002.03.07.txt
Log Message:
Removed irrelevant parts.
Index: ym-discussion-2002.03.07.txt
==
Update of /cvsroot/xdoclet/xdoclet2/core/xdocs/images
In directory sc8-pr-cvs1:/tmp/cvs-serv25889/core/xdocs/images
Removed Files:
xdoclet-logo.gif
Log Message:
Removed.
--- xdoclet-logo.gif DELETED ---
---
This SF.NET email is spons
27 matches
Mail list logo