[JBoss JIRA] (JBIDE-13703) Explore better ways for team import/sharing of projects
by Fred Bricon (JIRA)
[ https://issues.jboss.org/browse/JBIDE-13703?page=com.atlassian.jira.plugi... ]
Fred Bricon edited comment on JBIDE-13703 at 5/6/13 2:57 AM:
-------------------------------------------------------------
This is a non-trivial subject I don't think we can cover before 4.1.0.GA.
In the mean time, in order to get a better workflow, I suggest you install the appropriate m2eclipse-(your scm) connector.
Maven connectors for Subclipse, Subversive, EGit can be found in Window > Preferences > Maven > Discovery > Open Catalog
The CVS connector's been dropped from the Maven Discovery Catalog for some reason (most likely, Sonatype doesn't maintain it anymore). I haven't tested it, but you can install it from http://repo1.maven.org/maven2/.m2e/connectors/m2eclipse-cvs/0.13.0/N/0.13...
Once the appropriate connector is installed, you can do New > Project > Checkout Maven Projects from SCM. See http://books.sonatype.com/m2eclipse-book/reference/creating.html#creating... for more information.
was (Author: fbricon):
This is a non-trivial subject I don't think we can cover before 4.1.0.GA.
In the mean time, in order to get a better workflow, I suggest you install the appropriate m2eclipse-(your scm) connector.
Maven connectors for Subclipse, Subversive, EGit can be found in Window > Preferences > Maven > Discovery > Open Catalog
The CVS connector's been dropped from the Maven Discovery Catalog for some reason (most likely, Sonatype doesn't maintain it anymore). I haven't tested the it, but you can install it from http://repo1.maven.org/maven2/.m2e/connectors/m2eclipse-cvs/0.13.0/N/0.13...
Once the appropriate connector is installed, you can do New > Project > Checkout Maven Projects from SCM. See http://books.sonatype.com/m2eclipse-book/reference/creating.html#creating... for more information.
> Explore better ways for team import/sharing of projects
> -------------------------------------------------------
>
> Key: JBIDE-13703
> URL: https://issues.jboss.org/browse/JBIDE-13703
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: central, common/jst/core
> Reporter: Burr Sutter
> Assignee: Fred Bricon
> Fix For: 4.1.x
>
> Attachments: JBDS-usability.pdf, Netbeans-Open-project.PNG
>
>
> The average end-user would like to:
> 1) check out (clone) a project from CVS, SVN or Git
> -- add repo, navigate repo, check out a project
> -- project may or may not have .classpath, .project or .settings files
> -- project may be Maven-based
> and see if the following work
> 2) Are the appropriate facets enabled?
> 3) Does it build immediately?
> 4) Can I immediately hit the run button to launch it on my app server?
> 5) Can I immediately hit the debug button to debug it on my app server?
> -- how do I step if there are no break points?
> 6) Make a change to a file, re-run/debug again
> 7) Run JUnit tests
> 8) Check the change back into the repo with comments
--
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, 11 months
[JBoss JIRA] (JBIDE-13703) Explore better ways for team import/sharing of projects
by Fred Bricon (JIRA)
[ https://issues.jboss.org/browse/JBIDE-13703?page=com.atlassian.jira.plugi... ]
Fred Bricon updated JBIDE-13703:
--------------------------------
Fix Version/s: 4.1.x
(was: 4.1.0.Beta1)
This is a non-trivial subject I don't think we can cover before 4.1.0.GA.
In the mean time, in order to get a better workflow, I suggest you install the appropriate m2eclipse-(your scm) connector.
Maven connectors for Subclipse, Subversive, EGit can be found in Window > Preferences > Maven > Discovery > Open Catalog
The CVS connector's been dropped from the Maven Discovery Catalog for some reason (most likely, Sonatype doesn't maintain it anymore). I haven't tested the it, but you can install it from http://repo1.maven.org/maven2/.m2e/connectors/m2eclipse-cvs/0.13.0/N/0.13...
Once the appropriate connector is installed, you can do New > Project > Checkout Maven Projects from SCM. See http://books.sonatype.com/m2eclipse-book/reference/creating.html#creating... for more information.
> Explore better ways for team import/sharing of projects
> -------------------------------------------------------
>
> Key: JBIDE-13703
> URL: https://issues.jboss.org/browse/JBIDE-13703
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: central, common/jst/core
> Reporter: Burr Sutter
> Assignee: Fred Bricon
> Fix For: 4.1.x
>
> Attachments: JBDS-usability.pdf, Netbeans-Open-project.PNG
>
>
> The average end-user would like to:
> 1) check out (clone) a project from CVS, SVN or Git
> -- add repo, navigate repo, check out a project
> -- project may or may not have .classpath, .project or .settings files
> -- project may be Maven-based
> and see if the following work
> 2) Are the appropriate facets enabled?
> 3) Does it build immediately?
> 4) Can I immediately hit the run button to launch it on my app server?
> 5) Can I immediately hit the debug button to debug it on my app server?
> -- how do I step if there are no break points?
> 6) Make a change to a file, re-run/debug again
> 7) Run JUnit tests
> 8) Check the change back into the repo with comments
--
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, 11 months
[JBoss JIRA] (JBIDE-14351) Make sure ECFTransport is from o.j.tools.common.core, not o.j.t.runtime.core
by Fred Bricon (JIRA)
[ https://issues.jboss.org/browse/JBIDE-14351?page=com.atlassian.jira.plugi... ]
Fred Bricon resolved JBIDE-14351.
---------------------------------
Resolution: Done
These 2 classes were impacted in central :
* central/plugins/org.jboss.tools.central/src/org/jboss/tools/central/jobs/AbstractRefreshJob.java
* examples/plugins/org.jboss.tools.project.examples/src/org/jboss/tools/project/examples/model/ProjectExampleUtil.java
Fixed in master
> Make sure ECFTransport is from o.j.tools.common.core, not o.j.t.runtime.core
> ----------------------------------------------------------------------------
>
> Key: JBIDE-14351
> URL: https://issues.jboss.org/browse/JBIDE-14351
> Project: Tools (JBoss Tools)
> Issue Type: Task
> Components: central
> Affects Versions: 4.1.0.Beta1
> Reporter: Rob Stryker
> Assignee: Fred Bricon
> Fix For: 4.1.0.Beta1
>
>
> The ECFTransport in o.j.t.runtime.core is deprecated. The new version is in o.j.t.common.core. Convert all your uses to use the new one, not the old one.
--
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, 11 months
[JBoss JIRA] (JBIDE-14088) Generate TP source feature site + composite site merging matching TP with TP sources
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBIDE-14088?page=com.atlassian.jira.plugi... ]
Nick Boldt updated JBIDE-14088:
-------------------------------
Attachment: JBIDE14088.sources.list.txt
After about 10 attempts over various days, this finally completed:
{code} mvn install -Dmirror-target-to-repo.includeSources=true {code}
Resulting pile of sources found in ~/jbosstools-targetplatforms/jbosstools/multiple/target/jbosstools-multiple.target.repo folder: [^JBIDE14088.sources.list.txt]
> Generate TP source feature site + composite site merging matching TP with TP sources
> ------------------------------------------------------------------------------------
>
> Key: JBIDE-14088
> URL: https://issues.jboss.org/browse/JBIDE-14088
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: target-platform
> Affects Versions: 4.1.0.Alpha1
> Reporter: Nick Boldt
> Assignee: Mickael Istria
> Fix For: 4.1.0.Beta1
>
> Attachments: JBIDE14088.sources.list.txt
>
>
> Every time we produce a target platform update site zip on download.jboss.org we should also produce an update site containing only sources.
> Then the composite site http://download.jboss.org/jbosstools/targetplatforms/jbosstoolstarget/4.3... could include:
> * REPO/
> * SRC-REPO/ *NEW*
> * compositeArtifacts.xml, compositeContent.xml --> points to both REPO/ and SRC-REPO/ *NEW*
> * jbosstoolstarget-4.30.5.Alpha4-SNAPSHOT.zip
> * jbosstoolstarget-4.30.5.Alpha4-SNAPSHOT.zip.MD5
> * jbosstoolstarget-sources-4.30.5.Alpha4-SNAPSHOT.zip *NEW*
> * jbosstoolstarget-sources-4.30.5.Alpha4-SNAPSHOT.zip.MD5 *NEW*
--
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, 11 months