[JBoss-dev] [JBoss IDE] - several xdoclet configurations sharing the same DD?

2004-06-29 Thread gkatz
hi; i have several xdoclet configurations in my project. i need all xdoclet configurations to use the sameDD. is this possible? i tried achieving this by setting the same dest dir for all xdoclet configurations but it did not work. any help would be appreciated. thanks. View the original post :

[JBoss-dev] [JBoss IDE] - Re: Wishes and Wanted features

2004-05-04 Thread gkatz
how about posting a roadmap for JBOSS-IDE so we would know what to expect. it was a great help when JBOSS 4 submitted a roadmap. it helped me make some decisions. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3833540#3833540 Reply to the post : http://www.j

[JBoss-dev] [JBoss IDE] - Re: JBoss-IDE 1.2.3 release

2004-05-02 Thread gkatz
after the update can we delete the duplicate folders? (the old 1.2.2 folders) or should i have done this before upgrading? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3833364#3833364 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&

[JBoss-dev] [JBoss IDE] - home/remote are generated only for session beans

2004-03-25 Thread gkatz
hi; i have an XDoclet configuration for all my EJBs. for some reason only session beans home/remote are being generated. for the local entity beans, the DD are generated but the local home/interface are not generated. am i missing some attribute i should have checked in the EJB xdoclet configura

[JBoss-dev] [JBoss IDE] - roadmap for JBossIDE?

2004-03-22 Thread gkatz
hi; is there a road map for JBOSS IDE? what are some of the feature we can expect? what are the release dates? any information would be great (even partial information) thanks http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3826872#3826872";>View the original post http://www.jboss.org

[JBoss-dev] [JBoss IDE] - Re: Why absolute paths?

2004-03-22 Thread gkatz
also; the packaging module has the same problem. uses absulute paths. is there a workaround here? seems more dificult to manipulate than just plain classpaths which are usually stable. thanks. http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3826812#3826812";>View the original post http

[JBoss-dev] [JBoss IDE] - Re: Why absolute paths?

2004-03-22 Thread gkatz
hi; which files exactly did you manipulate? thanks http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3826806#3826806";>View the original post http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3826806>Reply to the post

[JBoss-dev] [JBoss IDE] - Re: need full control of xdoclet class path entry of the gen

2004-03-21 Thread gkatz
hi; found a bypass instead of diving into the IDE plugin itself. just go to configuration2xdoclet.xsl and hardcode the classpath after the line http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3826800#3826800";>View the original post http://www.jboss.org/index.html?module=bb&op=posting&

[JBoss-dev] [JBoss IDE] - Re: invocationTargetException when trying to change configur

2004-03-21 Thread gkatz
found a solution. needed to convert the XSL file configuration2xdoclet.xsl to unicode and it worked http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3826799#3826799";>View the original post http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3826799>Reply to the post ---

[JBoss-dev] [JBoss IDE] - invocationTargetException when trying to change configuratio

2004-03-21 Thread gkatz
hi; after editing the configuration2xdoclet.xsl (just adding remarks - nothing of substance) i get the exception below. is there a reason for this? is it a bug? thanks in advance java.vendor=Sun Microsystems Inc. BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=iw_IL Command-line arguments

[JBoss-dev] [JBoss IDE] - need full control of xdoclet class path entry of the generat

2004-03-21 Thread gkatz
hi all; regarding the classpath of the xdoclet build xml. i need to be able to specify the classpath of the xdoclet build file. (currently seems to be taken from the project build path). i would appreciate any suggestions on how to do it. thanks in advance. http://www.jboss.org/index.html?module

[JBoss-dev] [JBoss IDE] - Re: Why absolute paths?

2004-03-21 Thread gkatz
hi; did you menage to solve the problem? i am looking for the same solution. looks like the classpatqh taken for the xdoclet-build is the eclipse java build path. so maybe the solution is in the eclipse platform here. however, it would be nice to be avle to configure manually the doclet classpath.