( do not send message to me directly please, use the list ) Just forgot, building with maven works best if you have some additional repositories specified: ---------------------%<------------ <profile> <id>default</id> <repositories> <repository> <id>codehaus</id> <name>codehaus releases</name> <url>http://repository.codehaus.org</url> <releases> <enabled>true</enabled> <updatePolicy>never</updatePolicy> </releases> <snapshots> <enabled>false</enabled> </snapshots> </repository> <repository> <id>codehaus-snapshots</id> <name>codehaus snapshots</name> <url>http://snapshots.repository.codehaus.org</url> <releases> <enabled>false</enabled> </releases> <snapshots> <enabled>true</enabled> <updatePolicy>daily</updatePolicy> </snapshots> </repository> <repository> <id>opensymphony</id> <name>opensymphony repo</name> <url>http://maven.opensymphony.com</url> <layout>legacy</layout> <releases> <enabled>true</enabled> <updatePolicy>never</updatePolicy> </releases> <snapshots> <enabled>true</enabled> <updatePolicy>daily</updatePolicy> </snapshots> </repository> <repository> <id>codehaus-legacy</id> <name>legacy codehaus repo</name> <url>http://dist.codehaus.org</url> <layout>legacy</layout> <releases> <enabled>true</enabled> <updatePolicy>never</updatePolicy> </releases> <snapshots> <enabled>true</enabled> <updatePolicy>daily</updatePolicy> </snapshots> </repository> <repository> <id>pribluda-private</id> <name>private repo on pribluda.de</name> <url>http://www.pribluda.de/m2</url> <releases> <enabled>true</enabled> <updatePolicy>never</updatePolicy> </releases> <snapshots> <enabled>true</enabled> <updatePolicy>daily</updatePolicy> </snapshots> </repository> </repositories> <pluginRepositories> <pluginRepository> <id>codehaus</id> <name>codehaus releases</name> <url>http://repository.codehaus.org</url> <releases> <enabled>true</enabled> <updatePolicy>never</updatePolicy> </releases> <snapshots> <enabled>false</enabled> </snapshots> </pluginRepository> <pluginRepository> <id>codehaus-snapshots</id> <name>codehaus snapshots</name> <url>http://snapshots.repository.codehaus.org</url> <releases> <enabled>false</enabled> </releases> <snapshots> <enabled>true</enabled> <updatePolicy>daily</updatePolicy> </snapshots> </pluginRepository> </pluginRepositories>
----[ Konstantin Pribluda http://www.pribluda.de ]---------------- JTec quality components: http://www.pribluda.de/projects/ --- On Thu, 6/11/09, Justin Case <send_lotsa_spam_h...@yahoo.com> wrote: > From: Justin Case <send_lotsa_spam_h...@yahoo.com> > Subject: Re: [Xdoclet-user] ValueObject source code missing > To: "End-user support for the XDoclet code generator" > <xdoclet-user@lists.sourceforge.net> > Date: Thursday, June 11, 2009, 7:44 PM > > Hi all, > > Forget it, I decompiled them perfectly with JODE only to > see that it's a heavily customized package (for our app). > So, it's just upgrade handwork from now on. > > Thanks anyway :) > M > > > From: Justin Case <send_lotsa_spam_h...@yahoo.com> > > > > Hi all, > > > > In my ooold project this feature of XDoclet1 is > heavily > > used: > > http://xdoclet.sourceforge.net/xdoclet/valueobjects.html > > the Value Objects. > > > > However it seems that NONE of the deliveries which can > be > > downloaded from Sourceforge contains either the JAR or > the > > source for this module. I have the JAR in my project, > so > > does anybody have by chance the SOURCE of this > module? > > Googling on VODocletTask.java gave ZARRO results... > :( > > > > > > ------------------------------------------------------------------------------ > Crystal Reports - New Free Runtime and 30 Day Trial > Check out the new simplified licensing option that enables > unlimited > royalty-free distribution of the report engine for > externally facing > server and web deployment. > http://p.sf.net/sfu/businessobjects > _______________________________________________ > xdoclet-user mailing list > xdoclet-user@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/xdoclet-user > ------------------------------------------------------------------------------ Crystal Reports - New Free Runtime and 30 Day Trial Check out the new simplified licensing option that enables unlimited royalty-free distribution of the report engine for externally facing server and web deployment. http://p.sf.net/sfu/businessobjects _______________________________________________ xdoclet-user mailing list xdoclet-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/xdoclet-user