You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hivemind.apache.org by Howard Lewis Ship <hl...@gmail.com> on 2006/02/11 01:26:00 UTC

1.1.1 changes to trunk (1.2)

I just merged the 1.1.1 changes into the trunk (1.2)

As I find time, I will take another crack at converting over to
Maven2.  For the meantime, I'll leave the Java source folders as they
currently are (Maven2 should be able to adapt), then ultimately move
them into Maven2-default locations (i.e., src/java --> src/main/java
and src/main/resources).  If someone beats me to this, that's fine.

There's going to be a lot of work to convert over the existing
documentation. Maven2 has a "plain old text" format that is a big
improvement for most documentation, the only disadvantage is that
there's no equivalent to links.ent for common links and text.

In terms for future work, we need to discuss whether HiveMind 1.2
should be coded against JDK 1.5.  I'm thinking a lot in terms of
annotations.

--
Howard M. Lewis Ship
Independent J2EE / Open-Source Java Consultant
Creator, Jakarta Tapestry
Creator, Jakarta HiveMind

Professional Tapestry training, mentoring, support
and project work.  http://howardlewisship.com

---------------------------------------------------------------------
To unsubscribe, e-mail: hivemind-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: hivemind-dev-help@jakarta.apache.org


Re: 1.1.1 changes to trunk (1.2)

Posted by Massimo Lusetti <ml...@gmail.com>.
On 2/12/06, Howard Lewis Ship <hl...@gmail.com> wrote:

> Nope, I want to scrap the Ant build files entirely, but I don't want
> to move any of the source files around yet.  What I was getting at is
> that the documentation files would all have to be updated.  I think
> much of that could be automated.

So it's 'just' a 'problem' with the documentation conversion.
I've created from scratch pom files to make maven2 compile and package
hivemind, framework and modules, without changing source location.

--
Massimo
http://meridio.blogspot.com

---------------------------------------------------------------------
To unsubscribe, e-mail: hivemind-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: hivemind-dev-help@jakarta.apache.org


Re: 1.1.1 changes to trunk (1.2)

Posted by Howard Lewis Ship <hl...@gmail.com>.
Nope, I want to scrap the Ant build files entirely, but I don't want
to move any of the source files around yet.  What I was getting at is
that the documentation files would all have to be updated.  I think
much of that could be automated.

On 2/11/06, Massimo Lusetti <ml...@gmail.com> wrote:
> On 2/11/06, Howard Lewis Ship <hl...@gmail.com> wrote:
>
> > I just merged the 1.1.1 changes into the trunk (1.2)
> >
> > As I find time, I will take another crack at converting over to
> > Maven2.  For the meantime, I'll leave the Java source folders as they
> > currently are (Maven2 should be able to adapt), then ultimately move
> > them into Maven2-default locations (i.e., src/java --> src/main/java
> > and src/main/resources).  If someone beats me to this, that's fine.
>
> Let me know if i this is correct:
> Yuo would like to keep the current way of building things while having
> also maven2 able to build it up, the docs in this first step still
> with forrest, the whole work should be based on your work in the
> maven2 branch of the repository.
>
> Is this correct? If so i could look at it and see if i can send you
> the new trunk with maven2 support.
>
> Regards
> --
> Massimo
> http://meridio.blogspot.com
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: hivemind-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: hivemind-dev-help@jakarta.apache.org
>
>


--
Howard M. Lewis Ship
Independent J2EE / Open-Source Java Consultant
Creator, Jakarta Tapestry
Creator, Jakarta HiveMind

Professional Tapestry training, mentoring, support
and project work.  http://howardlewisship.com

---------------------------------------------------------------------
To unsubscribe, e-mail: hivemind-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: hivemind-dev-help@jakarta.apache.org


Re: 1.1.1 changes to trunk (1.2)

Posted by Massimo Lusetti <ml...@gmail.com>.
On 2/11/06, Howard Lewis Ship <hl...@gmail.com> wrote:

> I just merged the 1.1.1 changes into the trunk (1.2)
>
> As I find time, I will take another crack at converting over to
> Maven2.  For the meantime, I'll leave the Java source folders as they
> currently are (Maven2 should be able to adapt), then ultimately move
> them into Maven2-default locations (i.e., src/java --> src/main/java
> and src/main/resources).  If someone beats me to this, that's fine.

Let me know if i this is correct:
Yuo would like to keep the current way of building things while having
also maven2 able to build it up, the docs in this first step still
with forrest, the whole work should be based on your work in the
maven2 branch of the repository.

Is this correct? If so i could look at it and see if i can send you
the new trunk with maven2 support.

Regards
--
Massimo
http://meridio.blogspot.com

---------------------------------------------------------------------
To unsubscribe, e-mail: hivemind-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: hivemind-dev-help@jakarta.apache.org


RE: 1.1.1 changes to trunk (1.2)

Posted by James Carman <ja...@carmanconsulting.com>.
Howard,

Are you saying that we would go forward with Java 1.5 and all of the
enhancements would be done there?  The older versions would still get bug
fixes and stuff, but just not the new features.

James 

-----Original Message-----
From: Juliano Junio Viana [mailto:juliano@logicstyle.com] 
Sent: Monday, February 13, 2006 7:43 AM
To: hivemind-dev@jakarta.apache.org
Subject: Re: 1.1.1 changes to trunk (1.2)

Howard Lewis Ship wrote:

>In terms for future work, we need to discuss whether HiveMind 1.2
>should be coded against JDK 1.5.  I'm thinking a lot in terms of
>annotations.
>
>  
>
Hi,

I'm not very familiar with annotations in 1.5, so I ask: is this going
to prevent systems built using hivemind from running under a 1.4 JVM? If
the answer is yes, I believe this is not yet the right time to do it.
There is still a lot of code out there running under 1.4 with no
immediate upgrade plans (There are some important and still unresolved
issues in Java 1.5 libraries).

Regards,
  - Juliano.

>--
>Howard M. Lewis Ship
>Independent J2EE / Open-Source Java Consultant
>Creator, Jakarta Tapestry
>Creator, Jakarta HiveMind
>
>Professional Tapestry training, mentoring, support
>and project work.  http://howardlewisship.com
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: hivemind-dev-unsubscribe@jakarta.apache.org
>For additional commands, e-mail: hivemind-dev-help@jakarta.apache.org
>
>  
>


---------------------------------------------------------------------
To unsubscribe, e-mail: hivemind-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: hivemind-dev-help@jakarta.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: hivemind-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: hivemind-dev-help@jakarta.apache.org


Re: 1.1.1 changes to trunk (1.2)

Posted by Juliano Junio Viana <ju...@logicstyle.com>.
Howard Lewis Ship wrote:

>In terms for future work, we need to discuss whether HiveMind 1.2
>should be coded against JDK 1.5.  I'm thinking a lot in terms of
>annotations.
>
>  
>
Hi,

I'm not very familiar with annotations in 1.5, so I ask: is this going
to prevent systems built using hivemind from running under a 1.4 JVM? If
the answer is yes, I believe this is not yet the right time to do it.
There is still a lot of code out there running under 1.4 with no
immediate upgrade plans (There are some important and still unresolved
issues in Java 1.5 libraries).

Regards,
  - Juliano.

>--
>Howard M. Lewis Ship
>Independent J2EE / Open-Source Java Consultant
>Creator, Jakarta Tapestry
>Creator, Jakarta HiveMind
>
>Professional Tapestry training, mentoring, support
>and project work.  http://howardlewisship.com
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: hivemind-dev-unsubscribe@jakarta.apache.org
>For additional commands, e-mail: hivemind-dev-help@jakarta.apache.org
>
>  
>


---------------------------------------------------------------------
To unsubscribe, e-mail: hivemind-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: hivemind-dev-help@jakarta.apache.org