[JBoss JIRA] (JBIDE-12363) Commit new astools test suite and get it working in build
by Rob Stryker (JIRA)
Rob Stryker created JBIDE-12363:
-----------------------------------
Summary: Commit new astools test suite and get it working in build
Key: JBIDE-12363
URL: https://issues.jboss.org/browse/JBIDE-12363
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: JBossAS/Servers
Affects Versions: 3.4.0.M1
Reporter: Rob Stryker
Assignee: Rob Stryker
Fix For: 3.4.0.M1
A new test sutie is under creation. Ensure it starts running in hudson and is committed to svn. Much of this plugin will eventually replace the as.test plugin, and eventually as.test will be phased out or stripped into bare minimum contents.
Initially the two plugins are independent, which creates some duplication. The new test suite should be a bit of an integration suite, testing astools and all integrations, such as with classpath, archives, zipped publishing, etc etc.
The new test suite should automatically fail tests (or run them as-is) if a new server type is added, to remind the module owner (me) to implement the tests or fix situations for the new server type.
This will require the build system to download ALL versions of AS that are relevent, including EAP.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 5 months
[JBoss JIRA] (JBIDE-12706) Publishing using RSE to non-started server fails with NPE
by Rob Stryker (JIRA)
Rob Stryker created JBIDE-12706:
-----------------------------------
Summary: Publishing using RSE to non-started server fails with NPE
Key: JBIDE-12706
URL: https://issues.jboss.org/browse/JBIDE-12706
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: JBossAS/Servers
Affects Versions: 4.0.0.Alpha2
Reporter: Rob Stryker
Assignee: Rob Stryker
Priority: Critical
Fix For: 4.0.0.Alpha2
Steps to reproduce are:
1) Create rse as7 server
2) create dynamic web proj
3) add to server
4) right-click module, click full-publish
Error: NPE deep in the publish method code. This is caused primarily by RSEPublishMethod.publishStart(etc) not being reached. The superclass is reached for this method, but the subclass has the wrong signature.
--
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
13 years, 5 months
[JBoss JIRA] (JBIDE-12628) user name in default_rhlogin does not get quotes removed, authentication fails
by Andre Dietisheim (JIRA)
Andre Dietisheim created JBIDE-12628:
----------------------------------------
Summary: user name in default_rhlogin does not get quotes removed, authentication fails
Key: JBIDE-12628
URL: https://issues.jboss.org/browse/JBIDE-12628
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: openshift
Affects Versions: 3.3.0.Final
Reporter: Andre Dietisheim
Assignee: Andre Dietisheim
Priority: Minor
Fix For: 4.0.0.Alpha2
Attachments: quoted-default_rhlogin.png
If you're using quotes in your username in the openshift configuration files, authentication will fail in JBoss Tools since we're not removing quotes.
--
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
13 years, 5 months
[JBoss JIRA] Created: (JBIDE-8667) improve publishing of component sites using composite metadata so that content doesn't vanish and break downstream jobs
by Nick Boldt (JIRA)
improve publishing of component sites using composite metadata so that content doesn't vanish and break downstream jobs
-----------------------------------------------------------------------------------------------------------------------
Key: JBIDE-8667
URL: https://issues.jboss.org/browse/JBIDE-8667
Project: Tools (JBoss Tools)
Issue Type: Bug
Reporter: Nick Boldt
(2011-04-01 10:11:04) nickboldt: and while I'd love to do:
(2011-04-01 10:11:12) nickboldt: mkdir whatever-new
(2011-04-01 10:11:22) nickboldt: rsync newstuff whatever-new
(2011-04-01 10:11:25) nickboldt: rm -fr whatever
(2011-04-01 10:11:29) nickboldt: mv whatever-new whatever
(2011-04-01 10:11:43) nickboldt: so that the time between "it's there" and "it's there and updated" is less
(2011-04-01 10:11:52) nickboldt: I CANNOT with the current infra we have
(2011-04-01 10:12:03) nickboldt: instead I can do an rsync --delete and push into the same folder on top
(2011-04-01 10:12:16) nickboldt: but that means that the metadata will oft be out of whack w.r.t the site content
(2011-04-01 10:12:17) maxandersen: hmmm
(2011-04-01 10:12:41) nickboldt: if you can think of a way to do a "push then rename" instead of "push into existing and clean out cruft"
(2011-04-01 10:12:51) nickboldt: over sftp via a script (non-interactive) then I'm all ears
(2011-04-01 10:13:26) nickboldt: I can't push a script there and run it, or simply connect over ssh and run a script directly
(2011-04-01 10:13:35) maxandersen: well what I was thinking was to do a push of new site into new dir, push site.xml/compositewhatever pointing to new dir and then rsync delete the existing one..
(2011-04-01 10:14:10) maxandersen: sftp rm should work?
(2011-04-01 10:14:13) nickboldt: MIGHT be able to do sftp delete
(2011-04-01 10:14:39) maxandersen: if you control it with a composite artifact you dont need to rename anything
(2011-04-01 10:14:51) maxandersen: except the content pointer in there which you know "locally"
(2011-04-01 10:15:01) nickboldt: true... so I'd need a tool to do a one line swap in the composite*.xml files
(2011-04-01 10:15:13) nickboldt: remove ref to old site, replace w/ ref to new site
(2011-04-01 10:15:17) nickboldt: and then delete the old one
1. generate composite metadata files on the fly
2. publish that into root dir, all/repo/
3. purge previous build's folder over scripted sftp?
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 5 months
[JBoss JIRA] (JBIDE-12508) Automate testing from Central
by Mickael Istria (JIRA)
Mickael Istria created JBIDE-12508:
--------------------------------------
Summary: Automate testing from Central
Key: JBIDE-12508
URL: https://issues.jboss.org/browse/JBIDE-12508
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: Build/Releng, QA
Reporter: Mickael Istria
Assignee: Mickael Istria
Fix For: 4.0.0.M1
Additionally from installing using p2 UI, we should provide the ability to perform installation scenarios based on Central.
Those will take as input the URL of the discovery site to use (snapshots, release...).
--
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
13 years, 5 months
[JBoss JIRA] (JBIDE-12565) Deduce all target-platforms (local + unified) from multiple.target
by Mickael Istria (JIRA)
Mickael Istria created JBIDE-12565:
--------------------------------------
Summary: Deduce all target-platforms (local + unified) from multiple.target
Key: JBIDE-12565
URL: https://issues.jboss.org/browse/JBIDE-12565
Project: Tools (JBoss Tools)
Issue Type: Enhancement
Components: Build/Releng, target-platform
Reporter: Mickael Istria
Assignee: Nick Boldt
Fix For: 4.0.0.Alpha2
In order to make maintainance easier and target-platform more reliable, we should improve the way we create target-platforms so we only maintain multople.target and other platforms (local, unified) get generated from it.
--
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
13 years, 5 months