Antony--

  Good point -- previous versions of Beehive included both
velocity-1.4-dep.jar and velocity-1.4.jar.  The former contains
Velocity and all of its dependencies and the latter contained just
Velocity.

  In order to shrink the size of the download, we removed
velocity-1.4.jar and just left the "-dep" JAR.  I believe that
everything will work correctly, but if you see problems, definitely
point them out.

  Thanks for noticing that.  :)

Eddie



On 2/20/06, Antony Chien <[EMAIL PROTECTED]> wrote:
> Eddie,
>
> I also found out that Beehive 1.0.1 distro doesn't contain velocity 1.4 ,
> which is required for annotation processor to run.(require both 
> velocity.jarand
> velocity-dep.jar)
>
> This is not a big problem, so Greg can just kindly update this information
> to his article.
>
> Antony
>
> 2006/2/20, Eddie O'Neil <[EMAIL PROTECTED]>:
> >
> > Antony--
> >
> >   Nice -- great update!  Greg, if you get the chance, can you update
> > your instructions?
> >
> >   Thanks!
> >
> > Eddie
> >
> >
> > On 2/20/06, Antony Chien <[EMAIL PROTECTED]> wrote:
> > > Eddie,
> > >
> > > I have figure out a configuration that seems to work nicely with blank
> > netui
> > > application.
> > > For main instruction steps, please refer to the one Greg Mally wrote,
> > just
> > > change the org.eclipse.jdt.apt.core.prefs-template file content to
> > >
> > > #Fri Sep 30 09:32:21 MDT 2005
> > > eclipse.preferences.version=1
> > > org.eclipse.jdt.apt.aptEnabled=true
> > > org.eclipse.jdt.apt.genSrcDir=build/apt/src
> > >
> > org.eclipse.jdt.apt.processorOptions=-Aweb.content.root\=%ROOT%/%%PROJECT_NAME%%/web-
> > > Aweb.source.roots\=%ROOT%/%%PROJECT_NAME%%/src
> > >
> > > And it should be working.
> > >
> > > Antony
> > >
> > > 2006/2/18, Eddie O'Neil <[EMAIL PROTECTED] >:
> > > >
> > > > Anthony--
> > > >
> > > >   Good to know about the Eclipse instructions; amy chance you could
> > > > share any more information about how you have this working in Eclipse
> > > > (Ant file, etc)?
> > > >
> > > >   Information about the options on the Beehive annotation processors
> > > > is best found in:
> > > >
> > > >       <distribution-root>/ant/beehive- tools.xml
> > > >
> > > > which lists the options that can be passed to the <apt> task.  There
> > > > is also some online documentation here:
> > > >
> > > >
> > http://beehive.apache.org/docs/1.0.1/infra/beehive-ant-macros.html
> > > >
> > > > Feel free to open a JIRA bug to add documentation of the "-A" options
> > > > to the Controls, NetUI, etc annotation processors.
> > > >
> > > > Thanks!
> > > >
> > > > Eddie
> > > >
> > > >
> > > > On 2/17/06, Antony Chien <[EMAIL PROTECTED]> wrote:
> > > > > Well, I have been trying that lately too.
> > > > >
> > > > > It's worth noting that the configuration stated on the mentioned
> > blog
> > > > entry
> > > > > does not work anymore, due to the change of project structure of
> > WTP1.0.
> > > > >
> > > > > In the article, the auther assumed that there should be a
> > .deployable
> > > > > directory under Eclipse workspace, which is not valid anymore.
> > > > >
> > > > > I have to write a custom Ant task to copy generated struts modules
> > from
> > > > > class output directory to the Web Application directory (WEB-INF)
> > > > manually
> > > > > to have it work and deploy Beehive correctly to the underlying AP
> > > > > Server......
> > > > >
> > > > > By the way, does anyone knows a place to look for parameters
> > accepted
> > > > from
> > > > > Beehive APT?
> > > > >
> > > > > Antony
> > > > >
> > > > > 2006/2/17, Eddie O'Neil < [EMAIL PROTECTED]>:
> > > > > >
> > > > > > Miguel--
> > > > > >
> > > > > >   Great question -- I hear this a lot.  :)  There's a blog post
> > here:
> > > > > >
> > > > > >
> > > > http://dev2dev.bea.com/blog/gmally/archive/2005/11/beehive_enable.html
> > > > > >
> > > > > > that talks about how to use Eclipse 3.1 with the APT and WTP
> > > > > > extensions to build and deploy Beehive applications on
> > Tomcat.  I've
> > > > > > heard that people have had good luck using the blog's
> > instructions; if
> > > > > > you try it out, let us know how it goes.
> > > > > >
> > > > > >   Personally, I use IDEA 5.x to edit code and debug on Tomcat and
> > run
> > > > > > a command line Maven2 build for applications.  IDEA doesn't yet
> > host
> > > > > > annotation processors, so this isn't quite as seamless as Eclipse,
> > but
> > > > > > it works.
> > > > > >
> > > > > >   Hope that helps.
> > > > > >
> > > > > > Eddie
> > > > > >
> > > > > >
> > > > > >
> > > > > > On 2/17/06, Daryl Olander <[EMAIL PROTECTED]> wrote:
> > > > > > > You're right, Pollinate has been archived.
> > > > > > >
> > > > > > > Up on the Beehive Wiki there is instructions for setting up a
> > > > project in
> > > > > > > IDEA and NetBeans.
> > > > > > >
> > > > > > > http://wiki.apache.org/beehive/NetUI
> > > > > > >
> > > > > > > I know that BEA is working on an Eclipse based version of
> > > > Workshop.  Not
> > > > > > > sure what the status of that is, in November they indicated on
> > > > > > TheServerSide
> > > > > > > that there was going to be a beta.  I don't see much on their
> > > > website
> > > > > > about
> > > > > > > it, though.  I'd love to see someone create a plugging for
> > Beehive
> > > > > > authoring
> > > > > > > to replace Pollinate.
> > > > > > >
> > > > > > > http://www.theserverside.com/news/thread.tss?thread_id=37452
> > > > > > >
> > > > > > >
> > > > > > > If anyone has setup a project in Eclipse, it would be great to
> > have
> > > > > > > something in the Wiki explaining the best way to do that.
> > > > > > >
> > > > > > > Daryl
> > > > > > >
> > > > > > > On 2/17/06, Miguel Angel <[EMAIL PROTECTED]> wrote:
> > > > > > > >
> > > > > > > > Hi all:
> > > > > > > >
> > > > > > > > I was testing the pollinate project to develop beehive
> > > > applications
> > > > > > and
> > > > > > > > now it is archived.
> > > > > > > > Anybody knows why is archived and if exists another beehive
> > IDE?
> > > > > > > >
> > > > > > > > Thanks
> > > > > > > >
> > > > > > > > Miguel Ángel
> > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > > >
> > > > >
> > > > > --
> > > > > Regards,
> > > > > Antony Chien
> > > > >
> > > > >
> > > >
> > >
> > >
> > >
> > > --
> > > Regards,
> > > Antony Chien
> > >
> > >
> >
>
>
>
> --
> Regards,
> Antony Chien
>
>

Reply via email to