[JBoss JIRA] Created: (JBIDE-4869) cannot mount existing projects with custom dir structure
by deanhiller (JIRA)
cannot mount existing projects with custom dir structure
--------------------------------------------------------
Key: JBIDE-4869
URL: https://jira.jboss.org/jira/browse/JBIDE-4869
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Seam
Affects Versions: 3.1.0.M2, 3.1.0.M1, 3.0.1.GA, 3.0.0.GA
Environment: any
Reporter: deanhiller
We currently work in MyEclipse and everything works awesome. JBoss tools has some other features we want, but alas, we can't set our project up in jboss tools. There seem to be too many issues. Not sure if this is a feature request or bug (ie. I can't use the product without this feature so does that make it a bug?)
Issue #1 : We have a dependency on an EJB3 project and those class files never get deployed to the server so the server ends up with ClassNotFoundException(ie. we can't debug unless we do attach source and then hot deploy fails unlike MyEclipse which works like a charm).
Issue #2 : As soon as we give jboss tools our webroot which is project/input/webroot/WEB-INF, it copies all the libraries and class files there which is causing havoc with our source control and our ant build system as generated files are NOT suppose to ever be put in project/input directories. We have a special output directory if you need a location OR you could change to the way MyEclipse does it and put it on the server....either way, this should be configurable so it is not screwing with people's build systems.
Our custom directory structure works for jar projects and war projects and looks like so
project
---input
------javasrc - the *.java files
------libexclude - the jar files that do not go to WEB-INF/lib
------libinclude - the jar files that should be put in WEB-INF/lib
------webroot - all the xhtml files and jpgs
---------WEB-INF - all descriptor files
jboss tools throws all this junk stuff in WEB-INF/lib and WEB-INF/classes when it should not generate anything unless there is an override for it. All of this stuff works in MyEclipse and we would love to switch but can't. I have seen other posts related to this same issue.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 7 months
[JBoss JIRA] Created: (JBIDE-3315) Incomplete delete of generic exporter from .lauch file
by Francisco Jose Peredo Noguez (JIRA)
Incomplete delete of generic exporter from .lauch file
------------------------------------------------------
Key: JBIDE-3315
URL: https://jira.jboss.org/jira/browse/JBIDE-3315
Project: Tools (JBoss Tools)
Issue Type: Bug
Affects Versions: 2.1.2
Reporter: Francisco Jose Peredo Noguez
If I save my code generation options in a .launch and I try to delete one of the Generic Exporters, and then I open the file in a text editor to see if it actually deleted it, I see that it deleted the line that says:
<listEntry value="hbmtemplate1"/>
but it did not delete the this:
<mapAttribute key="org.hibernate.tools.exporters.hbmtemplate1.properties">
<mapEntry key="hibernatetool.something.toolclass" value="somepackage.SomeClass"/>
<mapEntry key="outputdir" value="/myapp/WebContent/Crud"/>
<mapEntry key="for_each" value="entity"/>
<mapEntry key="template_name" value="view/list.xhtml.ftl"/>
<mapEntry key="file_pattern" value="{class-name}List.xhtml"/>
<mapEntry key="hibernatetool.util.toolclass" value="org.hibernate.eclipse.launch.SeamUtil"/>
</mapAttribute>
This mapAttribute stuff stays there, and can only be removed if I do it manually.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 7 months
[JBoss JIRA] Created: (JBIDE-5551) ESB Editor - ScriptingAction needs additional details for language property
by Brian Fitzpatrick (JIRA)
ESB Editor - ScriptingAction needs additional details for language property
---------------------------------------------------------------------------
Key: JBIDE-5551
URL: https://jira.jboss.org/jira/browse/JBIDE-5551
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: esb
Affects Versions: 3.1.0.GA
Reporter: Brian Fitzpatrick
Assignee: Viacheslav Kabanovich
Also for the ScriptingAction, we had this comment from Kevin Conner:
> * Do we need to also include the "language" property in the UI?
>By default the ScriptingAction will determine the language based on the
extension of the file, but this can be specified explicitly should it be
necessary. I'm not sure what the options are for this section, but if
the resource name is free-form then I would suggest adding support for
the "language" property.
We should look into this further for the next release.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 7 months