<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://blog.gmane.org/gmane.comp.java.xdoclet.user">
    <title>gmane.comp.java.xdoclet.user</title>
    <link>http://blog.gmane.org/gmane.comp.java.xdoclet.user</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.xdoclet.user/12636"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.xdoclet.user/12635"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.xdoclet.user/12627"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.xdoclet.user/12626"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.xdoclet.user/12625"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.xdoclet.user/12624"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.xdoclet.user/12623"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.xdoclet.user/12622"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.xdoclet.user/12621"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.xdoclet.user/12620"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.xdoclet.user/12619"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.xdoclet.user/12618"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.xdoclet.user/12617"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.xdoclet.user/12616"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.xdoclet.user/12615"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.xdoclet.user/12614"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.xdoclet.user/12613"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.xdoclet.user/12607"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.xdoclet.user/12636">
    <title>list within a list</title>
    <link>http://comments.gmane.org/gmane.comp.java.xdoclet.user/12636</link>
    <description>&lt;pre&gt;Hi

I have the following tags
 * &amp;lt; at &amp;gt;class.annotation type="xc"
 *                   attr= "aaaa,bbbb,cccc"
 *                   attr= "xxxx,yyyy,zzzz"
 *


I wish to generate
                &amp;lt;annotation type="xc"&amp;gt;
                    &amp;lt;annotationAttr name="aaaa" value="bbbb"
type="ccccc"&amp;gt;&amp;lt;/annotationAttr&amp;gt;
                    &amp;lt;annotationAttr name="xxxx" value="yyyy"
type="zzzzz"&amp;gt;&amp;lt;/annotationAttr&amp;gt;
                &amp;lt;/annotation&amp;gt;
&lt;/pre&gt;</description>
    <dc:creator>Subin Modeel</dc:creator>
    <dc:date>2012-01-26T21:51:11</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.xdoclet.user/12635">
    <title>(no subject)</title>
    <link>http://comments.gmane.org/gmane.comp.java.xdoclet.user/12635</link>
    <description>&lt;pre&gt;Don’t be shy anymore! I’ll help you!. http://mescla.free.fr/sites.friend.php?issiteid=82ti3

------------------------------------------------------------------------------
The demand for IT networking professionals continues to grow, and the
demand for specialized networking skills is growing even more rapidly.
Take a complimentary Learning&amp;lt; at &amp;gt;Cisco Self-Assessment and learn 
about Cisco certifications, training, and career opportunities. 
http://p.sf.net/sfu/cisco-dev2dev
_______________________________________________
xdoclet-user mailing list
xdoclet-user&amp;lt; at &amp;gt;lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xdoclet-user
&lt;/pre&gt;</description>
    <dc:creator>Priya Pratheep</dc:creator>
    <dc:date>2011-10-26T15:13:01</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.xdoclet.user/12627">
    <title>generating multiple files</title>
    <link>http://comments.gmane.org/gmane.comp.java.xdoclet.user/12627</link>
    <description>&lt;pre&gt;Hi all,

I have been using from XDoclet1 the VO plugin which was working fine (except having no support for generics). I'm not talking about the EJB plugin's VO functionality, but the standalone VO plugin. Well XDoclet2 doesn't have this plugin anymore... It wouldn't have been such a big deal if I had discovered how to create MULTIPLE files out of one single input.

Remember the old VO? You'd give a Java class a few annotations like this, telling how many VOs should be created from the class:

&amp;lt; at &amp;gt;vo:value-object name="FirstVO" match="First" 
&amp;lt; at &amp;gt;vo:value-object name="AnotherVO" match="Second" 

then for each field you could tell which generated VO has accessors for it based on the "match" keyword:
&amp;lt; at &amp;gt;vo:field match="Second"

I could imagine calling a regular plugin a few times, but this is just a silly approach - I don't know how many times should that one be called, and I can't iterate in the Ant task on the class metadata either. Hardcoding everything in the Ant file is a even weaker solution.

I thought I would need a new plugin for this, and I checked how to write it. One has to go as high as reimplementing the org.generama.Plugin because there's where the rule "one output/input" is decided (in start()). Subclassing Plugin is not an option as pretty much all its fields are private (and I'd have to duplicate all the code from JavaGeneratingPlugin and QDoxPlugin). Then I have no description on what actually a metadata should contain :) and generally speaking there's no documentation of the 1.0.4 plugins release, of 1.0.5 even less (the release is not even mentioned on the site just in an email). The Maven build is missing a couple of dependencies for the 1.0.4 plugins and I miss the sources for 1.0.5 to even try. Did I mention I hate Eclipse M2E? Shortly put: I see no chance of doing it myself. 


Do you have any hint for me, how could I generate multiple files out a single Java input? Honestly said, at this moment patching together a QDox+Velocity Ant task looks to me an easier approach than using XDoclet2 :(


Thanks a lot,
M
------------------------------------------------------------------------------
BlackBerry&amp;amp;reg; DevCon Americas, Oct. 18-20, San Francisco, CA
Learn about the latest advances in developing for the 
BlackBerry&amp;amp;reg; mobile platform with sessions, labs &amp;amp; more.
See new tools and technologies. Register for BlackBerry&amp;amp;reg; DevCon today!
http://p.sf.net/sfu/rim-devcon-copy1 _______________________________________________
xdoclet-user mailing list
xdoclet-user&amp;lt; at &amp;gt;lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xdoclet-user
&lt;/pre&gt;</description>
    <dc:creator>Justin Case</dc:creator>
    <dc:date>2011-09-19T08:56:15</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.xdoclet.user/12626">
    <title>Entra nella mia rete su LinkedIn</title>
    <link>http://comments.gmane.org/gmane.comp.java.xdoclet.user/12626</link>
    <description>&lt;pre&gt;LinkedIn
------------




    Anton Bashmakov ha chiesto di aggiungerti ai suoi collegamenti su LinkedIn:
  
------------------------------------------

Vorrei aggiungerti alla mia rete professionale su LinkedIn.

Accetta l'invito di Anton Bashmakov
http://www.linkedin.com/e/-nop5s1-gp7vxnb3-4/TabOrLzTOxqgvU6HS6S8uLoGlgIsNGTmTIQIcQzLcgqg_WpgLDH/blk/I1451248213_3/1BpC5vrmRLoRZcjkkZt5YCpnlOt3RApnhMpmdzgmhxrSNBszYPnPcNczwQcz4Rd359bTBPm7l4oAxKbP8Mc3kUcjwVczcLrCBxbOYWrSlI/EML_comm_afe/

Visualizza l'invito di Anton Bashmakov
http://www.linkedin.com/e/-nop5s1-gp7vxnb3-4/TabOrLzTOxqgvU6HS6S8uLoGlgIsNGTmTIQIcQzLcgqg_WpgLDH/blk/I1451248213_3/3dvcP4Oe3gOcjkQckALqnpPbOYWrSlI/svi/ 
------------------------------------------

SAPEVI CHE LinkedIn può aiutarti a trovare i migliori fornitori di servizi usando le segnalazioni della tua rete di contatti affidabili? Usando Servizi di LinkedIn puoi eliminare le incognite dal processo di selezione dei fornitori di servizi leggendo le segnalazioni dei membri più affidabili e credibili della tua rete. 
http://www.linkedin.com/e/-nop5s1-gp7vxnb3-4/svp/inv-25/

 
&lt;/pre&gt;</description>
    <dc:creator>Anton Bashmakov tramite LinkedIn</dc:creator>
    <dc:date>2011-06-22T06:11:25</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.xdoclet.user/12625">
    <title>Hi))  How are you doing?</title>
    <link>http://comments.gmane.org/gmane.comp.java.xdoclet.user/12625</link>
    <description>&lt;pre&gt;http://www.biz-analyst.com/Iindex.html
       ------------------------------------------------------------------------------
What Every C/C++ and Fortran developer Should Know!
Read this article and learn how Intel has extended the reach of its 
next-generation tools to help Windows* and Linux* C/C++ and Fortran 
developers boost performance applications - including clusters. 
http://p.sf.net/sfu/intel-dev2devmay_______________________________________________
xdoclet-user mailing list
xdoclet-user&amp;lt; at &amp;gt;lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xdoclet-user
&lt;/pre&gt;</description>
    <dc:creator>Kevin Norton</dc:creator>
    <dc:date>2011-05-21T04:08:12</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.xdoclet.user/12624">
    <title>Week 8 and I feel great</title>
    <link>http://comments.gmane.org/gmane.comp.java.xdoclet.user/12624</link>
    <description>&lt;pre&gt;Hey All,
I hope you all enjoyed St Patricks day and Madi Grais in style I know I did thanks to the Carty Crew.  Just wanted to give you all an update on my training.  Check out the site post below
   
   http://pages.teamintraining.org/nc/flowetri11/gdeacon
   
Also  to you deal hounds I'd like to let you know about a great Charity Event sponsored by Belk.  It is closed to the public and available only to ticket holders.

When: Sat 4/16/2011
Where: Charlotte Area Belk Stors
When: 6am to 10 am
What 20% to 70% off on rarely discounted merchandise
How: purchase a $5 ticket from me to be allowed admission.  The entire proceeds from your ticket will go towards my furnraising goal.

So how many tickets would you like?
email or call me for more details 704-779-5229


   Each donation helps accelerate finding a cure for leukemia, lymphoma and myeloma. Nearly 958,000 Americans are battling these blood cancers.  I am hoping that my participation in Team In Training will help bring them hope and support.
   
   On behalf of The Leukemia &amp;amp; Lymphoma Society, thank you very much for your support.  I greatly appreciate your generosity.
   
   Thank you,
   
   Garrett Deacon
   
   P.S. I would appreciate it if you would forward this email to as many people as you can to encourage them to donate as well. Thanks again.

______________________________________________________________________
This email has been scanned by the MessageLabs Email Security System.
For more information please visit http://www.messagelabs.com/email 
______________________________________________________________________

------------------------------------------------------------------------------
Enable your software for Intel(R) Active Management Technology to meet the
growing manageability and security demands of your customers. Businesses
are taking advantage of Intel(R) vPro (TM) technology - will your software 
be a part of the solution? Download the Intel(R) Manageability Checker 
today! http://p.sf.net/sfu/intel-dev2devmar
&lt;/pre&gt;</description>
    <dc:creator>gdeacon&lt; at &gt;yahoo.com</dc:creator>
    <dc:date>2011-03-24T01:26:23</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.xdoclet.user/12623">
    <title>Week 5 into my journey as a Triathaleet</title>
    <link>http://comments.gmane.org/gmane.comp.java.xdoclet.user/12623</link>
    <description>&lt;pre&gt;Hi All,
I hope you are doing well.  Just thought I'l give you an update on my training.  I guess the biggest thing is that this is not marathon training for sure.  I ususally have 2 workouts per day now versus a single run.  Somedays I run and swim somedays I bike and run.  I like the variety for sure.  

The swimming has been the biggest challenge.  I am having to un-learn everything I know.  I feel like a 4th grader with my face in the water blowing bubbles again.  Coach Steve promises that the drills will all make sense and I'll have a nice efficient stroke to make it through that mile swim.

Anyway check out the latest updates to the site (there are some pics of my teammates).  And if you can make a donation.  Anything you can do is greatly appreciated and will help find a cure for Leukemia and Lymphoma.   
   
http://pages.teamintraining.org/nc/flowetri11/gdeacon
   
   
   On behalf of The Leukemia &amp;amp; Lymphoma Society, thank you very much for your support.  I greatly appreciate your generosity.
   
   Thank you,
   
   Garrett Deacon
   
   P.S. I would appreciate it if you would forward this email to as many people as you can to encourage them to donate as well. Thanks again.

______________________________________________________________________
This email has been scanned by the MessageLabs Email Security System.
For more information please visit http://www.messagelabs.com/email 
______________________________________________________________________

------------------------------------------------------------------------------
The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE:
Pinpoint memory and threading errors before they happen.
Find and fix more than 250 security defects in the development cycle.
Locate bottlenecks in serial and parallel code that limit performance.
http://p.sf.net/sfu/intel-dev2devfeb
&lt;/pre&gt;</description>
    <dc:creator>gdeacon&lt; at &gt;yahoo.com</dc:creator>
    <dc:date>2011-02-21T00:17:51</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.xdoclet.user/12622">
    <title>Help with my 2011 goal</title>
    <link>http://comments.gmane.org/gmane.comp.java.xdoclet.user/12622</link>
    <description>&lt;pre&gt;Hello Freinds and Family,

I hope the New Year finds you and yours happy and healthy.    This year I finally decied to take the plunge (punn intended) and compete in my very first triathlon    With the help of the awesome coaches from Team in Training (www.teamintraining.org) , I will be competing in the Festival of Flowers triathlon on June 12 2012.  Its an Olympic distance so that is a  0.9 mi swim, 24 mi bike ride, and a 6.2 mi run.  

Many of you know my involvement with TNT as a coach, mentor and participan so you know I can get the job done in crossing the finish line.  I need your help in crossing the fund-raising finish line of $2,500 to help find a cure for leukemia and lymphoma.

      Please use the link in this email to donate online quickly and securely plus learn more about my progress.  You will receive a confirmation of your donation by email and I will be notified as soon as you make your donation.
   
   http://pages.teamintraining.org/nc/flowetri11/gdeacon
   
   Each donation helps accelerate finding a cure for leukemia, lymphoma and myeloma. More than 823,000 Americans are battling these blood cancers.  I am hoping that my participation in Team In Training will help bring them hope and support.
   
   On behalf of The Leukemia &amp;amp; Lymphoma Society, thank you very much for your support.  I greatly appreciate your generosity.
   
   Thank you,
   
   Garrett Deacon
   
   P.S. I would appreciate it if you would forward this email to as many people as you can to encourage them to donate as well. Thanks again.


______________________________________________________________________
This email has been scanned by the MessageLabs Email Security System.
For more information please visit http://www.messagelabs.com/email 
______________________________________________________________________

------------------------------------------------------------------------------
Protect Your Site and Customers from Malware Attacks
Learn about various malware tactics and how to avoid them. Understand 
malware threats, the impact they can have on your business, and how you 
can protect your company and customers by using code signing.
http://p.sf.net/sfu/oracle-sfdevnl
&lt;/pre&gt;</description>
    <dc:creator>gdeacon&lt; at &gt;yahoo.com</dc:creator>
    <dc:date>2011-01-17T00:35:30</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.xdoclet.user/12621">
    <title>WebLogic 8.1 moving from ejbgen to xdoclet</title>
    <link>http://comments.gmane.org/gmane.comp.java.xdoclet.user/12621</link>
    <description>&lt;pre&gt;Hi, after doing some research and still not able to find the solution, iam
posting this.
We are moving from ejbgen to xdoclet and facing an issue which is
quite frustrating.
I will elaborate it as much as i can in hope to find the answer.

I have two entity beans in unidirectional 1-&amp;gt;N relation, for some reason
inserting record into child table fails and it complains about foreign key
constraint (primary key of A not found).
EntityBBean has composite key, primary key of its own b_id and primary key
of EntityA, a_id.

EntityABean.java:
-------------------------------------------------------------------------------------------------------------------------
/**
 * &amp;lt; at &amp;gt;ejb.bean name="EntityA"
 *      jndi-name="ejb/EntityA"
 *      local-jndi-name="ejbEntityA"
 *      cmp-version="2.x"
 *      primkey-field="aID"
 *      schema="EntityA"
 * type="CMP"
 * view-type="local"
 *
 * &amp;lt; at &amp;gt;weblogic.table-map verify-columns="Modified"
 * &amp;lt; at &amp;gt;weblogic.automatic-key-generation generator-type="SQL_SERVER"
 *
 */

abstract public class EntityABean extends EntityAbstract {
        /**
  * &amp;lt; at &amp;gt;ejb.persistent-field
  * &amp;lt; at &amp;gt;ejb.interface-method
  * &amp;lt; at &amp;gt;ejb.pk-field
  * &amp;lt; at &amp;gt;weblogic:dbms-column a_id
  * &amp;lt; at &amp;gt;ejb.persistence column-name="a_id"
  */
abstract public Integer getAID();

        /**
 * &amp;lt; at &amp;gt;ejb.interface-method
 */
abstract public void setAID(Integer val);
* *
        /** * * &amp;lt; at &amp;gt;ejb.interface-method * * &amp;lt; at &amp;gt;ejb.relation * name="
A-to-B-Relationship"
* role-name="from-A-to-B" * target-role-name="from-B-to-A" * target-ejb="
EntityB" * cascade-delete="false" * target-multiple="no" * *
&amp;lt; at &amp;gt;weblogic.target-column-map * foreign-key-column="a_id" * key-column="a_id"
*/ public abstract java.util.Collection getEntityB();
}
-------------------------------------------------------------------------------------------------------------------------
EntityBBean.java:

/**
 * &amp;lt; at &amp;gt;ejb.bean name="EntityB"
 *      jndi-name="ejb/EntityB"
 *      local-jndi-name="ejb/EntityB"
 *      cmp-version="2.x"
 *      schema="EntityB"
 * type="CMP"
 * view-type="local"
 *
 * &amp;lt; at &amp;gt;ejb.pk extends="java.lang.Object"
 * class="abc.xyz.MyPK"
 *
 *
 * &amp;lt; at &amp;gt;weblogic.data-source-name jdbc/TXTipDS
 * &amp;lt; at &amp;gt;weblogic.table-map verify-columns="Modified"

 *
 */
public abstract class EntityB extends EntityAbstract {

        /**
 *
 * &amp;lt; at &amp;gt;throws CreateException
 * &amp;lt; at &amp;gt;ejb.create-method
 * &amp;lt; at &amp;gt;ejb.interface-method
 */
public abc.xyz.MyPK ejbCreate(java.lang.Integer bID, java.lang.Integer aID)
throws CreateException {
setBID(bID);
setAID(aID);
return null;
}

public void ejbPostCreate(java.lang.Integer bID, java.lang.Integer
aID) throws CreateException {
/** &amp;lt; at &amp;gt;todo Complete this method */
}

        public abstract void setBID(java.lang.Integer bID);

public abstract void setAID(java.lang.Integer aID);

        /**
  * &amp;lt; at &amp;gt;ejb.persistent-field
  * &amp;lt; at &amp;gt;ejb.interface-method
  * &amp;lt; at &amp;gt;ejb.pk-field
  * &amp;lt; at &amp;gt;weblogic:dbms-column b_id
  * &amp;lt; at &amp;gt;ejb.persistence column-name="b_id"
  */
public abstract java.lang.Integer getBID();

 /**
  * &amp;lt; at &amp;gt;ejb.persistent-field
  * &amp;lt; at &amp;gt;ejb.interface-method
  * &amp;lt; at &amp;gt;ejb.pk-field
  * &amp;lt; at &amp;gt;weblogic:dbms-column a_id
  * &amp;lt; at &amp;gt;ejb.persistence column-name="a_id"
  *
  */
public abstract java.lang.Integer getAID();

}
-------------------------------------------------------------------------------------------------------------------------
weblogic-cmp-rdbms-jar.xml:

 &amp;lt;weblogic-rdbms-relation&amp;gt;
      &amp;lt;relation-name&amp;gt;A-to-B-Relationship&amp;lt;/relation-name&amp;gt;
      &amp;lt;weblogic-relationship-role&amp;gt;

         &amp;lt;relationship-role-name&amp;gt;from-B-to-A&amp;lt;/relationship-role-name&amp;gt;
         &amp;lt;relationship-role-map&amp;gt;
         &amp;lt;column-map&amp;gt;
            &amp;lt;foreign-key-column&amp;gt;a_id&amp;lt;/foreign-key-column&amp;gt;
            &amp;lt;key-column&amp;gt;a_id&amp;lt;/key-column&amp;gt;
         &amp;lt;/column-map&amp;gt;
         &amp;lt;/relationship-role-map&amp;gt;
      &amp;lt;/weblogic-relationship-role&amp;gt;
   &amp;lt;/weblogic-rdbms-relation&amp;gt;
-------------------------------------------------------------------------------------------------------------------------

please let me know if need any more details.
thanks, much appreciated.
------------------------------------------------------------------------------
_______________________________________________
xdoclet-user mailing list
xdoclet-user&amp;lt; at &amp;gt;lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xdoclet-user
&lt;/pre&gt;</description>
    <dc:creator>Sainath Akula</dc:creator>
    <dc:date>2010-12-09T15:52:57</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.xdoclet.user/12620">
    <title>I just uploaded a photo that I want you to see!</title>
    <link>http://comments.gmane.org/gmane.comp.java.xdoclet.user/12620</link>
    <description>&lt;pre&gt;Hello!

I just uploaded a photo on vidyavadke's DailyFlog page that I want you to see.

Please come and see: http://www.mydailyflog.com/go/invite_register/vidyavadke/72443059&amp;amp;stc=18


Thanks!

vidya vadke


========================================
Got a digital camera?

MyDailyFlog is a personal photo-blogging space where you can easily post
your latest and greatest photos, and share them with your friends and family.

Create your own DailyFlog at www.MyDailyFlog.com





.......................................................................
Unsubscribe: to opt out of further invitations from your friends to see their DailyFlogs, please click below:

http://www.mydailyflog.com/un/xdoclet-user&amp;lt; at &amp;gt;lists.sourceforge.net&amp;amp;md5=a7610cec701fce79&amp;amp;bl=18

Please do not reply directly to this email. Questions? Contact us - 
http://www.mydailyflog.com/go/contact_us

MyDailyFlog, Refriendz Ltd. PO BOX 1184, Luton, Bedfordshire, LU1 9AT.



------------------------------------------------------------------------------
This SF.net Dev2Dev email is sponsored by:

Show off your parallel programming skills.
Enter the Intel(R) Threading Challenge 2010.
http://p.sf.net/sfu/intel-thread-sfd
&lt;/pre&gt;</description>
    <dc:creator>vidya vadke</dc:creator>
    <dc:date>2010-09-05T05:35:12</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.xdoclet.user/12619">
    <title>Auto Reply: Auto Reply: Check out this photo on MyDailyFlog!</title>
    <link>http://comments.gmane.org/gmane.comp.java.xdoclet.user/12619</link>
    <description>&lt;pre&gt;I am out of the office until Tuesday, September 7th.

------------------------------------------------------------------------------
Sell apps to millions through the Intel(R) Atom(Tm) Developer Program
Be part of this innovative community and reach millions of netbook users 
worldwide. Take advantage of special opportunities to increase revenue and 
speed time-to-market. Join now, and jumpstart your future.
http://p.sf.net/sfu/intel-atom-d2d
&lt;/pre&gt;</description>
    <dc:creator>robert.mcarthur&lt; at &gt;oracle.com</dc:creator>
    <dc:date>2010-08-27T03:18:58</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.xdoclet.user/12618">
    <title>Auto Reply:  Check out this photo on MyDailyFlog!</title>
    <link>http://comments.gmane.org/gmane.comp.java.xdoclet.user/12618</link>
    <description>&lt;pre&gt;I am out of the office until Tuesday, September 7th.

------------------------------------------------------------------------------
Sell apps to millions through the Intel(R) Atom(Tm) Developer Program
Be part of this innovative community and reach millions of netbook users 
worldwide. Take advantage of special opportunities to increase revenue and 
speed time-to-market. Join now, and jumpstart your future.
http://p.sf.net/sfu/intel-atom-d2d
&lt;/pre&gt;</description>
    <dc:creator>robert.mcarthur&lt; at &gt;oracle.com</dc:creator>
    <dc:date>2010-08-27T03:16:52</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.xdoclet.user/12617">
    <title>Check out this photo on MyDailyFlog!</title>
    <link>http://comments.gmane.org/gmane.comp.java.xdoclet.user/12617</link>
    <description>&lt;pre&gt;Hello!!!

I just uploaded a photo on vidyavadke's DailyFlog page that I want you to see.

Check out: http://www.mydailyflog.com/go/invite_register/vidyavadke/72443059&amp;amp;stc=82


Cheers!

 


========================================
Got a digital camera?

MyDailyFlog is a personal photo-blogging space where you can easily post
your latest and greatest photos, and share them with your friends and family.

Create your own DailyFlog at www.MyDailyFlog.com





.......................................................................
Unsubscribe: to opt out of further invitations from your friends to see 
their DailyFlogs, please click below:
http://www.mydailyflog.com/un/xdoclet-user&amp;lt; at &amp;gt;lists.sourceforge.net&amp;amp;md5=a7610cec701fce79&amp;amp;bl=82

Please do not reply directly to this email. Questions? Contact us - 
http://www.mydailyflog.com/go/contact_us

MyDailyFlog, Refriendz Ltd. PO BOX 1184, Luton, Bedfordshire, LU1 9AT.
.......................................................................



------------------------------------------------------------------------------
Sell apps to millions through the Intel(R) Atom(Tm) Developer Program
Be part of this innovative community and reach millions of netbook users 
worldwide. Take advantage of special opportunities to increase revenue and 
speed time-to-market. Join now, and jumpstart your future.
http://p.sf.net/sfu/intel-atom-d2d
&lt;/pre&gt;</description>
    <dc:creator>vidya vadke</dc:creator>
    <dc:date>2010-08-27T03:13:59</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.xdoclet.user/12616">
    <title>Auto Reply: Auto Reply: Xdoclet1/Maven1 to Xdoclet2/Maven2 conversion problems.</title>
    <link>http://comments.gmane.org/gmane.comp.java.xdoclet.user/12616</link>
    <description>&lt;pre&gt;I am out of the office until Tuesday, August 2nd.

------------------------------------------------------------------------------
The Palm PDK Hot Apps Program offers developers who use the
Plug-In Development Kit to bring their C/C++ apps to Palm for a share
of $1 Million in cash or HP Products. Visit us here for more details:
http://p.sf.net/sfu/dev2dev-palm
&lt;/pre&gt;</description>
    <dc:creator>robert.mcarthur&lt; at &gt;oracle.com</dc:creator>
    <dc:date>2010-07-30T18:55:40</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.xdoclet.user/12615">
    <title>Auto Reply: Xdoclet1/Maven1 to Xdoclet2/Maven2 conversion problems.</title>
    <link>http://comments.gmane.org/gmane.comp.java.xdoclet.user/12615</link>
    <description>&lt;pre&gt;I am out of the office until Tuesday, August 2nd.

------------------------------------------------------------------------------
The Palm PDK Hot Apps Program offers developers who use the
Plug-In Development Kit to bring their C/C++ apps to Palm for a share
of $1 Million in cash or HP Products. Visit us here for more details:
http://p.sf.net/sfu/dev2dev-palm
&lt;/pre&gt;</description>
    <dc:creator>robert.mcarthur&lt; at &gt;oracle.com</dc:creator>
    <dc:date>2010-07-30T18:52:42</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.xdoclet.user/12614">
    <title>Xdoclet1/Maven1 to Xdoclet2/Maven2 conversionproblems.</title>
    <link>http://comments.gmane.org/gmane.comp.java.xdoclet.user/12614</link>
    <description>&lt;pre&gt;------------------------------------------------------------------------------
The Palm PDK Hot Apps Program offers developers who use the
Plug-In Development Kit to bring their C/C++ apps to Palm for a share
of $1 Million in cash or HP Products. Visit us here for more details:
http://p.sf.net/sfu/dev2dev-palm_______________________________________________
xdoclet-user mailing list
xdoclet-user&amp;lt; at &amp;gt;lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xdoclet-user
&lt;/pre&gt;</description>
    <dc:creator>St-Aubin, Guy</dc:creator>
    <dc:date>2010-07-30T18:36:49</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.xdoclet.user/12613">
    <title>Invitación a conectarnos en LinkedIn</title>
    <link>http://comments.gmane.org/gmane.comp.java.xdoclet.user/12613</link>
    <description>&lt;pre&gt;------------------------------------------------------------------------------
The Palm PDK Hot Apps Program offers developers who use the
Plug-In Development Kit to bring their C/C++ apps to Palm for a share 
of $1 Million in cash or HP Products. Visit us here for more details:
http://ad.doubleclick.net/clk;226879339;13503038;l?
http://clk.atdmt.com/CRS/go/247765532/direct/01/_______________________________________________
xdoclet-user mailing list
xdoclet-user&amp;lt; at &amp;gt;lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xdoclet-user
&lt;/pre&gt;</description>
    <dc:creator>Fernando Rodriguez</dc:creator>
    <dc:date>2010-07-27T17:10:42</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.xdoclet.user/12607">
    <title>Support for bundle attribute using xdoclet</title>
    <link>http://comments.gmane.org/gmane.comp.java.xdoclet.user/12607</link>
    <description>&lt;pre&gt;
In my application there are multiple resource bundles. I've to use bundle key
to refer to respective bundles in validation.xml. I'm using xdoclet to
generate validation.xml. But i'm not able to generate bundle attribute
through  xdoclet. Please help me if there is any way to get out of this
problem. Suggest some solution to make xdoclet generate bundle attribute in
msg &amp;amp; arg tags. Or if I can continue supporting multiple resource bundle
even without adding the bundle attribute then that will also be equally
acceptable.


Need immediate help.

Thanks in advance

~ Amitesh
&lt;/pre&gt;</description>
    <dc:creator>amiteshuni</dc:creator>
    <dc:date>2009-09-29T09:27:40</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.comp.java.xdoclet.user">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.comp.java.xdoclet.user</link>
  </textinput>
</rdf:RDF>

