Re: [jdf-dev] [forge-dev] JDF Forge plugin
by Rafael Benevides
That's the idea!
https://issues.jboss.org/browse/JDF-114 opened!
Em 28-09-2012 12:23, Lincoln Baxter, III escreveu:
> If you're suggesting that the --bom CommandCompleter dynamically
> change its allowed values based on the selection of --runtime, then I
> agree. +1
>
> On Fri, Sep 28, 2012 at 9:37 AM, Pete Muir <pmuir(a)redhat.com
> <mailto:pmuir@redhat.com>> wrote:
>
> +1
>
> On 26 Sep 2012, at 18:53, Jason Porter wrote:
>
> > +1
> >
> > ----- Original Message -----
> >> From: "Rafael Benevides" <benevides(a)redhat.com
> <mailto:benevides@redhat.com>>
> >> To: jdf-dev(a)lists.jboss.org <mailto:jdf-dev@lists.jboss.org>,
> "forge-dev List" <forge-dev(a)lists.jboss.org
> <mailto:forge-dev@lists.jboss.org>>, "Pete Muir" <pmuir(a)redhat.com
> <mailto:pmuir@redhat.com>>, "George
> >> Gastaldi" <gegastaldi(a)gmail.com <mailto:gegastaldi@gmail.com>>,
> "Lincoln Baxter" <lbaxter(a)redhat.com <mailto:lbaxter@redhat.com>>
> >> Sent: Wednesday, September 26, 2012 11:30:39 AM
> >> Subject: [jdf-dev] JDF Forge plugin
> >>
> >>
> >> Hi guys.
> >>
> >> Today I was talking with George Gastaldi and we discussed about JDF
> >> Forge plugin. http://www.jboss.org/jdf/stack/plugin-jdf/
> >>
> >> Forge plugin was planned (
> >> https://issues.jboss.org/browse/FORGEPLUGINS-37 ) prior the JBoss
> >> Stacks project ( http://www.jboss.org/jdf/stack/stacks/ ) so I
> think
> >> that we could update the JDF Forge plugin to use the Runtimes and
> >> Archetypes information too.
> >>
> >> Today jdf plugin shows all available boms through command
> completer:
> >> jdf use-stack --stack <TAB>
> >> I think we should update jdf plugin to use the Runtime to display
> >> only the available BOMs/BomVersions from each Runtime:
> >> jdf use-stack --runtime jboss-eap-60 --bom <TAB> (change --stack to
> >> --bom)
> >> Even the Archetype information can be used also to delegate the
> >> creation of a project using the correct archetype to that Runtime.
> >> Here I'm not sure if it this kind of overwrite is desirable.
> >> jdf new-project --runtime jboss-eap-6- --archetype <TAB>
> >> What you forge/jdf guys think ?
> >>
> >>
> >> _______________________________________________
> >> jdf-dev mailing list
> >> jdf-dev(a)lists.jboss.org <mailto:jdf-dev@lists.jboss.org>
> >> https://lists.jboss.org/mailman/listinfo/jdf-dev
> >>
>
>
> _______________________________________________
> forge-dev mailing list
> forge-dev(a)lists.jboss.org <mailto:forge-dev@lists.jboss.org>
> https://lists.jboss.org/mailman/listinfo/forge-dev
>
>
>
>
> --
> Lincoln Baxter, III
> http://ocpsoft.org
> "Simpler is better."
12 years, 2 months
[JBoss JIRA] (JDF-114) JDF plugin should permit bom selection based on runtime
by Rafael Benevides (JIRA)
[ https://issues.jboss.org/browse/JDF-114?page=com.atlassian.jira.plugin.sy... ]
Rafael Benevides reassigned JDF-114:
------------------------------------
Assignee: Rafael Benevides
> JDF plugin should permit bom selection based on runtime
> --------------------------------------------------------
>
> Key: JDF-114
> URL: https://issues.jboss.org/browse/JDF-114
> Project: JBoss Developer Framework
> Issue Type: Enhancement
> Components: stacks
> Reporter: Rafael Benevides
> Assignee: Rafael Benevides
> Labels: jdf
>
> Forge plugin was planned prior the JBoss Stacks project ( http://www.jboss.org/jdf/stack/stacks/ ) so I think that we could update the JDF Forge plugin to use the Runtimes and Archetypes information too.
> Today jdf plugin shows all available boms through command completer:
> {code} jdf use-stack --stack <TAB> {code}
> We should update jdf plugin to use the Runtime to display only the available BOMs/BomVersions from each Runtime:
> {code} jdf use-stack --runtime jboss-eap-60 --bom <TAB> (change --stack to --bom){code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 2 months
[JBoss JIRA] (JDF-114) JDF plugin should permit bom selection based on runtime
by Rafael Benevides (JIRA)
[ https://issues.jboss.org/browse/JDF-114?page=com.atlassian.jira.plugin.sy... ]
Rafael Benevides updated JDF-114:
---------------------------------
Description:
Forge plugin was planned prior the JBoss Stacks project ( http://www.jboss.org/jdf/stack/stacks/ ) so I think that we could update the JDF Forge plugin to use the Runtimes and Archetypes information too.
Today jdf plugin shows all available boms through command completer:
{code} jdf use-stack --stack <TAB> {code}
We should update jdf plugin to use the Runtime to display only the available BOMs/BomVersions from each Runtime:
{code} jdf use-stack --runtime jboss-eap-60 --bom <TAB> (change --stack to --bom){code}
was:
Forge plugin was planned prior the JBoss Stacks project ( http://www.jboss.org/jdf/stack/stacks/ ) so I think that we could update the JDF Forge plugin to use the Runtimes and Archetypes information too.
Today jdf plugin shows all available boms through command completer:
` jdf use-stack --stack <TAB>`
I think we should update jdf plugin to use the Runtime to display only the available BOMs/BomVersions from each Runtime:
` jdf use-stack --runtime jboss-eap-60 --bom <TAB> (change --stack to --bom)`
> JDF plugin should permit bom selection based on runtime
> --------------------------------------------------------
>
> Key: JDF-114
> URL: https://issues.jboss.org/browse/JDF-114
> Project: JBoss Developer Framework
> Issue Type: Enhancement
> Components: stacks
> Reporter: Rafael Benevides
> Labels: jdf
>
> Forge plugin was planned prior the JBoss Stacks project ( http://www.jboss.org/jdf/stack/stacks/ ) so I think that we could update the JDF Forge plugin to use the Runtimes and Archetypes information too.
> Today jdf plugin shows all available boms through command completer:
> {code} jdf use-stack --stack <TAB> {code}
> We should update jdf plugin to use the Runtime to display only the available BOMs/BomVersions from each Runtime:
> {code} jdf use-stack --runtime jboss-eap-60 --bom <TAB> (change --stack to --bom){code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 2 months
[JBoss JIRA] (JDF-114) JDF plugin should permit bom selection based on runtime
by Rafael Benevides (JIRA)
[ https://issues.jboss.org/browse/JDF-114?page=com.atlassian.jira.plugin.sy... ]
Rafael Benevides moved FORGEPLUGINS-87 to JDF-114:
--------------------------------------------------
Project: JBoss Developer Framework (was: Forge Plugins)
Key: JDF-114 (was: FORGEPLUGINS-87)
Issue Type: Enhancement (was: Feature Request)
> JDF plugin should permit bom selection based on runtime
> --------------------------------------------------------
>
> Key: JDF-114
> URL: https://issues.jboss.org/browse/JDF-114
> Project: JBoss Developer Framework
> Issue Type: Enhancement
> Reporter: Rafael Benevides
> Labels: jdf
>
> Forge plugin was planned prior the JBoss Stacks project ( http://www.jboss.org/jdf/stack/stacks/ ) so I think that we could update the JDF Forge plugin to use the Runtimes and Archetypes information too.
> Today jdf plugin shows all available boms through command completer:
> ` jdf use-stack --stack <TAB>`
> I think we should update jdf plugin to use the Runtime to display only the available BOMs/BomVersions from each Runtime:
> ` jdf use-stack --runtime jboss-eap-60 --bom <TAB> (change --stack to --bom)`
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 2 months
JDF Forge plugin
by Rafael Benevides
Hi guys.
Today I was talking with George Gastaldi and we discussed about JDF
Forge plugin. http://www.jboss.org/jdf/stack/plugin-jdf/
Forge plugin was planned (
https://issues.jboss.org/browse/FORGEPLUGINS-37 ) prior the JBoss Stacks
project ( http://www.jboss.org/jdf/stack/stacks/ ) so I think that we
could update the JDF Forge plugin to use the Runtimes and Archetypes
information too.
Today jdf plugin shows all available boms through command completer:
|jdf use-stack --stack<TAB>|
I think we should update jdf plugin to use the Runtime to display only
the available BOMs/BomVersions from each Runtime:
|jdf use-stack --runtime jboss-eap-60 --bom<TAB> (change --stack to --bom)|
Even the Archetype information can be used also to delegate the creation
of a project using the correct archetype to that Runtime. _Here I'm not
sure if it this kind of overwrite is desirable. _
|jdf new-project --runtime jboss-eap-6- --archetype<TAB>|
What you forge/jdf guys think ?
12 years, 2 months
Security web app quickstart?
by Ondrej Zizka
Hi,
it seems we don't have any quickstart for a web app with authentication
and authorization, right?
I only found servlet-security, and ejb-security. Nothing using security
directly from the view layer.
I think that would be worth creating.
WDYT?
Ondra
12 years, 2 months
[JBoss JIRA] (JDF-112) Add repository url on Archetype / ArchetypeVersion
by Fred Bricon (JIRA)
Fred Bricon created JDF-112:
-------------------------------
Summary: Add repository url on Archetype / ArchetypeVersion
Key: JDF-112
URL: https://issues.jboss.org/browse/JDF-112
Project: JBoss Developer Framework
Issue Type: Feature Request
Components: stacks
Reporter: Fred Bricon
Assignee: Rafael Benevides
We need to be able to define a non-default repository hosting the archetypes.
Use case : a new archetype (not-sync with central) is used, we need to know where to get it from (jboss nexus repo).
An optional repositoryUrl could be set on the Archetype model AND on ArchetypeVersion :
In order to d/l an archetype, we check if it has a repositoryUrl, if it doesn't we check if its parent archetype has one. If none is define, we assume it comes from Maven Central.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 2 months
JDF 2.0 milestone releases
by Pete Muir
All
We've slipped behind with the JDF 2.0 milestone releases, but no more!
>From now on we'll be doing a milestone release of the site (which aggregates all the components) every week. Rafael will own this. Rafael, can you send an email to this list when you've done a release, and indicate what the major updates are in the release?
There is no need for every component to be updated each week, only those that have seen significant changes.
If you own a component, and there is something you want to include in a milestone release, you need to:
* release your component
* update the submodule in site to point to the release branch (used to render the updated guide)
* update the guide_metadata in the site to point to the right version number (used to point to the right stuff for download)
This will then get automatically picked up in the release.
Owners are:
* quickstarts - Pete and Sande
* stacks - Rafael
* archetypes - Pete & Rafael
* ticket monster - Marius
HTH
Pete
12 years, 2 months