[JBoss JIRA] Created: (JBIDE-7268) usage reporting does report ubuntu linux as debian
by Andre Dietisheim (JIRA)
usage reporting does report ubuntu linux as debian
--------------------------------------------------
Key: JBIDE-7268
URL: https://jira.jboss.org/browse/JBIDE-7268
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: usage
Affects Versions: 3.2.0.M2
Reporter: Andre Dietisheim
Assignee: Andre Dietisheim
Fix For: 3.2.0.Beta2
The usage reporting plugin currently recognizes Ubuntu linux as debian. This is wrong and should be corrected.
The reason is the following:
- the recogintion code checks the presence of certain files:
/etc/lsb-release for Ubuntu
and /etc/debian_version for Debian.
- Debian is checked before Ubuntu, so it finds /etc/debian_version and thinks the Ubuntu distro is a debian distro.
- Furthermore this file contains no numerical verison (contains "squeeze/sid") in it, so Ubuntu distros get reported as Debian without version.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 4 months
[JBoss JIRA] Created: (JBIDE-7216) New Seam Project Wizard: test project name is non used for setting default Entity Bean / Test Package Name.
by Alexey Kazakov (JIRA)
New Seam Project Wizard: test project name is non used for setting default Entity Bean / Test Package Name.
-----------------------------------------------------------------------------------------------------------
Key: JBIDE-7216
URL: https://jira.jboss.org/browse/JBIDE-7216
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Seam
Affects Versions: 3.2.0.Beta1
Reporter: Alexey Kazakov
Assignee: Daniel Azarov
Fix For: 3.2.0.Beta2
1. Open New Seam Web Project wizard.
2. Use "seamproject" as a project name.
3. Press Next a few times.
4. See Seam Facet settings page. There is "org.domain.seamproject.session" as default name for Session package name. It's ok. But Entity Bean and Test package names are not correct. They are "com.mydomain.projectname.entity" and "com.mydomain.projectname.test". We should use a real project name instead of "projectname". And please check what domain name Seam-gen (2.2.*) uses. Is it com.mydomain or org.domain? We should use the same domain.
Don't forget to create tests for the issue.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 4 months
[JBoss JIRA] Created: (JBIDE-7108) An internal error occurred during: "Build Archive Node".
by Krasimir Goutcev (JIRA)
An internal error occurred during: "Build Archive Node".
--------------------------------------------------------
Key: JBIDE-7108
URL: https://jira.jboss.org/browse/JBIDE-7108
Project: Tools (JBoss Tools)
Issue Type: Bug
Environment: Win 2003 x64
Helios
JBT 2010-09-20_19-12-14-H139
Reporter: Krasimir Goutcev
I have a WAR archive.
When I save any file I get:
java.lang.NullPointerException
at org.jboss.ide.eclipse.archives.core.model.other.internal.WorkspaceVFS.getWorkspaceChildren(WorkspaceVFS.java:36)
at org.jboss.ide.eclipse.archives.core.model.DirectoryScannerFactory$DirectoryScannerExtension.list2workspace(DirectoryScannerFactory.java:128)
at org.jboss.ide.eclipse.archives.core.model.DirectoryScannerFactory$DirectoryScannerExtension.list2(DirectoryScannerFactory.java:108)
at org.jboss.ide.eclipse.archives.core.asf.DirectoryScanner.list(DirectoryScanner.java:1131)
at org.jboss.ide.eclipse.archives.core.asf.DirectoryScanner.scandirImpl(DirectoryScanner.java:797)
at org.jboss.ide.eclipse.archives.core.asf.DirectoryScanner.scandirWrap(DirectoryScanner.java:758)
at org.jboss.ide.eclipse.archives.core.asf.DirectoryScanner.runScan(DirectoryScanner.java:618)
at org.jboss.ide.eclipse.archives.core.asf.DirectoryScanner.scan(DirectoryScanner.java:589)
at org.jboss.ide.eclipse.archives.core.model.DirectoryScannerFactory.createDirectoryScanner(DirectoryScannerFactory.java:59)
at org.jboss.ide.eclipse.archives.core.model.DirectoryScannerFactory.createDirectoryScanner(DirectoryScannerFactory.java:39)
at org.jboss.ide.eclipse.archives.core.model.internal.ArchiveFileSetImpl.getScanner(ArchiveFileSetImpl.java:133)
at org.jboss.ide.eclipse.archives.core.model.internal.ArchiveFileSetImpl.getMatches(ArchiveFileSetImpl.java:109)
at org.jboss.ide.eclipse.archives.core.build.ArchiveBuildDelegate$1.visit(ArchiveBuildDelegate.java:116)
at org.jboss.ide.eclipse.archives.core.model.internal.ArchiveNodeImpl.accept(ArchiveNodeImpl.java:234)
at org.jboss.ide.eclipse.archives.core.model.internal.ArchiveNodeImpl.accept(ArchiveNodeImpl.java:239)
at org.jboss.ide.eclipse.archives.core.model.internal.ArchiveNodeImpl.accept(ArchiveNodeImpl.java:239)
at org.jboss.ide.eclipse.archives.core.model.internal.ArchiveNodeImpl.accept(ArchiveNodeImpl.java:222)
at org.jboss.ide.eclipse.archives.core.model.ArchivesModel.accept(ArchivesModel.java:129)
at org.jboss.ide.eclipse.archives.core.build.ArchiveBuildDelegate.findReferences(ArchiveBuildDelegate.java:112)
at org.jboss.ide.eclipse.archives.core.build.ArchiveBuildDelegate.fullArchiveBuild(ArchiveBuildDelegate.java:223)
at org.jboss.ide.eclipse.archives.core.build.ArchiveBuildDelegate.fullArchiveBuild(ArchiveBuildDelegate.java:131)
at org.jboss.ide.eclipse.archives.ui.actions.BuildAction$1.run(BuildAction.java:79)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 4 months