[JBoss JIRA] Created: (JBIDE-943) Unable to exclude directory in 2.0Beta3 project archives
by Jiyang Hu (JIRA)
Unable to exclude directory in 2.0Beta3 project archives
--------------------------------------------------------
Key: JBIDE-943
URL: http://jira.jboss.com/jira/browse/JBIDE-943
Project: JBoss Tools
Issue Type: Bug
Components: Archives
Affects Versions: 2.0.0.Beta3
Environment: WinXP SP2+JDK1.5.11
Reporter: Jiyang Hu
Priority: Critical
Fix For: 2.0.0.Beta4
I have hbm files in different folders(com/abc, com/def). When I set up web war file I need put it under a hbm folder without directories. Problem is when I ran following xml snippet (generated by project archives), all folders will be copied to my hbm folder.
<folder name="hbm">
<fileset dir="/fqportal/src" includes="**/*.hbm.xml" inWorkspace="true">
<properties></properties>
</fileset>
<properties></properties>
</folder>
I even tried adding exclude="**/com/**" and exclude="**/com" as below but still not work.
<folder name="hbm">
<fileset dir="/fqportal/src" includes="**/*.hbm.xml" excludes="**/com" inWorkspace="true">
<properties></properties>
</fileset>
<properties></properties>
</folder>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
17 years, 11 months
[JBoss JIRA] Created: (JBIDE-2097) Server's name should default to the Runtime name
by Galder Zamarreno (JIRA)
Server's name should default to the Runtime name
------------------------------------------------
Key: JBIDE-2097
URL: http://jira.jboss.com/jira/browse/JBIDE-2097
Project: Tools (JBoss Tools)
Issue Type: Bug
Affects Versions: 2.1.0.beta1
Reporter: Galder Zamarreno
>> 7.- I name my runtimes and servers something like this:
>> eap-4.2.0.ga.cp01-12345 (servertype-version-casenumber). When creating
>> the server for it, I need to go back to the runtimes in
>> Windows/Preferences, copy/paste the runtime name, try creating the
>> server again and paste the name there. Wouldn't naming servers with the
>> runtime name by default make more sense? You've already had to think of
>> a unique name for the runtime and as far as I can see there's a 1-to-1
>> mapping between runtime and server...
>
> This is definitly something we should do (and maybe strip out the "runtime" automatically if it is there)
> so a "eap-4.2.0.ga-12345 Runtime" becomes "eap-4.2.0.ga-12345 Server"
>
> Please report it in jira.
JIRA on its way...
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
17 years, 11 months
[JBoss JIRA] Created: (JBIDE-2105) jboss-tools-docs build fails with 'could not locate resource [classpath:/xslt/com/jboss/pdf.xsl' exception
by Denis Golovin (JIRA)
jboss-tools-docs build fails with 'could not locate resource [classpath:/xslt/com/jboss/pdf.xsl' exception
----------------------------------------------------------------------------------------------------------
Key: JBIDE-2105
URL: http://jira.jboss.com/jira/browse/JBIDE-2105
Project: Tools (JBoss Tools)
Issue Type: Bug
Affects Versions: 2.1
Reporter: Denis Golovin
Assigned To: Mark Newton
Fix For: 2.1
[ Error occurs:
[DEBUG] preparing target file [Visual_Web_Tools_Reference_Guide.pdf]
[INFO] ------------------------------------------------------------------------
[ERROR] FATAL ERROR
[INFO] ------------------------------------------------------------------------
[INFO] could not locate resource [classpath:/xslt/com/jboss/pdf.xsl]
[INFO] ------------------------------------------------------------------------
[DEBUG] Trace
java.lang.IllegalArgumentException: could not locate resource [classpath:/xslt/com/jboss/pdf.xsl]
at org.jboss.maven.plugins.jdocbook.gen.util.ResourceHelper.requireResource(ResourceHelper.java:31)
at org.jboss.maven.plugins.jdocbook.gen.format.BasicFormatHandler.resolveTransformationStylesheet(BasicFormatHandler.java:189)
at org.jboss.maven.plugins.jdocbook.gen.format.BasicFormatHandler.buildTransformer(BasicFormatHandler.java:165)
at org.jboss.maven.plugins.jdocbook.gen.format.BasicFormatHandler.render(BasicFormatHandler.java:126)
at org.jboss.maven.plugins.jdocbook.GenerationMojo.process(GenerationMojo.java:95)
at org.jboss.maven.plugins.jdocbook.AbstractDocBookMojo.execute(AbstractDocBookMojo.java:207)
at org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:447)
at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:539)
at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:480)
at org.apache.maven.lifecycle.DefaultLifecycleExecutor.forkProjectLifecycle(DefaultLifecycleExecutor.java:896)
at org.apache.maven.lifecycle.DefaultLifecycleExecutor.forkLifecycle(DefaultLifecycleExecutor.java:734)
at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:510)
at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeStandaloneGoal(DefaultLifecycleExecutor.java:493)
at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:463)
at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:311)
at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:224)
at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:143)
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:333)
at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:126)
at org.apache.maven.cli.MavenCli.main(MavenCli.java:282)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
at org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2 minutes 43 seconds
[INFO] Finished at: Thu Apr 17 21:04:32 EDT 2008
[INFO] Final Memory: 8M/29M
[INFO] ------------------------------------------------- ]
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
17 years, 11 months
[JBoss JIRA] Created: (JBIDE-2089) jboss-tools-docs build always fails
by Denis Golovin (JIRA)
jboss-tools-docs build always fails
-----------------------------------
Key: JBIDE-2089
URL: http://jira.jboss.com/jira/browse/JBIDE-2089
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Build/Releng
Affects Versions: 2.1.0.cr1
Reporter: Denis Golovin
Assigned To: Denis Golovin
Fix For: 2.1.0.cr1
1. The problem is that en dir must exist before assembling is started
2. Only required modules should be checked out for the build not all jbosstools/trunk
3. Rights for assembled files should be at least 0644 to allow update last build on download server.
scp: /htdocs/jbosstools/nightly-docs/en/struts_tools_ref_guide/html_single/images/callout.svg: Permission denied
scp: /htdocs/jbosstools/nightly-docs/en/struts_tools_ref_guide/html_single/images/struts/struts_9.png: Permission denied
scp: /htdocs/jbosstools/nightly-docs/en/struts_tools_ref_guide/html_single/images/struts/struts_10.png: Permission denied
scp: /htdocs/jbosstools/nightly-docs/en/struts_tools_ref_guide/html_single/images/struts/struts_11.png: Permission denied
scp: /htdocs/jbosstools/nightly-docs/en/struts_tools_ref_guide/html_single/images/struts/struts_30.png: Permission denied
scp: /htdocs/jbosstools/nightly-docs/en/struts_tools_ref_guide/html_single/images/struts/struts_12.png: Permission denied
scp: /htdocs/jbosstools/nightly-docs/en/struts_tools_ref_guide/html_single/images/struts/struts_31.png: Permission denied
scp: /htdocs/jbosstools/nightly-docs/en/struts_tools_ref_guide/html_single/images/struts/struts_13.png: Permission denied
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
17 years, 11 months